Lines Matching defs:raw
145 int raw; /* 1 for directly writing raw data */
1019 const char* comment, int method, int level, int raw,
1101 zi->ci.raw = raw;
1178 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1180 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1239 const char* comment, int method, int level, int raw,
1246 comment, method, level, raw,
1254 const char* comment, int method, int level, int raw,
1260 comment, method, level, raw,
1268 const char* comment, int method, int level, int raw,
1274 comment, method, level, raw,
1282 const char* comment, int method, int level, int raw) {
1286 comment, method, level, raw,
1294 const char* comment, int method, int level, int raw, int zip64) {
1298 comment, method, level, raw,
1379 if(zi->ci.method == Z_BZIP2ED && (!zi->ci.raw))
1399 if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1432 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1485 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1502 else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1538 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1546 else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1555 if (!zi->ci.raw)