Go to the source code of this file.
Defines |
#define | checkprefix(a, b) curl_strnequal(a,b,strlen(a)) |
#define | strcasecompare(a, b) Curl_strcasecompare(a,b) |
#define | strncasecompare(a, b, c) Curl_strncasecompare(a,b,c) |
Functions |
char | Curl_raw_toupper (char in) |
int | Curl_safe_strcasecompare (const char *first, const char *second) |
int | Curl_strcasecompare (const char *first, const char *second) |
int | Curl_strncasecompare (const char *first, const char *second, size_t max) |
void | Curl_strntoupper (char *dest, const char *src, size_t n) |
Define Documentation
Function Documentation