Home
last modified time | relevance | path

Searched refs:target_ht (Results 1 – 5 of 5) sorted by relevance

/PHP-5.5/sapi/apache2handler/
H A Dapache_config.c120 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.5/sapi/apache/
H A Dmod_php5.c738 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.5/Zend/
H A Dzend_hash.h93 typedef zend_bool (*merge_checker_func_t)(HashTable *target_ht, void *source_data, zend_hash_key *h…
H A Dzend_compile.c3497 static zend_bool do_inherit_property_access_check(HashTable *target_ht, zend_property_info *parent_… in do_inherit_property_access_check() argument
/PHP-5.5/sapi/apache_hooks/
H A Dmod_php5.c792 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 61 milliseconds