Searched refs:itemnode (Results 1 – 2 of 2) sorted by relevance
/PHP-5.4/ext/dom/ |
H A D | namednodemap.c | 132 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 D | nodelist.c | 111 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() 158 … itemnode = 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 4 milliseconds