Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxpath.h517 xmlXPathCompile (const xmlChar *str);
/external/libxml2/
Delfgcchack.h15630 #undef xmlXPathCompile
15631 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_ali…
15633 #ifndef xmlXPathCompile
15634 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")…
15635 #define xmlXPathCompile xmlXPathCompile__internal_alias macro
Dxpath.c14632 xmlXPathCompile(const xmlChar *str) { in xmlXPathCompile() function