Home
last modified time | relevance | path

Searched refs:LZO_SAFE (Results 1 – 2 of 2) sorted by relevance

/lib/lzo/
A Dlzo1x_compress.c23 #ifndef LZO_SAFE
25 #define LZO_SAFE(name) name macro
32 LZO_SAFE(lzo1x_1_do_compress)(const unsigned char *in, size_t in_len, in LZO_SAFE() function
335 static int LZO_SAFE(lzogeneric1x_1_compress)( in LZO_SAFE() function
370 err = LZO_SAFE(lzo1x_1_do_compress)( in LZO_SAFE()
428 int LZO_SAFE(lzo1x_1_compress)(const unsigned char *in, size_t in_len, in LZO_SAFE() function
432 return LZO_SAFE(lzogeneric1x_1_compress)( in LZO_SAFE()
436 int LZO_SAFE(lzorle1x_1_compress)(const unsigned char *in, size_t in_len, in LZO_SAFE() function
440 return LZO_SAFE(lzogeneric1x_1_compress)( in LZO_SAFE()
444 EXPORT_SYMBOL_GPL(LZO_SAFE(lzo1x_1_compress));
[all …]
A Dlzo1x_compress_safe.c15 #define LZO_SAFE(name) name##_safe macro

Completed in 2 milliseconds