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_refPrefix
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/bsd/zstd/dist/tests/
fuzzer.c
1101
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, dict, CNBuffSize));
1134
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, dict, testSize));
1142
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, dict, testSize));
1230
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, dict, dictSize));
1247
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, dict, dictSize));
1306
ZSTD_CCtx_refPrefix
(cctx, dict, size);
1318
ZSTD_CCtx_refPrefix
(cctx, dict, size);;
3034
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, (const char*)dictBuffer, dictSize) );
3053
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, (const char*)dictBuffer, dictSize) );
3073
CHECK_Z(
ZSTD_CCtx_refPrefix
(cctx, (const char*)dictBuffer, dictSize) )
[
all
...]
zstreamtest.c
1377
DISPLAYLEVEL(3, "test%3i : compress with
ZSTD_CCtx_refPrefix
: ", testNb++);
1378
CHECK_Z(
ZSTD_CCtx_refPrefix
(zc, dictionary.start, dictionary.filled) );
3086
CHECK_Z(
ZSTD_CCtx_refPrefix
(zc, dict, dictSize) );
3107
CHECK_Z(
ZSTD_CCtx_refPrefix
(zc, dict, dictSize) );
/src/external/bsd/zstd/dist/lib/
zstd.h
1106
* prefer employing
ZSTD_CCtx_refPrefix
() described below.
1124
/*!
ZSTD_CCtx_refPrefix
() : Requires v1.4.0+
1143
ZSTDLIB_API size_t
ZSTD_CCtx_refPrefix
(ZSTD_CCtx* cctx,
1184
* This is the reverse operation of
ZSTD_CCtx_refPrefix
(),
2022
* Same as
ZSTD_CCtx_refPrefix
(), but gives finer control over
/src/external/bsd/zstd/dist/programs/
fileio.c
1195
CHECK(
ZSTD_CCtx_refPrefix
(ress.cctx, ress.dict.dictBuffer, ress.dict.dictBufferSize) );
/src/external/bsd/zstd/dist/lib/compress/
zstd_compress.c
1346
size_t
ZSTD_CCtx_refPrefix
(ZSTD_CCtx* cctx, const void* prefix, size_t prefixSize)
Completed in 105 milliseconds
Indexes created Fri Jun 19 00:25:02 UTC 2026