H A D | lz4hc.c | 474 BYTE* oend) in LZ4HC_encodeSequence() 504 if (limit && ((op + (length / 255) + length + (2 + 1 + LASTLITERALS)) > oend)) { in LZ4HC_encodeSequence() 506 (int)length, (int)(oend - op)); in LZ4HC_encodeSequence() 529 if (limit && (op + (length / 255) + (1 + LASTLITERALS) > oend)) { in LZ4HC_encodeSequence() 575 BYTE* oend = op + maxOutputSize; in LZ4HC_compress_hashChain() local 588 if (limit == fillOutput) oend -= LASTLITERALS; /* Hack for support LZ4 format restriction */ in LZ4HC_compress_hashChain() 610 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 658 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) goto _dest_overflow; in LZ4HC_compress_hashChain() 661 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml2, ref2, limit, oend)) { in LZ4HC_compress_hashChain() 684 if (LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, limit, oend)) got in LZ4HC_compress_hashChain() 467 LZ4HC_encodeSequence( const BYTE** _ip, BYTE** _op, const BYTE** _anchor, int matchLength, const BYTE* const match, limitedOutput_directive limit, BYTE* oend) LZ4HC_encodeSequence() argument 782 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, notLimited, oend); LZ4HC_compress_hashChain() local 1357 BYTE* oend = op + dstCapacity; LZ4HC_compress_optimal() local 1621 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ovml, ovref, notLimited, oend); LZ4HC_compress_optimal() local [all...] |