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

Function http_errno_description

libs/qhttpserver/http-parser/http_parser.c:2161–2166  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2159}
2160
2161const char *
2162http_errno_description(enum http_errno err) {
2163 assert(((size_t) err) <
2164 (sizeof(http_strerror_tab) / sizeof(http_strerror_tab[0])));
2165 return http_strerror_tab[err].description;
2166}
2167
2168static enum http_host_state
2169http_parse_host_char(enum http_host_state s, const char ch) {

Callers 2

print_errorFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by 1

print_errorFunction · 0.68