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

/external/chromium_org/third_party/zlib/
H A Dgzwrite.c10 local int gz_comp OF((gz_statep, int));
59 local int gz_comp(state, flush) function
120 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
135 if (gz_comp(state, Z_NO_FLUSH) == -1)
199 if (len && gz_comp(state, Z_NO_FLUSH) == -1)
205 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
212 if (gz_comp(state, Z_NO_FLUSH) == -1)
310 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
385 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
453 gz_comp(stat
[all...]
/external/pdfium/core/src/fxcodec/fx_zlib/zlib_v128/
H A Dgzwrite.c10 local int gz_comp OF((gz_statep, int));
70 local int gz_comp( 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)
422 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1)
491 gz_comp(stat
[all...]
/external/qemu/distrib/zlib-1.2.8/
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...]
/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)
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 189 milliseconds