dstr Struct Reference


Detailed Description

Internal structure representing dynamic strings.

Definition at line 272 of file sqlite3odbc.c.


Data Fields

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

Field Documentation

int dstr::len

Current length.

Definition at line 273 of file sqlite3odbc.c.

Referenced by dsappend(), and dsappendq().

int dstr::max

Maximum length of buffer.

Definition at line 274 of file sqlite3odbc.c.

Referenced by dsappend(), and dsappendq().

int dstr::oom

True when out of memory.

Definition at line 275 of file sqlite3odbc.c.

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

char dstr::buffer[1]

String buffer.

Definition at line 276 of file sqlite3odbc.c.

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


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

Generated on 9 Dec 2016 by doxygen.
Contact: chw@ch-werner.de