Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/services/hilogd/
H A Dlog_compress.cpp130 cctx = ZSTD_createCCtx(); in Compress()
131 if (cctx == nullptr) { in Compress()
135 ZSTD_CCtx_setParameter(cctx, ZSTD_c_compressionLevel, compressionlevel); in Compress()
162 size_t const remaining = ZSTD_compressStream2(cctx, &output, &input, mode); in Compress()
170 ZSTD_freeCCtx(cctx); in Compress()
/ohos5.0/base/hiviewdfx/hilog/services/hilogd/include/
H A Dlog_compress.h79 ZSTD_CCtx* cctx; variable