Home
last modified time | relevance | path

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

/PHP-8.0/ext/dom/
H A Dnode.c890 if (refp->parent != parentp) { in PHP_METHOD()
902 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
945 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_METHOD()
946 child->parent = parentp; in PHP_METHOD()
948 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
951 if (parentp->children == NULL) { in PHP_METHOD()
952 parentp->children = child; in PHP_METHOD()
953 parentp->last = child; in PHP_METHOD()
955 child = parentp->last; in PHP_METHOD()
958 parentp->last = new_child; in PHP_METHOD()
[all …]

Completed in 22 milliseconds