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

Function pause_chunk_header_cb

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

Source from the content-addressed store, hash-verified

2106}
2107
2108int
2109pause_chunk_header_cb (http_parser *p)
2110{
2111 http_parser_pause(p, 1);
2112 *current_pause_parser = settings_dontcall;
2113 return chunk_header_cb(p);
2114}
2115
2116int
2117pause_chunk_complete_cb (http_parser *p)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
chunk_header_cbFunction · 0.85

Tested by

no test coverage detected