Home
last modified time | relevance | path

Searched refs:dom_namednode_iter (Results 1 – 6 of 6) sorted by relevance

/PHP-7.4/ext/dom/
H A Ddocumenttype.c81 dom_namednode_iter(obj, XML_ENTITY_NODE, intern, entityht, NULL, NULL); in dom_documenttype_entities_read()
109 dom_namednode_iter(obj, XML_NOTATION_NODE, intern, notationht, NULL, NULL); in dom_documenttype_notations_read()
H A Dphp_dom.h122 void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xm…
H A Delement.c651 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
1077 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
H A Dnode.c436 dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL); in dom_node_child_nodes_read()
579 dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL); in dom_node_attributes_read()
H A Ddocument.c982 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
1198 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
H A Dphp_dom.c1054 void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xm… in dom_namednode_iter() function

Completed in 29 milliseconds