Lines Matching refs:childobj
883 …evsib, xmlNodePtr nextsib, xmlNodePtr fragment, dom_object *intern, dom_object *childobj) /* {{{ */ in _php_dom_insert_fragment() argument
909 childobj = node->_private; in _php_dom_insert_fragment()
910 childobj->document = intern->document; in _php_dom_insert_fragment()
911 php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL); in _php_dom_insert_fragment()
936 dom_object *intern, *childobj, *refpobj; in PHP_FUNCTION() local
950 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
978 childobj->document = intern->document; in PHP_FUNCTION()
979 php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL); in PHP_FUNCTION()
1029 new_child = _php_dom_insert_fragment(parentp, refp->prev, refp, child, intern, childobj); in PHP_FUNCTION()
1071 new_child = _php_dom_insert_fragment(parentp, parentp->last, NULL, child, intern, childobj); in PHP_FUNCTION()
1187 dom_object *intern, *childobj; in PHP_FUNCTION() local
1201 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1239 dom_object *intern, *childobj; in PHP_FUNCTION() local
1253 DOM_GET_OBJ(child, node, xmlNodePtr, childobj); in PHP_FUNCTION()
1279 childobj->document = intern->document; in PHP_FUNCTION()
1280 php_libxml_increment_doc_ref((php_libxml_node_object *)childobj, NULL); in PHP_FUNCTION()
1316 new_child = _php_dom_insert_fragment(nodep, nodep->last, NULL, child, intern, childobj); in PHP_FUNCTION()