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

/vbox/src/libs/libxml2-2.6.31/
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.h10623 #undef xmlStrcmp macro
10624 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
10626 #ifndef xmlStrcmp
10627 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
10628 #define xmlStrcmp xmlStrcmp__internal_alias macro

Completed in 318 milliseconds