Home | History | Annotate | Download | only in cups

Lines Matching full:gzip

7  * different line endings, gzip'd print files, PPD files, etc.
1205 * Open a compressed stream, so write the standard gzip file
1209 unsigned char header[10]; /* gzip file header */
2186 * Read the first bytes in the file to determine if we have a gzip'd
2209 * Not a gzip'd file!
2240 DEBUG_puts("9cups_fill: Extra gzip header data missing, returning -1.");
2257 DEBUG_puts("9cups_fill: Extra gzip header data does not fit in initial buffer, returning -1.");
2283 DEBUG_puts("9cups_fill: Original filename in gzip header data does not fit in initial buffer, returning -1.");
2309 DEBUG_puts("9cups_fill: Comment in gzip header data does not fit in initial buffer, returning -1.");
2332 DEBUG_puts("9cups_fill: Header CRC in gzip header data does not fit in initial buffer, returning -1.");
2449 DEBUG_puts("9cups_fill: Unable to read gzip CRC trailer, returning -1.");
2537 DEBUG_printf(("9cups_fill: Not gzip, returning %d.", (int)bytes));