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

Function pause_response_status_cb

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

Source from the content-addressed store, hash-verified

2098}
2099
2100int
2101pause_response_status_cb (http_parser *p, const char *buf, size_t len)
2102{
2103 http_parser_pause(p, 1);
2104 *current_pause_parser = settings_dontcall;
2105 return response_status_cb(p, buf, len);
2106}
2107
2108int
2109pause_chunk_header_cb (http_parser *p)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
response_status_cbFunction · 0.85

Tested by

no test coverage detected