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

/httpd/modules/metadata/
H A Dmod_cern_meta.c275 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 Dmain.c292 static int abort_on_oom(int retcode) argument
295 return retcode; /* unreachable, hopefully. */
H A Dutil.c126 apr_size_t retcode; local
171 apr_strftime(ts, &retcode, MAX_STRING_LEN, fmt, &xt);
/httpd/modules/loggers/
H A Dmod_log_config.c624 apr_size_t retcode; local
626 apr_strftime(tstr, &retcode, sizeof(tstr), a, xt);
/httpd/support/
H A Dab.c430 static int abort_on_oom(int retcode) argument
435 return retcode;

Completed in 39 milliseconds