Home
last modified time | relevance | path

Searched defs:ZSTD_inBuffer_s (Results 1 – 2 of 2) sorted by relevance

/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h567 typedef struct ZSTD_inBuffer_s { struct
568 const void* src; /**< start of input buffer */
569 size_t size; /**< size of input buffer */
570 … pos; /**< position where reading stopped. Will be updated. Necessarily 0 <= pos <= size */
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h596 typedef struct ZSTD_inBuffer_s { struct
597 const void* src; /**< start of input buffer */
598 size_t size; /**< size of input buffer */
599 … pos; /**< position where reading stopped. Will be updated. Necessarily 0 <= pos <= size */