/curl/lib/vauth/ |
H A D | digest.c | 529 if(strcasecompare(value, "nonce")) { in Curl_auth_decode_digest_http_message() 535 else if(strcasecompare(value, "stale")) { in Curl_auth_decode_digest_http_message() 536 if(strcasecompare(content, "true")) { in Curl_auth_decode_digest_http_message() 541 else if(strcasecompare(value, "realm")) { in Curl_auth_decode_digest_http_message() 547 else if(strcasecompare(value, "opaque")) { in Curl_auth_decode_digest_http_message() 553 else if(strcasecompare(value, "qop")) { in Curl_auth_decode_digest_http_message() 591 else if(strcasecompare(value, "algorithm")) { in Curl_auth_decode_digest_http_message() 597 if(strcasecompare(content, "MD5-sess")) in Curl_auth_decode_digest_http_message() 599 else if(strcasecompare(content, "MD5")) in Curl_auth_decode_digest_http_message() 622 else if(strcasecompare(value, "userhash")) { in Curl_auth_decode_digest_http_message() [all …]
|
H A D | vauth.c | 159 strcasecompare(data->state.first_host, conn->host.name) && in Curl_auth_allowed_to_host()
|
H A D | digest_sspi.c | 271 if(strcasecompare(value, "realm")) { in Curl_override_sspi_http_realm() 346 if(strcasecompare(value, "stale") && in Curl_auth_decode_digest_http_message() 347 strcasecompare(content, "true")) { in Curl_auth_decode_digest_http_message()
|
/curl/lib/ |
H A D | netrc.c | 208 if(strcasecompare("macdef", tok)) in parsenetrc() 213 else if(strcasecompare("machine", tok)) { in parsenetrc() 225 else if(strcasecompare("default", tok)) { in parsenetrc() 235 if(strcasecompare(host, tok)) { in parsenetrc() 271 else if(strcasecompare("login", tok)) in parsenetrc() 273 else if(strcasecompare("password", tok)) in parsenetrc() 275 else if(strcasecompare("machine", tok)) { in parsenetrc() 284 else if(strcasecompare("default", tok)) { in parsenetrc()
|
H A D | curl_trc.c | 332 if(strcasecompare(token, trc_cfts[i].cft->name)) { in trc_apply_level_by_name() 338 if(strcasecompare(token, trc_feats[i].feat->name)) { in trc_apply_level_by_name() 383 if(strcasecompare(token, "all")) in trc_opt() 385 else if(strcasecompare(token, "protocol")) in trc_opt() 387 else if(strcasecompare(token, "network")) in trc_opt() 389 else if(strcasecompare(token, "proxy")) in trc_opt()
|
H A D | strcase.h | 38 #define strcasecompare(a,b) curl_strequal(a,b) macro
|
H A D | altsvc.c | 61 if(strcasecompare(name, "h1")) in alpn2alpnid() 63 if(strcasecompare(name, "h2")) in alpn2alpnid() 65 if(strcasecompare(name, H3VERSION)) in alpn2alpnid() 67 if(strcasecompare(name, "http/1.1")) in alpn2alpnid() 509 if(strcasecompare(alpnbuf, "clear")) { in Curl_altsvc_parse() 624 if(strcasecompare("ma", option)) in Curl_altsvc_parse() 626 else if(strcasecompare("persist", option) && (num == 1)) in Curl_altsvc_parse()
|
H A D | imap.c | 290 (!strcasecompare(imap->custom, "STORE") || in imap_endofresp() 292 !strcasecompare(imap->custom, "SELECT") && in imap_endofresp() 293 !strcasecompare(imap->custom, "EXAMINE") && in imap_endofresp() 294 !strcasecompare(imap->custom, "SEARCH") && in imap_endofresp() 295 !strcasecompare(imap->custom, "EXPUNGE") && in imap_endofresp() 296 !strcasecompare(imap->custom, "LSUB") && in imap_endofresp() 297 !strcasecompare(imap->custom, "UID") && in imap_endofresp() 298 !strcasecompare(imap->custom, "GETQUOTAROOT") && in imap_endofresp() 299 !strcasecompare(imap->custom, "NOOP"))) in imap_endofresp() 1579 strcasecompare(imap->mailbox, imapc->mailbox) && in imap_perform() [all …]
|
H A D | easygetopt.c | 40 if(strcasecompare(o->name, name)) in lookup()
|
H A D | if2ip.c | 119 if(strcasecompare(iface->ifa_name, interf)) { in Curl_if2ip() 170 strcasecompare(iface->ifa_name, interf)) { in Curl_if2ip()
|
H A D | ldap.c | 395 (strcasecompare(data->set.ssl.cert_type, "DER"))) in ldap_do() 436 (!strcasecompare(data->set.ssl.cert_type, "PEM"))) { in ldap_do() 793 if(strcasecompare(p, "one")) in str2scope() 795 if(strcasecompare(p, "onetree")) in str2scope() 797 if(strcasecompare(p, "base")) in str2scope() 799 if(strcasecompare(p, "sub")) in str2scope() 801 if(strcasecompare(p, "subtree")) in str2scope()
|
H A D | headers.c | 90 if(strcasecompare(hs->name, name) && in curl_easy_header() 109 if(strcasecompare(hs->name, name) && in curl_easy_header() 175 if(strcasecompare(hs->name, check->name) && in curl_easy_nextheader()
|
H A D | url.c | 1089 if((needle->bits.conn_to_host && !strcasecompare( in url_match_conn() 1791 if(!strcasecompare("file", data->state.up.scheme)) 2104 if(strcasecompare("ws_proxy", proxy_env)) { 2107 else if(strcasecompare("wss_proxy", proxy_env)) { 2174 if(strcasecompare("https", scheme)) { 2180 else if(strcasecompare("socks5h", scheme)) 2182 else if(strcasecompare("socks5", scheme)) 2184 else if(strcasecompare("socks4a", scheme)) 2186 else if(strcasecompare("socks4", scheme) || 2187 strcasecompare("socks", scheme)) [all …]
|
H A D | cookie.c | 860 co->tailmatch = !!strcasecompare(ptr, "TRUE"); in parse_netscape() 887 if(strcasecompare(ptr, "TRUE")) { in parse_netscape() 999 if(strcasecompare(clist->domain, co->domain)) in replace_existing() 1038 if(strcasecompare(clist->domain, co->domain) && in replace_existing() 1050 !strcasecompare(clist->spath, co->spath)) in replace_existing() 1383 ((!co->tailmatch || is_ip) && strcasecompare(host, co->domain)) ) { in Curl_cookie_getlist()
|
H A D | setopt.c | 1886 if(strcasecompare(ptr, "ALL")) { in setopt_cptr() 1892 else if(strcasecompare(ptr, "SESS")) { in setopt_cptr() 1898 else if(strcasecompare(ptr, "FLUSH")) { in setopt_cptr() 1902 else if(strcasecompare(ptr, "RELOAD")) { in setopt_cptr() 2546 if(ptr && !strcasecompare(ptr, "SRP")) in setopt_cptr() 2551 if(ptr && !strcasecompare(ptr, "SRP")) in setopt_cptr()
|
H A D | http_aws_sigv4.c | 690 sign_as_s3 = (strcasecompare(provider0, "aws") && in Curl_output_aws_sigv4() 691 strcasecompare(service, "s3")); in Curl_output_aws_sigv4()
|
H A D | content_encoding.c | 876 if(!strcasecompare(ce->name, CONTENT_ENCODING_DEFAULT)) in Curl_all_content_encodings() 888 if(!strcasecompare(ce->name, CONTENT_ENCODING_DEFAULT)) { in Curl_all_content_encodings()
|
H A D | hsts.c | 449 else if(strcasecompare(p, e->host)) { in hsts_add()
|
H A D | http.c | 1705 strcasecompare(data->state.first_host, conn->host.name))) { in Curl_http_host() 1741 if(!strcasecompare("Host:", ptr)) { in Curl_http_host() 1817 if(strcasecompare("http", data->state.up.scheme)) { in Curl_http_target() 1846 if(strcasecompare("ftp", data->state.up.scheme)) { in Curl_http_target() 2260 strcasecompare("localhost", host) || in Curl_http_cookies() 3083 strcasecompare("localhost", host) || in Curl_http_header() 4291 strcasecompare(H2_NON_FIELD[i].name, name)) in h2_non_field()
|
H A D | mime.c | 1484 if(strcasecompare(encoding, mep->name)) { in curl_mime_encoder() 1740 if(len1 >= len2 && strcasecompare(nameend - len2, ctts[i].extension)) in Curl_mime_contenttype()
|
/curl/lib/vtls/ |
H A D | x509asn1.c | 256 if(!strcmp(op->numoid, oid) || strcasecompare(op->textoid, oid)) in searchOID() 972 if(strcasecompare(algo, "ecPublicKey")) { in do_pubkey() 994 if(strcasecompare(algo, "rsaEncryption")) { in do_pubkey() 1029 else if(strcasecompare(algo, "dsa")) { in do_pubkey() 1047 else if(strcasecompare(algo, "dhpublicnumber")) { in do_pubkey()
|
H A D | vtls.c | 216 strcasecompare(c1->cipher_list, c2->cipher_list) && in match_ssl_primary_config() 217 strcasecompare(c1->cipher_list13, c2->cipher_list13) && in match_ssl_primary_config() 218 strcasecompare(c1->curves, c2->curves) && in match_ssl_primary_config() 219 strcasecompare(c1->CRLfile, c2->CRLfile) && in match_ssl_primary_config() 220 strcasecompare(c1->pinned_key, c2->pinned_key)) in match_ssl_primary_config() 577 if(strcasecompare(peer->hostname, check->name) && in Curl_ssl_getsessionid() 580 strcasecompare(cf->conn->conn_to_host.name, check->conn_to_host))) && in Curl_ssl_getsessionid() 586 strcasecompare(cf->conn->handler->scheme, check->scheme) && in Curl_ssl_getsessionid() 1507 if(strcasecompare(env, available_backends[i]->info.name)) { in multissl_setup() 1533 (name && strcasecompare(name, Curl_ssl->info.name)) ? in Curl_init_sslset_nolock() [all …]
|
H A D | gtls.c | 358 if(strcasecompare(type, "PEM")) in gnutls_do_file_type() 360 if(strcasecompare(type, "DER")) in gnutls_do_file_type() 956 if(ssl_config->cert_type && strcasecompare(ssl_config->cert_type, "P12")) { in gtls_client_init()
|
H A D | wolfssl.c | 228 if(strcasecompare(type, "PEM")) in wolfssl_do_file_type() 230 if(strcasecompare(type, "DER")) in wolfssl_do_file_type()
|
/curl/src/ |
H A D | tool_getparam.c | 715 if(strcasecompare(name, "all")) { in set_trace_config() 722 else if(strcasecompare(name, "ids")) { in set_trace_config() 725 else if(strcasecompare(name, "time")) { in set_trace_config()
|