Home
last modified time | relevance | path

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

/PHP-7.0/sapi/litespeed/
H A Dlsapi_main.c84 static HashTable user_config_cache; variable
580 zend_hash_init(&user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1); in user_config_cache_init()
742 ctx->entry = zend_hash_str_find_ptr(&user_config_cache, ctx->path, ctx->path_len); in lsapi_activate_user_ini_mk_user_config()
752 zend_hash_str_update_ptr(&user_config_cache, ctx->path, in lsapi_activate_user_ini_mk_user_config()
1404 zend_hash_destroy(&user_config_cache); in PHP_MSHUTDOWN_FUNCTION()
/PHP-7.0/sapi/fpm/fpm/
H A Dfpm_main.c173 HashTable user_config_cache; member
674 user_config_cache_entry *entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len);
682 zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, entry);
1488 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, user_config_cache_entry_dtor, 1);
1512 zend_hash_destroy(&CGIG(user_config_cache));
/PHP-7.0/sapi/cgi/
H A Dcgi_main.c164 HashTable user_config_cache; member
741 if ((entry = zend_hash_str_find_ptr(&CGIG(user_config_cache), path, path_len)) == NULL) {
746 entry = zend_hash_str_update_ptr(&CGIG(user_config_cache), path, path_len, new_entry);
1468 zend_hash_init(&php_cgi_globals->user_config_cache, 8, NULL, user_config_cache_entry_dtor, 1);
1485 zend_hash_destroy(&CGIG(user_config_cache));

Completed in 23 milliseconds