Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dzstd_lib.h593 typedef struct ZSTD_outBuffer_s { struct
594 void* dst; /*< start of output buffer */
595 size_t size; /*< size of output buffer */
596 …t pos; /*< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size */