user_config_cache_entry  754 sapi/cgi/cgi_main.c 	user_config_cache_entry *new_entry, *entry;
user_config_cache_entry  759 sapi/cgi/cgi_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
user_config_cache_entry  763 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_entry  694 sapi/fpm/fpm/fpm_main.c 	user_config_cache_entry *new_entry, *entry;
user_config_cache_entry  699 sapi/fpm/fpm/fpm_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
user_config_cache_entry  703 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);