dstr Struct Reference

Internal structure representing dynamic strings. More...

Data Fields

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

Detailed Description

Internal structure representing dynamic strings.

Definition at line 272 of file sqlite3odbc.c.

Field Documentation

◆ buffer

char dstr::buffer[1]

String buffer.

Definition at line 276 of file sqlite3odbc.c.

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

◆ len

int dstr::len

Current length.

Definition at line 273 of file sqlite3odbc.c.

Referenced by dsappend(), and dsappendq().

◆ max

int dstr::max

Maximum length of buffer.

Definition at line 274 of file sqlite3odbc.c.

Referenced by dsappend(), and dsappendq().

◆ oom

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 Sun Nov 26 2023 by doxygen.
Contact: chw@ch-werner.de