Home
last modified time | relevance | path

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

/third_party/lz4/lib/
Dlz4.h545 LZ4LIB_STATIC_API int LZ4_compress_fast_extState_fastReset (void* state, const char* src, char* dst…
Dlz4frame.c861 … return LZ4_compress_fast_extState_fastReset(ctx, src, dst, srcSize, dstCapacity, acceleration); in LZ4F_compressBlock()
Dlz4.c1378 int LZ4_compress_fast_extState_fastReset(void* state, const char* src, char* dst, int srcSize, int … in LZ4_compress_fast_extState_fastReset() function
/third_party/lz4/tests/
Dfuzzer.c484 …{ int const r = LZ4_compress_fast_extState_fastReset(stateLZ4, block, compressedBuffer, blockSiz… in FUZ_test()