bunzip_data       116 lib/decompress_bunzip2.c static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted)
bunzip_data       156 lib/decompress_bunzip2.c static int INIT get_next_block(struct bunzip_data *bd)
bunzip_data       523 lib/decompress_bunzip2.c static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len)
bunzip_data       629 lib/decompress_bunzip2.c static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len,
bunzip_data       632 lib/decompress_bunzip2.c 	struct bunzip_data *bd;
bunzip_data       639 lib/decompress_bunzip2.c 	i = sizeof(struct bunzip_data);
bunzip_data       645 lib/decompress_bunzip2.c 	memset(bd, 0, sizeof(struct bunzip_data));
bunzip_data       686 lib/decompress_bunzip2.c 	struct bunzip_data *bd;