Searched refs:zr (Results 1 – 2 of 2) sorted by relevance
132 int zr; in zlib_stream_output_chunk() local138 zr = Z_OK; in zlib_stream_output_chunk()142 while (zr >= 0) { in zlib_stream_output_chunk()155 zr = deflate(zs, flush ? Z_FINISH : Z_NO_FLUSH); in zlib_stream_output_chunk()156 if (Z_STREAM_END == zr) { in zlib_stream_output_chunk()159 if (zr != Z_OK) { in zlib_stream_output_chunk()160 kern_coredump_log(NULL, "ZERR %d\n", zr); in zlib_stream_output_chunk()
12443 int zr; local12455 zr = deflate(zs, Z_NO_FLUSH);12456 if (Z_STREAM_END == zr) {12459 if (zr != Z_OK) {12460 LOG("ZERR %d\n", zr);12461 swd_zip_var.error = zr;12475 zr = deflate(zs, Z_FINISH);12476 if (Z_STREAM_END == zr) {12479 if (zr != Z_OK) {12480 LOG("ZERR %d\n", zr);[all …]