Searched refs:zwc (Results 1 – 1 of 1) sorted by relevance
176 ZWRAP_customFree(zwc, zwc->customMem); in ZWRAP_freeCCtx()198 return zwc; in ZWRAP_createCCtx()205 if (zwc == NULL || zwc->zbc == NULL) return Z_STREAM_ERROR; in ZWRAP_initializeCStream()223 if (zwc) ZWRAP_freeCCtx(zwc); in ZWRAPC_finishWithError()300 if (zwc) { in ZWRAP_deflateReset_keepDict()322 if (zwc) zwc->comprState = ZWRAP_useInit; in z_deflateReset()367 zwc->zbc = ZSTD_createCStream_advanced(zwc->customMem); in z_deflate()397 { size_t const cErr = ZSTD_compressStream(zwc->zbc, &zwc->outBuffer, &zwc->inBuffer); in z_deflate()405 zwc->totalInBytes += zwc->inBuffer.pos; in z_deflate()423 bytesLeft = ZSTD_endStream(zwc->zbc, &zwc->outBuffer); in z_deflate()[all …]