Searched refs:sourceEnd (Results 1 – 1 of 1) sorted by relevance
2033 const BYTE *sourceEnd = (const BYTE *)source + inputSize; in LZ4_compress_fast_continue() local2034 if ((sourceEnd > streamPtr->dictionary) && (sourceEnd < dictEnd)) in LZ4_compress_fast_continue()2036 streamPtr->dictSize = (U32)(dictEnd - sourceEnd); in LZ4_compress_fast_continue()