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

Function message_begin_cb

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

Source from the content-addressed store, hash-verified

1847}
1848
1849int
1850message_begin_cb (http_parser *p)
1851{
1852 assert(p == parser);
1853 messages[num_messages].message_begin_cb_called = TRUE;
1854 return 0;
1855}
1856
1857int
1858headers_complete_cb (http_parser *p)

Callers 1

pause_message_begin_cbFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected