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

Function http_errno_name

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

Source from the content-addressed store, hash-verified

2152}
2153
2154const char *
2155http_errno_name(enum http_errno err) {
2156 assert(((size_t) err) <
2157 (sizeof(http_strerror_tab) / sizeof(http_strerror_tab[0])));
2158 return http_strerror_tab[err].name;
2159}
2160
2161const char *
2162http_errno_description(enum http_errno err) {

Callers 2

test.cFile · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected