Lines Matching refs:srcSize

860                         const void* src, size_t srcSize,  in ZSTD_compressBlock_lazy_generic()  argument
867 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_lazy_generic()
1127 void const* src, size_t srcSize) in ZSTD_compressBlock_btlazy2() argument
1129 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2()
1134 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy2() argument
1136 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 2, ZSTD_… in ZSTD_compressBlock_lazy2()
1141 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy() argument
1143 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 1, ZSTD_… in ZSTD_compressBlock_lazy()
1148 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy() argument
1150 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 0, ZSTD_… in ZSTD_compressBlock_greedy()
1155 void const* src, size_t srcSize) in ZSTD_compressBlock_btlazy2_dictMatchState() argument
1157 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_binaryTree, 2, ZSTD… in ZSTD_compressBlock_btlazy2_dictMatchState()
1162 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy2_dictMatchState() argument
1164 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 2, ZSTD_… in ZSTD_compressBlock_lazy2_dictMatchState()
1169 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy_dictMatchState() argument
1171 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 1, ZSTD_… in ZSTD_compressBlock_lazy_dictMatchState()
1176 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_dictMatchState() argument
1178 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 0, ZSTD_… in ZSTD_compressBlock_greedy_dictMatchState()
1184 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy2_dedicatedDictSearch() argument
1186 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 2, ZSTD_… in ZSTD_compressBlock_lazy2_dedicatedDictSearch()
1191 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy_dedicatedDictSearch() argument
1193 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 1, ZSTD_… in ZSTD_compressBlock_lazy_dedicatedDictSearch()
1198 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_dedicatedDictSearch() argument
1200 …return ZSTD_compressBlock_lazy_generic(ms, seqStore, rep, src, srcSize, search_hashChain, 0, ZSTD_… in ZSTD_compressBlock_greedy_dedicatedDictSearch()
1208 const void* src, size_t srcSize, in ZSTD_compressBlock_lazy_extDict_generic() argument
1214 const BYTE* const iend = istart + srcSize; in ZSTD_compressBlock_lazy_extDict_generic()
1387 void const* src, size_t srcSize) in ZSTD_compressBlock_greedy_extDict() argument
1389 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_hashChain, … in ZSTD_compressBlock_greedy_extDict()
1394 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy_extDict() argument
1397 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_hashChain, … in ZSTD_compressBlock_lazy_extDict()
1402 void const* src, size_t srcSize) in ZSTD_compressBlock_lazy2_extDict() argument
1405 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_hashChain, … in ZSTD_compressBlock_lazy2_extDict()
1410 void const* src, size_t srcSize) in ZSTD_compressBlock_btlazy2_extDict() argument
1413 …return ZSTD_compressBlock_lazy_extDict_generic(ms, seqStore, rep, src, srcSize, search_binaryTree,… in ZSTD_compressBlock_btlazy2_extDict()