Lines Matching defs:zip_operation
121 struct zip_operation { struct
122 u8 *input;
123 u8 *output;
124 u64 ctx_addr;
125 u64 history;
127 u32 input_len;
128 u32 input_total_len;
130 u32 output_len;
131 u32 output_total_len;
133 u32 csum;
134 u32 flush;
136 u32 format;
137 u32 speed;
138 u32 ccode;
139 u32 lzs_flag;
141 u32 begin_file;
142 u32 history_len;
144 u32 end_file;
145 u32 compcode;
146 u32 bytes_read;
147 u32 bits_processed;
149 u32 sizeofptr;
150 u32 sizeofzops;