Searched defs:deflate_state (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/pppdump/
H A Ddeflate.c49 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 *stat
[all...]
H A Dzlib.c216 typedef struct deflate_state { struct
389 } FAR deflate_state; typedef in typeref:struct:deflate_state
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 *
[all...]
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Ddeflate.c59 struct deflate_state { struct
196 struct deflate_state *state;
217 state = (struct deflate_state *)kmem_zalloc(sizeof (*state), KM_SLEEP);
244 struct deflate_state *state = (struct deflate_state *)arg;
258 struct deflate_state *state = (struct deflate_state *)arg;
289 struct deflate_state *state = (struct deflate_state *)arg;
302 struct deflate_state *stat
[all...]
H A Dzlib.c363 typedef struct deflate_state { struct
562 } FAR deflate_state; typedef in typeref:struct:deflate_state
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 *
[all...]
/illumos-gate/usr/src/uts/common/zmod/
H A Ddeflate.h263 } FAR deflate_state; typedef in typeref:struct:internal_state
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,
/illumos-gate/usr/src/boot/lib/libz/
H A Ddeflate.h273 } FAR deflate_state; typedef in typeref:struct:internal_state
296 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
297 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
298 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
300 void ZLIB_INTERNAL _tr_flush_bits OF((deflate_state *s));
301 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
302 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,

Completed in 93 milliseconds