OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:FIO_xzCompression
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
fileio_types.h
31
typedef enum { FIO_zstdCompression, FIO_gzipCompression,
FIO_xzCompression
, FIO_lzmaCompression, FIO_lz4Compression } FIO_compressionType_t;
zstdcli.c
933
if (exeNameMatch(programName, ZSTD_XZ)) { suffix = XZ_EXTENSION; cType =
FIO_xzCompression
; removeSrcFile=1; } /* behave like xz */
934
if (exeNameMatch(programName, ZSTD_UNXZ)) { operation=zom_decompress; cType =
FIO_xzCompression
; removeSrcFile=1; } /* behave like unxz, also supports multiple formats */
1010
if (!strcmp(argument, "--format=xz")) { suffix = XZ_EXTENSION; cType =
FIO_xzCompression
; continue; }
fileio.c
1763
case
FIO_xzCompression
:
Completed in 75 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026