HomeSort by relevance Sort by last modified time
    Searched refs:CURLAUTH_NTLM (Results 1 - 12 of 12) sorted by null

  /external/curl/tests/libtest/
lib590.c 33 CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM)
58 (long) (CURLAUTH_BASIC | CURLAUTH_DIGEST | CURLAUTH_NTLM));
lib547.c 119 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) );
lib555.c 111 (long) (CURLAUTH_NTLM | CURLAUTH_DIGEST | CURLAUTH_BASIC) );
libauthretry.c 79 return CURLAUTH_NTLM;
libntlmconnect.c 150 easy_setopt(easy[num_handles], CURLOPT_HTTPAUTH, CURLAUTH_NTLM);
  /external/curl/lib/
http.c 340 else if(avail & CURLAUTH_NTLM)
341 pick->picked = CURLAUTH_NTLM;
435 if((data->state.authproxy.picked == CURLAUTH_NTLM) ||
436 (data->state.authhost.picked == CURLAUTH_NTLM) ||
596 if(authstatus->picked == CURLAUTH_NTLM) {
816 if((authp->avail & CURLAUTH_NTLM) ||
819 *availp |= CURLAUTH_NTLM;
820 authp->avail |= CURLAUTH_NTLM;
822 if(authp->picked == CURLAUTH_NTLM ||
830 *availp &= ~CURLAUTH_NTLM;
    [all...]
url.c     [all...]
  /external/curl/src/
tool_setopt.c 70 NV(CURLAUTH_NTLM),
tool_getparam.c 652 config->authtype |= CURLAUTH_NTLM;
657 config->authtype &= ~CURLAUTH_NTLM;
    [all...]
tool_operate.c 886 (long)CURLAUTH_NTLM);
    [all...]
  /external/curl/include/curl/
curl.h 661 * CURLAUTH_NTLM - HTTP NTLM authentication
676 #define CURLAUTH_NTLM (((unsigned long)1)<<3)
    [all...]
  /external/google-breakpad/src/third_party/curl/
curl.h 498 #define CURLAUTH_NTLM (1<<3) /* NTLM */
    [all...]

Completed in 124 milliseconds