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