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

Function pause_chunk_complete_cb

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

Source from the content-addressed store, hash-verified

2114}
2115
2116int
2117pause_chunk_complete_cb (http_parser *p)
2118{
2119 http_parser_pause(p, 1);
2120 *current_pause_parser = settings_dontcall;
2121 return chunk_complete_cb(p);
2122}
2123
2124static http_parser_settings settings_pause =
2125 {.on_message_begin = pause_message_begin_cb

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
chunk_complete_cbFunction · 0.85

Tested by

no test coverage detected