Searched refs:CURLAUTH_BASIC (Results 1 – 18 of 18) sorted by relevance
59 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
120 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
115 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
75 return CURLAUTH_BASIC; in parse_auth_name()
143 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC); in test()
431 if(auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI)) in Curl_SOCKS5()435 if(!(auth & CURLAUTH_BASIC)) in Curl_SOCKS5()
366 else if(avail & CURLAUTH_BASIC) in pickoneauth()367 pick->picked = CURLAUTH_BASIC; in pickoneauth()676 if(authstatus->picked == CURLAUTH_BASIC) { in output_auth_headers()947 *availp |= CURLAUTH_BASIC; in Curl_http_input_auth()948 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()949 if(authp->picked == CURLAUTH_BASIC) { in Curl_http_input_auth()
235 if(user && passwd && (conn->data->set.httpauth & CURLAUTH_BASIC)) { in ldap_win_bind()
455 set->httpauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()456 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()459 set->socks5auth = CURLAUTH_BASIC | CURLAUTH_GSSAPI; in Curl_init_userdefined()
1064 if(data->set.socks5auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI)) in vsetopt()
732 config->authtype |= CURLAUTH_BASIC; in getparameter()734 config->authtype &= ~CURLAUTH_BASIC; in getparameter()1667 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()1669 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()
68 NV(CURLAUTH_BASIC),
910 (long)CURLAUTH_BASIC); in operate_do()
86 curl_easy_setopt(hnd, CURLOPT_HTTPAUTH, (long)CURLAUTH_BASIC);
495 #define CURLAUTH_BASIC (1<<0) /* Basic (default) */ macro501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
726 #define CURLAUTH_BASIC (((unsigned long)1)<<0) macro739 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
23 CURLAUTH_BASIC 7.10.6
180 d CURLAUTH_BASIC c X'00000001'