Home
last modified time | relevance | path

Searched refs:noDictIssue (Results 1 – 1 of 1) sorted by relevance

/third_party/lz4/lib/
Dlz4.c666 typedef enum { noDictIssue = 0, dictSmall } dictIssue_directive; enumerator
1292 …neric(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
1295 …c(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
1299 …ce, dest, inputSize, NULL, maxOutputSize, limitedOutput, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
1302 …dest, inputSize, NULL, maxOutputSize, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState()
1329 …generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset()
1334 …generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset()
1343 …src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset()
1348 …src, dst, srcSize, NULL, dstCapacity, limitedOutput, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset()
1391 …tuse, src, dst, *srcSizePtr, srcSizePtr, targetDstSize, fillOutput, byU16, noDict, noDictIssue, 1); in LZ4_compress_destSize_extState()
[all …]