Home | History | Annotate | Download | only in zlib-1.2.3

Lines Matching defs:_dist_code

102 uch _dist_code[DIST_CODE_LEN];
279 _dist_code[dist++] = (uch)code;
287 _dist_code[256 + dist++] = (uch)code;
351 fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n");
353 fprintf(header, "%2u%s", _dist_code[i],