Home
last modified time | relevance | path

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

/reactos/sdk/lib/3rdparty/zlib/
H A Ddeflate.c79 local block_state deflate_stored OF((deflate_state *s, int flush));
125 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
130 /* 0 */ {0, 0, 0, 0, deflate_stored}, /* store only */
1054 bstate = s->level == 0 ? deflate_stored(s, flush) :
1690 local block_state deflate_stored(s, flush) in deflate_stored() function
H A DChangeLog20 - Fix bug when window full in deflate_stored()
85 - Fix bug in deflate_stored() for zero-length input