HomeSort by relevance Sort by last modified time
    Searched defs:xmlXPathContextPtr (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/libxml/src/include/libxml/
xpath.h 40 typedef xmlXPathContext *xmlXPathContextPtr;
374 xmlXPathContextPtr context; /* the evaluation context */
493 XMLPUBFUN xmlXPathContextPtr XMLCALL
496 xmlXPathFreeContext (xmlXPathContextPtr ctxt);
498 xmlXPathContextSetCache(xmlXPathContextPtr ctxt,
509 xmlXPathContextPtr ctx);
512 xmlXPathContextPtr ctxt);
514 xmlXPathEvalPredicate (xmlXPathContextPtr ctxt,
522 xmlXPathCtxtCompile (xmlXPathContextPtr ctxt,
526 xmlXPathContextPtr ctx)
    [all...]
  /external/libxml2/include/libxml/
xpath.h 40 typedef xmlXPathContext *xmlXPathContextPtr;
376 xmlXPathContextPtr context; /* the evaluation context */
497 XMLPUBFUN xmlXPathContextPtr XMLCALL
500 xmlXPathFreeContext (xmlXPathContextPtr ctxt);
502 xmlXPathContextSetCache(xmlXPathContextPtr ctxt,
513 xmlXPathContextPtr ctx);
517 xmlXPathContextPtr ctx);
520 xmlXPathContextPtr ctx);
523 xmlXPathContextPtr ctxt);
525 xmlXPathEvalPredicate (xmlXPathContextPtr ctxt
    [all...]

Completed in 158 milliseconds