Lines Matching refs:bunzip_data
85 struct bunzip_data { struct
110 typedef struct bunzip_data bunzip_data; argument
115 static unsigned get_bits(bunzip_data *bd, int bits_wanted) in get_bits()
157 static int get_next_block(bunzip_data *bd) in get_next_block()
578 static int read_bunzip(bunzip_data *bd, char *outbuf, int len) in read_bunzip()
704 bunzip_data **bdp, in start_bunzip()
708 bunzip_data *bd; in start_bunzip()
716 i = sizeof(bunzip_data); in start_bunzip()
762 static void FAST_FUNC dealloc_bunzip(bunzip_data *bd) in dealloc_bunzip()
774 bunzip_data *bd; in IF_DESKTOP()
854 bunzip_data *bd; in unpack_bz2_data()