Searched refs:CURLAUTH_BASIC (Results 1 – 16 of 16) sorted by relevance
58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)); in test()
119 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
111 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) ); in test()
76 return CURLAUTH_BASIC; in parse_auth_name()
154 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_BASIC); in test()
86 curl_easy_setopt(hnd, CURLOPT_HTTPAUTH, (long)CURLAUTH_BASIC);
344 else if(avail & CURLAUTH_BASIC) in pickoneauth()345 pick->picked = CURLAUTH_BASIC; in pickoneauth()625 if(authstatus->picked == CURLAUTH_BASIC) { in output_auth_headers()874 *availp |= CURLAUTH_BASIC; in Curl_http_input_auth()875 authp->avail |= CURLAUTH_BASIC; in Curl_http_input_auth()876 if(authp->picked == CURLAUTH_BASIC) { in Curl_http_input_auth()
544 set->httpauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()545 set->proxyauth = CURLAUTH_BASIC; /* defaults to basic */ in Curl_init_userdefined()
495 #define CURLAUTH_BASIC (1<<0) /* Basic (default) */ macro501 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
665 #define CURLAUTH_BASIC (((unsigned long)1)<<0) macro675 #define CURLAUTH_ANYSAFE (~(CURLAUTH_BASIC|CURLAUTH_DIGEST_IE))
17 CURLAUTH_BASIC 7.10.6
58 NV(CURLAUTH_BASIC),
635 config->authtype |= CURLAUTH_BASIC; in getparameter()637 config->authtype &= ~CURLAUTH_BASIC; in getparameter()
890 (long)CURLAUTH_BASIC); in operate_do()
164 d CURLAUTH_BASIC c X'00000001'
10586 CURLAUTH_NTLM and/or CURLAUTH_BASIC. The PROXAUTH is similar to HTTPAUTH,10891 CURLAUTH_BASIC - default selection