Searched refs:closing_ (Results 1 – 4 of 4) sorted by relevance
28 HttpServer::HttpServer() : next_connection_id_(1), closing_(false) { in HttpServer()32 if (closing_) { in ~HttpServer()79 closing_ = true; in CloseAll()110 if (closing_ && connections_.empty()) { in Remove()111 closing_ = false; in Remove()
231 closing_(false), close_error_(0), sink_(NULL), dns_(NULL) { in Win32Socket()445 if (closing_ && received <= static_cast<int>(length)) in Recv()460 if (closing_ && received <= static_cast<int>(length)) in RecvFrom()497 closing_ = false; in Close()575 closing_ = true; in HandleClosed()582 closing_ = false; in PostClosed()
111 bool closing_; variable
76 bool closing_; variable