All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Functions
src/include/citrusleaf/cf_packet_compression.h File Reference

Go to the source code of this file.

Functions

int cf_compress (int argc, uint8_t *argv[])
 
int cf_decompress (int argc, uint8_t **argv)
 
int cf_packet_compression (uint8_t *buf, size_t buf_sz, uint8_t **compressed_packet, size_t *compressed_packet_sz)
 
int cf_packet_decompression (uint8_t *buf, uint8_t *decompressed_packet)
 

Function Documentation

int cf_compress ( int  argc,
uint8_t *  argv[] 
)
int cf_decompress ( int  argc,
uint8_t **  argv 
)
int cf_packet_compression ( uint8_t *  buf,
size_t  buf_sz,
uint8_t **  compressed_packet,
size_t *  compressed_packet_sz 
)
int cf_packet_decompression ( uint8_t *  buf,
uint8_t *  decompressed_packet 
)