Home
last modified time | relevance | path

Searched refs:ZSTD_initLocalDict (Results 1 – 1 of 1) sorted by relevance

/external/zstd/lib/compress/
Dzstd_compress.c966 static size_t ZSTD_initLocalDict(ZSTD_CCtx* cctx) in ZSTD_initLocalDict() function
4351 FORWARD_IF_ERROR( ZSTD_initLocalDict(cctx) , ""); /* Init the local dict if present. */ in ZSTD_CCtx_init_compressStream2()