Searched defs:ap_config_hash (Results 1 - 1 of 1) sorted by relevance
/httpd/server/ |
H A D | config.c | 231 static apr_hash_t *ap_config_hash = NULL; variable 505 ap_config_hash = apr_hash_make(p); 507 apr_pool_cleanup_register(p, &ap_config_hash, ap_pool_cleanup_set_null, 525 if (ap_config_hash == NULL) { 529 tpool = apr_hash_pool_get(ap_config_hash); 539 mln->next = apr_hash_get(ap_config_hash, dir, APR_HASH_KEY_STRING); 540 apr_hash_set(ap_config_hash, dir, APR_HASH_KEY_STRING, mln); 1281 ml = apr_hash_get(ap_config_hash, dir, APR_HASH_KEY_STRING); 1665 ml = apr_hash_get(ap_config_hash, dir, APR_HASH_KEY_STRING); 1746 if (ap_config_hash [all...] |
Completed in 17 milliseconds