Searched refs:keyDef (Results 1 – 1 of 1) sorted by relevance
599 xsltKeyDefPtr keyDef) in xsltInitCtxtKey() argument616 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 …]