Searched refs:inBuff (Results 1 – 2 of 2) sorted by relevance
170 char* inBuff; member
250 dctx->inBuff = NULL; in ZSTD_initDCtx_internal()275 dctx->inBuff = (char*)(dctx+1); in ZSTD_initStaticDCtx()315 ZSTD_customFree(dctx->inBuff, cMem); in ZSTD_freeDCtx()316 dctx->inBuff = NULL; in ZSTD_freeDCtx()329 size_t const toCopy = (size_t)((char*)(&dstDCtx->inBuff) - (char*)dstDCtx); in ZSTD_copyDCtx()1994 ZSTD_customFree(zds->inBuff, zds->customMem); in ZSTD_decompressStream()1997 zds->inBuff = (char*)ZSTD_customMalloc(bufferSize, zds->customMem); in ZSTD_decompressStream()1998 RETURN_ERROR_IF(zds->inBuff == NULL, memory_allocation, ""); in ZSTD_decompressStream()2001 zds->outBuff = zds->inBuff + zds->inBuffSize; in ZSTD_decompressStream()2039 … loadedSize = ZSTD_limitCopy(zds->inBuff + zds->inPos, toLoad, ip, (size_t)(iend-ip)); in ZSTD_decompressStream()[all …]
Completed in 15 milliseconds