HomeSort by relevance Sort by last modified time
    Searched refs:xmlXPathEvalExpression (Results 1 - 10 of 10) sorted by null

  /external/libxml2/doc/tutorial/
includexpath.c 29 result = xmlXPathEvalExpression(xpath, context);
32 printf("Error in xmlXPathEvalExpression\n");
  /external/libxml2/doc/examples/
xpath2.c 110 xpathObj = xmlXPathEvalExpression(xpathExpr, xpathCtx);
xpath1.c 117 xpathObj = xmlXPathEvalExpression(xpathExpr, xpathCtx);
  /external/libxml2/
testXPath.c 92 res = xmlXPathEvalExpression(BAD_CAST str, ctxt);
testC14N.c 312 xpath = xmlXPathEvalExpression(expr, ctx);
libxml2.syms 489 xmlXPathEvalExpression;
    [all...]
runtest.c     [all...]
elfgcchack.h     [all...]
xpath.c     [all...]
  /external/libxml2/include/libxml/
xpath.h 522 xmlXPathEvalExpression (const xmlChar *str,

Completed in 87 milliseconds