php_per_dir_entry 567 sapi/apache/mod_php5.c static int php_apache_alter_ini_entries(php_per_dir_entry *per_dir_entry TSRMLS_DC) php_per_dir_entry 713 sapi/apache/mod_php5.c static void destroy_per_dir_entry(php_per_dir_entry *per_dir_entry) php_per_dir_entry 722 sapi/apache/mod_php5.c static void copy_per_dir_entry(php_per_dir_entry *per_dir_entry) php_per_dir_entry 724 sapi/apache/mod_php5.c php_per_dir_entry tmp = *per_dir_entry; php_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) php_per_dir_entry 740 sapi/apache/mod_php5.c php_per_dir_entry *orig_per_dir_entry; php_per_dir_entry 787 sapi/apache/mod_php5.c zend_hash_copy(new, (HashTable *) basev, (copy_ctor_func_t) copy_per_dir_entry, NULL, sizeof(php_per_dir_entry)); php_per_dir_entry 789 sapi/apache/mod_php5.c zend_hash_merge_ex(new, (HashTable *) addv, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL); php_per_dir_entry 798 sapi/apache/mod_php5.c php_per_dir_entry per_dir_entry; php_per_dir_entry 826 sapi/apache/mod_php5.c zend_hash_update(conf, per_dir_entry.key, per_dir_entry.key_length, &per_dir_entry, sizeof(php_per_dir_entry), NULL); php_per_dir_entry 617 sapi/apache_hooks/mod_php5.c static int php_apache_alter_ini_entries(php_per_dir_entry *per_dir_entry TSRMLS_DC) php_per_dir_entry 766 sapi/apache_hooks/mod_php5.c static void destroy_per_dir_entry(php_per_dir_entry *per_dir_entry) php_per_dir_entry 775 sapi/apache_hooks/mod_php5.c static void copy_per_dir_entry(php_per_dir_entry *per_dir_entry) php_per_dir_entry 777 sapi/apache_hooks/mod_php5.c php_per_dir_entry tmp = *per_dir_entry; php_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) php_per_dir_entry 794 sapi/apache_hooks/mod_php5.c php_per_dir_entry *new_per_dir_entry; php_per_dir_entry 880 sapi/apache_hooks/mod_php5.c zend_hash_merge_ex((HashTable *) a->ini_settings, (HashTable *) b->ini_settings, (copy_ctor_func_t) copy_per_dir_entry, sizeof(php_per_dir_entry), (merge_checker_func_t) should_overwrite_per_dir_entry, NULL); php_per_dir_entry 897 sapi/apache_hooks/mod_php5.c php_per_dir_entry per_dir_entry; php_per_dir_entry 924 sapi/apache_hooks/mod_php5.c zend_hash_update(conf, per_dir_entry.key, per_dir_entry.key_length, &per_dir_entry, sizeof(php_per_dir_entry), NULL);