user_config_cache_entry  760 sapi/cgi/cgi_main.c 	user_config_cache_entry *new_entry, *entry;
user_config_cache_entry  765 sapi/cgi/cgi_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
user_config_cache_entry  769 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  702 sapi/fpm/fpm/fpm_main.c 	user_config_cache_entry *new_entry, *entry;
user_config_cache_entry  707 sapi/fpm/fpm/fpm_main.c 		new_entry = pemalloc(sizeof(user_config_cache_entry), 1);
user_config_cache_entry  711 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);