doctypep           72 ext/dom/documenttype.c 	xmlDtdPtr doctypep;
doctypep           76 ext/dom/documenttype.c 	doctypep = (xmlDtdPtr) dom_object_get_node(obj);
doctypep           78 ext/dom/documenttype.c 	if (doctypep == NULL) {
doctypep           86 ext/dom/documenttype.c 	entityht = (xmlHashTable *) doctypep->entities;
doctypep          103 ext/dom/documenttype.c 	xmlDtdPtr doctypep;
doctypep          107 ext/dom/documenttype.c 	doctypep = (xmlDtdPtr) dom_object_get_node(obj);
doctypep          109 ext/dom/documenttype.c 	if (doctypep == NULL) {
doctypep          117 ext/dom/documenttype.c 	notationht = (xmlHashTable *) doctypep->notations;