Home | History | Annotate | Download | only in test

Lines Matching refs:sock_

1157   explicit SocketCloser(int sock) : sock_(sock) {}
1163 shutdown(sock_, SD_SEND);
1165 shutdown(sock_, SHUT_WR);
1169 if (recv(sock_, buf, sizeof(buf), 0) <= 0) {
1173 closesocket(sock_);
1177 const int sock_;