OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sym_next
(Results
1 - 3
of
3
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
255
uInt
sym_next
; /* running index in symbol buffer */
member in struct:internal_state
256
uInt sym_end; /* symbol table full when
sym_next
reaches this */
337
s->d_buf[s->
sym_next
] = 0; \
338
s->l_buf[s->
sym_next
++] = cc; \
340
flush = (s->
sym_next
== s->sym_end); \
345
s->d_buf[s->
sym_next
] = dist; \
346
s->l_buf[s->
sym_next
++] = len; \
350
flush = (s->
sym_next
== s->sym_end); \
355
s->sym_buf[s->
sym_next
++] = 0; \
356
s->sym_buf[s->
sym_next
++] = 0;
[
all
...]
trees.c
451
s->
sym_next
= s->matches = 0;
908
if (s->
sym_next
!= 0) do {
948
} while (sx < s->
sym_next
);
1032
s->
sym_next
/ 3));
1097
s->d_buf[s->
sym_next
] = (ush)dist;
1098
s->l_buf[s->
sym_next
++] = (uch)lc;
1100
s->sym_buf[s->
sym_next
++] = (uch)dist;
1101
s->sym_buf[s->
sym_next
++] = (uch)(dist >> 8);
1102
s->sym_buf[s->
sym_next
++] = (uch)lc;
1118
return (s->
sym_next
== s->sym_end)
[
all
...]
deflate.c
1901
if (s->
sym_next
)
2029
if (s->
sym_next
)
2102
if (s->
sym_next
)
2138
if (s->
sym_next
)
Completed in 32 milliseconds
Indexes created Wed Oct 15 14:09:57 GMT 2025