|
PostgreSQL Source Code git master
|
Data Fields | |
| int | i |
| long | l |
| long long | ll |
| double | d |
| char * | cptr |
Definition at line 152 of file snprintf.c.
| char* PrintfArgValue::cptr |
Definition at line 158 of file snprintf.c.
Referenced by dopr(), and find_arguments().
| double PrintfArgValue::d |
Definition at line 157 of file snprintf.c.
Referenced by dopr(), and find_arguments().
| int PrintfArgValue::i |
Definition at line 154 of file snprintf.c.
Referenced by dopr(), and find_arguments().
| long PrintfArgValue::l |
Definition at line 155 of file snprintf.c.
Referenced by dopr(), and find_arguments().
| long long PrintfArgValue::ll |
Definition at line 156 of file snprintf.c.
Referenced by dopr(), and find_arguments().