Searched refs:itemnode (Results 1 – 2 of 2) sorted by relevance
/PHP-7.0/ext/dom/ |
H A D | namednodemap.c | 132 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local 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 231 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION() 245 itemnode = curnode; in PHP_FUNCTION() 250 if (itemnode) { in PHP_FUNCTION() 251 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION() 270 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local 306 if (itemnode) { in PHP_FUNCTION() [all …]
|
H A D | nodelist.c | 111 xmlNodePtr itemnode = NULL; in PHP_FUNCTION() local 128 itemnode = php_dom_libxml_hash_iter(objmap->ht, index); in PHP_FUNCTION() 130 itemnode = php_dom_libxml_notation_iter(objmap->ht, index); in PHP_FUNCTION() 149 itemnode = curnode; in PHP_FUNCTION() 156 …itemnode = dom_get_elements_by_tag_name_ns_raw(nodep, (char *) objmap->ns, (char *) objmap->local,… in PHP_FUNCTION() 163 if (itemnode) { in PHP_FUNCTION() 164 DOM_RET_OBJ(itemnode, &ret, objmap->baseobj); in PHP_FUNCTION()
|
Completed in 7 milliseconds