Searched refs:Z_BUFSIZE (Results 1 - 2 of 2) sorted by relevance

/haiku-buildtools/gcc/zlib/contrib/minizip/
H A Dzip.c53 #ifndef Z_BUFSIZE
54 #define Z_BUFSIZE (64*1024) //(16384) macro
150 Byte buffered_data[Z_BUFSIZE];/* buffer contain compressed data to be writ*/
1191 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
1200 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1429 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
1462 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1539 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1558 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
/haiku-buildtools/binutils/zlib/contrib/minizip/
H A Dzip.c53 #ifndef Z_BUFSIZE
54 #define Z_BUFSIZE (64*1024) //(16384) macro
150 Byte buffered_data[Z_BUFSIZE];/* buffer contain compressed data to be writ*/
1191 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
1200 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1429 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;
1462 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1539 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE;
1558 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE;

Completed in 46 milliseconds