contrib/python-zstandard/zstd/compress/zstd_ldm.h
changeset 40121 73fef626dae3
parent 37495 b1fb341d8a61
child 42070 675775c33ab6
equal deleted inserted replaced
40120:89742f1fa6cb 40121:73fef626dae3
    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`.