Data Fields
dstr Struct Reference

Internal structure representing dynamic strings. More...

Data Fields

int len
 Current length. More...
 
int max
 Maximum length of buffer. More...
 
int oom
 True when out of memory. More...
 
char buffer [1]
 String buffer. More...
 

Detailed Description

Internal structure representing dynamic strings.

Definition at line 260 of file sqlite3odbc.c.

Field Documentation

char dstr::buffer[1]

String buffer.

Definition at line 264 of file sqlite3odbc.c.

Referenced by dsappend(), dsappendq(), and dsval().

int dstr::len

Current length.

Definition at line 261 of file sqlite3odbc.c.

Referenced by dsappend(), and dsappendq().

int dstr::max

Maximum length of buffer.

Definition at line 262 of file sqlite3odbc.c.

Referenced by dsappend(), and dsappendq().

int dstr::oom

True when out of memory.

Definition at line 263 of file sqlite3odbc.c.

Referenced by dsappend(), dsappendq(), and dserr().


The documentation for this struct was generated from the following file:

Generated on Sun Oct 25 2015 by doxygen.
Contact: chw@ch-werner.de