Searched refs:user_config_cache (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_3/sapi/cgi/ |
| H A D | cgi_main.c | 172 HashTable user_config_cache; member in struct:_php_cgi_globals_struct 175 /* {{{ user_config_cache 722 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 727 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1423 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1); 1445 zend_hash_destroy(&CGIG(user_config_cache));
|
| /PHP_5_3/sapi/fpm/fpm/ |
| H A D | fpm_main.c | 171 HashTable user_config_cache; member in struct:_php_cgi_globals_struct 176 /* {{{ user_config_cache 703 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 708 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1466 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1); 1490 zend_hash_destroy(&CGIG(user_config_cache));
|
Completed in 8 milliseconds