|
ReactOS 0.4.16-dev-1946-g52006dd
|


Go to the source code of this file.
Functions | |
| const void * | ZSTD_DDict_dictContent (const ZSTD_DDict *ddict) |
| size_t | ZSTD_DDict_dictSize (const ZSTD_DDict *ddict) |
| void | ZSTD_copyDDictParameters (ZSTD_DCtx *dctx, const ZSTD_DDict *ddict) |
| void ZSTD_copyDDictParameters | ( | ZSTD_DCtx * | dctx, |
| const ZSTD_DDict * | ddict | ||
| ) |
Definition at line 58 of file zstd_ddict.c.
Referenced by ZSTD_decompressBegin_usingDDict().
| const void * ZSTD_DDict_dictContent | ( | const ZSTD_DDict * | ddict | ) |
Definition at line 46 of file zstd_ddict.c.
Referenced by ZSTD_decompressBegin_usingDDict(), ZSTD_decompressMultiFrame(), and ZSTD_decompressStream().
| size_t ZSTD_DDict_dictSize | ( | const ZSTD_DDict * | ddict | ) |
Definition at line 52 of file zstd_ddict.c.
Referenced by ZSTD_decompressBegin_usingDDict(), ZSTD_decompressMultiFrame(), and ZSTD_decompressStream().