Home
last modified time | relevance | path

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

/PHP-7.1/sapi/litespeed/
H A Dlsapi_main.c603 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() function
612 zend_hash_init(&user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in user_config_cache_init()
/PHP-7.1/sapi/fpm/fpm/
H A Dfpm_main.c192 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() function
1489 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1);
/PHP-7.1/sapi/cgi/
H A Dcgi_main.c193 static void user_config_cache_entry_dtor(zval *el) in user_config_cache_entry_dtor() function
1552 zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);

Completed in 20 milliseconds