Searched refs:dtdptr (Results 1 – 2 of 2) sorted by relevance
46 xmlDtdPtr dtdptr = (xmlDtdPtr) dom_object_get_node(obj); in dom_documenttype_name_read() local48 if (dtdptr == NULL) { in dom_documenttype_name_read()53 ZVAL_STRING(retval, dtdptr->name ? (char *) (dtdptr->name) : ""); in dom_documenttype_name_read()125 if (dtdptr == NULL) { in dom_documenttype_public_id_read()130 if (dtdptr->ExternalID) { in dom_documenttype_public_id_read()131 ZVAL_STRING(retval, (char *) (dtdptr->ExternalID)); in dom_documenttype_public_id_read()150 if (dtdptr == NULL) { in dom_documenttype_system_id_read()155 if (dtdptr->SystemID) { in dom_documenttype_system_id_read()156 ZVAL_STRING(retval, (char *) (dtdptr->SystemID)); in dom_documenttype_system_id_read()175 if (dtdptr == NULL) { in dom_documenttype_internal_subset_read()[all …]
245 xmlDtdPtr dtdptr; in dom_document_doctype_read() local252 dtdptr = xmlGetIntSubset(docp); in dom_document_doctype_read()253 if (!dtdptr) { in dom_document_doctype_read()258 php_dom_create_object((xmlNodePtr) dtdptr, retval, obj); in dom_document_doctype_read()
Completed in 9 milliseconds