Home
last modified time | relevance | path

Searched defs:localhost (Results 1 – 8 of 8) sorted by relevance

/third_party/node/test/parallel/
Dtest-dns-setserver-when-querying.js8 const localhost = [ '127.0.0.1' ]; variable
Dtest-dgram-address.js53 const localhost = '::1'; constant
Dtest-tls-honorcipherorder.js18 const localhost = '127.0.0.1'; constant
/third_party/node/test/sequential/
Dtest-net-server-address.js54 const localhost = '::1'; constant
/third_party/libsoup/tests/
Dsocket-test.c20 SoupAddress *localhost; in do_unconnected_socket_test() local
/third_party/python/Lib/test/
Dtest_timeout.py114 localhost = socket_helper.HOST variable in TimeoutTestCase
/third_party/curl/lib/
Dsmtp.c1698 char localhost[HOSTNAME_MAX + 1]; in smtp_parse_url_path() local
/third_party/python/Lib/urllib/
Drequest.py2355 def localhost(): function