Lines Matching full:skip
43 static unsigned long skip; variable
65 /* skip this entire block */ in flush()
66 if (end <= skip) { in flush()
71 /* skip some data at the start, but keep the rest of the block */ in flush()
72 if (decompressed_bytes < skip && end > skip) { in flush()
73 offset = skip - decompressed_bytes; in flush()
80 out = &output_buffer[decompressed_bytes - skip]; in flush()
104 * @skip number of output bytes to ignore
112 * The skip functionality is mainly there so the program and discover
130 skip = _skip; in partial_decompress()
142 return decompressed_bytes - skip; in partial_decompress()