Lines Matching refs:node

880 	xmlNodePtr newchild, node;  in _php_dom_insert_fragment()  local
898 node = newchild; in _php_dom_insert_fragment()
899 while (node != NULL) { in _php_dom_insert_fragment()
900 node->parent = nodep; in _php_dom_insert_fragment()
901 if (node->doc != nodep->doc) { in _php_dom_insert_fragment()
902 xmlSetTreeDoc(node, nodep->doc); in _php_dom_insert_fragment()
903 if (node->_private != NULL) { in _php_dom_insert_fragment()
904 childobj = node->_private; in _php_dom_insert_fragment()
909 if (node == fragment->last) { in _php_dom_insert_fragment()
912 node = node->next; in _php_dom_insert_fragment()
929 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
934 …rameters(ZEND_NUM_ARGS(), getThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
944 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1178 zval *id, *node; in PHP_FUNCTION() local
1183 …_parameters(ZEND_NUM_ARGS(), getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
1193 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1229 zval *id, *node; in PHP_FUNCTION() local
1234 …_parameters(ZEND_NUM_ARGS(), getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
1244 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1359 xmlNode *n, *node; in PHP_FUNCTION() local
1370 node = xmlDocCopyNode(n, n->doc, recursive); in PHP_FUNCTION()
1372 if (!node) { in PHP_FUNCTION()
1380 node->nsDef = xmlCopyNamespaceList(n->nsDef); in PHP_FUNCTION()
1384 ns = xmlSearchNs(n->doc, node, n->ns->prefix); in PHP_FUNCTION()
1388 xmlNodePtr root = node; in PHP_FUNCTION()
1393 node->ns = xmlNewNs(root, ns->href, ns->prefix); in PHP_FUNCTION()
1396 node->ns = ns; in PHP_FUNCTION()
1400 node->properties = xmlCopyPropList(node, n->properties); in PHP_FUNCTION()
1405 if (node->doc != n->doc) { in PHP_FUNCTION()
1409 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
1499 zval *id, *node; in PHP_FUNCTION() local
1503 …_parameters(ZEND_NUM_ARGS(), getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
1509 DOM_GET_OBJ(nodeotherp, node, xmlNodePtr, nodeotherobj); in PHP_FUNCTION()
1720 ctxp->node = nodep; in dom_canonicalization()
1722 ctxp->node = NULL; in dom_canonicalization()
1749 ctxp->node = nodep; in dom_canonicalization()
1766 ctxp->node = NULL; in dom_canonicalization()