Home
last modified time | relevance | path

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

/PHP-8.3/ext/dom/
H A Dparentnode.c127 static bool dom_is_node_in_list(const zval *nodes, uint32_t nodesc, const xmlNodePtr node_to_find) in dom_is_node_in_list()
165 … dom_zvals_to_fragment(php_libxml_ref_obj *document, xmlNode *contextNode, zval *nodes, int nodesc) in dom_zvals_to_fragment()
251 …de_list_for_insertion(php_libxml_ref_obj *document, xmlNodePtr parentNode, zval *nodes, int nodesc) in dom_sanity_check_node_list_for_insertion()
317 void dom_parent_node_append(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_append()
357 void dom_parent_node_prepend(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_prepend()
393 void dom_parent_node_after(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_after()
445 void dom_parent_node_before(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_before()
545 void dom_child_replace_with(dom_object *context, zval *nodes, uint32_t nodesc) in dom_child_replace_with()
604 void dom_parent_node_replace_children(dom_object *context, zval *nodes, uint32_t nodesc) in dom_parent_node_replace_children()

Completed in 9 milliseconds