OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:closing_
(Results
1 - 4
of
4
) sorted by null
/external/webrtc/webrtc/base/
httpserver.cc
28
HttpServer::HttpServer() : next_connection_id_(1),
closing_
(false) {
32
if (
closing_
) {
79
closing_
= true;
110
if (
closing_
&& connections_.empty()) {
111
closing_
= false;
httpserver.h
111
bool
closing_
;
member in class:rtc::HttpServer
win32socketserver.h
76
bool
closing_
;
member in class:rtc::Win32Socket
win32socketserver.cc
231
closing_
(false), close_error_(0), sink_(NULL), dns_(NULL) {
445
if (
closing_
&& received <= static_cast<int>(length))
460
if (
closing_
&& received <= static_cast<int>(length))
497
closing_
= false;
575
closing_
= true;
582
closing_
= false;
Completed in 1314 milliseconds