Home
last modified time | relevance | path

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

/PHP-7.3/sapi/litespeed/
H A Dlsapi_main.c77 static HashTable user_config_cache; variable
860 zend_hash_init(&user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in user_config_cache_init()
1017 ctx->entry = zend_hash_str_find_ptr(&user_config_cache, ctx->path, ctx->path_len); in lsapi_activate_user_ini_mk_user_config()
1025 zend_hash_str_update_ptr(&user_config_cache, ctx->path, in lsapi_activate_user_ini_mk_user_config()
1687 zend_hash_destroy(&user_config_cache); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.3/sapi/fpm/fpm/
H A Dfpm_main.c155 HashTable user_config_cache; member
634 user_config_cache_entry *entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len); in php_cgi_ini_activate_user_config()
642 zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, entry); in php_cgi_ini_activate_user_config()
1427 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in PHP_INI_END()
1451 zend_hash_destroy(&CGIG(user_config_cache)); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.3/sapi/cgi/
H A Dcgi_main.c167 HashTable user_config_cache; member
798 if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
803 entry = zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, new_entry);
1557 zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);
1574 zend_hash_destroy(&CGIG(user_config_cache));

Completed in 28 milliseconds