Searched defs:xmlStrncasecmp (Results 1 – 4 of 4) sorted by relevance
| /external/libxml2/ |
| D | xmlstring.c | 296 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp() function
|
| D | nanohttp.c | 111 #define xmlStrncasecmp(a, b, n) strncasecmp((char *)a, (char *)b, n) macro
|
| D | elfgcchack.h | 11022 #define xmlStrncasecmp xmlStrncasecmp__internal_alias macro
|
| /external/honggfuzz/libhfuzz/ |
| D | memorycmp.c | 282 HF_WEAK_WRAP(int, xmlStrncasecmp, const char* s1, const char* s2, int len) { in HF_WEAK_WRAP() argument
|