Home
last modified time | relevance | path

Searched defs:use_ssl (Results 1 – 11 of 11) sorted by relevance

/third_party/grpc/test/cpp/util/
Dcli_credentials.cc239 bool use_ssl = FLAGS_channel_creds_type.compare("ssl") == 0 || in GetSslTargetNameOverride() local
/third_party/libwebsockets/lib/tls/
Dprivate-network.h65 int use_ssl; member
89 unsigned int use_ssl; member
/third_party/python/Lib/test/test_asyncio/
Dutils.py177 def _run_test_server(*, address, use_ssl=False, server_cls, server_ssl_cls): argument
270 def run_test_unix_server(*, use_ssl=False): argument
278 def run_test_server(*, host='127.0.0.1', port=0, use_ssl=False): argument
/third_party/gstreamer/gstplugins_bad/ext/curl/
Dgstcurlsmtpsink.h64 gboolean use_ssl; member
/third_party/libwebsockets/test-apps/
Dtest-server.c426 int use_ssl = 0; in main() local
Dtest-client.c596 int n = 0, m, ret = 0, port = 7681, use_ssl = 0, ietf_version = -1; in main() local
/third_party/libwebsockets/test-apps/android/app/src/main/jni/
DLwsService.cpp143 static int use_ssl = 0; variable
/third_party/openssl/apps/
Docsp.c256 int accept_count = -1, add_nonce = 1, noverify = 0, use_ssl = -1; in ocsp_main() local
1588 const char *port, int use_ssl, in process_responder()
Ds_server.c504 int use_ssl; member
523 int use_ssl; in get_ocsp_resp_from_responder() local
Dapps.c601 int use_ssl, rv = 0; in load_cert_crl_http() local
/third_party/curl/lib/
Durldata.h1748 curl_usessl use_ssl; /* if AUTH TLS is to be attempted etc, for FTP or member