HomeSort by relevance Sort by last modified time
    Searched defs:deflate_state (Results 1 - 4 of 4) sorted by null

  /external/libppp/src/
deflate.c 43 struct deflate_state { struct
58 struct deflate_state *state = (struct deflate_state *)v;
72 struct deflate_state *state = (struct deflate_state *)v;
190 struct deflate_state *state = (struct deflate_state *)v;
201 struct deflate_state *state = (struct deflate_state *)v;
339 struct deflate_state *state = (struct deflate_state *)v
    [all...]
  /external/chromium_org/third_party/zlib/
deflate.h 275 } FAR deflate_state; typedef in typeref:struct:internal_state
298 void ZLIB_INTERNAL _tr_init OF((deflate_state *s));
299 int ZLIB_INTERNAL _tr_tally OF((deflate_state *s, unsigned dist, unsigned lc));
300 void ZLIB_INTERNAL _tr_flush_block OF((deflate_state *s, charf *buf,
302 void ZLIB_INTERNAL _tr_align OF((deflate_state *s));
303 void ZLIB_INTERNAL _tr_stored_block OF((deflate_state *s, charf *buf,
  /external/qemu/distrib/zlib-1.2.3/
deflate.h 263 } 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,
  /external/zlib/src/
deflate.h 273 } 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 95 milliseconds