HomeSort by: relevance | last modified time | path
    Searched refs:deflate_state (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/net/
ppp-deflate.c 63 struct deflate_state { struct
154 struct deflate_state *state;
167 state = malloc(sizeof(struct deflate_state), M_DEVBUF, M_NOWAIT);
188 struct deflate_state *state = (struct deflate_state *) arg;
198 struct deflate_state *state = (struct deflate_state *) arg;
221 struct deflate_state *state = (struct deflate_state *) arg;
233 struct deflate_state *state = (struct deflate_state *) arg
    [all...]
zlib.c 368 typedef struct deflate_state { struct
536 } FAR deflate_state; typedef in typeref:struct:deflate_state FAR
555 void _tr_init(deflate_state *s);
556 int _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
557 void _tr_flush_block(deflate_state *s, charf *buf, ulg stored_len,
559 void _tr_align(deflate_state *s);
560 void _tr_stored_block(deflate_state *s, charf *buf, ulg stored_len,
562 void _tr_stored_type_only(deflate_state *);
682 typedef block_state (*compress_func)(deflate_state *s, int flush);
685 local void fill_window(deflate_state *s)
    [all...]
  /src/common/dist/zlib/
deflate.h 284 } FAR deflate_state; typedef in typeref:struct:internal_state FAR
307 void ZLIB_INTERNAL _tr_init(deflate_state *s);
308 int ZLIB_INTERNAL _tr_tally(deflate_state *s, unsigned dist, unsigned lc);
309 void ZLIB_INTERNAL _tr_flush_block(deflate_state *s, charf *buf,
311 void ZLIB_INTERNAL _tr_flush_bits(deflate_state *s);
312 void ZLIB_INTERNAL _tr_align(deflate_state *s);
313 void ZLIB_INTERNAL _tr_stored_block(deflate_state *s, charf *buf,
trees.c 168 local void bi_flush(deflate_state *s) {
183 local void bi_windup(deflate_state *s) {
254 local void send_bits(deflate_state *s, int value, int length) {
441 local void init_block(deflate_state *s) {
457 void ZLIB_INTERNAL _tr_init(deflate_state *s) {
509 local void pqdownheap(deflate_state *s, ct_data *tree, int k) {
540 local void gen_bitlen(deflate_state *s, tree_desc *desc) {
627 local void build_tree(deflate_state *s, tree_desc *desc) {
712 local void scan_tree(deflate_state *s, ct_data *tree, int max_code) {
753 local void send_tree(deflate_state *s, ct_data *tree, int max_code)
    [all...]
deflate.c 72 typedef block_state (*compress_func)(deflate_state *s, int flush);
75 local block_state deflate_stored(deflate_state *s, int flush);
76 local block_state deflate_fast(deflate_state *s, int flush);
78 local block_state deflate_slow(deflate_state *s, int flush);
80 local block_state deflate_rle(deflate_state *s, int flush);
81 local block_state deflate_huff(deflate_state *s, int flush);
189 local void slide_hash(deflate_state *s) {
253 local void fill_window(deflate_state *s) {
384 deflate_state *s;
434 s = (deflate_state *) ZALLOC(strm, 1, sizeof(deflate_state))
    [all...]

Completed in 16 milliseconds