OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:offer_tunnel
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc
292
const SecureTunnelContentDescription*
offer_tunnel
= NULL;
local
293
if (!FindSecureTunnelContent(offer, &content_name, &
offer_tunnel
))
299
ASSERT(!
offer_tunnel
->client_pem_certificate.empty());
303
offer_tunnel
->description,
304
offer_tunnel
->client_pem_certificate,
tunnelsessionclient.cc
306
const TunnelContentDescription*
offer_tunnel
= NULL;
local
307
if (!FindTunnelContent(offer, &content_name, &
offer_tunnel
))
311
content_name, new TunnelContentDescription(
offer_tunnel
->description));
Completed in 194 milliseconds