Lines Matching defs:header
404 FILE *header = fopen("trees.h", "w");
407 Assert (header != NULL, "Can't open trees.h");
408 fprintf(header,
409 "/* header created automatically with -DGEN_TREES_H */\n\n");
411 fprintf(header, "local const ct_data static_ltree[L_CODES+2] = {\n");
413 fprintf(header, "{{%3u},{%3u}}%s", static_ltree[i].Code,
417 fprintf(header, "local const ct_data static_dtree[D_CODES] = {\n");
419 fprintf(header, "{{%2u},{%2u}}%s", static_dtree[i].Code,
423 fprintf(header, "const uch ZLIB_INTERNAL _dist_code[DIST_CODE_LEN] = {\n");
425 fprintf(header, "%2u%s", _dist_code[i],
429 fprintf(header,
432 fprintf(header, "%2u%s", _length_code[i],
436 fprintf(header, "local const int base_length[LENGTH_CODES] = {\n");
438 fprintf(header, "%1u%s", base_length[i],
442 fprintf(header, "local const int base_dist[D_CODES] = {\n");
444 fprintf(header, "%5u%s", base_dist[i],
448 fclose(header);
850 * Send the header for a block using dynamic Huffman trees: the counts, the