Searched refs:dom_is_pre_insert_valid_without_step_1 (Results 1 – 1 of 1) sorted by relevance
/php-src/ext/dom/parentnode/ |
H A D | tree.c | 237 static bool dom_is_pre_insert_valid_without_step_1(php_libxml_ref_obj *document, xmlNodePtr parentN… in dom_is_pre_insert_valid_without_step_1() function 390 if (!dom_is_pre_insert_valid_without_step_1(document, node, newNode, NULL, documentNode)) { in dom_zvals_to_single_node() 567 if (dom_is_pre_insert_valid_without_step_1(document, parent, node, insertion_point, parent->doc)) { in php_dom_pre_insert() 765 …if (dom_is_pre_insert_valid_without_step_1(context->document, parentNode, node, viable_next_siblin… in dom_child_replace_with() 796 if (dom_is_pre_insert_valid_without_step_1(context->document, thisp, node, NULL, thisp->doc)) { in dom_parent_node_replace_children()
|
Completed in 5 milliseconds