Searched defs:statcode (Results 1 - 1 of 1) sorted by relevance

/httpd/server/
H A Dapreq_error.c30 static const char *apreq_error_string(apr_status_t statcode) argument
32 switch (statcode) {
98 APREQ_DECLARE(char *) apreq_strerror(apr_status_t statcode, char *buf, argument
101 if (statcode < APR_OS_START_USERERR || statcode >= APR_OS_START_EAIERR)
102 return apr_strerror(statcode, buf, bufsize);
103 return stuffbuffer(buf, bufsize, apreq_error_string(statcode));

Completed in 22 milliseconds