Home
last modified time | relevance | path

Searched refs:xmlXPathCtxtCompile (Results 1 – 6 of 6) sorted by relevance

/external/libxml2/include/libxml/
Dxpath.h525 xmlXPathCtxtCompile (xmlXPathContextPtr ctxt,
/external/libxml2/
Dschematron.c320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test); in xmlSchematronAddTest()
Delfgcchack.h15866 #undef xmlXPathCtxtCompile
15867 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__…
15869 #ifndef xmlXPathCtxtCompile
15870 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("…
15871 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias macro
Dxpath.c14690 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathCtxtCompile() function
14756 return(xmlXPathCtxtCompile(NULL, str)); in xmlXPathCompile()
/external/libxslt/libxslt/
Dxsltutils.c2138 ret = xmlXPathCtxtCompile(xpathCtxt, str); in xsltXPathCompile()
Dpattern.c344 comp->steps[comp->nbStep].comp = xmlXPathCtxtCompile(xctxt, value); in xsltCompMatchAdd()