Home
last modified time | relevance | path

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

/PHP-7.4/ext/dom/
H A Dnode.c1539 xmlNodePtr nodep, lookupp = NULL; in PHP_FUNCTION() local
1555 lookupp = nodep; in PHP_FUNCTION()
1559 lookupp = xmlDocGetRootElement((xmlDocPtr) nodep); in PHP_FUNCTION()
1569 lookupp = nodep->parent; in PHP_FUNCTION()
1572 if (lookupp != NULL) { in PHP_FUNCTION()
1573 nsptr = xmlSearchNsByHref(lookupp->doc, lookupp, (xmlChar *) uri); in PHP_FUNCTION()

Completed in 12 milliseconds