Lines Matching refs:node

954 	xmlNodePtr newchild, node;  in _php_dom_insert_fragment()  local
972 node = newchild; in _php_dom_insert_fragment()
973 while (node != NULL) { in _php_dom_insert_fragment()
974 node->parent = nodep; in _php_dom_insert_fragment()
975 if (node->doc != nodep->doc) { in _php_dom_insert_fragment()
976 xmlSetTreeDoc(node, nodep->doc); in _php_dom_insert_fragment()
977 if (node->_private != NULL) { in _php_dom_insert_fragment()
978 childobj = node->_private; in _php_dom_insert_fragment()
983 if (node == fragment->last) { in _php_dom_insert_fragment()
986 node = node->next; in _php_dom_insert_fragment()
1003 zval *id, *node, *ref = NULL; in PHP_FUNCTION() local
1008 …END_NUM_ARGS() TSRMLS_CC, getThis(), "OO|O!", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
1018 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1252 zval *id, *node; in PHP_FUNCTION() local
1257 …s(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
1267 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1303 zval *id, *node; in PHP_FUNCTION() local
1308 …s(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
1318 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1433 xmlNode *n, *node; in PHP_FUNCTION() local
1444 node = xmlDocCopyNode(n, n->doc, recursive); in PHP_FUNCTION()
1446 if (!node) { in PHP_FUNCTION()
1454 node->nsDef = xmlCopyNamespaceList(n->nsDef); in PHP_FUNCTION()
1458 ns = xmlSearchNs(n->doc, node, n->ns->prefix); in PHP_FUNCTION()
1462 xmlNodePtr root = node; in PHP_FUNCTION()
1467 node->ns = xmlNewNs(root, ns->href, ns->prefix); in PHP_FUNCTION()
1470 node->ns = ns; in PHP_FUNCTION()
1474 node->properties = xmlCopyPropList(node, n->properties); in PHP_FUNCTION()
1479 if (node->doc != n->doc) { in PHP_FUNCTION()
1483 DOM_RET_OBJ(node, &ret, intern); in PHP_FUNCTION()
1573 zval *id, *node; in PHP_FUNCTION() local
1577 …s(ZEND_NUM_ARGS() TSRMLS_CC, getThis(), "OO", &id, dom_node_class_entry, &node, dom_node_class_ent… in PHP_FUNCTION()
1583 DOM_GET_OBJ(nodeotherp, node, xmlNodePtr, nodeotherobj); in PHP_FUNCTION()
1792 ctxp->node = nodep; in dom_canonicalization()
1794 ctxp->node = NULL; in dom_canonicalization()
1821 ctxp->node = nodep; in dom_canonicalization()
1842 ctxp->node = NULL; in dom_canonicalization()