Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dzstd_lib.h587 typedef struct ZSTD_inBuffer_s { struct
588 const void* src; /*< start of input buffer */
589 size_t size; /*< size of input buffer */
590 …t pos; /*< position where reading stopped. Will be updated. Necessarily 0 <= pos <= size */