OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_available
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
167
int
match_available
; /* set if previous match exists */
member in struct:internal_state
/src/sys/net/
zlib.c
428
int
match_available
; /* set if previous match exists */
member in struct:deflate_state
1329
s->
match_available
= 0;
1930
s->
match_available
= 0;
1936
} else if (s->
match_available
) {
1953
s->
match_available
= 1;
1959
if (s->
match_available
) {
1962
s->
match_available
= 0;
Completed in 67 milliseconds
Indexes created Thu Sep 25 16:09:42 GMT 2025