Searched refs:fillOutput (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 458 typedef enum { notLimited = 0, limitedOutput = 1, fillOutput = 2 } limitedOutput_directive; enumerator 697 … if (outputLimited == fillOutput && maxOutputSize < 1) return 0; /* Impossible to store anything */ in LZ4_compress_generic() 817 if ((outputLimited == fillOutput) && in LZ4_compress_generic() 846 if ((outputLimited == fillOutput) && in LZ4_compress_generic() 890 if (outputLimited == fillOutput) { in LZ4_compress_generic() 981 if (outputLimited == fillOutput) { in LZ4_compress_generic() 1002 if (outputLimited == fillOutput) { in LZ4_compress_generic() 1128 …->internal_donotuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, byU16, noDict, … in LZ4_compress_destSize_extState() 1131 …->internal_donotuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, tableType, noDi… in LZ4_compress_destSize_extState()
|