OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:match_length
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
165
uInt
match_length
; /* length of best match */
member in struct:internal_state
/src/sys/net/
zlib.c
426
uInt
match_length
; /* length of best match */
member in struct:deflate_state
1328
s->
match_length
= s->prev_length = MIN_MATCH-1;
1786
* At this point we have always
match_length
< MIN_MATCH
1794
s->
match_length
= longest_match (s, hash_head);
1798
if (s->
match_length
>= MIN_MATCH) {
1799
check_match(s, s->strstart, s->match_start, s->
match_length
);
1802
s->
match_length
- MIN_MATCH, bflush);
1804
s->lookahead -= s->
match_length
;
1810
if (s->
match_length
<= s->max_insert_length &&
1812
s->
match_length
--; /* string at strstart already in hash table *
[
all
...]
Completed in 14 milliseconds
Indexes created Sat Sep 20 22:09:52 GMT 2025