Searched refs:strnequal (Results 1 – 9 of 9) sorted by relevance
/external/curl/lib/ |
D | strequal.h | 28 #define strnequal(a,b,c) curl_strnequal(a,b,c) macro
|
D | pop3.c | 1403 if(strnequal(key, "AUTH=", 5)) { in pop3_parse_url_options() 1407 if(result && strnequal(value, "+APOP", ptr - value)) { in pop3_parse_url_options()
|
D | curl_sasl.c | 1283 if(strnequal(value, "*", len)) in Curl_sasl_parse_url_auth_option()
|
D | smtp.c | 1512 if(strnequal(key, "AUTH=", 5)) in smtp_parse_url_options()
|
D | imap.c | 1948 if(strnequal(key, "AUTH=", 5)) in imap_parse_url_options()
|
D | ftp.c | 4403 strnequal(path, ftpc->prevpath, dlen)) { in ftp_parse_url_path()
|
D | url.c | 2607 if(strnequal((char *)va_arg(param, char *), "SRP", strlen("SRP"))) in Curl_setopt()
|
/external/curl/lib/vtls/ |
D | gskit.c | 343 if(strnequal(ctp->name, clp, l) && !ctp->name[l]) in set_ciphers()
|
/external/curl/ |
D | CHANGES.0 | 11338 - Removed the strequal and strnequal defines from curl/curl.h header. They
|