Searched refs:xmlXPathCtxtCompile (Results 1 – 6 of 6) sorted by relevance
525 xmlXPathCtxtCompile (xmlXPathContextPtr ctxt,
320 comp = xmlXPathCtxtCompile(ctxt->xctxt, test); in xmlSchematronAddTest()
15866 #undef xmlXPathCtxtCompile15867 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__…15869 #ifndef xmlXPathCtxtCompile15870 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("…15871 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias macro
14690 xmlXPathCtxtCompile(xmlXPathContextPtr ctxt, const xmlChar *str) { in xmlXPathCtxtCompile() function14756 return(xmlXPathCtxtCompile(NULL, str)); in xmlXPathCompile()
2138 ret = xmlXPathCtxtCompile(xpathCtxt, str); in xsltXPathCompile()
344 comp->steps[comp->nbStep].comp = xmlXPathCtxtCompile(xctxt, value); in xsltCompMatchAdd()