OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gettaglist
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/net/quic/
quic_config_test.cc
51
error = msg.
GetTaglist
(kCGST, &out, &out_len);
65
EXPECT_EQ(QUIC_NO_ERROR, msg.
GetTaglist
(kCGST, &out, &out_len));
quic_config.cc
152
QuicErrorCode error = msg.
GetTaglist
(tag_, out, out_length);
/external/chromium_org/net/quic/crypto/
quic_crypto_client_config.cc
328
if (scfg->
GetTaglist
(kAEAD, &their_aeads,
330
scfg->
GetTaglist
(kKEXS, &their_key_exchanges,
395
if (scfg->
GetTaglist
(kPDMD, &their_proof_demands,
565
if (server_hello.
GetTaglist
(kVER, &supported_version_tags,
crypto_handshake.h
85
//
GetTaglist
finds an element with the given tag containing zero or more
90
QuicErrorCode
GetTaglist
(QuicTag tag, const QuicTag** out_tags,
quic_crypto_server_config.cc
543
if (client_hello.
GetTaglist
(kAEAD, &their_aeads,
545
client_hello.
GetTaglist
(kKEXS, &their_key_exchanges,
890
client_hello.
GetTaglist
(kPDMD, &their_proof_demands,
[
all
...]
crypto_handshake.cc
109
QuicErrorCode CryptoHandshakeMessage::
GetTaglist
(QuicTag tag,
crypto_server_test.cc
321
out_.
GetTaglist
(kVER, &versions, &num_versions);
Completed in 134 milliseconds