xmlHashTable       70 ext/dom/documenttype.c 	xmlHashTable *entityht;
xmlHashTable       80 ext/dom/documenttype.c 	entityht = (xmlHashTable *) doctypep->entities;
xmlHashTable       98 ext/dom/documenttype.c 	xmlHashTable *notationht;
xmlHashTable      108 ext/dom/documenttype.c 	notationht = (xmlHashTable *) doctypep->notations;
xmlHashTable       83 ext/dom/dom_iterators.c xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index) /* {{{ */
xmlHashTable      104 ext/dom/dom_iterators.c xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index) /* {{{ */
xmlHashTable       88 ext/dom/php_dom.h 	xmlHashTable *ht;
xmlHashTable      125 ext/dom/php_dom.h xmlNode *php_dom_libxml_hash_iter(xmlHashTable *ht, int index);
xmlHashTable      126 ext/dom/php_dom.h xmlNode *php_dom_libxml_notation_iter(xmlHashTable *ht, int index);