Searched refs:php_dir_entry (Results 1 – 2 of 2) sorted by relevance
/PHP-5.6/sapi/apache2handler/ |
H A D | apache_config.c | 55 } php_dir_entry; typedef 60 php_dir_entry e; in real_value_hnd() 120 static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_dir_entry *new_per_dir_en… in should_overwrite_per_dir_entry() 122 php_dir_entry *orig_per_dir_entry; in should_overwrite_per_dir_entry() 142 php_dir_entry *pe; in merge_php_config() 143 php_dir_entry *data; in merge_php_config() 151 zend_hash_copy(&n->config, &d->config, NULL, NULL, sizeof(php_dir_entry)); in merge_php_config() 154 …zend_hash_merge_ex(&n->config, &e->config, NULL, sizeof(php_dir_entry), (merge_checker_func_t) sho… in merge_php_config() 175 php_dir_entry *pe; in get_php_config() 189 php_dir_entry *data; in apply_config()
|
/PHP-5.6/sapi/apache2filter/ |
H A D | apache_config.c | 55 } php_dir_entry; typedef 60 php_dir_entry e; in real_value_hnd() 124 php_dir_entry *pe; in merge_php_config() 125 php_dir_entry *data; in merge_php_config() 131 zend_hash_copy(&n->config, &e->config, NULL, NULL, sizeof(php_dir_entry)); in merge_php_config() 153 php_dir_entry *pe; in get_php_config() 167 php_dir_entry *data; in apply_config()
|
Completed in 7 milliseconds