Home | History | Annotate | Download | only in bzip2

Lines Matching full:strm

1057 int BZ2_bzCompressInit ( bz_stream *strm, 
1164 if strm is NULL
1189 int BZ2_bzCompress ( bz_stream *strm, int action );
1404 if strm is NULL, or strm->s is NULL
1414 int BZ2_bzCompressEnd ( bz_stream *strm );
1423 BZ_PARAM_ERROR if strm is NULL or strm->s is NULL
1434 int BZ2_bzDecompressInit ( bz_stream *strm, int verbosity, int small );
1498 int BZ2_bzDecompress ( bz_stream *strm );
1562 if strm is NULL or strm->s is NULL
1563 or strm->avail_out < 1
1593 int BZ2_bzDecompressEnd ( bz_stream *strm );
1603 if strm is NULL or strm->s is NULL