Searched defs:ZSTD_outBuffer_s (Results 1 – 2 of 2) sorted by relevance
572 typedef struct ZSTD_outBuffer_s { struct573 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 */
602 typedef struct ZSTD_outBuffer_s { struct603 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 */