Home
last modified time | relevance | path

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

/freebsd/sys/contrib/openzfs/module/zstd/lib/
H A Dzstd.h572 typedef struct ZSTD_outBuffer_s { struct
573 void* dst; /**< start of output buffer */
574 size_t size; /**< size of output buffer */
575 … pos; /**< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size */
/freebsd/sys/contrib/zstd/lib/
H A Dzstd.h602 typedef struct ZSTD_outBuffer_s { struct
603 void* dst; /**< start of output buffer */
604 size_t size; /**< size of output buffer */
605 … pos; /**< position where writing stopped. Will be updated. Necessarily 0 <= pos <= size */