Lines Matching defs:header
388 FILE *header = fopen("trees.h", "w");
391 Assert (header != NULL, "Can't open trees.h");
392 fprintf(header,
393 "/* header created automatically with -DGEN_TREES_H */\n\n");
395 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
397 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
401 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
403 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
407 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
409 fprintf(header, "%2u%s", _dist_code[i],
413 fprintf(header,
416 fprintf(header, "%2u%s", _length_code[i],
420 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
422 fprintf(header, "%1u%s", base_length[i],
426 fprintf(header, "local const int base_dist[D_CODES] = {\n");
428 fprintf(header, "%5u%s", base_dist[i],
432 fclose(header);
827 * Send the header for a block using dynamic Huffman trees: the counts, the