Searched defs:target_ht (Results 1 - 4 of 4) sorted by relevance
| /PHP_5_3/sapi/apache/ |
| H A D | mod_php5.c | 742 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) argument 746 if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry)==FAILURE) {
|
| /PHP_5_3/sapi/apache2handler/ |
| H A D | apache_config.c | 120 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) argument 124 if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry)==FAILURE) {
|
| /PHP_5_3/sapi/apache_hooks/ |
| H A D | mod_php5.c | 797 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) argument 801 if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &new_per_dir_entry)==FAILURE) {
|
| /PHP_5_3/Zend/ |
| H A D | zend_compile.c | 2698 static zend_bool do_inherit_property_access_check(HashTable *target_ht, zend_property_info *parent_info, const zend_hash_key *hash_key, zend_class_entry *ce) /* {{{ */ argument
|
Completed in 17 milliseconds