Lines Matching refs:pconf
90 (apr_pool_t *pconf, apr_pool_t *plog,
92 (pconf, plog, ptemp), OK, DECLINED)
95 (apr_pool_t *pconf, apr_pool_t *plog,
97 (pconf, plog, ptemp, s), OK, DECLINED)
100 (apr_pool_t *pconf, server_rec *s),
101 (pconf, s))
104 (apr_pool_t *pconf, apr_pool_t *plog,
106 (pconf, plog, ptemp, s), OK, DECLINED)
143 AP_DECLARE(int) ap_run_post_config(apr_pool_t *pconf,
156 pHook[n].pFunc (pconf, plog, ptemp, s);
161 (apr_pool_t *pconf, apr_pool_t *plog,
163 (pconf, plog, ptemp, s), OK, DECLINED)
759 apr_hook_global_pool=process->pconf;
761 rebuild_conf_hash(process->pconf, 0);
797 error = ap_add_module(*m, process->pconf, NULL);
1072 module *mod, apr_pool_t *pconf)
1079 section_config = (*mod->create_dir_config)(pconf, (char *)section);
1084 server_config = (*mod->create_server_config)(pconf, server);
1747 rebuild_conf_hash(s->process->pconf, 1);
2366 static int conf_vector_length_pre_config(apr_pool_t *pconf, apr_pool_t *plog,
2379 apr_pool_cleanup_register(pconf, NULL, reset_conf_vector_length,
2396 apr_pool_t *p = process->pconf;