Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/
H A Ddocumenttype.c48 xmlDtdPtr dtdptr = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_name_read() local
50 if (dtdptr == NULL) { in dom_documenttype_name_read()
55 ZVAL_STRING(retval, (char *) (dtdptr->name)); in dom_documenttype_name_read()
127 if (dtdptr == NULL) { in dom_documenttype_public_id_read()
132 if (dtdptr->ExternalID) { in dom_documenttype_public_id_read()
133 ZVAL_STRING(retval, (char *) (dtdptr->ExternalID)); in dom_documenttype_public_id_read()
152 if (dtdptr == NULL) { in dom_documenttype_system_id_read()
157 if (dtdptr->SystemID) { in dom_documenttype_system_id_read()
158 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()
177 if (dtdptr == NULL) { in dom_documenttype_internal_subset_read()
[all …]
H A Ddocument.c247 xmlDtdPtr dtdptr; in dom_document_doctype_read() local
254 dtdptr = xmlGetIntSubset(docp); in dom_document_doctype_read()
255 if (!dtdptr) { in dom_document_doctype_read()
260 php_dom_create_object((xmlNodePtr) dtdptr, retval, obj); in dom_document_doctype_read()

Completed in 10 milliseconds