Searched refs:staticSize (Results 1 – 2 of 2) sorted by relevance
238 dctx->staticSize = 0; in ZSTD_initDCtx_internal()268 dctx->staticSize = workspaceSize; in ZSTD_initStaticDCtx()306 RETURN_ERROR_IF(dctx->staticSize, memory_allocation, "not compatible with static DCtx"); in ZSTD_freeDCtx()1578 … assert(!dctx->staticSize); /* Impossible: ddictSet cannot have been allocated if static dctx */ in ZSTD_DCtx_refDDict()1698 if (dctx->staticSize != 0) { in ZSTD_DCtx_setParameter()1961 if (zds->staticSize) { /* static DCtx */ in ZSTD_decompressStream()1962 DEBUGLOG(4, "staticSize : %u", (U32)zds->staticSize); in ZSTD_decompressStream()1963 assert(zds->staticSize >= sizeof(ZSTD_DCtx)); /* controlled at init */ in ZSTD_decompressStream()1965 bufferSize > zds->staticSize - sizeof(ZSTD_DCtx), in ZSTD_decompressStream()
149 size_t staticSize; member
Completed in 18 milliseconds