Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dkeys.c602 xmlNodeSetPtr matchList = NULL, keylist; in xsltInitCtxtKey() local
684 matchList = matchRes->nodesetval; in xsltInitCtxtKey()
687 if (matchList != NULL) in xsltInitCtxtKey()
690 keyDef->match, matchList->nodeNr)); in xsltInitCtxtKey()
706 if ((matchList == NULL) || (matchList->nodeNr <= 0)) in xsltInitCtxtKey()
743 for (i = 0; i < matchList->nodeNr; i++) { in xsltInitCtxtKey()
744 cur = matchList->nodeTab[i]; in xsltInitCtxtKey()