OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:sym_buf
(Results
1 - 2
of
2
) sorted by relevancy
/src/common/dist/zlib/
deflate.h
232
uchf *
sym_buf
; /* buffer for distances and literals/lengths */
member in struct:internal_state
355
s->
sym_buf
[s->sym_next++] = 0; \
356
s->
sym_buf
[s->sym_next++] = 0; \
357
s->
sym_buf
[s->sym_next++] = cc; \
364
s->
sym_buf
[s->sym_next++] = (uch)dist; \
365
s->
sym_buf
[s->sym_next++] = (uch)(dist >> 8); \
366
s->
sym_buf
[s->sym_next++] = len; \
deflate.h
232
uchf *
sym_buf
; /* buffer for distances and literals/lengths */
member in struct:internal_state
355
s->
sym_buf
[s->sym_next++] = 0; \
356
s->
sym_buf
[s->sym_next++] = 0; \
357
s->
sym_buf
[s->sym_next++] = cc; \
364
s->
sym_buf
[s->sym_next++] = (uch)dist; \
365
s->
sym_buf
[s->sym_next++] = (uch)(dist >> 8); \
366
s->
sym_buf
[s->sym_next++] = len; \
Completed in 24 milliseconds
Indexes created Mon Sep 29 03:10:08 GMT 2025