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

  /external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc 874 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0); local
877 if (want_negotiate || want_ntlm) {
1010 ret = AcquireCredentialsHandleA(0, want_negotiate ? NEGOSSP_NAME_A : NTLMSP_NAME_A, SECPKG_CRED_OUTBOUND, 0, pauth_id, 0, 0, &cred, &lifetime);
  /external/chromium_org/third_party/webrtc/base/
httpcommon.cc 857 bool want_negotiate = (_stricmp(auth_method.c_str(), "negotiate") == 0); local
860 if (want_negotiate || want_ntlm) {
993 ret = AcquireCredentialsHandleA(0, want_negotiate ? NEGOSSP_NAME_A : NTLMSP_NAME_A, SECPKG_CRED_OUTBOUND, 0, pauth_id, 0, 0, &cred, &lifetime);

Completed in 35 milliseconds