Home
last modified time | relevance | path

Searched defs:dstCapacity (Results 1 – 1 of 1) sorted by relevance

/device/generic/vulkan-cereal/third-party/lz4/
Dlz4frame.c309 size_t LZ4F_compressFrame(void* dstBuffer, size_t dstCapacity, const void* srcBuffer, size_t srcSiz… in LZ4F_compressFrame()
412 size_t LZ4F_compressBegin(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_prefe… in LZ4F_compressBegin()
516 …tedOutput_withState(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level) in LZ4F_localLZ4_compress_limitedOutput_withState()
522 …itedOutput_continue(void* ctx, const char* src, char* dst, int srcSize, int dstCapacity, int level) in LZ4F_localLZ4_compress_limitedOutput_continue()
562 size_t LZ4F_compressUpdate(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const void* src… in LZ4F_compressUpdate()
658 size_t LZ4F_flush(LZ4F_cctx* cctxPtr, void* dstBuffer, size_t dstCapacity, const LZ4F_compressOptio… in LZ4F_flush()