Home
last modified time | relevance | path

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

/freebsd/contrib/bzip2/
H A Dbzlib_private.h438 DState; typedef
488 BZ2_decompress ( DState* );
H A Dbzlib.c501 DState* s; in BZ_API()
512 s = BZALLOC( sizeof(DState) ); in BZ_API()
540 Bool unRLE_obuf_to_output_FAST ( DState* s ) in unRLE_obuf_to_output_FAST()
710 Bool unRLE_obuf_to_output_SMALL ( DState* s ) in unRLE_obuf_to_output_SMALL()
815 DState* s; in BZ_API()
868 DState* s; in BZ_API()
H A Ddecompress.c27 void makeMaps_d ( DState* s ) in makeMaps_d()
106 Int32 BZ2_decompress ( DState* s ) in BZ2_decompress()