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

  /external/curl/lib/
http.c 342 else if(avail & CURLAUTH_NTLM_WB)
343 pick->picked = CURLAUTH_NTLM_WB;
437 (data->state.authproxy.picked == CURLAUTH_NTLM_WB) ||
438 (data->state.authhost.picked == CURLAUTH_NTLM_WB)) {
605 if(authstatus->picked == CURLAUTH_NTLM_WB) {
817 (authp->avail & CURLAUTH_NTLM_WB) ||
823 authp->picked == CURLAUTH_NTLM_WB) {
829 if(authp->picked == CURLAUTH_NTLM_WB) {
832 *availp |= CURLAUTH_NTLM_WB;
833 authp->avail |= CURLAUTH_NTLM_WB;
    [all...]
url.c     [all...]
  /external/curl/src/
tool_setopt.c 72 NV(CURLAUTH_NTLM_WB),
tool_getparam.c 663 config->authtype |= CURLAUTH_NTLM_WB;
668 config->authtype &= ~CURLAUTH_NTLM_WB;
    [all...]
  /external/curl/include/curl/
curl.h 663 * CURLAUTH_NTLM_WB - HTTP NTLM authentication delegated to winbind helper
678 #define CURLAUTH_NTLM_WB (((unsigned long)1)<<5)
    [all...]

Completed in 50 milliseconds