OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:want_negotiate
(Results
1 - 1
of
1
) sorted by null
/external/webrtc/webrtc/base/
httpcommon.cc
865
bool
want_negotiate
= (_stricmp(auth_method.c_str(), "negotiate") == 0);
local
868
if (
want_negotiate
|| want_ntlm) {
1002
0, const_cast<char*>(
want_negotiate
? NEGOSSP_NAME_A : NTLMSP_NAME_A),
Completed in 110 milliseconds