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

/linux-4.1.27/lib/
H A Ddecompress_bunzip2.c91 struct bunzip_data { struct
115 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted) get_bits()
155 static int INIT get_next_block(struct bunzip_data *bd) get_next_block()
522 static int INIT read_bunzip(struct bunzip_data *bd, char *outbuf, int len) read_bunzip()
628 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, long len, start_bunzip()
631 struct bunzip_data *bd; start_bunzip()
638 i = sizeof(struct bunzip_data); start_bunzip()
640 /* Allocate bunzip_data. Most fields initialize to zero. */ start_bunzip()
644 memset(bd, 0, sizeof(struct bunzip_data)); start_bunzip()
685 struct bunzip_data *bd; bunzip2()

Completed in 82 milliseconds