| /httpd/server/mpm/simple/ |
| H A D | simple_api.c | 30 static int simple_run(apr_pool_t * pconf, apr_pool_t * plog, server_rec * s) argument 125 simple_pre_config(apr_pool_t * pconf, apr_pool_t * plog, apr_pool_t * ptemp) argument
|
| /httpd/modules/arch/netware/ |
| H A D | mod_netware.c | 171 netware_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument
|
| H A D | mod_nw_ssl.c | 246 static int make_secure_socket(apr_pool_t *pconf, argument 642 static int nwssl_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument 700 certlist = apr_array_make(pconf, 1, sizeof(char *)); 730 static int nwssl_post_config(apr_pool_t *pconf, apr_pool_t *plog, argument 806 ap_log_perror(APLOG_MARK, APLOG_CRIT, status, pconf, APLOGNO(02129)
|
| /httpd/modules/arch/unix/ |
| H A D | mod_unixd.c | 298 unixd_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument
|
| H A D | mod_privileges.c | 355 static int privileges_postconf(apr_pool_t *pconf, apr_pool_t *plog, argument 379 apr_pool_cleanup_register(pconf, NULL, privileges_term, 389 static int privileges_init(apr_pool_t *pconf, apr_pool_t *plog, argument
|
| /httpd/modules/examples/ |
| H A D | mod_example_ipc.c | 106 static int exipc_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument 109 ap_mutex_register(pconf, exipc_mutex_type, NULL, APR_LOCK_DEFAULT, 0); 118 static int exipc_post_config(apr_pool_t *pconf, apr_pool_t *plog, argument 142 rs = apr_temp_dir_get(&tempdir, pconf); 155 shmfilename = apr_psprintf(pconf, "%s/httpd_shm.%ld", tempdir, 160 (const char *) shmfilename, pconf); 175 s, pconf, 0); 185 apr_pool_cleanup_register(pconf, NULL, shm_cleanup_wrapper,
|
| H A D | mod_example_hooks.c | 593 x_cfg *pconf = (x_cfg *) parent_conf; local 608 merged_config->congenital = (pconf->congenital | pconf->local); 615 (pconf->cmode == nconf->cmode) ? pconf->cmode : CONFIG_MODE_COMBO; 737 static int x_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument 759 static int x_check_config(apr_pool_t *pconf, apr_pool_t *plog, argument 777 static void x_test_config(apr_pool_t *pconf, server_rec *s) argument 781 apr_file_open_stderr(&out, pconf); 785 trace_startup(pconf, 796 x_open_logs(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) argument 816 x_post_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, server_rec *s) argument [all...] |
| /httpd/modules/ssl/ |
| H A D | mod_ssl.c | 346 static int ssl_hook_pre_config(apr_pool_t *pconf, argument 371 apr_pool_cleanup_register(pconf, NULL, ssl_cleanup_pre_config, 375 ssl_var_log_config_register(pconf); 378 ssl_scache_status_register(pconf); 381 ap_mutex_register(pconf, SSL_CACHE_MUTEX_TYPE, NULL, APR_LOCK_DEFAULT, 0); 383 ap_mutex_register(pconf, SSL_STAPLING_MUTEX_TYPE, NULL, APR_LOCK_DEFAULT, 0);
|
| /httpd/modules/experimental/ |
| H A D | mod_noloris.c | 162 static int noloris_post(apr_pool_t *pconf, apr_pool_t *ptmp, apr_pool_t *plog, argument 169 rv = apr_shm_create(&shm, shm_size, NULL, pconf); 178 static int noloris_pre(apr_pool_t *pconf, apr_pool_t *ptmp, apr_pool_t *plog) argument 184 trusted = apr_hash_make(pconf);
|
| /httpd/server/ |
| H A D | main.c | 342 apr_pool_create(&process->pconf, process->pool); 343 apr_pool_tag(process->pconf, "pconf"); 469 apr_pool_t *pconf; local 484 pconf = process->pconf; 634 apr_pool_create(&ptemp, pconf); 651 apr_pool_cleanup_register(pconf, &ap_server_conf, ap_pool_cleanup_set_null, 656 if (ap_run_pre_config(pconf, plog, ptemp) != OK) { 663 process->pconf, ptem [all...] |
| H A D | mpm_common.c | 99 (apr_pool_t *pconf, apr_pool_t *plog, server_rec *s), 100 (pconf, plog, s), DECLINED) 177 void mpm_common_pre_config(apr_pool_t *pconf) argument 453 apr_status_t ap_mpm_end_gen_helper(void *unused) /* cleanup on pconf */ 459 /* initial pconf teardown, MPM hasn't run */
|
| H A D | scoreboard.c | 202 static apr_status_t open_scoreboard(apr_pool_t *pconf) argument 223 fname = ap_runtime_dir_relative(pconf, ap_scoreboard_fname); 245 fname = ap_runtime_dir_relative(pconf, ap_scoreboard_fname);
|
| H A D | mpm_unix.c | 619 /* create a temporary pool for the socket. pconf stays around too long */ 768 int ap_signal_server(int *exit_status, apr_pool_t *pconf) argument 777 rv = ap_read_pid(pconf, ap_pid_fname, &otherpid); 792 status = apr_psprintf(pconf, 797 status = apr_psprintf(pconf, 911 static apr_pool_t *pconf; variable 959 apr_filepath_set(ap_coredump_dir, pconf); 1059 pconf = in_pconf;
|
| /httpd/modules/aaa/ |
| H A D | mod_authn_socache.c | 69 static int authn_cache_precfg(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp) argument 71 apr_status_t rv = ap_mutex_register(pconf, authn_cache_id, 84 static int authn_cache_post_config(apr_pool_t *pconf, apr_pool_t *plog, argument 107 ptmp, pconf); 117 authn_cache_id, NULL, s, pconf, 0); 123 apr_pool_cleanup_register(pconf, NULL, remove_lock, apr_pool_cleanup_null); 126 &authn_cache_hints, s, pconf); 132 apr_pool_cleanup_register(pconf, (void*)s, destroy_cache, apr_pool_cleanup_null);
|
| H A D | mod_auth_form.c | 1276 static int authenticate_form_post_config(apr_pool_t *pconf, apr_pool_t *plog, argument
|
| H A D | mod_authnz_fcgi.c | 1307 static int fcgi_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument 1310 fcgi_authn_providers = apr_hash_make(pconf); 1311 fcgi_authz_providers = apr_hash_make(pconf);
|
| /httpd/modules/core/ |
| H A D | mod_watchdog.c | 395 static int wd_pre_config_hook(apr_pool_t *pconf, apr_pool_t *plog, argument 403 AP_WATCHDOG_SINGLETON, 0, 1, pconf)) != APR_SUCCESS) { 407 AP_WATCHDOG_DEFAULT, 0, 0, pconf)) != APR_SUCCESS) { 415 AP_WATCHDOG_DEFAULT, 1, 0, pconf)) != APR_SUCCESS) { 420 if ((rv = ap_mutex_register(pconf, wd_proc_mutex_type, NULL, 434 static int wd_post_config_hook(apr_pool_t *pconf, apr_pool_t *plog, argument 454 if ((wl = ap_list_provider_names(pconf, AP_WATCHDOG_PGROUP, 494 if ((wl = ap_list_provider_names(pconf, AP_WATCHDOG_PGROUP,
|
| /httpd/server/mpm/mpmt_os2/ |
| H A D | mpmt_os2.c | 72 static apr_pool_t *pconf = NULL; /* Pool for config stuff */ variable 107 void ap_mpm_child_main(apr_pool_t *pconf); 116 pconf = _pconf; 121 listener_shm_name = apr_psprintf(pconf, "/sharemem/httpd/parent_info.%d", getppid()); 124 ap_scoreboard_fname = apr_psprintf(pconf, "/sharemem/httpd/scoreboard.%d", is_parent_process ? getpid() : getppid()); 145 apr_os_sock_put(&lr->sd, &parent_info->listeners[num_listeners].listen_fd, pconf); 153 ap_mpm_child_main(pconf); 169 ap_log_pid(pconf, ap_pid_fname); 176 ap_remove_pid(pconf, ap_pid_fname); 214 listener_shm_name = apr_psprintf(pconf, "/shareme 464 mpmt_os2_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp) argument [all...] |
| H A D | mpmt_os2_child.c | 93 void ap_mpm_child_main(apr_pool_t *pconf) argument 112 apr_pool_create(&pchild, pconf);
|
| /httpd/modules/database/ |
| H A D | mod_dbd.c | 305 static int dbd_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument 308 config_pool = pconf; 341 static int dbd_post_config(apr_pool_t *pconf, apr_pool_t *plog, argument 422 svr->group = group = apr_pcalloc(pconf, sizeof(dbd_group_t));
|
| /httpd/modules/generators/ |
| H A D | mod_info.c | 991 static int check_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp, argument
|
| /httpd/modules/proxy/ |
| H A D | mod_proxy_balancer.c | 38 static int balancer_pre_config(apr_pool_t *pconf, apr_pool_t *plog, argument 44 rv = ap_mutex_register(pconf, balancer_mutex_type, NULL, 717 static int balancer_post_config(apr_pool_t *pconf, apr_pool_t *plog, argument 770 id = apr_psprintf(pconf, "%s.%s.%d.%s.%s.%u.%s", 778 conf->id = apr_psprintf(pconf, "p%x", 799 conf->max_balancers, type, pconf); 818 ap_pstr2_alnum(pconf, balancer->s->name + sizeof(BALANCER_PREFIX) - 1, 820 sname = apr_pstrcat(pconf, conf->id, "_", sname, NULL); 827 balancer->s->sname, s, pconf, 0); 835 apr_pool_cleanup_register(pconf, (voi [all...] |
| /httpd/server/mpm/winnt/ |
| H A D | child.c | 958 void child_main(apr_pool_t *pconf, DWORD parent_pid) argument 975 apr_pool_create(&pchild, pconf);
|
| /httpd/modules/arch/win32/ |
| H A D | mod_isapi.c | 1684 static int isapi_pre_config(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptemp) argument 1688 apr_pool_create_ex(&loaded.pool, pconf, NULL, NULL);
|
| /httpd/modules/cache/ |
| H A D | mod_cache_socache.c | 1442 static int socache_precfg(apr_pool_t *pconf, apr_pool_t *plog, apr_pool_t *ptmp) argument 1444 apr_status_t rv = ap_mutex_register(pconf, cache_socache_id, NULL, 1453 socache_status_register(pconf); 1458 static int socache_post_config(apr_pool_t *pconf, apr_pool_t *plog, argument 1479 NULL, s, pconf, 0); 1485 apr_pool_cleanup_register(pconf, NULL, remove_lock, 1491 pconf); 1500 &socache_hints, s, pconf); 1506 apr_pool_cleanup_register(pconf, (void *) s, destroy_cache,
|