Home | History | Annotate | Download | only in lib

Lines Matching refs:LZ4_MAX_INPUT_SIZE

530     if ((U32)inputSize > (U32)LZ4_MAX_INPUT_SIZE) return 0;          /* Unsupported input size, too large (or negative) */