Searched refs:bunzip_data (Results 1 – 1 of 1) sorted by relevance
85 struct bunzip_data { struct107 static unsigned int INIT get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() argument147 static int INIT get_next_block(struct bunzip_data *bd) in get_next_block()512 static int INIT read_bunzip(struct bunzip_data *bd, unsigned char *outbuf, int len) in read_bunzip()618 static int INIT start_bunzip(struct bunzip_data **bdp, void *inbuf, int len, in start_bunzip()621 struct bunzip_data *bd; in start_bunzip()628 i = sizeof(struct bunzip_data); in start_bunzip()634 memset(bd, 0, sizeof(struct bunzip_data)); in start_bunzip()675 struct bunzip_data *bd; in bunzip2()
Completed in 3 milliseconds