Searched refs:gz_comp (Results 1 – 2 of 2) sorted by relevance
/external/zlib/ |
D | gzwrite.c | 10 local int gz_comp OF((gz_statep, int)); 59 local int gz_comp(state, flush) in gz_comp() 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) in gzprintf() 385 if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) 453 gz_comp(state, flush); [all …]
|
D | ChangeLog | 140 - Fix signed/unsigned comparison in gz_comp()
|