user_config_cache  164 sapi/cgi/cgi_main.c 	HashTable user_config_cache;
user_config_cache  741 sapi/cgi/cgi_main.c 	if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
user_config_cache  746 sapi/cgi/cgi_main.c 		entry = zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, new_entry);
user_config_cache 1468 sapi/cgi/cgi_main.c 	zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);
user_config_cache 1485 sapi/cgi/cgi_main.c 	zend_hash_destroy(&CGIG(user_config_cache));
user_config_cache  173 sapi/fpm/fpm/fpm_main.c 	HashTable user_config_cache;
user_config_cache  674 sapi/fpm/fpm/fpm_main.c 	user_config_cache_entry *entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len);
user_config_cache  682 sapi/fpm/fpm/fpm_main.c 		zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, entry);
user_config_cache 1488 sapi/fpm/fpm/fpm_main.c 	zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1);
user_config_cache 1512 sapi/fpm/fpm/fpm_main.c 	zend_hash_destroy(&CGIG(user_config_cache));