|
FreeTDS API
|
Public Attributes | |
| char * | cbuf |
| Circular input buffer followed by 2 copies of the terminator so that we can easily "memcmp" the circular buffer against it. | |
| size_t | cpos |
| Offset in circular buffer of last-read character. | |
| FILE * | f |
| file to read from | |
| TDSINSTREAM | stream |
| common fields, must be the first field | |
| size_t | term_len |
| terminator length in bytes – cbuf length is 3*term_len | |