Lines Matching defs:raw
153 int raw; /* 1 for directly writing raw data */
1062 const char* comment, int method, int level, int raw,
1134 zi->ci.raw = raw;
1211 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1213 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1272 const char* comment, int method, int level, int raw,
1280 comment, method, level, raw,
1288 const char* comment, int method, int level, int raw,
1295 comment, method, level, raw,
1303 const char* comment, int method, int level, int raw,
1310 comment, method, level, raw,
1318 const char* comment, int method, int level, int raw)
1323 comment, method, level, raw,
1331 const char* comment, int method, int level, int raw, int zip64)
1336 comment, method, level, raw,
1421 if(zi->ci.method == Z_BZIP2ED && (!zi->ci.raw))
1441 if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1474 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1534 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1551 else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1587 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1595 else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1604 if (!zi->ci.raw)