Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dnode.c1050 if (refp->parent != parentp) { in PHP_FUNCTION()
1062 xmlSetTreeDoc(child, parentp->doc); in PHP_FUNCTION()
1105 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_FUNCTION()
1106 child->parent = parentp; in PHP_FUNCTION()
1108 xmlSetTreeDoc(child, parentp->doc); in PHP_FUNCTION()
1111 if (parentp->children == NULL) { in PHP_FUNCTION()
1112 parentp->children = child; in PHP_FUNCTION()
1113 parentp->last = child; in PHP_FUNCTION()
1115 child = parentp->last; in PHP_FUNCTION()
1118 parentp->last = new_child; in PHP_FUNCTION()
[all …]

Completed in 18 milliseconds