Home
last modified time | relevance | path

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

/external/libxml2/include/libxml/
Dxmlregexp.h213 xmlExpDump (xmlBufferPtr buf,
/external/libxml2/
Delfgcchack.h3182 #undef xmlExpDump
3183 extern __typeof (xmlExpDump) xmlExpDump __attribute((alias("xmlExpDump__internal_alias")));
3185 #ifndef xmlExpDump
3186 extern __typeof (xmlExpDump) xmlExpDump__internal_alias __attribute((visibility("hidden")));
3187 #define xmlExpDump xmlExpDump__internal_alias macro
Dxmlregexp.c8099 xmlExpDump(xmlBufferPtr buf, xmlExpNodePtr expr) { in xmlExpDump() function