Searched refs:user_config_cache (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_4/sapi/cgi/ |
| H A D | cgi_main.c | 173 HashTable user_config_cache; member in struct:_php_cgi_globals_struct 176 /* {{{ user_config_cache 758 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 763 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1483 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1); 1505 zend_hash_destroy(&CGIG(user_config_cache));
|
| /PHP_5_4/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 698 if (zend_hash_find(&CGIG(user_config_cache), path, path_len + 1, (void **) &entry) == FAILURE) { 703 zend_hash_update(&CGIG(user_config_cache), path, path_len + 1, new_entry, sizeof(user_config_cache_entry), (void **) &entry); 1465 zend_hash_init(&php_cgi_globals->user_config_cache, 0, NULL, (dtor_func_t) user_config_cache_entry_dtor, 1); 1489 zend_hash_destroy(&CGIG(user_config_cache));
|
Completed in 8 milliseconds