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

Lines Matching defs:DIST_CODE_LEN

85 #define DIST_CODE_LEN  512 /* see definition of array dist_code below */
102 uch _dist_code[DIST_CODE_LEN];
351 fprintf(header, "const uch _dist_code[DIST_CODE_LEN] = {\n");
352 for (i = 0; i < DIST_CODE_LEN; i++) {
354 SEPARATOR(i, DIST_CODE_LEN-1, 20));