OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:new_retire_prior_to
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_channel.c
3285
uint64_t
new_retire_prior_to
= ch->cur_retire_prior_to;
local
3303
if (f->retire_prior_to >
new_retire_prior_to
)
3304
new_retire_prior_to
= f->retire_prior_to;
3316
if (new_remote_seq_num -
new_retire_prior_to
> 1) {
3339
if (
new_retire_prior_to
- ch->cur_retire_prior_to > 10) {
3384
while (
new_retire_prior_to
> ch->cur_retire_prior_to) {
quic_channel.c
3285
uint64_t
new_retire_prior_to
= ch->cur_retire_prior_to;
local
3303
if (f->retire_prior_to >
new_retire_prior_to
)
3304
new_retire_prior_to
= f->retire_prior_to;
3316
if (new_remote_seq_num -
new_retire_prior_to
> 1) {
3339
if (
new_retire_prior_to
- ch->cur_retire_prior_to > 10) {
3384
while (
new_retire_prior_to
> ch->cur_retire_prior_to) {
Completed in 51 milliseconds
Indexes created Sun Jun 28 00:24:58 UTC 2026