Searched refs:sourceEnd (Results 1 – 1 of 1) sorted by relevance
1684 { const char* const sourceEnd = source + inputSize; in LZ4_compress_fast_continue() local1685 if ((sourceEnd > (const char*)streamPtr->dictionary) && (sourceEnd < dictEnd)) { in LZ4_compress_fast_continue()1686 streamPtr->dictSize = (U32)(dictEnd - sourceEnd); in LZ4_compress_fast_continue()