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

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

Completed in 166 milliseconds