Searched refs:LZO_SAFE (Results 1 – 2 of 2) sorted by relevance
23 #ifndef LZO_SAFE25 #define LZO_SAFE(name) name macro32 LZO_SAFE(lzo1x_1_do_compress)(const unsigned char *in, size_t in_len, in lzo1x_1_do_compress()335 static int LZO_SAFE(lzogeneric1x_1_compress)( in lzogeneric1x_1_compress()370 err = LZO_SAFE(lzo1x_1_do_compress)( in lzogeneric1x_1_compress()428 int LZO_SAFE(lzo1x_1_compress)(const unsigned char *in, size_t in_len, in lzo1x_1_compress()432 return LZO_SAFE(lzogeneric1x_1_compress)( in lzo1x_1_compress()436 int LZO_SAFE(lzorle1x_1_compress)(const unsigned char *in, size_t in_len, in lzorle1x_1_compress()440 return LZO_SAFE(lzogeneric1x_1_compress)( in lzorle1x_1_compress()444 EXPORT_SYMBOL_GPL(LZO_SAFE(lzo1x_1_compress));[all …]
15 #define LZO_SAFE(name) name##_safe macro