OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:scid_bytes
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/quic/crypto/
quic_crypto_server_config.cc
305
char
scid_bytes
[16];
local
306
hash->Finish(
scid_bytes
, sizeof(
scid_bytes
));
307
msg.SetStringPiece(kSCID, StringPiece(
scid_bytes
, sizeof(
scid_bytes
)));
[
all
...]
Completed in 174 milliseconds