Searched refs:xmlXPathCompile (Results 1 – 6 of 6) sorted by relevance
523 xmlXPathCompile (const xmlChar *str);
832 xpExpr = xmlXPathCompile(variable->select); in xsltEvalVariable()1068 xpExpr = xmlXPathCompile(elem->select); in xsltEvalGlobalVariable()1492 xpExpr = xmlXPathCompile(value); in xsltProcessUserParamInternal()
311 comp = xmlXPathCompile(expr); in xsltAttrTemplateValueProcessNode()
3276 cmp = xmlXPathCompile(URL); in xsltDocumentElem()
15746 #undef xmlXPathCompile15747 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_ali…15749 #ifndef xmlXPathCompile15750 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")…15751 #define xmlXPathCompile xmlXPathCompile__internal_alias macro
14755 xmlXPathCompile(const xmlChar *str) { in xmlXPathCompile() function