Home
last modified time | relevance | path

Searched refs:user_config_cache_entry_dtor (Results 1 – 2 of 2) sorted by relevance

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c190 static void user_config_cache_entry_dtor(user_config_cache_entry *entry) in user_config_cache_entry_dtor() function
1485 …_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1);
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c190 static void user_config_cache_entry_dtor(user_config_cache_entry *entry) in user_config_cache_entry_dtor() function
1485 …_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1);

Completed in 14 milliseconds