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

Function pause_request_url_cb

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

Source from the content-addressed store, hash-verified

2066}
2067
2068int
2069pause_request_url_cb (http_parser *p, const char *buf, size_t len)
2070{
2071 http_parser_pause(p, 1);
2072 *current_pause_parser = settings_dontcall;
2073 return request_url_cb(p, buf, len);
2074}
2075
2076int
2077pause_body_cb (http_parser *p, const char *buf, size_t len)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
request_url_cbFunction · 0.85

Tested by

no test coverage detected