libsigrok  unreleased development snapshot
sigrok hardware access and backend library
Macros | Functions
minilzo.h File Reference
#include <limits.h>
#include <stddef.h>
#include "lzodefs.h"
#include "lzoconf.h"
+ Include dependency graph for minilzo.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MINILZO_VERSION   0x20a0 /* 2.10 */
 
#define LZO1X_MEM_COMPRESS   LZO1X_1_MEM_COMPRESS
 
#define LZO1X_1_MEM_COMPRESS   ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))
 
#define LZO1X_MEM_DECOMPRESS   (0)
 

Functions

 lzo1x_1_compress (const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem)
 
 lzo1x_decompress (const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem)
 
 lzo1x_decompress_safe (const lzo_bytep src, lzo_uint src_len, lzo_bytep dst, lzo_uintp dst_len, lzo_voidp wrkmem)
 

Macro Definition Documentation

#define LZO1X_1_MEM_COMPRESS   ((lzo_uint32_t) (16384L * lzo_sizeof_dict_t))

Definition at line 76 of file minilzo.h.

#define LZO1X_MEM_COMPRESS   LZO1X_1_MEM_COMPRESS

Definition at line 75 of file minilzo.h.

#define LZO1X_MEM_DECOMPRESS   (0)

Definition at line 77 of file minilzo.h.

#define MINILZO_VERSION   0x20a0 /* 2.10 */

Definition at line 38 of file minilzo.h.

Function Documentation

lzo1x_1_compress ( const lzo_bytep  src,
lzo_uint  src_len,
lzo_bytep  dst,
lzo_uintp  dst_len,
lzo_voidp  wrkmem 
)

Referenced by main().

+ Here is the caller graph for this function:

lzo1x_decompress ( const lzo_bytep  src,
lzo_uint  src_len,
lzo_bytep  dst,
lzo_uintp  dst_len,
lzo_voidp  wrkmem 
)

Referenced by main().

+ Here is the caller graph for this function:

lzo1x_decompress_safe ( const lzo_bytep  src,
lzo_uint  src_len,
lzo_bytep  dst,
lzo_uintp  dst_len,
lzo_voidp  wrkmem 
)