Searched defs:state_t (Results 1 – 1 of 1) sorted by relevance
70 typedef struct state_t { struct71 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 …]