Lines Matching defs:raw
145 int raw; /* 1 for directly writing raw data */
1251 const char* comment, int method, int level, int raw,
1369 zi->ci.raw = raw;
1463 if ((err == ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1465 if ((err == ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1532 const char* comment, int method, int level, int raw,
1540 comment, method, level, raw,
1548 const char* comment, int method, int level, int raw,
1555 comment, method, level, raw,
1563 const char* comment, int method, int level, int raw,
1570 comment, method, level, raw,
1578 const char* comment, int method, int level, int raw)
1583 comment, method, level, raw,
1591 const char* comment, int method, int level, int raw, int zip64)
1596 comment, method, level, raw,
1687 if(zi->ci.method == Z_BZIP2ED && (!zi->ci.raw))
1711 if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1748 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1808 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1825 else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1871 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1881 else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1892 if (!zi->ci.raw)