Searched refs:matchRes (Results 1 – 1 of 1) sorted by relevance
603 xmlXPathObjectPtr matchRes = NULL, useRes = NULL; in xsltInitCtxtKey() local671 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()