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

/external/zlib/src/
H A Dgzwrite.c10 local int gz_comp OF((gz_statep, int));
70 local int gz_comp(state, flush) function
142 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
157 if (gz_comp(state, Z_NO_FLUSH) == -1)
221 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
227 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
234 if (gz_comp(state, Z_NO_FLUSH) == -1)
332 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
411 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
480 gz_comp(stat
[all...]

Completed in 73 milliseconds