Home
last modified time | relevance | path

Searched refs:servinfo (Results 1 – 9 of 9) sorted by relevance

/external/swiftshader/third_party/LLVM/utils/unittest/googletest/
Dgtest.cc3438 addrinfo* servinfo = NULL; in MakeConnection() local
3443 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3450 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3463 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/llvm/utils/unittest/googletest/src/
Dgtest.cc3441 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/google-breakpad/src/testing/gtest/src/
Dgtest.cc3492 addrinfo* servinfo = NULL; in MakeConnection() local
3497 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3504 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3517 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/libaom/libaom/third_party/googletest/src/googletest/src/
Dgtest.cc3789 addrinfo* servinfo = NULL; in MakeConnection() local
3794 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
3801 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
3814 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/mesa3d/src/gtest/src/
Dgtest.cc3788 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/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googletest/src/
Dgtest.cc3788 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/
Dgtest.cc4272 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/googletest/googletest/src/
Dgtest.cc4319 addrinfo* servinfo = nullptr; in MakeConnection() local
4324 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
4331 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != nullptr; in MakeConnection()
4344 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()
/external/epid-sdk/ext/gtest/
Dgtest-all.cc5240 addrinfo* servinfo = NULL; in MakeConnection() local
5245 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo); in MakeConnection()
5252 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL; in MakeConnection()
5265 freeaddrinfo(servinfo); // all done with this structure in MakeConnection()