Home
last modified time | relevance | path

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

/php-src/ext/dom/
H A Ddomimplementation.c216 docp->intSubset = doctype; in PHP_METHOD()
227 docp->intSubset = NULL; in PHP_METHOD()
319 document->intSubset = (xmlDtdPtr) doctype; in PHP_METHOD()
H A Dnode.c1145 …if (doc->intSubset != (xmlDtdPtr) child || php_dom_has_sibling_preceding_node(child, XML_ELEMENT_N… in dom_replace_node_validity_checks()
1233 xmlDtdPtr intSubset = xmlGetIntSubset(nodep->doc); in dom_node_replace_child() local
1234 bool replacedoctype = (intSubset == (xmlDtd *) oldchild); in dom_node_replace_child()
1242 nodep->doc->intSubset = (xmlDtd *) newchild; in dom_node_replace_child()
1368 if (nodep->doc->intSubset != NULL) { in dom_node_append_child_legacy()
1376 nodep->doc->intSubset = (xmlDtdPtr) new_child; in dom_node_append_child_legacy()
H A Dphp_dom.c2551 xmlDtdPtr original_subset = ((xmlDocPtr) src_node)->intSubset; in dom_clone_helper()
2553 dst_doc->intSubset = xmlCopyDtd(((xmlDocPtr) src_node)->intSubset); in dom_clone_helper()
2554 if (UNEXPECTED(dst_doc->intSubset == NULL)) { in dom_clone_helper()
2558 dst_doc->intSubset->parent = dst_doc; in dom_clone_helper()
2559 xmlSetTreeDoc((xmlNodePtr) dst_doc->intSubset, dst_doc); in dom_clone_helper()
2560 dst_doc->children = dst_doc->last = (xmlNodePtr) dst_doc->intSubset; in dom_clone_helper()
/php-src/ext/dom/parentnode/
H A Dtree.c526 parent->doc->intSubset = (xmlDtdPtr) newchild; in dom_insert_node_list_unchecked()
549 parent->doc->intSubset = (xmlDtdPtr) node; in dom_insert_node_list_unchecked()

Completed in 27 milliseconds