Home
last modified time | relevance | path

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

/PHP-7.3/ext/dom/
H A Ddocumenttype.c67 xmlDtdPtr doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_entities_read() local
71 if (doctypep == NULL) { in dom_documenttype_entities_read()
78 entityht = (xmlHashTable *) doctypep->entities; in dom_documenttype_entities_read()
95 xmlDtdPtr doctypep = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_notations_read() local
99 if (doctypep == NULL) { in dom_documenttype_notations_read()
106 notationht = (xmlHashTable *) doctypep->notations; in dom_documenttype_notations_read()

Completed in 4 milliseconds