Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache/
H A Dmod_php5.c713 static void destroy_per_dir_entry(php_per_dir_entry *per_dir_entry) in destroy_per_dir_entry() function
771 zend_hash_init_ex(per_dir_info, 5, NULL, (void (*)(void *)) destroy_per_dir_entry, 1, 0); in php_create_dir()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c766 static void destroy_per_dir_entry(php_per_dir_entry *per_dir_entry) in destroy_per_dir_entry() function
857 zend_hash_init_ex(conf->ini_settings, 5, NULL, (void (*)(void *)) destroy_per_dir_entry, 1, 0); in php_create_dir()

Completed in 17 milliseconds