Searched refs:retval (Results 1 - 10 of 10) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_dbm.c100 apr_status_t retval; local
103 retval = apr_dbm_open_ex(&f, dbtype, dbmgrpfile, APR_DBM_READONLY,
106 if (retval != APR_SUCCESS) {
107 return retval;
129 return retval;
/httpd/modules/metadata/
H A Dmod_version.c286 const char *retval; local
288 retval = ap_build_cont_config(cmd->pool, cmd->temp_pool, cmd,
291 return retval;
/httpd/modules/slotmem/
H A Dmod_slotmem_plain.c46 apr_status_t retval = APR_SUCCESS; local
57 retval = func((void *) ptr, data, pool);
58 if (retval != APR_SUCCESS)
63 return retval;
H A Dmod_slotmem_shm.c273 apr_status_t retval = APR_SUCCESS; local
284 retval = func((void *) ptr, data, pool);
285 if (retval != APR_SUCCESS)
290 return retval;
/httpd/server/
H A Dmain.c66 apr_status_t retval; local
70 retval = ap_mpm_query(AP_MPMQ_IS_THREADED, &mpm_query_info);
72 if (retval == APR_SUCCESS) {
86 retval = ap_mpm_query(AP_MPMQ_IS_FORKED, &mpm_query_info);
88 if (retval == APR_SUCCESS) {
H A Dconfig.c1103 const char *retval = NULL; local
1148 retval = execute_now(cmd_name, args, parms, p, temp_pool,
1174 return retval;
1218 return retval;
1232 const char *retval; local
1250 retval = ap_build_config_sub(p, temp_pool, vb.buf, parms, current,
1252 if (retval != NULL)
1253 return retval;
1307 const char *retval; local
1315 retval
1676 const char *retval; local
[all...]
H A Drequest.c2399 int retval = DECLINED; local
2404 retval = ap_run_quick_handler(r, 0);
2406 if (retval != OK) {
2407 retval = ap_invoke_handler(r);
2408 if (retval == DONE) {
2409 retval = OK;
2413 return retval;
H A Dcore.c1007 const char *retval; local
1013 retval = r->server->server_hostname;
1025 retval = conn->local_host;
1029 retval = r->hostname ? r->hostname : r->server->server_hostname;
1034 retval = "localhost";
1037 return retval;
2614 const char *retval; local
2616 retval = ap_build_cont_config(cmd->pool, cmd->temp_pool, cmd,
2619 return retval;
2668 const char *retval; local
[all...]
/httpd/modules/generators/
H A Dmod_cgid.c1394 int retval, nph, dbpos; local
1471 if ((retval = connect_to_daemon(&sd, r, conf)) != OK) {
1472 return retval;
1806 int retval; local
1818 if ((retval = connect_to_daemon(&sd, r, conf)) != OK) {
1819 return retval;
/httpd/modules/ssl/
H A Dmod_ssl_ct.c876 apr_status_t retval; local
878 apr_thread_join(&retval, thd);

Completed in 54 milliseconds