Searched refs:DState (Results 1 – 4 of 4) sorted by relevance
97 - s = BZALLOC( sizeof(DState) );98 + s = (DState*) BZALLOC( sizeof(DState) );102 @@ -684,7 +684,10 @@ Bool unRLE_obuf_to_output_FAST ( DState* s )116 DState* s;119 + s = (DState*) strm->state;125 DState* s;128 + s = (DState*) strm->state;207 @@ -209,13 +209,13 @@ Int32 BZ2_decompress ( DState* s )
501 DState* s; in BZ_API()512 s = (DState*) BZALLOC( sizeof(DState) ); in BZ_API()540 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()713 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()818 DState* s; in BZ_API()820 s = (DState*) strm->state; in BZ_API()869 DState* s; in BZ_API()871 s = (DState*) strm->state; in BZ_API()
438 DState; typedef488 BZ2_decompress ( DState* );
27 void makeMaps_d ( DState* s ) in makeMaps_d()107 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()