Home | History | Annotate | Download | only in zlib

Lines Matching refs:fprintf

168      { if (z_verbose>2) fprintf(stderr,"\ncd %3d ",(c)); \
334 fprintf(header,
337 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
339 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
343 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
345 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
349 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
351 fprintf(header, "%2u%s", _dist_code[i],
355 fprintf(header,
358 fprintf(header, "%2u%s", _length_code[i],
362 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
364 fprintf(header, "%1u%s", base_length[i],
368 fprintf(header, "local const int base_dist[D_CODES] = {\n");
370 fprintf(header, "%5u%s", base_dist[i],
680 fprintf(stderr,"\nnode %d(%d), sons %d(%d) %d(%d)",