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/third_party/libjingle/source/talk/session/tunnel/
securetunnelsessionclient.cc
288
const SecureTunnelContentDescription*
offer_tunnel
= NULL;
local
289
if (!FindSecureTunnelContent(offer, &content_name, &
offer_tunnel
))
295
ASSERT(!
offer_tunnel
->client_pem_certificate.empty());
299
offer_tunnel
->description,
300
offer_tunnel
->client_pem_certificate,
tunnelsessionclient.cc
288
const TunnelContentDescription*
offer_tunnel
= NULL;
local
289
if (!FindTunnelContent(offer, &content_name, &
offer_tunnel
))
293
content_name, new TunnelContentDescription(
offer_tunnel
->description));
Completed in 355 milliseconds