orig_per_dir_entry  740 sapi/apache/mod_php5.c 	php_per_dir_entry *orig_per_dir_entry;
orig_per_dir_entry  742 sapi/apache/mod_php5.c 	if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry)==FAILURE) {
orig_per_dir_entry  746 sapi/apache/mod_php5.c 	if (orig_per_dir_entry->type==PHP_INI_SYSTEM
orig_per_dir_entry  122 sapi/apache2handler/apache_config.c 	php_dir_entry *orig_per_dir_entry;
orig_per_dir_entry  124 sapi/apache2handler/apache_config.c 	if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry)==FAILURE) {
orig_per_dir_entry  128 sapi/apache2handler/apache_config.c 	if (new_per_dir_entry->status >= orig_per_dir_entry->status) {
orig_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));
orig_per_dir_entry  792 sapi/apache_hooks/mod_php5.c static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_per_dir_entry *orig_per_dir_entry, zend_hash_key *hash_key, void *pData)
orig_per_dir_entry  801 sapi/apache_hooks/mod_php5.c 		&& orig_per_dir_entry->type!=PHP_INI_SYSTEM) {