Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/
H A Ddocumenttype.c83 dom_namednode_iter(obj, XML_ENTITY_NODE, intern, entityht, NULL, NULL); in dom_documenttype_entities_read()
111 dom_namednode_iter(obj, XML_NOTATION_NODE, intern, notationht, NULL, NULL); in dom_documenttype_notations_read()
H A Dphp_dom.h123 void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xm…
H A Delement.c648 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
1068 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
H A Dnode.c438 dom_namednode_iter(obj, XML_ELEMENT_NODE, intern, NULL, NULL, NULL); in dom_node_child_nodes_read()
582 dom_namednode_iter(obj, XML_ATTRIBUTE_NODE, intern, NULL, NULL, NULL); in dom_node_attributes_read()
H A Ddocument.c966 dom_namednode_iter(intern, 0, namednode, NULL, local, NULL); in PHP_FUNCTION()
1178 dom_namednode_iter(intern, 0, namednode, NULL, local, nsuri); in PHP_FUNCTION()
H A Dphp_dom.c1056 void dom_namednode_iter(dom_object *basenode, int ntype, dom_object *intern, xmlHashTablePtr ht, xm… in dom_namednode_iter() function

Completed in 25 milliseconds