Home
last modified time | relevance | path

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

/linux-6.15/lib/lzo/
Dlzo1x_compress.c25 #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
428 int LZO_SAFE(lzo1x_1_compress)(const unsigned char *in, size_t in_len, in LZO_SAFE() function
436 int LZO_SAFE(lzorle1x_1_compress)(const unsigned char *in, size_t in_len, in LZO_SAFE() function
Dlzo1x_compress_safe.c15 #define LZO_SAFE(name) name##_safe macro