Searched defs:retcode (Results 1 - 5 of 5) sorted by relevance
/httpd/modules/metadata/ |
H A D | mod_cern_meta.c | 275 apr_status_t retcode; local 340 retcode = apr_file_open(&f, metafilename, APR_READ, APR_OS_DEFAULT, r->pool); 341 if (retcode != APR_SUCCESS) { 342 if (APR_STATUS_IS_ENOENT(retcode)) {
|
/httpd/server/ |
H A D | main.c | 292 static int abort_on_oom(int retcode) argument 295 return retcode; /* unreachable, hopefully. */
|
H A D | util.c | 126 apr_size_t retcode; local 171 apr_strftime(ts, &retcode, MAX_STRING_LEN, fmt, &xt);
|
/httpd/modules/loggers/ |
H A D | mod_log_config.c | 624 apr_size_t retcode; local 626 apr_strftime(tstr, &retcode, sizeof(tstr), a, xt);
|
/httpd/support/ |
H A D | ab.c | 430 static int abort_on_oom(int retcode) argument 435 return retcode;
|
Completed in 35 milliseconds