MCPcopy Create free account
hub / github.com/OpenPrinting/cups / cupsFileCompression

Function cupsFileCompression

cups/file.c:479–483  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

477 */
478
479int /* O - @code CUPS_FILE_NONE@ or @code CUPS_FILE_GZIP@ */
480cupsFileCompression(cups_file_t *fp) /* I - CUPS file */
481{
482 return (fp ? fp->compressed : CUPS_FILE_NONE);
483}
484
485
486/*

Callers 2

mimeFileTypeFunction · 0.85
read_write_testsFunction · 0.85

Calls

no outgoing calls

Tested by 1

read_write_testsFunction · 0.68