Home
last modified time | relevance | path

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

/PHP-5.5/sapi/fpm/fpm/
H A Dfpm_main.c171 HashTable user_config_cache; member
702 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
707 …zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache…
1485 …zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry…
1509 zend_hash_destroy(&CGIG(user_config_cache));
/PHP-5.5/sapi/cgi/
H A Dcgi_main.c173 HashTable user_config_cache; member
761 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) {
766 …zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache…
1485 …zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry…
1507 zend_hash_destroy(&CGIG(user_config_cache));

Completed in 19 milliseconds