Searched refs:nextToUpdate (Results 1 – 2 of 2) sorted by relevance
211 LZ4_u32 nextToUpdate; /* index from which to continue dictionary update */ member
108 hc4->nextToUpdate = (U32) startingOffset; in LZ4HC_init_internal()124 U32 idx = hc4->nextToUpdate; in LZ4HC_Insert()135 hc4->nextToUpdate = target; in LZ4HC_Insert()1099 ctxPtr->nextToUpdate = ctxPtr->dictLimit; /* match referencing will resume from there */ in LZ4HC_setExternalDict()1179 if (streamPtr->nextToUpdate < streamPtr->dictLimit) in LZ4_saveDictHC()1180 streamPtr->nextToUpdate = streamPtr->dictLimit; in LZ4_saveDictHC()