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

Function pause_body_cb

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

Source from the content-addressed store, hash-verified

2074}
2075
2076int
2077pause_body_cb (http_parser *p, const char *buf, size_t len)
2078{
2079 http_parser_pause(p, 1);
2080 *current_pause_parser = settings_dontcall;
2081 return body_cb(p, buf, len);
2082}
2083
2084int
2085pause_headers_complete_cb (http_parser *p)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
body_cbFunction · 0.85

Tested by

no test coverage detected