OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:stream_ordinal
(Results
1 - 2
of
2
) sorted by relevancy
/src/crypto/external/apache2/openssl/dist/ssl/quic/
quic_rx_depack.c
373
uint64_t peer_role,
stream_ordinal
;
local
409
stream_ordinal
= stream_id >> 2;
429
stream_ordinal
+ 1,
449
while (*p_next_ordinal_remote <=
stream_ordinal
) {
471
if (
stream_ordinal
>= *p_next_ordinal_local) {
quic_stream_map.c
313
uint64_t
stream_ordinal
,
322
return
stream_ordinal
< stream_limit;
331
uint64_t
stream_ordinal
= s->id >> 2;
local
335
stream_ordinal
,
Completed in 21 milliseconds
Indexes created Mon Mar 02 05:31:46 UTC 2026