Searched refs:close_ (Results 1 – 3 of 3) sorted by relevance
142 : dll_(0), hping_(INVALID_HANDLE_VALUE), create_(0), close_(0), send_(0), in WinPing()152 close_ = (PIcmpCloseHandle) GetProcAddress(dll_, ICMP_CLOSE_FUNC); in WinPing()154 if (!create_ || !close_ || !send_) { in WinPing()177 if ((hping_ != INVALID_HANDLE_VALUE) && close_) { in ~WinPing()178 if (!close_(hping_)) in ~WinPing()
83 PIcmpCloseHandle close_; variable
61 buttons[i].addEventListener('click', this.close_.bind(this));292 this.close_();326 close_: function() { method in UploadPage