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

/forgerock/web-agents-v4/zlib/
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)
223 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
229 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
236 if (gz_comp(state, Z_NO_FLUSH) == -1)
338 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
423 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
492 gz_comp(stat
[all...]

Completed in 28 milliseconds