GNU Octave
3.8.0
A high-level interpreted language, primarily intended for numerical computations, mostly compatible with Matlab
|
Go to the source code of this file.
Macros | |
#define | BIGBUFSIZE (256 * 1024 + STASHED_CHARACTERS) |
#define | SMALLBUFSIZE 1 |
#define | STASHED_CHARACTERS 16 |
#define BIGBUFSIZE (256 * 1024 + STASHED_CHARACTERS) |
Definition at line 49 of file zfstream.cc.
#define SMALLBUFSIZE 1 |
Definition at line 50 of file zfstream.cc.
Referenced by gzfilebuf::enable_buffer().
#define STASHED_CHARACTERS 16 |
Definition at line 48 of file zfstream.cc.
Referenced by gzfilebuf::underflow().