Home
last modified time | relevance | path

Searched refs:close_ (Results 1 – 6 of 6) sorted by relevance

/external/webrtc/webrtc/base/
Dwinping.cc149 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()
160 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing()
162 if (!create_ || !close_ || !send_) { in WinPing()
194 if ((hping_ != INVALID_HANDLE_VALUE) && close_) { in ~WinPing()
195 if (!close_(hping_)) in ~WinPing()
198 if ((hping6_ != INVALID_HANDLE_VALUE) && close_) { in ~WinPing()
199 if (!close_(hping6_)) { in ~WinPing()
Dhttpserver.cc122 current_(NULL), signalling_(false), close_(false) { in Connection()
158 close_ = !HttpShouldKeepAlive(current_->response); in Respond()
168 close_ = true; in InitiateClose()
197 if (close_) { in onHttpComplete()
Dwinping.h90 PIcmpCloseHandle close_; variable
Dhttpserver.h100 bool signalling_, close_; variable
/external/opencv3/3rdparty/libjasper/jasper/
Djas_stream.h192 int (*close_)(jas_stream_obj_t *obj); member
/external/opencv3/3rdparty/libjasper/
Djas_stream.c475 (*stream->ops_->close_)(stream->obj_); in jas_stream_close()