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

/external/chromium_org/third_party/libxml/src/
H A Dxpath.c9631 static void xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort);
10324 xmlXPathCompileExpr(ctxt, sort);
10365 xmlXPathCompileExpr(ctxt, 1);
10863 * xmlXPathCompileExpr:
10873 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { function
10920 * This call to xmlXPathCompileExpr() will deactivate sorting
10929 xmlXPathCompileExpr(ctxt, 0);
10931 xmlXPathCompileExpr(ctxt, 1);
11223 xmlXPathCompileExpr(ctxt, 1);
14634 xmlXPathCompileExpr(pctx
[all...]
/external/libxml2/
H A Dxpath.c9678 static void xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort);
10378 xmlXPathCompileExpr(ctxt, sort);
10419 xmlXPathCompileExpr(ctxt, 1);
10917 * xmlXPathCompileExpr:
10927 xmlXPathCompileExpr(xmlXPathParserContextPtr ctxt, int sort) { function
10974 * This call to xmlXPathCompileExpr() will deactivate sorting
10983 xmlXPathCompileExpr(ctxt, 0);
10985 xmlXPathCompileExpr(ctxt, 1);
11277 xmlXPathCompileExpr(ctxt, 1);
14705 xmlXPathCompileExpr(pctx
[all...]

Completed in 106 milliseconds