Lines Matching refs:zr
12443 int zr; local
12455 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);
12481 swd_zip_var.error = zr;