Home
last modified time | relevance | path

Searched refs:SERVER_NAME (Results 1 – 6 of 6) sorted by relevance

/third_party/mbedtls/programs/ssl/
Dssl_client1.c63 #define SERVER_NAME "localhost" macro
140 mbedtls_printf( " . Connecting to tcp/%s/%s...", SERVER_NAME, SERVER_PORT ); in main()
143 if( ( ret = mbedtls_net_connect( &server_fd, SERVER_NAME, in main()
182 if( ( ret = mbedtls_ssl_set_hostname( &ssl, SERVER_NAME ) ) != 0 ) in main()
Ddtls_client.c65 #define SERVER_NAME "localhost" macro
156 mbedtls_printf( " . Connecting to udp/%s/%s...", SERVER_NAME, SERVER_PORT ); in main()
198 if( ( ret = mbedtls_ssl_set_hostname( &ssl, SERVER_NAME ) ) != 0 ) in main()
/third_party/mbedtls/programs/pkey/
Ddh_client.c51 #define SERVER_NAME "localhost" macro
140 mbedtls_printf( "\n . Connecting to tcp/%s/%s", SERVER_NAME, in main()
144 if( ( ret = mbedtls_net_connect( &server_fd, SERVER_NAME, in main()
/third_party/mbedtls/tests/
Dcompat.sh812 SERVER_NAME=$1
869 TITLE="`echo $1 | head -c1`->`echo $SERVER_NAME | head -c1`"
/third_party/python/Lib/test/
Dtest_wsgiref.py409 self.checkCrossDefault('HTTP_HOST',"foo.bar",SERVER_NAME="foo.bar")
431 SERVER_NAME="spam.example.com")
433 HTTP_HOST="127.0.0.1", SERVER_NAME="spam.example.com")
/third_party/python/Doc/library/
Dwsgiref.rst108 ``SERVER_NAME``, ``SERVER_PORT``, ``REQUEST_METHOD``, ``SCRIPT_NAME``,