OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bflush
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
deflate.c
1815
int
bflush
; /* set if current block must be flushed */
local
1854
s->match_length - MIN_MATCH,
bflush
);
1890
_tr_tally_lit(s, s->window[s->strstart],
bflush
);
1894
if (
bflush
) FLUSH_BLOCK(s, 0);
1914
int
bflush
; /* set if current block must be flushed */
local
1976
s->prev_length - MIN_MATCH,
bflush
);
1994
if (
bflush
) FLUSH_BLOCK(s, 0);
2002
_tr_tally_lit(s, s->window[s->strstart - 1],
bflush
);
2003
if (
bflush
) {
2021
_tr_tally_lit(s, s->window[s->strstart - 1],
bflush
);
2041
int
bflush
; \/* set if current block must be flushed *\/
local
2112
int
bflush
; \/* set if current block must be flushed *\/
local
[
all
...]
/src/sys/net/
zlib.c
1762
int
bflush
; /* set if current block must be flushed */
local
1802
s->match_length - MIN_MATCH,
bflush
);
1838
_tr_tally_lit (s, s->window[s->strstart],
bflush
);
1842
if (
bflush
) FLUSH_BLOCK(s, 0);
1856
int
bflush
; /* set if current block must be flushed */
local
1916
s->prev_length - MIN_MATCH,
bflush
);
1934
if (
bflush
) FLUSH_BLOCK(s, 0);
1942
_tr_tally_lit(s, s->window[s->strstart-1],
bflush
);
1943
if (
bflush
) {
1961
_tr_tally_lit(s, s->window[s->strstart-1],
bflush
);
[
all
...]
Completed in 19 milliseconds
Indexes created Sat Feb 21 16:20:20 UTC 2026