Searched refs:errstatus (Results 1 - 4 of 4) sorted by relevance

/httpd/build/
H A Dmkdir.sh27 errstatus=0
42 mkdir "$pathcomp" || errstatus=$?
47 exit $errstatus
/httpd/modules/cache/
H A Dmod_file_cache.c312 int errstatus; local
338 if ((errstatus = ap_discard_request_body(r)) != OK)
339 return errstatus;
368 if ((errstatus = ap_meets_conditions(r)) != OK) {
369 return errstatus;
/httpd/modules/generators/
H A Dmod_autoindex.c2294 int errstatus; local
2296 if ((errstatus = ap_discard_request_body(r)) != OK) {
2297 return errstatus;
/httpd/server/
H A Dcore.c4552 int errstatus; local
4575 if ((errstatus = ap_discard_request_body(r)) != OK) {
4576 return errstatus;
4650 if ((errstatus = ap_meets_conditions(r)) != OK) {
4652 r->status = errstatus;

Completed in 668 milliseconds