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()
434 if(auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI)) in Curl_SOCKS5()438 if(!(auth & CURLAUTH_BASIC)) in Curl_SOCKS5()
384 else if(avail & CURLAUTH_BASIC) in pickoneauth()385 pick->picked = CURLAUTH_BASIC; in pickoneauth()692 if(authstatus->picked == CURLAUTH_BASIC) { in output_auth_headers()970 *availp |= CURLAUTH_BASIC; in Curl_http_input_auth()971 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()972 if(authp->picked == CURLAUTH_BASIC) { in Curl_http_input_auth()
241 if(user && passwd && (conn->data->set.httpauth & CURLAUTH_BASIC)) { in ldap_win_bind()
465 set->httpauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()466 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()469 set->socks5auth = CURLAUTH_BASIC | CURLAUTH_GSSAPI; in Curl_init_userdefined()
1040 if(data->set.socks5auth & ~(CURLAUTH_BASIC | CURLAUTH_GSSAPI)) in Curl_vsetopt()
87 curl_easy_setopt(hnd, CURLOPT_HTTPAUTH, (long)CURLAUTH_BASIC);
743 config->authtype |= CURLAUTH_BASIC; in getparameter()745 config->authtype &= ~CURLAUTH_BASIC; in getparameter()1686 config->socks5_auth |= CURLAUTH_BASIC; in getparameter()1688 config->socks5_auth &= ~CURLAUTH_BASIC; in getparameter()
68 NV(CURLAUTH_BASIC),
1247 (long)CURLAUTH_BASIC); in single_transfer()
495 #define CURLAUTH_BASIC (1<<0) /* Basic (default) */ macro501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
728 #define CURLAUTH_BASIC (((unsigned long)1)<<0) macro741 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
22 CURLAUTH_BASIC 7.10.6
182 d CURLAUTH_BASIC c X'00000001'