Home
last modified time | relevance | path

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

/linux/include/linux/
H A Dlzo.h46 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
/linux/lib/lzo/
H A Dlzo1x_decompress_safe.c276 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()