Searched refs:httpd_ (Results 1 – 2 of 2) sorted by relevance
96 httpd_.reset(evhtp_new(task_runner_->GetEventBase(), nullptr));97 CHECK(httpd_);103 CHECK_EQ(0, evhtp_bind_socket(httpd_.get(), "0.0.0.0", GetHttpPort(), -1));159 evhtp_set_cb(httpd_.get(), path.c_str(), &ProcessRequestCallback, this); in AddHttpRequestHandler()
55 EventPtr<evhtp_t> httpd_; variable