Searched defs:xmlStrcmp (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/libxml/src/
H A Dxmlstring.c122 * xmlStrcmp:
132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { function
151 * Should be a bit more readable and faster than xmlStrcmp()
H A Delfgcchack.h10727 #undef xmlStrcmp macro
10728 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
10730 #ifndef xmlStrcmp
10731 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
10732 #define xmlStrcmp xmlStrcmp__internal_alias macro
/external/libxml2/
H A Dxmlstring.c122 * xmlStrcmp:
132 xmlStrcmp(const xmlChar *str1, const xmlChar *str2) { function
151 * Should be a bit more readable and faster than xmlStrcmp()
H A Delfgcchack.h10877 #undef xmlStrcmp macro
10878 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
10880 #ifndef xmlStrcmp
10881 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
10882 #define xmlStrcmp xmlStrcmp__internal_alias macro

Completed in 173 milliseconds