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

Function parse_count_body

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

Source from the content-addressed store, hash-verified

2205}
2206
2207size_t parse_count_body (const char *buf, size_t len)
2208{
2209 size_t nparsed;
2210 currently_parsing_eof = (len == 0);
2211 nparsed = http_parser_execute(parser, &settings_count_body, buf, len);
2212 return nparsed;
2213}
2214
2215size_t parse_pause (const char *buf, size_t len)
2216{

Callers 1

test_message_count_bodyFunction · 0.85

Calls 1

http_parser_executeFunction · 0.85

Tested by

no test coverage detected