Home
last modified time | relevance | path

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

/Linux-v4.19/lib/lzo/
Dlzo1x_decompress_safe.c77 return LZO_E_ERROR; in lzo1x_decompress_safe()
145 return LZO_E_ERROR; in lzo1x_decompress_safe()
170 return LZO_E_ERROR; in lzo1x_decompress_safe()
246 return (t != 3 ? LZO_E_ERROR : in lzo1x_decompress_safe()
/Linux-v4.19/include/linux/
Dlzo.h35 #define LZO_E_ERROR (-1) macro