Home | History | Annotate | Download | only in src

Lines Matching refs:sockfd_

1067         : sockfd_(-1), host_name_(host), port_num_(port) {
1072 if (sockfd_ != -1)
1078 GTEST_CHECK_(sockfd_ != -1)
1082 if (write(sockfd_, message.c_str(), len) != len) {
1095 GTEST_CHECK_(sockfd_ != -1)
1098 close(sockfd_);
1099 sockfd_ = -1;
1102 int sockfd_; // socket file descriptor