Home
last modified time | relevance | path

Searched refs:large_host_name (Results 1 – 2 of 2) sorted by relevance

/external/chromium/net/socket/
Dsocks5_client_socket_unittest.cc209 std::string large_host_name; in TEST_F() local
210 std::fill_n(std::back_inserter(large_host_name), 256, 'x'); in TEST_F()
217 large_host_name, 80, NULL)); in TEST_F()
/external/chromium_org/net/socket/
Dsocks5_client_socket_unittest.cc225 std::string large_host_name; in TEST_F() local
226 std::fill_n(std::back_inserter(large_host_name), 256, 'x'); in TEST_F()
233 large_host_name, 80, NULL); in TEST_F()