Searched refs:stoponerr (Results 1 – 2 of 2) sorted by relevance
48 unsigned long srclen, int stoponerr, in zzip() argument91 if (r == Z_STREAM_ERROR && stoponerr == 1) { in zzip()
279 unsigned long *lenp, int stoponerr, int offset) in zunzip() argument299 if (stoponerr == 1 && r != Z_STREAM_END && in zunzip()
Completed in 7 milliseconds