Searched refs:ZWRAP_ZSTD_STREAM (Results 1 – 1 of 1) sorted by relevance
514 typedef enum { ZWRAP_ZLIB_STREAM, ZWRAP_ZSTD_STREAM, ZWRAP_UNKNOWN_STREAM } ZWRAP_stream_type; enumerator575 return (strm->reserved == ZWRAP_ZSTD_STREAM); in ZWRAP_isUsingZSTDdecompression()827 strm->reserved = ZWRAP_ZSTD_STREAM; /* mark as zstd steam */ in z_inflate()