• Home
  • Raw
  • Download

Lines Matching refs:LZ4_compress_generic

498 static int LZ4_compress_generic(  in LZ4_compress_generic()  function
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()
740 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, b… in LZ4_compress_limitedOutput()
742 …result = LZ4_compress_generic((void*)ctx, source, dest, inputSize, maxOutputSize, limitedOutput, L… in LZ4_compress_limitedOutput()
861 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, wi… in LZ4_compress_continue_generic()
863 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, wi… in LZ4_compress_continue_generic()
873 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, us… in LZ4_compress_continue_generic()
875 …result = LZ4_compress_generic(LZ4_stream, source, dest, inputSize, maxOutputSize, limit, byU32, us… in LZ4_compress_continue_generic()
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()
1349 …return LZ4_compress_generic(state, source, dest, inputSize, maxOutputSize, limitedOutput, byU16, n… in LZ4_compress_limitedOutput_withState()
1351 …return LZ4_compress_generic(state, source, dest, inputSize, maxOutputSize, limitedOutput, LZ4_64bi… in LZ4_compress_limitedOutput_withState()