new_per_dir_entry  738 sapi/apache/mod_php5.c static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_per_dir_entry *new_per_dir_entry, zend_hash_key *hash_key, void *pData)
new_per_dir_entry  747 sapi/apache/mod_php5.c 		&& new_per_dir_entry->type!=PHP_INI_SYSTEM) {
new_per_dir_entry  120 sapi/apache2handler/apache_config.c static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_dir_entry *new_per_dir_entry, zend_hash_key *hash_key, void *pData)
new_per_dir_entry  128 sapi/apache2handler/apache_config.c 	if (new_per_dir_entry->status >= orig_per_dir_entry->status) {
new_per_dir_entry  130 sapi/apache2handler/apache_config.c 		phpapdebug((stderr, "ADDING/OVERWRITING %s (%d vs. %d)\n", hash_key->arKey, new_per_dir_entry->status, orig_per_dir_entry->status));
new_per_dir_entry  794 sapi/apache_hooks/mod_php5.c 	php_per_dir_entry *new_per_dir_entry;
new_per_dir_entry  796 sapi/apache_hooks/mod_php5.c 	if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &new_per_dir_entry)==FAILURE) {
new_per_dir_entry  800 sapi/apache_hooks/mod_php5.c 	if (new_per_dir_entry->type==PHP_INI_SYSTEM