Searched refs:Z_BUFSIZE (Results 1 – 8 of 8) sorted by relevance
| /netbsd/src/sys/arch/evbarm/stand/gzboot/ |
| D | gzboot.c | 78 #define Z_BUFSIZE 1024 macro 207 got = readbuf(s, s->inbuf, Z_BUFSIZE); in readgz() 268 got = readbuf(s, s->inbuf, Z_BUFSIZE); in get_u8() 376 state.stream.next_in = state.inbuf = alloc(Z_BUFSIZE); in gzcopy() 386 dealloc(state.inbuf, Z_BUFSIZE); in gzcopy() 391 while ((len = readgz(&state, cp, Z_BUFSIZE)) > 0) in gzcopy() 398 dealloc(state.inbuf, Z_BUFSIZE); in gzcopy()
|
| /netbsd/src/sys/lib/libsa/ |
| D | cread.c | 55 #define Z_BUFSIZE 1024 macro 57 #define Z_BUFSIZE 4096 macro 158 got = oread(s->fd, s->inbuf, Z_BUFSIZE); in get_byte() 278 s->stream.next_in = s->inbuf = (unsigned char *)alloc(Z_BUFSIZE); in open() 313 dealloc(s->inbuf, Z_BUFSIZE); in close() 367 got = oread(fd, s->inbuf, Z_BUFSIZE); in read()
|
| /netbsd/src/sys/arch/atari/stand/tostools/libtos/ |
| D | cread.c | 61 #define Z_BUFSIZE 1024 macro 63 #define Z_BUFSIZE 32*1024 macro 128 got = cread(s->fd, s->inbuf, Z_BUFSIZE); in get_byte() 243 s->stream.next_in = s->inbuf = (unsigned char*)malloc(Z_BUFSIZE); in copen() 320 got = read(fd, s->inbuf, Z_BUFSIZE); in cread()
|
| /netbsd/src/sys/arch/hpc/stand/hpcboot/ |
| D | file.h | 64 #define Z_BUFSIZE 1024 macro 79 uint8_t _inbuf[Z_BUFSIZE]; /* input buffer */
|
| D | file.cpp | 56 memset(_inbuf, 0, Z_BUFSIZE); in FileManager()
|
| D | file_manager.cpp | 136 got = _file->read(_inbuf, Z_BUFSIZE); in _read() 280 got = _file->read(_inbuf, Z_BUFSIZE); in _get_byte()
|
| /netbsd/src/common/dist/zlib/contrib/minizip/ |
| D | zip.c | 52 #ifndef Z_BUFSIZE 53 #define Z_BUFSIZE (64*1024) //(16384) macro 146 Byte buffered_data[Z_BUFSIZE];/* buffer contain compressed data to be writ*/ 1162 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE; in zipOpenNewFileInZip4_64() 1171 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE; in zipOpenNewFileInZip4_64() 1391 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE; in zipWriteInFileInZip() 1424 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE; in zipWriteInFileInZip() 1494 zi->ci.stream.avail_out = (uInt)Z_BUFSIZE; in zipCloseFileInZipRaw64() 1513 zi->ci.bstream.avail_out = (uInt)Z_BUFSIZE; in zipCloseFileInZipRaw64()
|
| /netbsd/src/common/dist/zlib/ |
| D | ChangeLog | 1207 - use default value of 4K for Z_BUFSIZE for 16-bit MSDOS (Tim Wegner + Glenn)
|