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

/external/lz4/lib/
H A Dlz4frame.c347 { size_t const headerSize = LZ4F_compressBegin(&cctxI, dstBuffer, dstCapacity, &prefs); /* write header */
406 /*! LZ4F_compressBegin() :
412 size_t LZ4F_compressBegin(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_preferences_t* preferencesPtr) function
694 * compressionContext can then be used again, starting with LZ4F_compressBegin(). The preferences will remain the same.

Completed in 50 milliseconds