Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/u-boot/include/
H A Dcommon.h641 int stoponerr, int offset);
718 unsigned long srclen, int stoponerr,