|
PostgreSQL Source Code git master
|
#include <getopt_long.h>
Data Fields | |
| const char * | name |
| int | has_arg |
| int * | flag |
| int | val |
Definition at line 17 of file getopt_long.h.
| int* option::flag |
Definition at line 21 of file getopt_long.h.
Referenced by getopt_long().
| int option::has_arg |
Definition at line 20 of file getopt_long.h.
Referenced by getopt_long().
| const char* option::name |
Definition at line 19 of file getopt_long.h.
Referenced by getopt_long(), parse_one_reloption(), and validate_log_connections_options().
| int option::val |
Definition at line 22 of file getopt_long.h.
Referenced by conninfo_add_defaults(), conninfo_array_parse(), conninfo_getval(), conninfo_storeval(), dblink_connstr_has_pw(), dblink_connstr_has_required_scram_options(), getopt_long(), PQconninfoFree(), and validate_log_connections_options().