Home
last modified time | relevance | path

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

/external/libxslt/libxslt/
Dkeys.c603 xmlXPathObjectPtr matchRes = NULL, useRes = NULL; in xsltInitCtxtKey() local
671 matchRes = xmlXPathCompiledEval(keyDef->comp, xpctxt); in xsltInitCtxtKey()
672 if (matchRes == NULL) { in xsltInitCtxtKey()
683 if (matchRes->type == XPATH_NODESET) { in xsltInitCtxtKey()
684 matchList = matchRes->nodesetval; in xsltInitCtxtKey()
859 if (matchRes != NULL) in xsltInitCtxtKey()
860 xmlXPathFreeObject(matchRes); in xsltInitCtxtKey()