Home
last modified time | relevance | path

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

/PHP-5.5/sapi/apache/
H A Dmod_php5.c722 static void copy_per_dir_entry(php_per_dir_entry *per_dir_entry) in copy_per_dir_entry() function
787 …zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_p… in php_merge_dir()
789 …zend_hash_merge_ex(new, (HashTable *) addv, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_… in php_merge_dir()
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c775 static void copy_per_dir_entry(php_per_dir_entry *per_dir_entry) in copy_per_dir_entry() function
880 …a->ini_settings, (HashTable *) b->ini_settings, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_… in php_merge_dir()

Completed in 12 milliseconds