Home
last modified time | relevance | path

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

/PHP-7.0/ext/dom/
H A Dnode.c1526 xmlNodePtr nodep, lookupp = NULL; in PHP_FUNCTION() local
1541 lookupp = nodep; in PHP_FUNCTION()
1545 lookupp = xmlDocGetRootElement((xmlDocPtr) nodep); in PHP_FUNCTION()
1555 lookupp = nodep->parent; in PHP_FUNCTION()
1558 if (lookupp != NULL) { in PHP_FUNCTION()
1559 nsptr = xmlSearchNsByHref(lookupp->doc, lookupp, (xmlChar *) uri); in PHP_FUNCTION()

Completed in 8 milliseconds