Searched refs:notLimited (Results 1 – 1 of 1) sorted by relevance
/external/lz4/lib/ |
D | lz4.c | 444 typedef enum { notLimited = 0, limitedOutput = 1 } limitedOutput_directive; enumerator 720 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, byU16, noDict, n… in LZ4_compress() 722 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? b… in LZ4_compress() 885 return LZ4_compress_continue_generic(LZ4_stream, source, dest, inputSize, 0, notLimited); in LZ4_compress_continue() 905 …result = LZ4_compress_generic(LZ4_dict, source, dest, inputSize, 0, notLimited, byU32, usingExtDic… in LZ4_compress_forceExtDict() 1338 …return LZ4_compress_generic(state, source, dest, inputSize, 0, notLimited, byU16, noDict, noDictIs… in LZ4_compress_withState() 1340 …return LZ4_compress_generic(state, source, dest, inputSize, 0, notLimited, LZ4_64bits() ? byU32 : … in LZ4_compress_withState()
|