Lines Matching defs:zip_operation
122 struct zip_operation { struct
123 u8 *input;
124 u8 *output;
125 u64 ctx_addr;
126 u64 history;
128 u32 input_len;
129 u32 input_total_len;
131 u32 output_len;
132 u32 output_total_len;
134 u32 csum;
135 u32 flush;
137 u32 format;
138 u32 speed;
139 u32 ccode;
140 u32 lzs_flag;
142 u32 begin_file;
143 u32 history_len;
145 u32 end_file;
146 u32 compcode;
147 u32 bytes_read;
148 u32 bits_processed;
150 u32 sizeofptr;
151 u32 sizeofzops;