Home
last modified time | relevance | path

Searched refs:DState (Results 1 – 3 of 3) sorted by relevance

/freebsd-12-stable/contrib/bzip2/
Dbzlib_private.h438 DState; typedef
488 BZ2_decompress ( DState* );
Dbzlib.c504 DState* s; in BZ_API()
515 s = BZALLOC( sizeof(DState) ); in BZ_API()
543 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()
871 DState* s; in BZ_API()
Ddecompress.c27 void makeMaps_d ( DState* s ) in makeMaps_d()
106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()