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 LZO_SAFE() function335 static int LZO_SAFE(lzogeneric1x_1_compress)( in LZO_SAFE() function370 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() function432 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() function440 return LZO_SAFE(lzogeneric1x_1_compress)( in LZO_SAFE()444 EXPORT_SYMBOL_GPL(LZO_SAFE(lzo1x_1_compress));[all …]
15 #define LZO_SAFE(name) name##_safe macro
Completed in 2 milliseconds