gz_comp 10 third_party/zlib/gzwrite.c local int gz_comp OF((gz_statep, int)); gz_comp 120 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) gz_comp 135 third_party/zlib/gzwrite.c if (gz_comp(state, Z_NO_FLUSH) == -1) gz_comp 199 third_party/zlib/gzwrite.c if (len && gz_comp(state, Z_NO_FLUSH) == -1) gz_comp 205 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) gz_comp 212 third_party/zlib/gzwrite.c if (gz_comp(state, Z_NO_FLUSH) == -1) gz_comp 310 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) gz_comp 385 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_NO_FLUSH) == -1) gz_comp 453 third_party/zlib/gzwrite.c gz_comp(state, flush); gz_comp 490 third_party/zlib/gzwrite.c if (strm->avail_in && gz_comp(state, Z_PARTIAL_FLUSH) == -1) gz_comp 522 third_party/zlib/gzwrite.c ret += gz_comp(state, Z_FINISH);