Searched defs:ZSTD_inBuffer_s (Results 1 – 2 of 2) sorted by relevance
567 typedef struct ZSTD_inBuffer_s { struct568 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 */
596 typedef struct ZSTD_inBuffer_s { struct597 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 */