Searched refs:deflate_state (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/cmd/cmd-inet/usr.bin/pppdump/ |
H A D | deflate.c | 49 struct deflate_state { struct 113 struct deflate_state *state = (struct deflate_state *) arg; 135 struct deflate_state *state; 147 state = (struct deflate_state *) malloc(sizeof(*state)); 168 struct deflate_state *state = (struct deflate_state *) arg; 180 struct deflate_state *state = (struct deflate_state *) arg; 204 struct deflate_state *state = (struct deflate_state *) arg; 232 struct deflate_state *state = (struct deflate_state *) arg; 304 struct deflate_state *state = (struct deflate_state *) arg;
|
H A D | zlib.c | 216 typedef struct deflate_state { struct 389 } FAR deflate_state; argument 408 local void ct_init OF((deflate_state *s)); 409 local int ct_tally OF((deflate_state *s, int dist, int lc)); 410 local ulg ct_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 412 local void ct_align OF((deflate_state *s)); 413 local void ct_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, 415 local void ct_stored_type_only OF((deflate_state *s)); 530 local void fill_window OF((deflate_state *s)); 531 local int deflate_fast OF((deflate_state *s, int flush)); [all …]
|
/titanic_44/usr/src/uts/common/io/ppp/spppcomp/ |
H A D | deflate.c | 59 struct deflate_state { struct 196 struct deflate_state *state; in z_comp_alloc() 217 state = (struct deflate_state *)kmem_zalloc(sizeof (*state), KM_SLEEP); in z_comp_alloc() 244 struct deflate_state *state = (struct deflate_state *)arg; in z_comp_free() 258 struct deflate_state *state = (struct deflate_state *)arg; in z_comp_init() 289 struct deflate_state *state = (struct deflate_state *)arg; in z_comp_reset() 302 struct deflate_state *state = (struct deflate_state *)arg; in z_compress() 536 struct deflate_state *state = (struct deflate_state *)arg; in z_incomp() 624 struct deflate_state *state = (struct deflate_state *)arg; in z_comp_stats() 650 struct deflate_state *state; in z_decomp_alloc() [all …]
|
H A D | zlib.c | 363 typedef struct deflate_state { struct 562 } FAR deflate_state; argument 584 void _tr_init OF((deflate_state *s)); 585 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 586 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 588 void _tr_align OF((deflate_state *s)); 589 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len, 591 void _tr_stored_type_only OF((deflate_state *)); /* PPP */ 710 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 713 local void fill_window OF((deflate_state *s)); [all …]
|
/titanic_44/usr/src/uts/common/zmod/ |
H A D | trees.c | 143 local void init_block OF((deflate_state *s)); 144 local void pqdownheap OF((deflate_state *s, ct_data *tree, int k)); 145 local void gen_bitlen OF((deflate_state *s, tree_desc *desc)); 147 local void build_tree OF((deflate_state *s, tree_desc *desc)); 148 local void scan_tree OF((deflate_state *s, ct_data *tree, int max_code)); 149 local void send_tree OF((deflate_state *s, ct_data *tree, int max_code)); 150 local int build_bl_tree OF((deflate_state *s)); 151 local void send_all_trees OF((deflate_state *s, int lcodes, int dcodes, 153 local void compress_block OF((deflate_state *s, ct_data *ltree, 155 local void set_data_type OF((deflate_state *s)); [all …]
|
H A D | deflate.c | 78 typedef block_state (*compress_func) OF((deflate_state *s, int flush)); 81 local void fill_window OF((deflate_state *s)); 82 local block_state deflate_stored OF((deflate_state *s, int flush)); 83 local block_state deflate_fast OF((deflate_state *s, int flush)); 85 local block_state deflate_slow OF((deflate_state *s, int flush)); 87 local void lm_init OF((deflate_state *s)); 88 local void putShortMSB OF((deflate_state *s, uInt b)); 94 uInt longest_match OF((deflate_state *s, IPos cur_match)); 96 local uInt longest_match OF((deflate_state *s, IPos cur_match)); 99 local uInt longest_match_fast OF((deflate_state *s, IPos cur_match)); [all …]
|
H A D | deflate.h | 263 } FAR deflate_state; typedef 282 void _tr_init OF((deflate_state *s)); 283 int _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc)); 284 void _tr_flush_block OF((deflate_state *s, charf *buf, ulg stored_len, 286 void _tr_align OF((deflate_state *s)); 287 void _tr_stored_block OF((deflate_state *s, charf *buf, ulg stored_len,
|