Searched refs:closing_ (Results 1 – 7 of 7) sorted by relevance
26 : closing_(), valid_closing_() { in ClosingSymbolLookup()34 closing_[opening] = closing; in ClosingSymbolLookup()46 return closing_[static_cast<unsigned char>(opening)]; in GetClosingChar()57 char closing_[256]; member in toco::__anon387656200111::ClosingSymbolLookup
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
42 : Cluster(timeout_s), expected_init_time_s_(0), closing_(false) { in SingleMachine()256 CHECK(!closing_); in RunWithTimeout()284 if (!closing_) { in CloseSession()285 closing_ = true; in CloseSession()307 closing_ = false; in CloseSession()
83 bool closing_ GUARDED_BY(close_mu_);