Home | History | Annotate | Download | only in libxml2

Lines Matching refs:comp

90     xmlXPathCompExprPtr comp;	/* the compiled expression */
313 xmlXPathCompExprPtr comp;
322 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
323 if (comp == NULL) {
340 ret->comp = comp;
369 if (tests->comp != NULL)
370 xmlXPathFreeCompExpr(tests->comp);
1611 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);