Searched refs:lzo_compress (Results 1 – 3 of 3) sorted by relevance
/reactos/drivers/filesystems/btrfs/ |
H A D | calcthread.c | 119 cj2->Status = lzo_compress(src, cj2->inlen, dest, cj2->outlen, &cj2->space_left); in calc_thread_main()
|
H A D | compress.c | 727 NTSTATUS lzo_compress(uint8_t* inbuf, uint32_t inlen, uint8_t* outbuf, uint32_t outlen, unsigned in… in lzo_compress() function
|
H A D | btrfs_drv.h | 1563 NTSTATUS lzo_compress(uint8_t* inbuf, uint32_t inlen, uint8_t* outbuf, uint32_t outlen, unsigned in…
|