Home
last modified time | relevance | path

Searched defs:xmlStrncasecmp (Results 1 – 4 of 4) sorted by relevance

/external/libxml2/
Dxmlstring.c296 xmlStrncasecmp(const xmlChar *str1, const xmlChar *str2, int len) { in xmlStrncasecmp() function
Dnanohttp.c111 #define xmlStrncasecmp(a, b, n) strncasecmp((char *)a, (char *)b, n) macro
Delfgcchack.h11022 #define xmlStrncasecmp xmlStrncasecmp__internal_alias macro
/external/honggfuzz/libhfuzz/
Dmemorycmp.c282 HF_WEAK_WRAP(int, xmlStrncasecmp, const char* s1, const char* s2, int len) { in HF_WEAK_WRAP() argument