Home | History | Annotate | Download | only in minizip

Lines Matching defs:raw

17                                  It is used when recreting zip archive with RAW when deleting items from a zip.
149 int raw; /* 1 for directly writing raw data */
1049 When writing RAW the ZIP64 extended information in extrafield_local and extrafield_global needs to be stripped
1058 const char* comment, int method, int level, int raw,
1129 zi->ci.raw = raw;
1206 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1208 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1267 const char* comment, int method, int level, int raw,
1275 comment, method, level, raw,
1283 const char* comment, int method, int level, int raw,
1290 comment, method, level, raw,
1298 const char* comment, int method, int level, int raw,
1305 comment, method, level, raw,
1313 const char* comment, int method, int level, int raw)
1318 comment, method, level, raw,
1326 const char* comment, int method, int level, int raw, int zip64)
1331 comment, method, level, raw,
1416 if(zi->ci.method == Z_BZIP2ED && (!zi->ci.raw))
1436 if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1469 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1529 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1546 else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1582 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1590 else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1599 if (!zi->ci.raw)