Searched refs:HttpAuthContext (Results 1 – 5 of 5) sorted by relevance
436 struct HttpAuthContext { struct438 HttpAuthContext(const std::string& auth) : auth_method(auth) { } in HttpAuthContext() argument439 virtual ~HttpAuthContext() { } in ~HttpAuthContext() argument452 HttpAuthContext *& context, std::string& response, std::string& auth_method);
23 struct HttpAuthContext;138 HttpAuthContext * context_;
726 struct NegotiateAuthContext : public HttpAuthContext {733 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0), in NegotiateAuthContext()749 HttpAuthContext *& context, std::string& response, std::string& auth_method) in HttpAuthenticate()770 context = new HttpAuthContext(auth_method); in HttpAuthenticate()796 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
175 scoped_ptr<HttpAuthContext> context_;
773 HttpAuthContext *context = context_.get(); in onHttpComplete()