Searched refs:LZO_E_INPUT_OVERRUN (Results 1 – 5 of 5) sorted by relevance
138 return LZO_E_INPUT_OVERRUN; in lzop_decompress()347 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN)); in lzo1x_decompress_safe()350 return LZO_E_INPUT_OVERRUN; in lzo1x_decompress_safe()
130 #define LZO_E_INPUT_OVERRUN (-4) macro381 ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN)); in lzo1x_decompress()385 return LZO_E_INPUT_OVERRUN; in lzo1x_decompress()
44 #define LZO_E_INPUT_OVERRUN (-4) macro
42 #define LZO_E_INPUT_OVERRUN (-4) macro
276 ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN); in lzo1x_decompress_safe()280 return LZO_E_INPUT_OVERRUN; in lzo1x_decompress_safe()