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

Function pause_header_field_cb

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

Source from the content-addressed store, hash-verified

2050}
2051
2052int
2053pause_header_field_cb (http_parser *p, const char *buf, size_t len)
2054{
2055 http_parser_pause(p, 1);
2056 *current_pause_parser = settings_dontcall;
2057 return header_field_cb(p, buf, len);
2058}
2059
2060int
2061pause_header_value_cb (http_parser *p, const char *buf, size_t len)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
header_field_cbFunction · 0.85

Tested by

no test coverage detected