Searched refs:notLimited (Results 1 - 2 of 2) sorted by relevance
/third_party/lz4/lib/ |
H A D | lz4.c | 327 notLimited = 0, enumerator 1326 if (outputDirective != notLimited && dstCapacity <= 0) return 0; /* no output, can't write anything */ in LZ4_compress_generic() 1328 assert(outputDirective == notLimited || dstCapacity >= 1); in LZ4_compress_generic() 1354 return LZ4_compress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, byU16, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1357 return LZ4_compress_generic(ctx, source, dest, inputSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState() 1389 return LZ4_compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, dictSmall, acceleration); in LZ4_compress_fast_extState_fastReset() 1391 return LZ4_compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1396 return LZ4_compress_generic(ctx, src, dst, srcSize, NULL, 0, notLimited, tableType, noDict, noDictIssue, acceleration); in LZ4_compress_fast_extState_fastReset() 1720 result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU32, usingExtDict, dictSmall, 1); in LZ4_compress_forceExtDict() 1722 result = LZ4_compress_generic(streamPtr, source, dest, srcSize, NULL, 0, notLimited, byU3 in LZ4_compress_forceExtDict() [all...] |
H A D | lz4hc.c | 502 LZ4_STATIC_ASSERT(notLimited == 0); in LZ4HC_encodeSequence() 782 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ml, ref, notLimited, oend); in LZ4HC_compress_hashChain() local 948 return LZ4HC_compress_generic (ctx, src, dst, &srcSize, dstCapacity, compressionLevel, notLimited); in LZ4_compress_HC_extStateHC_fastReset() 1156 return LZ4_compressHC_continue_generic (LZ4_streamHCPtr, src, dst, &srcSize, dstCapacity, notLimited); in LZ4_compress_HC_continue() 1247 return LZ4HC_compress_generic (&((LZ4_streamHC_t*)LZ4HC_Data)->internal_donotuse, src, dst, &srcSize, 0, cLevel, notLimited); in LZ4_compressHC2_continue() 1621 LZ4HC_encodeSequence(UPDATABLE(ip, op, anchor), ovml, ovref, notLimited, oend); in LZ4HC_compress_optimal() local
|
Completed in 7 milliseconds