OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:SKIP_FIRST_TICK
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/include/internal/
quic_reactor.h
218
* If the
SKIP_FIRST_TICK
flag is set, the first call to reactor_tick() before
238
#define
SKIP_FIRST_TICK
(1U << 0)
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_reactor.c
515
if ((flags &
SKIP_FIRST_TICK
) != 0)
516
flags &= ~
SKIP_FIRST_TICK
;
Completed in 18 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026