Home
last modified time | relevance | path

Searched refs:strnequal (Results 1 – 9 of 9) sorted by relevance

/external/curl/lib/
Dstrequal.h28 #define strnequal(a,b,c) curl_strnequal(a,b,c) macro
Dpop3.c1403 if(strnequal(key, "AUTH=", 5)) { in pop3_parse_url_options()
1407 if(result && strnequal(value, "+APOP", ptr - value)) { in pop3_parse_url_options()
Dcurl_sasl.c1283 if(strnequal(value, "*", len)) in Curl_sasl_parse_url_auth_option()
Dsmtp.c1512 if(strnequal(key, "AUTH=", 5)) in smtp_parse_url_options()
Dimap.c1948 if(strnequal(key, "AUTH=", 5)) in imap_parse_url_options()
Dftp.c4403 strnequal(path, ftpc->prevpath, dlen)) { in ftp_parse_url_path()
Durl.c2607 if(strnequal((char *)va_arg(param, char *), "SRP", strlen("SRP"))) in Curl_setopt()
/external/curl/lib/vtls/
Dgskit.c343 if(strnequal(ctp->name, clp, l) && !ctp->name[l]) in set_ciphers()
/external/curl/
DCHANGES.011338 - Removed the strequal and strnequal defines from curl/curl.h header. They