Home
last modified time | relevance | path

Searched refs:SERVER_NAME (Results 1 - 5 of 5) sorted by relevance

/third_party/mbedtls/programs/ssl/
H A Dssl_client1.c39 #define SERVER_NAME "localhost" macro
125 mbedtls_printf(" . Connecting to tcp/%s/%s...", SERVER_NAME, SERVER_PORT); in main()
128 if ((ret = mbedtls_net_connect(&server_fd, SERVER_NAME, in main()
164 if ((ret = mbedtls_ssl_set_hostname(&ssl, SERVER_NAME)) != 0) { in main()
H A Ddtls_client.c43 #define SERVER_NAME "localhost" macro
143 mbedtls_printf(" . Connecting to udp/%s/%s...", SERVER_NAME, SERVER_PORT); in main()
182 if ((ret = mbedtls_ssl_set_hostname(&ssl, SERVER_NAME)) != 0) { in main()
/third_party/mbedtls/programs/pkey/
H A Ddh_client.c30 #define SERVER_NAME "localhost" macro
123 mbedtls_printf("\n . Connecting to tcp/%s/%s", SERVER_NAME, in main()
127 if ((ret = mbedtls_net_connect(&server_fd, SERVER_NAME, in main()
/third_party/python/Lib/test/
H A Dtest_wsgiref.py367 ('SERVER_NAME','127.0.0.1'),
385 self.checkCrossDefault('HTTP_HOST',"foo.bar",SERVER_NAME="foo.bar")
407 SERVER_NAME="spam.example.com")
409 HTTP_HOST="127.0.0.1", SERVER_NAME="spam.example.com")
541 'SERVER_NAME': 'test_server_name',
572 "SERVER_NAME": "127.0.0.1",
/third_party/mbedtls/tests/
H A Dcompat.sh803 SERVER_NAME=$1
908 uniform_title "${1%"${1#?}"}" "${SERVER_NAME%"${SERVER_NAME#?}"}" $2

Completed in 5 milliseconds