Home
last modified time | relevance | path

Searched refs:LZ4F_compressBegin (Results 1 - 6 of 6) sorted by relevance

/third_party/lz4/ossfuzz/
H A Dround_trip_frame_uncompressed_fuzzer.c75 size_t const headerSize = LZ4F_compressBegin(ctx, dst, dstCapacity, &prefs); in compress_round_trip()
/third_party/lz4/tests/
H A Dframetest.c531 CHECK_V(cErr, LZ4F_compressBegin(cctx, compressedBuffer, testSize, &prefs)); in basicTests()
541 CHECK_V(cErr, LZ4F_compressBegin(cctx, compressedBuffer, testSize, &prefs)); in basicTests()
551 CHECK_V(cErr, LZ4F_compressBegin(cctx, compressedBuffer, testSize, &prefs)); in basicTests()
573 CHECK_V(cErr, LZ4F_compressBegin(cctx, compressedBuffer, testSize, &prefs)); in basicTests()
1068 { size_t const fhSize = LZ4F_compressBegin(cCtx, op, (size_t)(oend-op), prefsPtr); in fuzzerTests()
/third_party/lz4/lib/
H A Dlz4frame.h278 /*! LZ4F_compressBegin() :
285 LZ4FLIB_API size_t LZ4F_compressBegin(LZ4F_cctx* cctx,
302 * @return doesn't include frame header, as it was already generated by LZ4F_compressBegin().
H A Dlz4file.c230 ret = LZ4F_compressBegin((*lz4fWrite)->cctxPtr, buf, LZ4F_HEADER_SIZE_MAX, prefsPtr); in LZ4F_writeOpen()
H A Dlz4frame.c788 /*! LZ4F_compressBegin() :
795 size_t LZ4F_compressBegin(LZ4F_cctx* cctxPtr, in LZ4F_compressBegin() function
1149 * The context can then be used again to compress a new frame, starting with LZ4F_compressBegin().
/third_party/lz4/examples/
H A DframeCompress.c73 { size_t const headerSize = LZ4F_compressBegin(ctx, outBuff, outCapacity, &kPrefs); in compress_file_internal()

Completed in 10 milliseconds