Home
last modified time | relevance | path

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

/PHP-8.2/ext/dom/
H A Dnode.c924 if (refp->parent != parentp) { in PHP_METHOD()
943 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
994 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_METHOD()
995 child->parent = parentp; in PHP_METHOD()
997 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
1000 if (parentp->children == NULL) { in PHP_METHOD()
1001 parentp->children = child; in PHP_METHOD()
1002 parentp->last = child; in PHP_METHOD()
1004 child = parentp->last; in PHP_METHOD()
1007 parentp->last = new_child; in PHP_METHOD()
[all …]

Completed in 8 milliseconds