Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dnode.c926 if (refp->parent != parentp) { in PHP_METHOD()
938 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
989 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_METHOD()
990 child->parent = parentp; in PHP_METHOD()
992 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
995 if (parentp->children == NULL) { in PHP_METHOD()
996 parentp->children = child; in PHP_METHOD()
997 parentp->last = child; in PHP_METHOD()
999 child = parentp->last; in PHP_METHOD()
1002 parentp->last = new_child; in PHP_METHOD()
[all …]

Completed in 8 milliseconds