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

/macosx-10.10/rsync-45/rsync/zlib/
H A Ddeflate.h62 typedef struct ct_data_s { struct
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
193 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
194 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/macosx-10.10/sudo-73/src/zlib/
H A Ddeflate.h65 typedef struct ct_data_s { struct
195 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
196 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
197 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/macosx-10.10/xnu-2782.1.97/libkern/zlib/
H A Ddeflate.h89 typedef struct ct_data_s { struct
219 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
220 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
221 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/macosx-10.10/zlib-55/zlib/
H A Ddeflate.h62 typedef struct ct_data_s { struct
192 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
193 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
194 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/macosx-10.10/ksh-23/ksh/src/cmd/INIT/
H A Dratz.c1272 typedef struct ct_data_s { struct
1402 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
1403 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
1404 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */
/macosx-10.10/ppp-786.1.1/Helpers/pppdump/
H A Dzlib.c206 typedef struct ct_data_s { struct
335 struct ct_data_s dyn_ltree[HEAP_SIZE]; /* literal and length tree */
336 struct ct_data_s dyn_dtree[2*D_CODES+1]; /* distance tree */
337 struct ct_data_s bl_tree[2*BL_CODES+1]; /* Huffman tree for bit lengths */

Completed in 283 milliseconds