Searched refs:usecomp (Results 1 – 2 of 2) sorted by relevance
85 if (keyd->usecomp != NULL) in xsltFreeKeyDef()86 xmlXPathFreeCompExpr(keyd->usecomp); in xsltFreeKeyDef()366 key->usecomp = xsltXPathCompile(style, use); in xsltAddKey()367 if (key->usecomp == NULL) { in xsltAddKey()619 if ((keyDef->comp == NULL) || (keyDef->usecomp == NULL)) in xsltInitCtxtKey()757 useRes = xmlXPathCompiledEval(keyDef->usecomp, xpctxt); in xsltInitCtxtKey()
356 xmlXPathCompExprPtr usecomp; member