OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZWRAP_AUTO
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/zlibWrapper/
zstd_zlibwrapper.h
65
typedef enum { ZWRAP_FORCE_ZLIB,
ZWRAP_AUTO
} ZWRAP_decompress_type;
68
By default auto-detection of zstd and zlib streams in enabled (
ZWRAP_AUTO
).
zstd_zlibwrapper.c
94
static ZWRAP_decompress_type g_ZWRAPdecompressionType =
ZWRAP_AUTO
;
/src/external/bsd/zstd/dist/zlibWrapper/examples/
zwrapbench.c
457
else ZWRAP_setDecompressionType(
ZWRAP_AUTO
);
493
else ZWRAP_setDecompressionType(
ZWRAP_AUTO
);
Completed in 18 milliseconds
Indexes created Sat Jun 20 00:25:23 UTC 2026