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

Function parser_init

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

Source from the content-addressed store, hash-verified

2174 };
2175
2176void
2177parser_init (enum http_parser_type type)
2178{
2179 num_messages = 0;
2180
2181 assert(parser == NULL);
2182
2183 parser = malloc(sizeof(http_parser));
2184
2185 http_parser_init(parser, type);
2186
2187 memset(&messages, 0, sizeof messages);
2188
2189}
2190
2191void
2192parser_free ()

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 1

http_parser_initFunction · 0.85

Tested by

no test coverage detected