Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dnamednodemap.c132 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
163 itemnode = (xmlNodePtr)xmlHasProp(nodep, named); in PHP_FUNCTION()
168 if (itemnode) { in PHP_FUNCTION()
169 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()
207 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
240 itemnode = curnode; in PHP_FUNCTION()
245 if (itemnode) { in PHP_FUNCTION()
246 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()
264 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
300 if (itemnode) { in PHP_FUNCTION()
[all …]
H A Dnodelist.c111 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local
130 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION()
132 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in PHP_FUNCTION()
151 itemnode = curnode; in PHP_FUNCTION()
158itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, objmap->ns, objmap->local, &count, index); in PHP_FUNCTION()
165 if (itemnode) { in PHP_FUNCTION()
166 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()

Completed in 7 milliseconds