Searched refs:STREAM_END_SPACE (Results 1 - 1 of 1) sorted by relevance

/linux-master/fs/jffs2/
H A Dcompr_zlib.c32 #define STREAM_END_SPACE 12 macro
78 if (*dstlen <= STREAM_END_SPACE)
95 while (def_strm.total_out < *dstlen - STREAM_END_SPACE && def_strm.total_in < *sourcelen) {
96 def_strm.avail_out = *dstlen - (def_strm.total_out + STREAM_END_SPACE);
112 def_strm.avail_out += STREAM_END_SPACE;

Completed in 179 milliseconds