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

Function pause_header_value_cb

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

Source from the content-addressed store, hash-verified

2058}
2059
2060int
2061pause_header_value_cb (http_parser *p, const char *buf, size_t len)
2062{
2063 http_parser_pause(p, 1);
2064 *current_pause_parser = settings_dontcall;
2065 return header_value_cb(p, buf, len);
2066}
2067
2068int
2069pause_request_url_cb (http_parser *p, const char *buf, size_t len)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
header_value_cbFunction · 0.85

Tested by

no test coverage detected