OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:HTTP_SECURE_PORT
(Results
1 - 2
of
2
) sorted by null
/external/webrtc/webrtc/base/
httpcommon.h
116
const uint16_t
HTTP_SECURE_PORT
= 443;
177
return secure ?
HTTP_SECURE_PORT
: HTTP_DEFAULT_PORT;
210
: host_(host), port_(port), secure_(
HTTP_SECURE_PORT
== port) {
/external/webrtc/webrtc/p2p/client/
httpportallocator.cc
165
SendSessionRequest(host, rtc::
HTTP_SECURE_PORT
);
Completed in 391 milliseconds