Lines Matching refs:childobj
950 …mlNodePtr nextsib, xmlNodePtr fragment, dom_object *intern, dom_object *childobj TSRMLS_DC) /* {{{… in _php_dom_insert_fragment()
976 childobj = node->_private; in _php_dom_insert_fragment()
977 childobj->document = intern->document; in _php_dom_insert_fragment()
978 php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL TSRMLS_CC); in _php_dom_insert_fragment()
1003 dom_object *intern, *childobj, *refpobj; in PHP_FUNCTION() local
1016 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1044 childobj->document = intern->document; in PHP_FUNCTION()
1045 php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL TSRMLS_CC); in PHP_FUNCTION()
1095 …new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj TSRMLS_CC); in PHP_FUNCTION()
1137 …new_child = _php_dom_insert_fragment(parentp, parentp->last, NULL, child, intern, childobj TSRMLS_… in PHP_FUNCTION()
1252 dom_object *intern, *childobj; in PHP_FUNCTION() local
1265 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1303 dom_object *intern, *childobj; in PHP_FUNCTION() local
1316 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1342 childobj->document = intern->document; in PHP_FUNCTION()
1343 php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL TSRMLS_CC); in PHP_FUNCTION()
1379 new_child = _php_dom_insert_fragment(nodep, nodep->last, NULL, child, intern, childobj TSRMLS_CC); in PHP_FUNCTION()