Searched refs:HttpAuthContext (Results 1 – 3 of 3) sorted by relevance
25 struct HttpAuthContext { struct27 HttpAuthContext(const std::string& auth) : auth_method(auth) {} in HttpAuthContext() argument28 virtual ~HttpAuthContext() {} in ~HttpAuthContext() argument44 HttpAuthContext*& context,
229 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()
23 struct HttpAuthContext;129 HttpAuthContext* context_;