equal
deleted
inserted
replaced
59 * two. We handle that case correctly, and update `rawSeqStore` appropriately. |
59 * two. We handle that case correctly, and update `rawSeqStore` appropriately. |
60 * NOTE: This function does not return any errors. |
60 * NOTE: This function does not return any errors. |
61 */ |
61 */ |
62 size_t ZSTD_ldm_blockCompress(rawSeqStore_t* rawSeqStore, |
62 size_t ZSTD_ldm_blockCompress(rawSeqStore_t* rawSeqStore, |
63 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], |
63 ZSTD_matchState_t* ms, seqStore_t* seqStore, U32 rep[ZSTD_REP_NUM], |
64 ZSTD_compressionParameters const* cParams, |
64 void const* src, size_t srcSize); |
65 void const* src, size_t srcSize, |
|
66 int const extDict); |
|
67 |
65 |
68 /** |
66 /** |
69 * ZSTD_ldm_skipSequences(): |
67 * ZSTD_ldm_skipSequences(): |
70 * |
68 * |
71 * Skip past `srcSize` bytes worth of sequences in `rawSeqStore`. |
69 * Skip past `srcSize` bytes worth of sequences in `rawSeqStore`. |