Searched defs:ZSTD_CCtx_s (Results 1 – 1 of 1) sorted by relevance
53 struct ZSTD_CCtx_s { struct54 const BYTE *nextSrc; /* next block here to continue on curr prefix */55 const BYTE *base; /* All regular indexes relative to this position */56 const BYTE *dictBase; /* extDict indexes relative to this position */57 U32 dictLimit; /* below that point, need extDict */58 U32 lowLimit; /* below that point, no more data */59 U32 nextToUpdate; /* index from which to continue dictionary update */60 U32 nextToUpdate3; /* index from which to continue dictionary update */61 U32 hashLog3; /* dispatch table : larger == faster, more memory */62 U32 loadedDictEnd; /* index of end of dictionary */[all …]