Lines Matching full:compressed
63 * @cpage_out: Pointer to returned pointer to buffer for compressed data
65 * On exit, expected to hold the amount of data actually compressed.
66 * @cdatalen: On entry, holds the amount of space available for compressed
67 * data. On exit, expected to hold the actual size of the compressed
71 * could not be compressed; probably because we couldn't find the requested
132 * @cpage_out: Pointer to returned pointer to buffer for compressed data
134 * On exit, expected to hold the amount of data actually compressed.
135 * @cdatalen: On entry, holds the amount of space available for compressed
136 * data. On exit, expected to hold the actual size of the compressed
140 * Zero is used to show that the data could not be compressed - the
141 * compressed version was actually larger than the original.
146 * *datalen accordingly to show the amount of data which were compressed.