Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnamednodemap.c134 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
171 if (itemnode) { in PHP_FUNCTION()
172 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()
210 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
235 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
249 itemnode = curnode; in PHP_FUNCTION()
254 if (itemnode) { in PHP_FUNCTION()
255 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()
274 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
311 if (itemnode) { in PHP_FUNCTION()
[all …]
H A Dnodelist.c136 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
154 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
156 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in PHP_FUNCTION()
175 itemnode = curnode; in PHP_FUNCTION()
182itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, (char *) objmap->ns, (char *) objmap->local,… in PHP_FUNCTION()
189 if (itemnode) { in PHP_FUNCTION()
190 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()

Completed in 7 milliseconds