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

Function parse_pause

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

Source from the content-addressed store, hash-verified

2213}
2214
2215size_t parse_pause (const char *buf, size_t len)
2216{
2217 size_t nparsed;
2218 http_parser_settings s = settings_pause;
2219
2220 currently_parsing_eof = (len == 0);
2221 current_pause_parser = &s;
2222 nparsed = http_parser_execute(parser, current_pause_parser, buf, len);
2223 return nparsed;
2224}
2225
2226static inline int
2227check_str_eq (const struct message *m,

Callers 1

test_message_pauseFunction · 0.85

Calls 1

http_parser_executeFunction · 0.85

Tested by

no test coverage detected