Lines Matching full:strm
1035 int BZ2_bzCompressInit ( bz_stream *strm,
1127 if strm is NULL
1143 <pre class="programlisting">int BZ2_bzCompress ( bz_stream *strm, int action );</pre>
1330 if strm is NULL, or strm->s is NULL</pre>
1335 <pre class="programlisting">int BZ2_bzCompressEnd ( bz_stream *strm );</pre>
1339 <pre class="programlisting">BZ_PARAM_ERROR if strm is NULL or strm->s is NULL
1345 <pre class="programlisting">int BZ2_bzDecompressInit ( bz_stream *strm, int verbosity, int small );</pre>
1392 <pre class="programlisting">int BZ2_bzDecompress ( bz_stream *strm );</pre>
1445 if strm is NULL or strm->s is NULL
1446 or strm->avail_out < 1
1467 <pre class="programlisting">int BZ2_bzDecompressEnd ( bz_stream *strm );</pre>
1472 if strm is NULL or strm->s is NULL