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

/external/valgrind/coregrind/m_debuginfo/
H A Dlzoconf.h339 #define LZO_E_INPUT_OVERRUN (-4) macro
H A Dminilzo-inl.c4033 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
4038 return LZO_E_INPUT_OVERRUN;
4559 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
4564 return LZO_E_INPUT_OVERRUN;
/external/libvncserver/common/
H A Dlzoconf.h309 #define LZO_E_INPUT_OVERRUN (-4) macro
H A Dminilzo.c5473 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
5478 return LZO_E_INPUT_OVERRUN;
6014 (ip < ip_end ? LZO_E_INPUT_NOT_CONSUMED : LZO_E_INPUT_OVERRUN));
6019 return LZO_E_INPUT_OVERRUN;

Completed in 138 milliseconds