Home
last modified time | relevance | path

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

/busybox-1.35.0/archival/libarchive/
Ddecompress_bunzip2.c85 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()
[all …]