Searched refs:Z_FINISH (Results 51 - 58 of 58) sorted by relevance

123

/netbsd-6-1-5-RELEASE/common/dist/zlib/contrib/minizip/
H A Dzip.c1062 err=deflate(&zi->ci.stream, Z_FINISH);
/netbsd-6-1-5-RELEASE/common/dist/zlib/
H A Dinflate.c550 provides the effect documented in zlib.h for Z_FINISH when the entire input
552 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
1160 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
/netbsd-6-1-5-RELEASE/external/cddl/osnet/dist/uts/common/zmod/
H A Dinflate.c555 provides the effect documented in zlib.h for Z_FINISH when the entire input
557 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
1177 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/contrib/minizip/
H A Dzip.c1060 err=deflate(&zi->ci.stream, Z_FINISH);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/zlib/
H A Dinflate.c548 provides the effect documented in zlib.h for Z_FINISH when the entire input
550 when flush is set to Z_FINISH, inflate() cannot return Z_OK. Instead it
1150 if (((in == 0 && out == 0) || flush == Z_FINISH) && ret == Z_OK)
/netbsd-6-1-5-RELEASE/sys/dev/
H A Dvnd.c1945 error = inflate(&vnd->sc_comp_stream, Z_FINISH);
/netbsd-6-1-5-RELEASE/external/gpl3/binutils/dist/binutils/
H A Dreadelf.c9969 rc = inflate (&strm, Z_FINISH);
/netbsd-6-1-5-RELEASE/external/gpl3/gdb/dist/gdb/
H A Ddwarf2read.c1505 rc = inflate (&strm, Z_FINISH);

Completed in 460 milliseconds

123