Lines Matching defs:method

144     int  method;                /* compression method of file currently wr.*/
1151 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2);
1251 const char* comment, int method, int level, int raw,
1275 if ((method != 0) && (method != Z_DEFLATED) && (method != Z_BZIP2ED))
1280 if ((method != 0) && (method != Z_DEFLATED))
1365 zi->ci.method = method;
1383 zip64local_putValue_inmemory(zi->ci.central_header+10,(uLong)zi->ci.method,2);
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))
1468 if(zi->ci.method == Z_DEFLATED)
1484 else if(zi->ci.method == Z_BZIP2ED)
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,
1604 const char* comment, int method, int level, int zip64)
1609 comment, method, level, 0,
1617 const char* comment, int method, int level)
1622 comment, method, level, 0,
1650 if(zi->ci.method == Z_BZIP2ED)
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))