PostgreSQL Source Code
git master
|
Data Fields | |
char * | bufptr |
char * | bufstart |
char * | bufend |
FILE * | stream |
int | nchars |
bool | failed |
Definition at line 125 of file snprintf.c.
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().
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().
char* PrintfTarget::bufstart |
Definition at line 128 of file snprintf.c.
Referenced by flushbuffer(), pg_strfromd(), pg_vfprintf(), pg_vsnprintf(), and pg_vsprintf().
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().
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().
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().