Home | History | Annotate | Download | only in minizip

Lines Matching refs:Z_BZIP2ED

1079     if ((method!=0) && (method!=Z_DEFLATED) && (method!=Z_BZIP2ED))
1207 if ((err==ZIP_OK) && (zi->ci.method == Z_DEFLATED || zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1226 else if(zi->ci.method == Z_BZIP2ED)
1236 zi->ci.stream_initialised = Z_BZIP2ED;
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))
1547 else if ((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))
1591 else if((zi->ci.method == Z_BZIP2ED) && (!zi->ci.raw))