Home
last modified time | relevance | path

Searched refs:HttpAuthContext (Results 1 – 3 of 3) sorted by relevance

/external/webrtc/rtc_base/
Dhttp_common.h25 struct HttpAuthContext { struct
27 HttpAuthContext(const std::string& auth) : auth_method(auth) {} in HttpAuthContext() argument
28 virtual ~HttpAuthContext() {} in ~HttpAuthContext() argument
44 HttpAuthContext*& context,
Dhttp_common.cc229 struct NegotiateAuthContext : public HttpAuthContext {
236 : HttpAuthContext(auth), in NegotiateAuthContext()
258 HttpAuthContext*& context, in HttpAuthenticate()
275 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
303 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
Dsocket_adapters.h23 struct HttpAuthContext;
129 HttpAuthContext* context_;