ht_options        219 ext/tidy/tidy.c static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options TSRMLS_DC);
ht_options       1008 ext/tidy/tidy.c static int _php_tidy_apply_config_array(TidyDoc doc, HashTable *ht_options TSRMLS_DC)
ht_options       1016 ext/tidy/tidy.c 	for (zend_hash_internal_pointer_reset(ht_options);
ht_options       1017 ext/tidy/tidy.c 		 zend_hash_get_current_data(ht_options, (void *) &opt_val) == SUCCESS;
ht_options       1018 ext/tidy/tidy.c 		 zend_hash_move_forward(ht_options)) {
ht_options       1020 ext/tidy/tidy.c 		switch (zend_hash_get_current_key_ex(ht_options, &opt_name, &opt_name_len, &opt_indx, FALSE, NULL)) {