Searched refs:matchTable (Results 1 – 5 of 5) sorted by relevance
85 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
685 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
925 ms->opt.matchTable = (ZSTD_match_t*)ptr; in ZSTD_reset_matchState()926 ptr = ms->opt.matchTable + ZSTD_OPT_NUM+1; in ZSTD_reset_matchState()
588 ZSTDv06_match_t* matchTable; member
2823 ZSTDv07_match_t* matchTable; member