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

Function response_status_cb

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

Source from the content-addressed store, hash-verified

1900}
1901
1902int
1903response_status_cb (http_parser *p, const char *buf, size_t len)
1904{
1905 assert(p == parser);
1906 strlncat(messages[num_messages].response_status,
1907 sizeof(messages[num_messages].response_status),
1908 buf,
1909 len);
1910 return 0;
1911}
1912
1913int
1914chunk_header_cb (http_parser *p)

Callers 1

pause_response_status_cbFunction · 0.85

Calls 1

strlncatFunction · 0.85

Tested by

no test coverage detected