Lines Matching defs:comp
253 xmlXPathCompExprPtr comp;
259 comp = xmlXPathCompile(BAD_CAST xpath);
260 if (comp == NULL) {
264 res = xmlXPathCompiledEval(comp, ctxtXPath);
265 xmlXPathFreeCompExpr(comp);
281 xmlXPathCompExprPtr comp;
287 comp = xmlXPathCompile(BAD_CAST xpath);
288 if (comp == NULL) {
292 res = xmlXPathCompiledEval(comp, ctxtXPath);
293 xmlXPathFreeCompExpr(comp);