static_ltree 1534 net/zlib.c local ct_data static_ltree[L_CODES+2]; static_ltree 1570 net/zlib.c {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS}; static_ltree 1728 net/zlib.c while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++; static_ltree 1729 net/zlib.c while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++; static_ltree 1730 net/zlib.c while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++; static_ltree 1731 net/zlib.c while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++; static_ltree 1736 net/zlib.c gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count); static_ltree 1976 net/zlib.c Tracec(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ", static_ltree 2272 net/zlib.c send_code(s, END_BLOCK, static_ltree); static_ltree 2281 net/zlib.c send_code(s, END_BLOCK, static_ltree); static_ltree 2389 net/zlib.c compress_block(s, (ct_data *)static_ltree, (ct_data *)static_dtree);