Searched refs:xmlXPathCtxtCompile (Results 1 - 10 of 10) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dxpath.h522 xmlXPathCtxtCompile (xmlXPathContextPtr ctxt,
/external/libxml2/include/libxml/
H A Dxpath.h533 xmlXPathCtxtCompile (xmlXPathContextPtr ctxt,
/external/chromium_org/third_party/libxml/src/
H A Dschematron.c320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
H A Delfgcchack.h15866 #undef xmlXPathCtxtCompile macro
15867 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
15869 #ifndef xmlXPathCtxtCompile
15870 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
15871 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias macro
H A Dxpath.c14609 * xmlXPathCtxtCompile:
14619 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { function
14685 return(xmlXPathCtxtCompile(NULL, str));
/external/libxml2/
H A Dschematron.c320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test);
H A Delfgcchack.h16040 #undef xmlXPathCtxtCompile macro
16041 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
16043 #ifndef xmlXPathCtxtCompile
16044 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
16045 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias macro
H A Dxpath.c14774 * xmlXPathCtxtCompile:
14784 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { function
14846 return(xmlXPathCtxtCompile(NULL, str));
/external/chromium_org/third_party/libxslt/libxslt/
H A Dxsltutils.c2138 ret = xmlXPathCtxtCompile(xpathCtxt, str);
H A Dpattern.c344 comp->steps[comp->nbStep].comp = xmlXPathCtxtCompile(xctxt, value);

Completed in 399 milliseconds