Home
last modified time | relevance | path

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

/PHP-7.1/ext/dom/
H A Dnode.c978 if (refp->parent != parentp) { in PHP_FUNCTION()
990 xmlSetTreeDoc(child, parentp->doc); in PHP_FUNCTION()
1033 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_FUNCTION()
1034 child->parent = parentp; in PHP_FUNCTION()
1036 xmlSetTreeDoc(child, parentp->doc); in PHP_FUNCTION()
1039 if (parentp->children == NULL) { in PHP_FUNCTION()
1040 parentp->children = child; in PHP_FUNCTION()
1041 parentp->last = child; in PHP_FUNCTION()
1043 child = parentp->last; in PHP_FUNCTION()
1046 parentp->last = new_child; in PHP_FUNCTION()
[all …]

Completed in 10 milliseconds