Home | History | Annotate | Download | only in zlib

Lines Matching refs:_dist_code

103 uch _dist_code[DIST_CODE_LEN];
282 _dist_code[dist++] = (uch)code;
290 _dist_code[256 + dist++] = (uch)code;
354 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
356 fprintf(header, "%2u%s", _dist_code[i],