|
| char | cbuf [50] |
| | Circular buffer; assume nobody is going to use a gigantic terminator... More...
|
| |
|
size_t | cpos |
| |
|
FILE * | f |
| | file to read from
|
| |
|
char | inbuf [TDSFILESTREAM_BLOCKSIZE] |
| |
|
size_t | inlen |
| |
|
size_t | inpos |
| |
|
offset_type | offset |
| |
|
TDSINSTREAM | stream |
| | common fields, must be the first field
|
| |
|
size_t | term_len |
| |
|
const char * | terminator |
| | Terminator to compare against - Memory not owned by the TDSFILESTREAM; make sure to not leave dangling pointers here.
|
| |
◆ cbuf
| char tds_file_stream::cbuf[50] |
Circular buffer; assume nobody is going to use a gigantic terminator...
The documentation for this struct was generated from the following file: