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

Function pause_headers_complete_cb

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

Source from the content-addressed store, hash-verified

2082}
2083
2084int
2085pause_headers_complete_cb (http_parser *p)
2086{
2087 http_parser_pause(p, 1);
2088 *current_pause_parser = settings_dontcall;
2089 return headers_complete_cb(p);
2090}
2091
2092int
2093pause_message_complete_cb (http_parser *p)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
headers_complete_cbFunction · 0.85

Tested by

no test coverage detected