Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
479
int /* O - @code CUPS_FILE_NONE@ or @code CUPS_FILE_GZIP@ */
480
cupsFileCompression(cups_file_t *fp) /* I - CUPS file */
481
{
482
return (fp ? fp->compressed : CUPS_FILE_NONE);
483
}
484
485
486
/*
Callers
2
mimeFileType
Function · 0.85
read_write_tests
Function · 0.85
Calls
no outgoing calls
Tested by
1
read_write_tests
Function · 0.68