OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:use_ssl
(Results
1 - 20
of
20
) sorted by null
/external/chromium_org/sync/internal_api/
syncapi_server_connection_manager.cc
33
bool
use_ssl
= false;
local
34
GetServerParams(&sync_server, &sync_server_port, &
use_ssl
);
35
std::string connection_url = MakeConnectionURL(sync_server, path,
use_ssl
);
86
bool
use_ssl
,
91
use_ssl
,
syncapi_server_connection_manager.h
56
bool
use_ssl
,
/external/chromium_org/sync/engine/net/
server_connection_manager.h
163
bool
use_ssl
) const;
167
bool*
use_ssl
) const {
170
*
use_ssl
= scm_->use_ssl_;
183
bool
use_ssl
,
205
// Returns the current server parameters in server_url, port and
use_ssl
.
208
bool*
use_ssl
) const;
server_connection_manager.cc
149
bool
use_ssl
) const {
150
string connection_url = (
use_ssl
? "https://" : "http://");
180
bool
use_ssl
,
184
use_ssl_(
use_ssl
),
331
bool*
use_ssl
) const {
336
if (
use_ssl
!= NULL)
337
*
use_ssl
= use_ssl_;
343
bool
use_ssl
;
local
344
GetServerParameters(&server_url, &port, &
use_ssl
);
348
// We just want the hostname, so we don't need to switch on
use_ssl
[
all
...]
/external/chromium_org/tools/python/google/
platform_utils_linux.py
39
def FilenameToUri(self, path, use_http=False,
use_ssl
=False, port=8000):
47
use_ssl
: if True, returns HTTPS URL (https://127.0.0.1:8000/).
53
if
use_ssl
:
platform_utils_mac.py
39
def FilenameToUri(self, path, use_http=False,
use_ssl
=False, port=8000):
47
use_ssl
: if True, returns HTTPS URL (https://127.0.0.1:8000/).
53
if
use_ssl
:
platform_utils_win.py
70
def FilenameToUri(self, path, use_http=False,
use_ssl
=False, port=8000):
78
use_ssl
: if True, returns HTTPS URL (https://127.0.0.1:8000/).
84
if
use_ssl
:
/external/chromium_org/net/tools/flip_server/
sm_interface.h
31
bool
use_ssl
) = 0;
streamer_interface.cc
57
bool
use_ssl
) {
67
use_ssl
);
sm_connection.h
77
bool
use_ssl
);
http_interface.h
84
bool
use_ssl
) OVERRIDE;
streamer_interface.h
42
bool
use_ssl
) OVERRIDE;
http_interface.cc
102
bool
use_ssl
) {
112
use_ssl
);
sm_connection.cc
86
bool
use_ssl
) {
155
if (
use_ssl
) {
spdy_interface.h
47
bool
use_ssl
) OVERRIDE;
spdy_interface.cc
63
bool
use_ssl
) {
72
use_ssl
);
/external/openssl/apps/
ocsp.c
136
int add_nonce = 1, noverify = 0,
use_ssl
= -1;
local
217
if (!OCSP_parse_url(*args, &host, &port, &path, &
use_ssl
))
782
port,
use_ssl
, headers, req_timeout);
[
all
...]
apps.h
265
char *host, char *path, char *port, int
use_ssl
,
s_server.c
764
int
use_ssl
;
member in struct:tlsextstatusctx_st
788
int
use_ssl
;
local
814
&host, &port, &path, &
use_ssl
))
833
use_ssl
= srctx->
use_ssl
;
866
resp = process_responder(err, req, host, path, port,
use_ssl
, NULL,
[
all
...]
/external/chromium_org/net/websockets/
websocket_job.cc
597
bool
use_ssl
= spdy_session->GetSSLInfo(
local
599
if (socket_->is_secure() && !
use_ssl
)
Completed in 392 milliseconds