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

/vbox/src/libs/libxml2-2.6.31/
H A Dxpath.c9652 static void xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort);
10344 xmlXPathCompileExpr(ctxt, sort);
10381 xmlXPathCompileExpr(ctxt, 1);
10879 * xmlXPathCompileExpr:
10889 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { function
10937 * This call to xmlXPathCompileExpr() will deactivate sorting
10946 xmlXPathCompileExpr(ctxt, 0);
10948 xmlXPathCompileExpr(ctxt, 1);
11240 xmlXPathCompileExpr(ctxt, 1);
14662 xmlXPathCompileExpr(pctx
[all...]

Completed in 65 milliseconds