OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:total_dgram_size
(Results
1 - 1
of
1
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_txp.c
930
size_t
total_dgram_size
= 0;
local
948
total_dgram_size
+= pkt[enc_level].geom.pkt_overhead
952
if (pad_el != QUIC_ENC_LEVEL_NUM &&
total_dgram_size
< min_dpl) {
953
size_t deficit = min_dpl -
total_dgram_size
;
958
total_dgram_size
+= deficit;
974
if (
total_dgram_size
< min_dpl) {
Completed in 18 milliseconds
Indexes created Sun Jul 12 00:26:10 UTC 2026