Home
last modified time | relevance | path

Searched refs:itemnode (Results 1 – 2 of 2) sorted by relevance

/PHP-7.3/ext/dom/
H A Dnamednodemap.c134 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
170 if (itemnode) { in PHP_FUNCTION()
171 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()
209 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
233 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
247 itemnode = curnode; in PHP_FUNCTION()
252 if (itemnode) { in PHP_FUNCTION()
253 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()
272 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
308 if (itemnode) { in PHP_FUNCTION()
[all …]
H A Dnodelist.c135 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
152 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
154 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in PHP_FUNCTION()
173 itemnode = curnode; in PHP_FUNCTION()
180itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, (char *) objmap->ns, (char *) objmap->local,… in PHP_FUNCTION()
187 if (itemnode) { in PHP_FUNCTION()
188 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()

Completed in 6 milliseconds