Searched refs:gpr_strincmp (Results 1 – 2 of 2) sorted by relevance
103 int gpr_strincmp(const char* a, const char* b, size_t n);
270 int gpr_strincmp(const char* a, const char* b, size_t n) { in gpr_strincmp() function283 return gpr_strincmp(a, b, SIZE_MAX); in gpr_stricmp()