user_config_cache  173 sapi/cgi/cgi_main.c 	HashTable user_config_cache;
user_config_cache  765 sapi/cgi/cgi_main.c 	if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
user_config_cache  770 sapi/cgi/cgi_main.c 		zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry);
user_config_cache 1489 sapi/cgi/cgi_main.c 	zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1);
user_config_cache 1506 sapi/cgi/cgi_main.c 	zend_hash_destroy(&CGIG(user_config_cache));
user_config_cache  172 sapi/fpm/fpm/fpm_main.c 	HashTable user_config_cache;
user_config_cache  707 sapi/fpm/fpm/fpm_main.c 	if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
user_config_cache  712 sapi/fpm/fpm/fpm_main.c 		zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry);
user_config_cache 1516 sapi/fpm/fpm/fpm_main.c 	zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1);
user_config_cache 1540 sapi/fpm/fpm/fpm_main.c 	zend_hash_destroy(&CGIG(user_config_cache));