Home | History | Annotate | Download | only in bzip2

Lines Matching refs:small

495                        int        small )
502 if (small != 0 && small != 1) return BZ_PARAM_ERROR;
520 s->smallDecompress = (Bool)small;
1091 int small,
1101 (small != 0 && small != 1) ||
1130 ret = BZ2_bzDecompressInit ( &(bzf->strm), verbosity, small );
1304 int small,
1312 (small != 0 && small != 1) ||
1319 ret = BZ2_bzDecompressInit ( &strm, verbosity, small );