Searched refs:close_ (Results 1 – 6 of 6) sorted by relevance
149 : 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()
122 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()
90 PIcmpCloseHandle close_; variable
100 bool signalling_, close_; variable
192 int (*close_)(jas_stream_obj_t *obj); member
475 (*stream->ops_->close_)(stream->obj_); in jas_stream_close()