Searched defs:use_ssl (Results 1 - 9 of 9) sorted by relevance

/external/chromium/chrome/browser/sync/engine/net/
H A Dsyncapi_server_connection_manager.cc30 bool use_ssl = false; local
31 GetServerParams(&sync_server, &sync_server_port, &use_ssl);
32 std::string connection_url = MakeConnectionURL(sync_server, path, use_ssl);
84 bool use_ssl,
87 : ServerConnectionManager(server, port, use_ssl, client_version),
81 SyncAPIServerConnectionManager( const std::string& server, int port, bool use_ssl, const std::string& client_version, HttpPostProviderFactory* factory) argument
H A Dserver_connection_manager.cc95 bool use_ssl) const {
96 string connection_url = (use_ssl ? "https://" : "http://");
139 bool use_ssl,
144 use_ssl_(use_ssl),
296 bool use_ssl) {
301 use_ssl_ = use_ssl;
308 bool* use_ssl) const {
314 if (use_ssl != NULL)
315 *use_ssl = use_ssl_;
321 bool use_ssl; local
136 ServerConnectionManager( const string& server, int port, bool use_ssl, const string& user_agent) argument
294 SetServerParameters(const string& server_url, int port, bool use_ssl) argument
[all...]
/external/chromium/net/tools/flip_server/
H A Dstreamer_interface.cc57 bool use_ssl) {
62 server_port, remote_ip, use_ssl);
50 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
H A Dhttp_interface.cc114 bool use_ssl) {
124 use_ssl);
107 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
H A Dsm_connection.cc82 bool use_ssl) {
154 if (use_ssl) {
75 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
H A Dspdy_interface.cc92 bool use_ssl) {
97 remote_ip, use_ssl);
85 InitSMConnection(SMConnectionPoolInterface* connection_pool, SMInterface* sm_interface, EpollServer* epoll_server, int fd, std::string server_ip, std::string server_port, std::string remote_ip, bool use_ssl) argument
/external/openssl/apps/
H A Docsp.c135 int add_nonce = 1, noverify = 0, use_ssl = -1; local
210 if (!OCSP_parse_url(*args, &host, &port, &path, &use_ssl))
772 port, use_ssl, headers, req_timeout);
923 if (use_ssl != -1)
1374 char *host, char *path, char *port, int use_ssl,
1388 if (use_ssl == 1)
1373 process_responder(BIO *err, OCSP_REQUEST *req, char *host, char *path, char *port, int use_ssl, STACK_OF(CONF_VALUE) *headers, int req_timeout) argument
H A Ds_server.c758 int use_ssl; member in struct:tlsextstatusctx_st
782 int use_ssl; local
808 &host, &port, &path, &use_ssl))
827 use_ssl = srctx->use_ssl;
860 resp = process_responder(err, req, host, path, port, use_ssl, NULL,
1162 &tlscstatp.use_ssl))
/external/chromium/chrome/browser/sync/engine/
H A Dsyncapi.cc1201 bool use_ssl,
1592 bool use_ssl,
1606 use_ssl,
1700 bool use_ssl,
1722 sync_server_and_path, port, use_ssl, user_agent, post_factory));
1589 Init(const FilePath& database_location, const char* sync_server_and_path, int sync_server_port, bool use_ssl, HttpPostProviderFactory* post_factory, ModelSafeWorkerRegistrar* registrar, const char* user_agent, const SyncCredentials& credentials, sync_notifier::SyncNotifier* sync_notifier, const std::string& restored_key_for_bootstrapping, bool setup_for_test_mode) argument
1696 Init( const FilePath& database_location, const std::string& sync_server_and_path, int port, bool use_ssl, HttpPostProviderFactory* post_factory, ModelSafeWorkerRegistrar* model_safe_worker_registrar, const char* user_agent, const SyncCredentials& credentials, sync_notifier::SyncNotifier* sync_notifier, const std::string& restored_key_for_bootstrapping, bool setup_for_test_mode) argument

Completed in 106 milliseconds