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