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

/httpd/server/
H A Dapreq_error.c21 * stuffbuffer - like apr_cpystrn() but returns the address of the
24 static char *stuffbuffer(char *buf, apr_size_t bufsize, const char *s) function
103 return stuffbuffer(buf, bufsize, apreq_error_string(statcode));

Completed in 15 milliseconds