Searched refs:HttpAuthContext (Results 1 – 6 of 6) sorted by relevance
441 struct HttpAuthContext { struct443 HttpAuthContext(const std::string& auth) : auth_method(auth) { } in HttpAuthContext() argument444 virtual ~HttpAuthContext() { } in ~HttpAuthContext() argument457 HttpAuthContext *& context, std::string& response, std::string& auth_method);
40 struct HttpAuthContext;155 HttpAuthContext * context_;
728 struct NegotiateAuthContext : public HttpAuthContext {735 : HttpAuthContext(auth), cred(c1), ctx(c2), steps(0), in NegotiateAuthContext()751 HttpAuthContext *& context, std::string& response, std::string& auth_method) in HttpAuthenticate()772 context = new HttpAuthContext(auth_method); in HttpAuthenticate()798 context = new HttpAuthContext(auth_method); in HttpAuthenticate()
194 scoped_ptr<HttpAuthContext> context_;
754 HttpAuthContext *context = context_.get(); in onHttpComplete()
354 > HttpAuthContext *context = context_.get();