Home
last modified time | relevance | path

Searched defs:nodesc (Results 1 – 1 of 1) sorted by relevance

/PHP-8.1/ext/dom/
H A Dparentnode.c127 static bool dom_is_node_in_list(const zval *nodes, int nodesc, const xmlNodePtr node_to_find) in dom_is_node_in_list()
153 … dom_zvals_to_fragment(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, int nodesc) in dom_zvals_to_fragment()
244 …de_list_for_insertion(php_libxml_ref_obj *document, xmlNodePtr parentNode, zval *nodes, int nodesc) in dom_sanity_check_node_list_for_insertion()
310 void dom_parent_node_append(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_append()
348 void dom_parent_node_prepend(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_prepend()
382 void dom_parent_node_after(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_after()
437 void dom_parent_node_before(dom_object *context, zval *nodes, int nodesc) in dom_parent_node_before()
548 void dom_child_replace_with(dom_object *context, zval *nodes, int nodesc) in dom_child_replace_with()

Completed in 5 milliseconds