Lines Matching refs:method

148     int  method;                /* compression method of file currenty wr.*/
979 err = zip64local_putValue(&zi->z_filefunc,zi->filestream,(uLong)zi->ci.method,2);
1058 const char* comment, int method, int level, int raw,
1079 if ((method!=0) && (method!=Z_DEFLATED) && (method!=Z_BZIP2ED))
1082 if ((method!=0) && (method!=Z_DEFLATED))
1126 zi->ci.method = method;
1144 zip64local_putValue_inmemory(zi->ci.central_header+10,(uLong)zi->ci.method,2);
1207 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1209 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1212 if(zi->ci.method == Z_DEFLATED)
1226 else if(zi->ci.method == Z_BZIP2ED)
1268 const char* comment, int method, int level, int raw,
1276 comment, method, level, raw,
1284 const char* comment, int method, int level, int raw,
1291 comment, method, level, raw,
1299 const char* comment, int method, int level, int raw,
1306 comment, method, level, raw,
1314 const char* comment, int method, int level, int raw)
1319 comment, method, level, raw,
1327 const char* comment, int method, int level, int raw, int zip64)
1332 comment, method, level, raw,
1340 const char* comment, int method, int level, int zip64)
1345 comment, method, level, 0,
1353 const char* comment, int method, int level)
1358 comment, method, level, 0,
1383 if(zi->ci.method == Z_BZIP2ED)
1417 if(zi->ci.method == Z_BZIP2ED && (!zi->ci.raw))
1437 if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1470 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1530 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1547 else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1583 if ((zi->ci.method == Z_DEFLATED) && (!zi->ci.raw))
1591 else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))