Home | History | Annotate | Download | only in lib

Lines Matching full:cctx

460                  LZ4_stream_t_internal* const cctx,
474 const BYTE* const lowRefLimit = ip - cctx->dictSize;
475 const BYTE* const dictionary = cctx->dictionary;
476 const BYTE* const dictEnd = dictionary + cctx->dictSize;
498 base = (const BYTE*)source - cctx->currentOffset;
499 lowLimit = (const BYTE*)source - cctx->dictSize;
502 base = (const BYTE*)source - cctx->currentOffset;
510 LZ4_putPosition(ip, cctx->hashTable, tableType, base);
531 match = LZ4_getPositionOnHash(h, cctx->hashTable, tableType, base);
541 LZ4_putPositionOnHash(ip, h, cctx->hashTable, tableType, base);
614 LZ4_putPosition(ip-2, cctx->hashTable, tableType, base);
617 match = LZ4_getPosition(ip, cctx->hashTable, tableType, base);
626 LZ4_putPosition(ip, cctx->hashTable, tableType, base);