Searched refs:servinfo (Results 1 – 9 of 9) sorted by relevance
/external/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 3441 addrinfo* servinfo = NULL; in MakeConnection() local 3446 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 3453 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection() 3466 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/llvm-project/llvm/utils/unittest/googletest/src/ |
D | gtest.cc | 3788 addrinfo* servinfo = NULL; in MakeConnection() local 3793 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 3800 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection() 3813 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/libvpx/libvpx/third_party/googletest/src/src/ |
D | gtest.cc | 4272 addrinfo* servinfo = NULL; in MakeConnection() local 4277 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 4284 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection() 4297 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/rust/crates/quiche/deps/boringssl/src/third_party/googletest/src/ |
D | gtest.cc | 4338 addrinfo* servinfo = nullptr; in MakeConnection() local 4343 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 4350 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != nullptr; in MakeConnection() 4363 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/mesa3d/src/gtest/src/ |
D | gtest.cc | 4389 addrinfo* servinfo = nullptr; in MakeConnection() local 4394 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 4401 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != nullptr; in MakeConnection() 4414 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/googletest/googletest/src/ |
D | gtest.cc | 4900 addrinfo* servinfo = nullptr; in MakeConnection() local 4905 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 4912 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != nullptr; in MakeConnection() 4925 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/libaom/libaom/third_party/googletest/src/googletest/src/ |
D | gtest.cc | 4442 addrinfo *servinfo = nullptr; in MakeConnection() local 4447 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 4454 for (addrinfo *cur_addr = servinfo; sockfd_ == -1 && cur_addr != nullptr; in MakeConnection() 4467 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/fmtlib/test/ |
D | gmock-gtest-all.cc | 4799 addrinfo* servinfo = NULL; in MakeConnection() local 4804 getaddrinfo(host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 4811 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection() 4824 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|
/external/rust/crates/grpcio-sys/grpc/third_party/cares/cares/test/gmock-1.8.0/ |
D | gmock-gtest-all.cc | 5236 addrinfo* servinfo = NULL; in MakeConnection() local 5241 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection() 5248 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection() 5261 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
|