PostgreSQL Source Code: PrintfTarget Struct Reference (original) (raw)
Data Fields | |
---|---|
char * | bufptr |
char * | bufstart |
char * | bufend |
FILE * | stream |
int | nchars |
bool | failed |
Detailed Description
Definition at line 125 of file snprintf.c.
Field Documentation
◆ bufend
char* PrintfTarget::bufend
Definition at line 129 of file snprintf.c.
Referenced by dopr_outch(), dopr_outchmulti(), dostr(), pg_strfromd(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
◆ bufptr
char* PrintfTarget::bufptr
Definition at line 127 of file snprintf.c.
Referenced by dopr_outch(), dopr_outchmulti(), dostr(), flushbuffer(), pg_strfromd(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
◆ bufstart
char* PrintfTarget::bufstart
Definition at line 128 of file snprintf.c.
Referenced by flushbuffer(), pg_strfromd(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
◆ failed
bool PrintfTarget::failed
Definition at line 133 of file snprintf.c.
Referenced by dopr(), flushbuffer(), fmtfloat(), fmtptr(), pg_strfromd(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
◆ nchars
int PrintfTarget::nchars
Definition at line 132 of file snprintf.c.
Referenced by dopr_outch(), dopr_outchmulti(), dostr(), flushbuffer(), pg_strfromd(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
◆ stream
FILE* PrintfTarget::stream
Definition at line 131 of file snprintf.c.
Referenced by dopr_outch(), dopr_outchmulti(), dostr(), flushbuffer(), pg_strfromd(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
The documentation for this struct was generated from the following file:
- src/port/snprintf.c