Home
last modified time | relevance | path

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

/linux-3.4.99/include/linux/
Dlzo.h41 #define LZO_E_INPUT_NOT_CONSUMED (-8) macro
/linux-3.4.99/lib/lzo/
Dlzo1x_decompress_safe.c237 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()