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_CCtx_loadDictionary_byReference
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/zstd/dist/lib/
zstd.h
1071
* Use experimental
ZSTD_CCtx_loadDictionary_byReference
() to reference content instead.
1926
/*!
ZSTD_CCtx_loadDictionary_byReference
() :
1929
ZSTDLIB_STATIC_API size_t
ZSTD_CCtx_loadDictionary_byReference
(ZSTD_CCtx* cctx, const void* dict, size_t dictSize);
/src/external/bsd/zstd/dist/programs/
fileio.c
1196
CHECK(
ZSTD_CCtx_loadDictionary_byReference
(ress.cctx, ress.dict.dictBuffer, ress.dict.dictBufferSize) );
/src/external/bsd/zstd/dist/tests/
zstreamtest.c
3022
CHECK_Z(
ZSTD_CCtx_loadDictionary_byReference
(zc, dict, dictSize) );
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
1305
size_t
ZSTD_CCtx_loadDictionary_byReference
(
Completed in 61 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026