Searched refs:target_ht (Results 1 – 5 of 5) sorted by relevance
/PHP-5.6/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_en… in should_overwrite_per_dir_entry() argument 124 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry… in should_overwrite_per_dir_entry()
|
/PHP-5.6/sapi/apache/ |
H A D | mod_php5.c | 738 static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_per_dir_entry *new_per_di… in should_overwrite_per_dir_entry() argument 742 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &orig_per_dir_entry… in should_overwrite_per_dir_entry()
|
/PHP-5.6/Zend/ |
H A D | zend_hash.h | 93 typedef zend_bool (*merge_checker_func_t)(HashTable *target_ht, void *source_data, zend_hash_key *h…
|
H A D | zend_compile.c | 3636 static zend_bool do_inherit_property_access_check(HashTable *target_ht, zend_property_info *parent_… in do_inherit_property_access_check() argument
|
/PHP-5.6/sapi/apache_hooks/ |
H A D | mod_php5.c | 792 static zend_bool should_overwrite_per_dir_entry(HashTable *target_ht, php_per_dir_entry *orig_per_d… in should_overwrite_per_dir_entry() argument 796 …if (zend_hash_find(target_ht, hash_key->arKey, hash_key->nKeyLength, (void **) &new_per_dir_entry)… in should_overwrite_per_dir_entry()
|
Completed in 32 milliseconds