Searched refs:parentp (Results 1 – 1 of 1) sorted by relevance
1020 if (refp->parent != parentp) { in PHP_METHOD()1027 xmlSetTreeDoc(child, parentp->doc); in PHP_METHOD()1089 …if (child->type == XML_TEXT_NODE && parentp->last != NULL && parentp->last->type == XML_TEXT_NODE)… in PHP_METHOD()1090 child->parent = parentp; in PHP_METHOD()1092 if (parentp->children == NULL) { in PHP_METHOD()1093 parentp->children = child; in PHP_METHOD()1094 parentp->last = child; in PHP_METHOD()1096 child = parentp->last; in PHP_METHOD()1099 parentp->last = new_child; in PHP_METHOD()1117 new_child = xmlAddChild(parentp, child); in PHP_METHOD()[all …]
Completed in 8 milliseconds