static_ltree       88 lib/zlib_deflate/deftree.c static ct_data static_ltree[L_CODES+2];
static_ltree      124 lib/zlib_deflate/deftree.c {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
static_ltree      274 lib/zlib_deflate/deftree.c     while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
static_ltree      275 lib/zlib_deflate/deftree.c     while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
static_ltree      276 lib/zlib_deflate/deftree.c     while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
static_ltree      277 lib/zlib_deflate/deftree.c     while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
static_ltree      282 lib/zlib_deflate/deftree.c     gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
static_ltree      525 lib/zlib_deflate/deftree.c         Tracecv(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
static_ltree      834 lib/zlib_deflate/deftree.c     send_code(s, END_BLOCK, static_ltree);
static_ltree      844 lib/zlib_deflate/deftree.c         send_code(s, END_BLOCK, static_ltree);
static_ltree      943 lib/zlib_deflate/deftree.c         compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);