MCPcopy Create free account
hub / github.com/NatronGitHub/Natron / count_body_cb

Function count_body_cb

libs/qhttpserver/http-parser/test.c:1839–1847  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1837}
1838
1839int
1840count_body_cb (http_parser *p, const char *buf, size_t len)
1841{
1842 assert(p == parser);
1843 assert(buf);
1844 messages[num_messages].body_size += len;
1845 check_body_is_final(p);
1846 return 0;
1847}
1848
1849int
1850message_begin_cb (http_parser *p)

Callers

nothing calls this directly

Calls 1

check_body_is_finalFunction · 0.85

Tested by

no test coverage detected