Home
last modified time | relevance | path

Searched refs:doctypep (Results 1 – 1 of 1) sorted by relevance

/PHP-5.4/ext/dom/
H A Ddocumenttype.c72 xmlDtdPtr doctypep; in dom_documenttype_entities_read() local
76 doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_entities_read()
78 if (doctypep == NULL) { in dom_documenttype_entities_read()
86 entityht = (xmlHashTable *) doctypep->entities; in dom_documenttype_entities_read()
103 xmlDtdPtr doctypep; in dom_documenttype_notations_read() local
107 doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_notations_read()
109 if (doctypep == NULL) { in dom_documenttype_notations_read()
117 notationht = (xmlHashTable *) doctypep->notations; in dom_documenttype_notations_read()

Completed in 4 milliseconds