Home
last modified time | relevance | path

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

/PHP-5.5/ext/dom/
H A Dnode.c1598 xmlNodePtr nodep, lookupp = NULL; in PHP_FUNCTION() local
1613 lookupp = nodep; in PHP_FUNCTION()
1617 lookupp = xmlDocGetRootElement((xmlDocPtr) nodep); in PHP_FUNCTION()
1627 lookupp = nodep->parent; in PHP_FUNCTION()
1630 if (lookupp != NULL && (nsptr = xmlSearchNsByHref(lookupp->doc, lookupp, uri))) { in PHP_FUNCTION()

Completed in 10 milliseconds