PostgreSQL Source Code: option Struct Reference (original) (raw)

#include <[getopt_long.h](getopt%5F%5Flong%5F8h%5Fsource.html)>

Data Fields
const char * name
int has_arg
int * flag
int val

Detailed Description

Definition at line 17 of file getopt_long.h.

Field Documentation

flag

int* option::flag

Definition at line 21 of file getopt_long.h.

Referenced by getopt_long().

has_arg

int option::has_arg

Definition at line 20 of file getopt_long.h.

Referenced by getopt_long().

name

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().

val

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().


The documentation for this struct was generated from the following file: