Home
last modified time | relevance | path

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

/PHP-8.1/ext/dom/
H A Dnode.c902 if (refp->parent != parentp) { in PHP_METHOD()
914 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
965 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_METHOD()
966 child->parent = parentp; in PHP_METHOD()
968 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()
971 if (parentp->children == NULL) { in PHP_METHOD()
972 parentp->children = child; in PHP_METHOD()
973 parentp->last = child; in PHP_METHOD()
975 child = parentp->last; in PHP_METHOD()
978 parentp->last = new_child; in PHP_METHOD()
[all …]

Completed in 7 milliseconds