|
|
char | cbuf [50] |
| | Circular buffer; assume nobody is going to use a gigantic terminator...
|
|
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.
|
The documentation for this struct was generated from the following file: