Home
last modified time | relevance | path

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

/PHP-7.4/sapi/litespeed/
H A Dlsapi_main.c69 static HashTable user_config_cache; variable
849 zend_hash_init(&user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in user_config_cache_init()
1006 ctx->entry = zend_hash_str_find_ptr(&user_config_cache, ctx->path, ctx->path_len); in lsapi_activate_user_ini_mk_user_config()
1014 zend_hash_str_update_ptr(&user_config_cache, ctx->path, in lsapi_activate_user_ini_mk_user_config()
1671 zend_hash_destroy(&user_config_cache); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.4/sapi/fpm/fpm/
H A Dfpm_main.c153 HashTable user_config_cache; member
628 user_config_cache_entry *entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len); in php_cgi_ini_activate_user_config()
636 zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, entry); in php_cgi_ini_activate_user_config()
1418 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in PHP_INI_END()
1442 zend_hash_destroy(&CGIG(user_config_cache)); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.4/sapi/cgi/
H A Dcgi_main.c163 HashTable user_config_cache; member
791 if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
796 entry = zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, new_entry);
1550 zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);
1567 zend_hash_destroy(&CGIG(user_config_cache));

Completed in 30 milliseconds