Searched refs:servinfo (Results 1 - 7 of 7) sorted by relevance

/external/chromium_org/testing/gtest/src/
H A Dgtest.cc3729 addrinfo* servinfo = NULL; local
3734 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
3741 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
3754 freeaddrinfo(servinfo); // all done with this structure
/external/chromium_org/third_party/mesa/src/src/gtest/src/
H A Dgtest.cc3467 addrinfo* servinfo = NULL; local
3472 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
3479 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
3492 freeaddrinfo(servinfo); // all done with this structure
/external/gtest/src/
H A Dgtest.cc3446 addrinfo* servinfo = NULL; local
3451 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
3458 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
3471 freeaddrinfo(servinfo); // all done with this structure
/external/llvm/utils/unittest/googletest/src/
H A Dgtest.cc3439 addrinfo* servinfo = NULL; local
3444 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
3451 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
3464 freeaddrinfo(servinfo); // all done with this structure
/external/mesa3d/src/gtest/src/
H A Dgtest.cc3467 addrinfo* servinfo = NULL; local
3472 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
3479 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
3492 freeaddrinfo(servinfo); // all done with this structure
/external/chromium_org/third_party/libvpx/source/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4930 addrinfo* servinfo = NULL; local
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
4942 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
4955 freeaddrinfo(servinfo); // all done with this structure
/external/libvpx/libvpx/third_party/googletest/src/src/
H A Dgtest-all.cc4930 addrinfo* servinfo = NULL; local
4935 host_name_.c_str(), port_num_.c_str(), &hints, &servinfo);
4942 for (addrinfo* cur_addr = servinfo; sockfd_ == -1 && cur_addr != NULL;
4955 freeaddrinfo(servinfo); // all done with this structure

Completed in 381 milliseconds