Searched refs:nextToUpdate (Results 1 – 2 of 2) sorted by relevance
154 uint32_t nextToUpdate; /* index from which to continue dictionary update */ member172 unsigned int nextToUpdate; /* index from which to continue dictionary update */ member
103 hc4->nextToUpdate = (U32) startingOffset; in LZ4HC_init()119 U32 idx = hc4->nextToUpdate; in LZ4HC_Insert()130 hc4->nextToUpdate = target; in LZ4HC_Insert()953 ctxPtr->nextToUpdate = ctxPtr->dictLimit; /* match referencing will resume from there */ in LZ4HC_setExternalDict()1021 …if (streamPtr->nextToUpdate < streamPtr->dictLimit) streamPtr->nextToUpdate = streamPtr->dictLimit; in LZ4_saveDictHC()