HomeSort by: relevance | last modified time | path
    Searched defs:deflate_state (Results 1 - 3 of 3) 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,

Completed in 13 milliseconds