Searched refs:deflate_state (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/lib/zlib_deflate/ |
| H A D | defutil.h | 73 typedef struct deflate_state { struct 241 } deflate_state; argument 274 void zlib_tr_init (deflate_state *s); 275 int zlib_tr_tally (deflate_state *s, unsigned dist, unsigned lc); 276 ulg zlib_tr_flush_block (deflate_state *s, char *buf, ulg stored_len, 278 void zlib_tr_align (deflate_state *s); 279 void zlib_tr_stored_block (deflate_state *s, char *buf, ulg stored_len, 281 void zlib_tr_stored_type_only (deflate_state *); 314 static inline void bi_flush(deflate_state *s) in bi_flush() 330 static inline void bi_windup(deflate_state *s) in bi_windup() [all …]
|
| H A D | deftree.c | 132 static void init_block (deflate_state *s); 133 static void pqdownheap (deflate_state *s, ct_data *tree, int k); 134 static void gen_bitlen (deflate_state *s, tree_desc *desc); 136 static void build_tree (deflate_state *s, tree_desc *desc); 137 static void scan_tree (deflate_state *s, ct_data *tree, int max_code); 138 static void send_tree (deflate_state *s, ct_data *tree, int max_code); 139 static int build_bl_tree (deflate_state *s); 140 static void send_all_trees (deflate_state *s, int lcodes, int dcodes, 142 static void compress_block (deflate_state *s, ct_data *ltree, 144 static void set_data_type (deflate_state *s); [all …]
|
| H A D | deflate.c | 69 typedef block_state (*compress_func) (deflate_state *s, int flush); 72 static void fill_window (deflate_state *s); 73 static block_state deflate_stored (deflate_state *s, int flush); 74 static block_state deflate_fast (deflate_state *s, int flush); 75 static block_state deflate_slow (deflate_state *s, int flush); 76 static void lm_init (deflate_state *s); 77 static void putShortMSB (deflate_state *s, uInt b); 79 static uInt longest_match (deflate_state *s, IPos cur_match); 82 static void check_match (deflate_state *s, IPos start, IPos match, 106 deflate_state deflate_memory; [all …]
|
| /OK3568_Linux_fs/kernel/lib/zlib_dfltcc/ |
| H A D | dfltcc_deflate.c | 17 deflate_state *state = (deflate_state *)strm->state; in dfltcc_can_deflate() 44 deflate_state *state = (deflate_state *)strm->state; in dfltcc_gdht() 57 deflate_state *state = (deflate_state *)strm->state; in dfltcc_cmpr() 78 deflate_state *state = (deflate_state *)strm->state; in send_eobs() 106 deflate_state *state = (deflate_state *)strm->state; in dfltcc_deflate()
|
| H A D | dfltcc.h | 127 dfltcc_reset((strm), sizeof(deflate_state))
|
| /OK3568_Linux_fs/u-boot/lib/zlib/ |
| H A D | trees.c | 144 local void init_block OF((deflate_state *s)); 145 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 146 local void gen_bitlen OF((deflate_state *s, tree_desc *desc)); 148 local void build_tree OF((deflate_state *s, tree_desc *desc)); 149 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); 150 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); 151 local int build_bl_tree OF((deflate_state *s)); 152 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes, 154 local void compress_block OF((deflate_state *s, ct_data *ltree, 156 local int detect_data_type OF((deflate_state *s)); [all …]
|
| H A D | deflate.c | 73 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 76 local void fill_window OF((deflate_state *s)); 77 local block_state deflate_stored OF((deflate_state *s, int flush)); 78 local block_state deflate_fast OF((deflate_state *s, int flush)); 80 local block_state deflate_slow OF((deflate_state *s, int flush)); 82 local block_state deflate_rle OF((deflate_state *s, int flush)); 83 local block_state deflate_huff OF((deflate_state *s, int flush)); 84 local void lm_init OF((deflate_state *s)); 85 local void putShortMSB OF((deflate_state *s, uInt b)); 90 uInt longest_match OF((deflate_state *s, IPos cur_match)); [all …]
|
| H A D | deflate.h | 270 } FAR deflate_state; typedef 293 void ZLIB_INTERNAL _tr_init OF((deflate_state *s)); 294 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 295 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf, 297 void ZLIB_INTERNAL _tr_align OF((deflate_state *s)); 298 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-core/zlib/zlib/ |
| H A D | CVE-2018-25032.patch | 128 deflate_state *ds; 129 deflate_state *ss; 219 @@ -325,20 +320,22 @@ void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
|