Searched refs:matchTable (Results 1 – 3 of 3) sorted by relevance
163 ZSTD_match_t* matchTable; /* list of found matches, of size ZSTD_OPT_NUM+1 */ member
1061 ZSTD_match_t* const matches = optStatePtr->matchTable; in ZSTD_compressBlock_opt_generic()
1695 …ms->opt.matchTable = (ZSTD_match_t*)ZSTD_cwksp_reserve_aligned(ws, (ZSTD_OPT_NUM+1) * sizeof(ZSTD_… in ZSTD_reset_matchState()