Searched defs:dstCapacity (Results 1 – 1 of 1) sorted by relevance
/DragonOS-0.1.2/kernel/src/libs/ |
D | lz4.c | 1632 const int dstCapacity, in LZ4_compress_generic() 1712 …tate_fastReset(void *state, const char *src, char *dst, int srcSize, int dstCapacity, int accelera… in LZ4_compress_fast_extState_fastReset() 2816 …safe_partial(const char *src, char *dst, int compressedSize, int targetOutputSize, int dstCapacity) in LZ4_decompress_safe_partial() 3108 …Output_continue(LZ4_stream_t *LZ4_stream, const char *src, char *dst, int srcSize, int dstCapacity) in LZ4_compress_limitedOutput_continue()
|