Lines Matching refs:ZSTD_customMem
75 ZSTD_customMem customMem;
109 static ZSTD_CCtx *ZSTD_createCCtx_advanced(ZSTD_customMem customMem) in ZSTD_createCCtx_advanced()
124 ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); in ZSTD_initCCtx()
353 memcpy(&dstCCtx->customMem, &srcCCtx->customMem, sizeof(ZSTD_customMem)); in ZSTD_copyCCtx()
2847 …ictBuffer, size_t dictSize, unsigned byReference, ZSTD_parameters params, ZSTD_customMem customMem) in ZSTD_createCDict_advanced()
2895 ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); in ZSTD_initCDict()
2904 ZSTD_customMem const cMem = cdict->refContext->customMem; in ZSTD_freeCDict()
2970 ZSTD_customMem customMem;
2982 ZSTD_CStream *ZSTD_createCStream_advanced(ZSTD_customMem customMem) in ZSTD_createCStream_advanced()
2993 memcpy(&zcs->customMem, &customMem, sizeof(ZSTD_customMem)); in ZSTD_createCStream_advanced()
3007 ZSTD_customMem const cMem = zcs->customMem; in ZSTD_freeCStream()
3094 ZSTD_customMem const stackMem = ZSTD_initStack(workspace, workspaceSize); in ZSTD_initCStream()