Lines Matching defs:node

151 	xmlNodePtr node = fragment->children;  in dom_fragment_assign_parent_node()  local
164 static bool dom_fragment_common_hierarchy_check_part(xmlNodePtr node, bool *seen_element) in dom_fragment_common_hierarchy_check_part()
187 bool php_dom_fragment_insertion_hierarchy_check_pre_insertion(xmlNodePtr parent, xmlNodePtr node, x… in php_dom_fragment_insertion_hierarchy_check_pre_insertion()
213 bool php_dom_fragment_insertion_hierarchy_check_replace(xmlNodePtr parent, xmlNodePtr node, xmlNode… in php_dom_fragment_insertion_hierarchy_check_replace()
252 …_without_step_1(php_libxml_ref_obj *document, xmlNodePtr parentNode, xmlNodePtr node, xmlNodePtr c… in dom_is_pre_insert_valid_without_step_1()
341 static void dom_free_node_after_zval_single_node_creation(xmlNodePtr node) in dom_free_node_after_zval_single_node_creation()
365 xmlNodePtr node = NULL; in dom_zvals_to_single_node() local
483 static void dom_insert_node_list_cleanup(xmlNodePtr node) in dom_insert_node_list_cleanup()
502 static void dom_insert_node_list_unchecked(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePt… in dom_insert_node_list_unchecked()
554 bool php_dom_pre_insert(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePtr parent, xmlNodePt… in php_dom_pre_insert()
571 void php_dom_node_append(php_libxml_ref_obj *document, xmlNodePtr node, xmlNodePtr parent) in php_dom_node_append()
588 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_parent_node_append() local
614 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_parent_node_prepend() local
765 xmlNodePtr node = dom_zvals_to_single_node(context->document, parentNode, nodes, nodesc); in dom_child_replace_with() local
796 xmlNodePtr node = dom_zvals_to_single_node(context->document, thisp, nodes, nodesc); in dom_parent_node_replace_children() local