Home
last modified time | relevance | path

Searched defs:state_t (Results 1 – 1 of 1) sorted by relevance

/busybox-1.35.0/archival/libarchive/
Ddecompress_gunzip.c70 typedef struct state_t { struct
71 off_t gunzip_bytes_out; /* number of output bytes */
72 uint32_t gunzip_crc;
74 int gunzip_src_fd;
75 unsigned gunzip_outbuf_count; /* bytes in output buffer */
77 unsigned char *gunzip_window;
79 uint32_t *gunzip_crc_table;
82 unsigned gunzip_bb; /* bit buffer */
83 unsigned char gunzip_bk; /* bits in bit buffer */
86 unsigned char *bytebuffer; /* buffer itself */
[all …]