Home
last modified time | relevance | path

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

/external/chromium_org/third_party/libxslt/libxslt/
Dkeys.c599 xsltKeyDefPtr keyDef) in xsltInitCtxtKey() argument
616 fprintf(stderr, "xsltInitCtxtKey %s : %d\n", keyDef->name, ctxt->keyInitLevel); in xsltInitCtxtKey()
619 if ((keyDef->comp == NULL) || (keyDef->usecomp == NULL)) in xsltInitCtxtKey()
630 keyDef->name)); in xsltInitCtxtKey()
632 xsltTransformError(ctxt, NULL, keyDef->inst, in xsltInitCtxtKey()
633 "Key definition for %s is recursive\n", keyDef->name); in xsltInitCtxtKey()
659 ctxt->inst = keyDef->inst; in xsltInitCtxtKey()
664 xpctxt->namespaces = keyDef->nsList; in xsltInitCtxtKey()
665 xpctxt->nsNr = keyDef->nsNr; in xsltInitCtxtKey()
671 matchRes = xmlXPathCompiledEval(keyDef->comp, xpctxt); in xsltInitCtxtKey()
[all …]