Home
last modified time | relevance | path

Searched refs:zwd (Results 1 – 1 of 1) sorted by relevance

/freebsd/sys/contrib/zstd/zlibWrapper/
H A Dzstd_zlibwrapper.c534 static void ZWRAP_initDCtx(ZWRAP_DCtx* zwd) in ZWRAP_initDCtx() argument
536 zwd->errorCount = 0; in ZWRAP_initDCtx()
537 zwd->outBuffer.pos = 0; in ZWRAP_initDCtx()
538 zwd->outBuffer.size = 0; in ZWRAP_initDCtx()
543 ZWRAP_DCtx* zwd; in ZWRAP_createDCtx() local
552 zwd = (ZWRAP_DCtx*)ZWRAP_customCalloc(sizeof(ZWRAP_DCtx), customMem); in ZWRAP_createDCtx()
553 if (zwd == NULL) return NULL; in ZWRAP_createDCtx()
554 zwd->allocFunc = *strm; in ZWRAP_createDCtx()
555 customMem.opaque = &zwd->allocFunc; in ZWRAP_createDCtx()
556 zwd->customMem = customMem; in ZWRAP_createDCtx()
[all …]