Lines Matching refs:dictPtr
177 LZ4_stream_t_internal * const dictPtr,
191 const BYTE * const lowRefLimit = ip - dictPtr->dictSize;
192 const BYTE * const dictionary = dictPtr->dictionary;
193 const BYTE * const dictEnd = dictionary + dictPtr->dictSize;
219 base = (const BYTE *)source - dictPtr->currentOffset;
220 lowLimit = (const BYTE *)source - dictPtr->dictSize;
223 base = (const BYTE *)source - dictPtr->currentOffset;
240 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base);
266 dictPtr->hashTable,
281 LZ4_putPositionOnHash(ip, h, dictPtr->hashTable,
398 LZ4_putPosition(ip - 2, dictPtr->hashTable, tableType, base);
401 match = LZ4_getPosition(ip, dictPtr->hashTable,
414 LZ4_putPosition(ip, dictPtr->hashTable, tableType, base);