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

Function parse

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

Source from the content-addressed store, hash-verified

2197}
2198
2199size_t parse (const char *buf, size_t len)
2200{
2201 size_t nparsed;
2202 currently_parsing_eof = (len == 0);
2203 nparsed = http_parser_execute(parser, &settings, buf, len);
2204 return nparsed;
2205}
2206
2207size_t parse_count_body (const char *buf, size_t len)
2208{

Callers 4

test_messageFunction · 0.85
test.cFile · 0.85
test_multiple3Function · 0.85
test_scanFunction · 0.85

Calls 1

http_parser_executeFunction · 0.85

Tested by

no test coverage detected