Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h523 xmlXPathCompile (const xmlChar *str);
/external/libxslt/libxslt/
Dvariables.c832 xpExpr = xmlXPathCompile(variable->select); in xsltEvalVariable()
1068 xpExpr = xmlXPathCompile(elem->select); in xsltEvalGlobalVariable()
1492 xpExpr = xmlXPathCompile(value); in xsltProcessUserParamInternal()
Dtemplates.c311 comp = xmlXPathCompile(expr); in xsltAttrTemplateValueProcessNode()
Dtransform.c3276 cmp = xmlXPathCompile(URL); in xsltDocumentElem()
/external/libxml2/
Delfgcchack.h15746 #undef xmlXPathCompile
15747 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_ali…
15749 #ifndef xmlXPathCompile
15750 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")…
15751 #define xmlXPathCompile xmlXPathCompile__internal_alias macro
Dxpath.c14755 xmlXPathCompile(const xmlChar *str) { in xmlXPathCompile() function