/external/chromium/chrome/browser/sync/engine/net/ |
D | server_connection_manager.cc | 95 bool use_ssl) const { in MakeConnectionURL() 96 string connection_url = (use_ssl ? "https://" : "http://"); in MakeConnectionURL() 139 bool use_ssl, in ServerConnectionManager() argument 144 use_ssl_(use_ssl), in ServerConnectionManager() 296 bool use_ssl) { in SetServerParameters() argument 301 use_ssl_ = use_ssl; in SetServerParameters() 308 bool* use_ssl) const { in GetServerParameters() 314 if (use_ssl != NULL) in GetServerParameters() 315 *use_ssl = use_ssl_; in GetServerParameters() 321 bool use_ssl; in GetServerHost() local [all …]
|
D | syncapi_server_connection_manager.cc | 30 bool use_ssl = false; in Init() local 31 GetServerParams(&sync_server, &sync_server_port, &use_ssl); in Init() 32 std::string connection_url = MakeConnectionURL(sync_server, path, use_ssl); in Init() 84 bool use_ssl, in SyncAPIServerConnectionManager() argument 87 : ServerConnectionManager(server, port, use_ssl, client_version), in SyncAPIServerConnectionManager()
|
D | server_connection_manager.h | 207 bool use_ssl) const; 211 bool* use_ssl) const { in GetServerParams() argument 215 *use_ssl = scm_->use_ssl_; in GetServerParams() 229 bool use_ssl, 280 bool use_ssl); 285 bool* use_ssl) const;
|
D | syncapi_server_connection_manager.h | 50 bool use_ssl,
|
/external/chromium/net/tools/flip_server/ |
D | streamer_interface.cc | 57 bool use_ssl) { in InitSMConnection() argument 62 server_port, remote_ip, use_ssl); in InitSMConnection()
|
D | sm_interface.h | 31 bool use_ssl) = 0;
|
D | sm_connection.h | 77 bool use_ssl);
|
D | http_interface.cc | 114 bool use_ssl) { in InitSMConnection() argument 124 use_ssl); in InitSMConnection()
|
D | spdy_interface.h | 46 bool use_ssl);
|
D | streamer_interface.h | 42 bool use_ssl);
|
D | http_interface.h | 84 bool use_ssl);
|
D | sm_connection.cc | 82 bool use_ssl) { in InitSMConnection() argument 154 if (use_ssl) { in InitSMConnection()
|
D | spdy_interface.cc | 92 bool use_ssl) { in InitSMConnection() argument 97 remote_ip, use_ssl); in InitSMConnection()
|
/external/openssl/apps/ |
D | ocsp.c | 135 int add_nonce = 1, noverify = 0, use_ssl = -1; in MAIN() local 210 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl)) in MAIN() 772 port, use_ssl, headers, req_timeout); in MAIN() 923 if (use_ssl != -1) in MAIN() 1374 char *host, char *path, char *port, int use_ssl, in process_responder() argument 1388 if (use_ssl == 1) in process_responder()
|
D | s_server.c | 692 int use_ssl; member 716 int use_ssl; in cert_status_cb() local 742 &host, &port, &path, &use_ssl)) in cert_status_cb() 761 use_ssl = srctx->use_ssl; in cert_status_cb() 794 resp = process_responder(err, req, host, path, port, use_ssl, NULL, in cert_status_cb() 1092 &tlscstatp.use_ssl)) in MAIN()
|
D | apps.h | 263 char *host, char *path, char *port, int use_ssl,
|
/external/webkit/Tools/Scripts/webkitpy/layout_tests/port/ |
D | test.py | 369 use_ssl = False
|
D | base.py | 397 use_ssl = False
|
/external/chromium/chrome/browser/sync/engine/ |
D | syncapi.cc | 1201 bool use_ssl, 1592 bool use_ssl, in Init() argument 1606 use_ssl, in Init() 1700 bool use_ssl, in Init() argument 1722 sync_server_and_path, port, use_ssl, user_agent, post_factory)); in Init()
|
D | syncapi.h | 852 bool use_ssl,
|