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

/vbox/src/libs/zlib-1.2.6/
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)
479 gz_comp(stat
[all...]

Completed in 31 milliseconds