Home
last modified time | relevance | path

Searched refs:stoponerr (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/lib/
H A Dgzip.c49 unsigned long srclen, int stoponerr, in zzip() argument
92 if (r == Z_STREAM_ERROR && stoponerr == 1) { in zzip()
H A Dgunzip.c288 int stoponerr, int offset) in zunzip() argument
308 if (stoponerr == 1 && r != Z_STREAM_END && in zunzip()
/rk3399_rockchip-uboot/include/
H A Dcommon.h643 int stoponerr, int offset);
720 unsigned long srclen, int stoponerr,