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

Function pause_message_complete_cb

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

Source from the content-addressed store, hash-verified

2090}
2091
2092int
2093pause_message_complete_cb (http_parser *p)
2094{
2095 http_parser_pause(p, 1);
2096 *current_pause_parser = settings_dontcall;
2097 return message_complete_cb(p);
2098}
2099
2100int
2101pause_response_status_cb (http_parser *p, const char *buf, size_t len)

Callers

nothing calls this directly

Calls 2

http_parser_pauseFunction · 0.85
message_complete_cbFunction · 0.85

Tested by

no test coverage detected