Home
last modified time | relevance | path

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

/external/zstd/zlibWrapper/
Dzstd_zlibwrapper.c506 ZWRAP_state_t decompState; member
638 zwd->decompState = ZWRAP_useReset; in ZWRAP_inflateReset_keepDict()
659 zwd->decompState = ZWRAP_useInit; } in z_inflateReset()
696 zwd->decompState = ZWRAP_useReset; in z_inflateSetDictionary()
736 if (zwd->decompState == ZWRAP_streamEnd) return Z_STREAM_END; in z_inflate()
819 zwd->decompState = ZWRAP_useInit; in z_inflate()
824 if (zwd->decompState == ZWRAP_useInit) { in z_inflate()
844 if (zwd->decompState == ZWRAP_useInit) { in z_inflate()
900 zwd->decompState = ZWRAP_streamEnd; in z_inflate()