Searched refs:bunzip_data (Results 1 – 1 of 1) sorted by relevance
/external/toybox/toys/other/ |
D | bzcat.c | 82 struct bunzip_data { struct 110 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() argument 161 static int read_block_header(struct bunzip_data *bd, struct bwdata *bw) in read_block_header() 319 static int read_huffman_data(struct bunzip_data *bd, struct bwdata *bw) in read_huffman_data() 441 static void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf() 450 static void burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw) in burrows_wheeler_prep() 494 static int read_bunzip_data(struct bunzip_data *bd) in read_bunzip_data() 513 static int write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, in write_bunzip_data() 605 static int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, in start_bunzip() 608 struct bunzip_data *bd; in start_bunzip() [all …]
|