OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:NegotiateAuthContext
(Results
1 - 2
of
2
) sorted by null
/external/chromium/third_party/libjingle/source/talk/base/
httpcommon.cc
728
struct
NegotiateAuthContext
: public HttpAuthContext {
734
NegotiateAuthContext
(const std::string& auth, CredHandle c1, CtxtHandle c2)
739
virtual ~
NegotiateAuthContext
() {
915
NegotiateAuthContext
* neg = static_cast<
NegotiateAuthContext
*>(context);
1023
context = neg = new
NegotiateAuthContext
(auth_method, cred, ctx);
/external/chromium_org/third_party/libjingle/source/talk/base/
httpcommon.cc
735
struct
NegotiateAuthContext
: public HttpAuthContext {
741
NegotiateAuthContext
(const std::string& auth, CredHandle c1, CtxtHandle c2)
746
virtual ~
NegotiateAuthContext
() {
923
NegotiateAuthContext
* neg = static_cast<
NegotiateAuthContext
*>(context);
1031
context = neg = new
NegotiateAuthContext
(auth_method, cred, ctx);
Completed in 685 milliseconds