Main Page   Alphabetical List   Data Structures   File List   Data Fields   Globals  

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

char dstr::buffer[1]
 

String buffer.

Definition at line 276 of file sqlite3odbc.c.

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

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().


The documentation for this struct was generated from the following file:
Generated on 23 Oct 2023 by doxygen.
Contact: chw@ch-werner.de