OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:old_flush
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
deflate.c
949
int
old_flush
; /* value of flush param for previous deflate call */
local in function:deflate
964
old_flush
= s->last_flush;
985
} else if (strm->avail_in == 0 && RANK(flush) <= RANK(
old_flush
) &&
/src/sys/net/
zlib.c
1048
int
old_flush
; /* value of flush param for previous deflate call */
local in function:deflate
1064
old_flush
= s->last_flush;
1107
} else if (strm->avail_in == 0 && flush <=
old_flush
&&
Completed in 45 milliseconds
Indexes created Wed Sep 24 22:09:59 GMT 2025