Lines Matching refs:comp
90 xmlXPathCompExprPtr comp; /* the compiled expression */
311 xmlXPathCompExprPtr comp;
320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
321 if (comp == NULL) {
338 ret->comp = comp;
367 if (tests->comp != NULL)
368 xmlXPathFreeCompExpr(tests->comp);
1609 ret = xmlXPathCompiledEval(test->comp, ctxt->xctxt);