Home
last modified time | relevance | path

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

/third_party/uboot/u-boot-2020.01/include/
Dgzip.h44 int stoponerr, int offset);
101 int stoponerr, int (*func)(ulong, ulong));
/third_party/uboot/u-boot-2020.01/lib/
Dgzip.c49 unsigned long srclen, int stoponerr, in zzip() argument
92 if (r == Z_STREAM_ERROR && stoponerr == 1) { in zzip()
Dgunzip.c278 int stoponerr, int offset) in zunzip() argument
298 if (stoponerr == 1 && r != Z_STREAM_END && in zunzip()