MCPcopy Create free account
hub / github.com/F-Stack/f-stack / ZWRAP_initDCtx

Function ZWRAP_initDCtx

freebsd/contrib/zstd/zlibWrapper/zstd_zlibwrapper.c:519–524  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

517
518
519static void ZWRAP_initDCtx(ZWRAP_DCtx* zwd)
520{
521 zwd->errorCount = 0;
522 zwd->outBuffer.pos = 0;
523 zwd->outBuffer.size = 0;
524}
525
526static ZWRAP_DCtx* ZWRAP_createDCtx(z_streamp strm)
527{

Callers 2

ZWRAP_createDCtxFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected