OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ZSTD_dont_use
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/decompress/
zstd_decompress_internal.h
99
ZSTD_dont_use
= 0, /* Do not use the dictionary (if one exists free it) */
100
ZSTD_use_once = 1 /* Use the dictionary once and set to
ZSTD_dont_use
*/
zstd_decompress.c
259
dctx->dictUses =
ZSTD_dont_use
;
321
dctx->dictUses =
ZSTD_dont_use
;
1186
case
ZSTD_dont_use
:
1192
dctx->dictUses =
ZSTD_dont_use
;
Completed in 35 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026