• Home
  • Raw
  • Download

Lines Matching defs:srcSize

244 …c LZ4F_blockSizeID_t LZ4F_optimalBSID(const LZ4F_blockSizeID_t requestedBSID, const size_t srcSize)  in LZ4F_optimalBSID()
263 static size_t LZ4F_compressBound_internal(size_t srcSize, const LZ4F_preferences_t* preferencesPtr,… in LZ4F_compressBound_internal()
287 size_t LZ4F_compressFrameBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressFrameBound()
309 …essFrame(void* dstBuffer, size_t dstCapacity, const void* srcBuffer, size_t srcSize, const LZ4F_pr… in LZ4F_compressFrame()
493 size_t LZ4F_compressBound(size_t srcSize, const LZ4F_preferences_t* preferencesPtr) in LZ4F_compressBound()
501 static size_t LZ4F_compressBlock(void* dst, const void* src, size_t srcSize, compressFunc_t compres… in LZ4F_compressBlock()
516 …ompress_limitedOutput_withState(void* ctx, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4F_localLZ4_compress_limitedOutput_withState()
522 …compress_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacit… in LZ4F_localLZ4_compress_limitedOutput_continue()
528 …mpressHC_limitedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstSize, i… in LZ4F_localLZ4_compressHC_limitedOutput_continue()
562 …cctxPtr, void* dstBuffer, size_t dstCapacity, const void* srcBuffer, size_t srcSize, const LZ4F_co… in LZ4F_compressUpdate()
798 static size_t LZ4F_headerSize(const void* src, size_t srcSize) in LZ4F_headerSize()
825 static size_t LZ4F_decodeHeader(LZ4F_dctx* dctxPtr, const void* src, size_t srcSize) in LZ4F_decodeHeader()