doctypep           69 ext/dom/documenttype.c 	xmlDtdPtr doctypep = (xmlDtdPtr) dom_object_get_node(obj);
doctypep           73 ext/dom/documenttype.c 	if (doctypep == NULL) {
doctypep           80 ext/dom/documenttype.c 	entityht = (xmlHashTable *) doctypep->entities;
doctypep           97 ext/dom/documenttype.c 	xmlDtdPtr doctypep = (xmlDtdPtr) dom_object_get_node(obj);
doctypep          101 ext/dom/documenttype.c 	if (doctypep == NULL) {
doctypep          108 ext/dom/documenttype.c 	notationht = (xmlHashTable *) doctypep->notations;