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

Function parser_free

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

Source from the content-addressed store, hash-verified

2189}
2190
2191void
2192parser_free ()
2193{
2194 assert(parser);
2195 free(parser);
2196 parser = NULL;
2197}
2198
2199size_t parse (const char *buf, size_t len)
2200{

Callers 6

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

Calls

no outgoing calls

Tested by

no test coverage detected