Searched defs:xsltInitCtxtKey (Results 1 - 1 of 1) sorted by relevance

/external/libxslt/libxslt/
H A Dkeys.c493 xsltInitCtxtKey(ctxt, ctxt->document, keyd);
588 * xsltInitCtxtKey:
598 xsltInitCtxtKey(xsltTransformContextPtr ctxt, xsltDocumentPtr idoc, function
616 fprintf(stderr, "xsltInitCtxtKey %s : %d\n", keyDef->name, ctxt->keyInitLevel);
629 "xsltInitCtxtKey: key definition of %s is recursive\n",
676 "xsltInitCtxtKey: %s evaluation failed\n", keyDef->match));
689 "xsltInitCtxtKey: %s evaluates to %d nodes\n",
698 "xsltInitCtxtKey: %s is not a node set\n", keyDef->match));
894 xsltInitCtxtKey(ctxt, idoc, keyDef);

Completed in 55 milliseconds