Home
last modified time | relevance | path

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

/external/toybox/toys/other/
Dbzcat.c65 struct bunzip_data { struct
93 static unsigned int get_bits(struct bunzip_data *bd, char bits_wanted) in get_bits() argument
144 static int read_block_header(struct bunzip_data *bd, struct bwdata *bw) in read_block_header()
302 static int read_huffman_data(struct bunzip_data *bd, struct bwdata *bw) in read_huffman_data()
424 void flush_bunzip_outbuf(struct bunzip_data *bd, int out_fd) in flush_bunzip_outbuf()
433 void burrows_wheeler_prep(struct bunzip_data *bd, struct bwdata *bw) in burrows_wheeler_prep()
477 int read_bunzip_data(struct bunzip_data *bd) in read_bunzip_data()
496 int write_bunzip_data(struct bunzip_data *bd, struct bwdata *bw, int out_fd, char *outbuf, int len) in write_bunzip_data()
587 int start_bunzip(struct bunzip_data **bdp, int src_fd, char *inbuf, int len) in start_bunzip()
589 struct bunzip_data *bd; in start_bunzip()
[all …]