Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c153 typedef enum { ZWRAP_useInit, ZWRAP_useReset, ZWRAP_streamEnd } ZWRAP_state_t; enumerator
346 zwc->comprState = ZWRAP_useReset; in z_deflateSetDictionary()
371 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate()
374 if (zwc->comprState == ZWRAP_useReset) { in z_deflate()
384 if (flush != Z_FINISH) zwc->comprState = ZWRAP_useReset; in z_deflate()
638 zwd->decompState = ZWRAP_useReset; in ZWRAP_inflateReset_keepDict()
696 zwd->decompState = ZWRAP_useReset; in z_inflateSetDictionary()