Searched refs:LZO_E_INPUT_OVERRUN (Results 1 - 2 of 2) sorted by relevance

/osnet-11/usr/src/grub/grub2/grub-core/lib/minilzo/
H A Dlzoconf.h339 #define LZO_E_INPUT_OVERRUN (-4) macro
H A Dminilzo.c4012 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
4017 return LZO_E_INPUT_OVERRUN;
4538 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
4543 return LZO_E_INPUT_OVERRUN;

Completed in 27 milliseconds