Home
last modified time | relevance | path

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

/Linux-v4.19/include/linux/
Dlzo.h42 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
/Linux-v4.19/lib/lzo/
Dlzo1x_decompress_safe.c248 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()