Searched refs:static_ltree (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Dzlib.c1521 local ct_data static_ltree[L_CODES+2]; variable
1557 {static_ltree, extra_lbits, LITERALS+1, L_CODES, MAX_BITS};
1716 while (n <= 143) static_ltree[n++].Len = 8, bl_count[8]++;
1717 while (n <= 255) static_ltree[n++].Len = 9, bl_count[9]++;
1718 while (n <= 279) static_ltree[n++].Len = 7, bl_count[7]++;
1719 while (n <= 287) static_ltree[n++].Len = 8, bl_count[8]++;
1724 gen_codes((ct_data *)static_ltree, L_CODES+1, bl_count);
1964 Tracec(tree != static_ltree, (stderr,"\nn %3d %c l %2d c %4x (%x) ",
2260 send_code(s, END_BLOCK, static_ltree);
2269 send_code(s, END_BLOCK, static_ltree);
[all...]

Completed in 28 milliseconds