php_per_dir_entry  724 sapi/apache/mod_php5.c 	php_per_dir_entry tmp = *per_dir_entry;
php_per_dir_entry  740 sapi/apache/mod_php5.c 	php_per_dir_entry *orig_per_dir_entry;
php_per_dir_entry  787 sapi/apache/mod_php5.c 	zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_per_dir_entry));
php_per_dir_entry  789 sapi/apache/mod_php5.c 	zend_hash_merge_ex(new, (HashTable *) addv, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL);
php_per_dir_entry  798 sapi/apache/mod_php5.c 	php_per_dir_entry per_dir_entry;
php_per_dir_entry  826 sapi/apache/mod_php5.c 	zend_hash_update(conf, per_dir_entry.key, per_dir_entry.key_length, &per_dir_entry, sizeof(php_per_dir_entry), NULL);
php_per_dir_entry  777 sapi/apache_hooks/mod_php5.c 	php_per_dir_entry tmp = *per_dir_entry;
php_per_dir_entry  794 sapi/apache_hooks/mod_php5.c 	php_per_dir_entry *new_per_dir_entry;
php_per_dir_entry  880 sapi/apache_hooks/mod_php5.c 	zend_hash_merge_ex((HashTable *) a->ini_settings, (HashTable *) b->ini_settings, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL);
php_per_dir_entry  897 sapi/apache_hooks/mod_php5.c 	php_per_dir_entry per_dir_entry;
php_per_dir_entry  924 sapi/apache_hooks/mod_php5.c 	zend_hash_update(conf, per_dir_entry.key, per_dir_entry.key_length, &per_dir_entry, sizeof(php_per_dir_entry), NULL);