• Home
  • Raw
  • Download

Lines Matching refs:noDict

484 typedef enum { noDict = 0, withPrefix64k, usingExtDict, usingDictCtx } dict_directive;  enumerator
700 … if (tableType==byPtr) assert(dictDirective==noDict); /* only supported use case with byPtr */ in LZ4_compress_generic()
1017 …mpress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1020 …ss_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1024 …ctx, source, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1027 … source, dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState()
1051 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset()
1053 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset()
1058 …compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset()
1065 …ric(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, dictSmall, accele… in LZ4_compress_fast_extState_fastReset()
1067 …ric(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset()
1072 …ric(ctx, src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acce… in LZ4_compress_fast_extState_fastReset()
1111 …tSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acce… in LZ4_compress_fast_force()
1113 …e, NULL, maxOutputSize, limitedOutput, sizeof(void*)==8 ? byU32 : byPtr, noDict, noDictIssue, acce… in LZ4_compress_fast_force()
1128 …tuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, byU16, noDict, noDictIssue, 1); in LZ4_compress_destSize_extState()
1131 …, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, tableType, noDict, noDictIssue, 1); in LZ4_compress_destSize_extState()
1654 endOnInputSize, decode_full_block, noDict, in LZ4_decompress_safe()
1664 noDict, (BYTE*)dst, NULL, 0); in LZ4_decompress_safe_partial()
1698 endOnInputSize, decode_full_block, noDict, in LZ4_decompress_safe_withSmallPrefix()