Home | History | Annotate | Download | only in src

Lines Matching defs:sockfd_

1058         : sockfd_(-1), host_name_(host), port_num_(port) {
1063 if (sockfd_ != -1)
1069 GTEST_CHECK_(sockfd_ != -1)
1073 if (write(sockfd_, message.c_str(), len) != len) {
1086 GTEST_CHECK_(sockfd_ != -1)
1089 close(sockfd_);
1090 sockfd_ = -1;
1093 int sockfd_; // socket file descriptor