Searched refs:dtdptr (Results 1 – 2 of 2) sorted by relevance
/php-src/ext/dom/ |
H A D | documenttype.c | 34 DOM_PROP_NODE(xmlDtdPtr, dtdptr, obj); in dom_documenttype_name_read() 35 ZVAL_STRING(retval, dtdptr->name ? (char *) (dtdptr->name) : ""); in dom_documenttype_name_read() 48 DOM_PROP_NODE(xmlDtdPtr, dtdptr, obj); in dom_documenttype_entities_read() 69 DOM_PROP_NODE(xmlDtdPtr, dtdptr, obj); in dom_documenttype_notations_read() 90 DOM_PROP_NODE(xmlDtdPtr, dtdptr, obj); in dom_documenttype_public_id_read() 92 if (dtdptr->ExternalID) { in dom_documenttype_public_id_read() 110 DOM_PROP_NODE(xmlDtdPtr, dtdptr, obj); in dom_documenttype_system_id_read() 112 if (dtdptr->SystemID) { in dom_documenttype_system_id_read() 113 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read() 130 DOM_PROP_NODE(xmlDtdPtr, dtdptr, obj); in dom_documenttype_internal_subset_read() [all …]
|
H A D | document.c | 52 xmlDtdPtr dtdptr = xmlGetIntSubset(docp); in dom_document_doctype_read() local 54 php_dom_create_nullable_object((xmlNodePtr) dtdptr, retval, obj); in dom_document_doctype_read()
|
Completed in 18 milliseconds