Home
last modified time | relevance | path

Searched refs:deflate_stored (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/contrib/zlib/
H A Ddeflate.c77 local block_state deflate_stored OF((deflate_state *s, int flush));
129 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
134 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1041 bstate = s->level == 0 ? deflate_stored(s, flush) :
1683 local block_state deflate_stored(s, flush) in deflate_stored() function
H A DChangeLog8 - Fix bug when window full in deflate_stored()
73 - Fix bug in deflate_stored() for zero-length input
/illumos-gate/usr/src/uts/common/io/ppp/spppcomp/
H A Dzlib.c712 local block_state deflate_stored OF((deflate_state *s, int flush));
766 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1868 deflate_stored(s, flush) in deflate_stored() function