user_config_cache_entry  757 sapi/cgi/cgi_main.c 	user_config_cache_entry *new_entry, *entry;
user_config_cache_entry  762 sapi/cgi/cgi_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
user_config_cache_entry  766 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  698 sapi/fpm/fpm/fpm_main.c 	user_config_cache_entry *new_entry, *entry;
user_config_cache_entry  703 sapi/fpm/fpm/fpm_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
user_config_cache_entry  707 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);