Home | History | Annotate | Download | only in zlib

Lines Matching refs:uch

222     uch depth[2*L_CODES+1];
327 extern uch ZLIB_INTERNAL _length_code[];
328 extern uch ZLIB_INTERNAL _dist_code[];
330 extern const uch ZLIB_INTERNAL _length_code[];
331 extern const uch ZLIB_INTERNAL _dist_code[];
336 { uch cc = (c); \
343 { uch len = (uch)(length); \
354 { uch cc = (c); \
362 { uch len = (uch)(length); \
364 s->sym_buf[s->sym_next++] = (uch)dist; \
365 s->sym_buf[s->sym_next++] = (uch)(dist >> 8); \