Lines Matching refs:parent

173 					if((nsptr = xmlSearchNsByHref(doc, nodep->parent, curns->href)) &&   in dom_reconcile_ns()
426 nodeparent = nodep->parent; in dom_node_parent_node_read()
792 nsnode = nodep->parent; in dom_node_prefix_write()
972 node->parent = nodep; in _php_dom_insert_fragment()
1023 (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { in PHP_FUNCTION()
1050 if (refp->parent != parentp) { in PHP_FUNCTION()
1055 if (child->parent != NULL) { in PHP_FUNCTION()
1065 new_child->parent = refp->parent; in PHP_FUNCTION()
1072 if (new_child->parent != NULL) { in PHP_FUNCTION()
1073 if (new_child->parent->children == refp) { in PHP_FUNCTION()
1074 new_child->parent->children = new_child; in PHP_FUNCTION()
1082 lastattr = xmlHasProp(refp->parent, child->name); in PHP_FUNCTION()
1084 lastattr = xmlHasNsProp(refp->parent, child->name, child->ns->href); in PHP_FUNCTION()
1102 if (child->parent != NULL){ in PHP_FUNCTION()
1106 child->parent = parentp; in PHP_FUNCTION()
1190 (newchild->parent != NULL && dom_node_is_read_only(newchild->parent) == SUCCESS)) { in PHP_FUNCTION()
1270 (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { in PHP_FUNCTION()
1321 (child->parent != NULL && dom_node_is_read_only(child->parent) == SUCCESS)) { in PHP_FUNCTION()
1346 if (child->parent != NULL){ in PHP_FUNCTION()
1351 child->parent = nodep; in PHP_FUNCTION()
1462 while (root->parent != NULL) { in PHP_FUNCTION()
1463 root = root->parent; in PHP_FUNCTION()
1627 lookupp = nodep->parent; in PHP_FUNCTION()