PostgreSQL Source Code
git master
|
#include <libpq-int.h>
Data Fields | |
pg_conn_host_type | type |
char * | host |
char * | hostaddr |
char * | port |
char * | password |
Definition at line 343 of file libpq-int.h.
char* pg_conn_host::host |
Definition at line 346 of file libpq-int.h.
Referenced by connectOptions2(), emitHostIdentityInfo(), freePGconn(), initialize_SSL(), pgtls_verify_peer_name_matches_certificate_guts(), pq_verify_peer_name_matches_certificate(), pq_verify_peer_name_matches_certificate_ip(), pq_verify_peer_name_matches_certificate_name(), PQconnectPoll(), and PQhost().
char* pg_conn_host::hostaddr |
Definition at line 347 of file libpq-int.h.
Referenced by connectOptions2(), emitHostIdentityInfo(), freePGconn(), PQconnectPoll(), and PQhost().
char* pg_conn_host::password |
Definition at line 349 of file libpq-int.h.
Referenced by connectOptions2(), freePGconn(), pg_fe_sendauth(), pg_SASL_init(), pgpassfileWarning(), and PQpass().
char* pg_conn_host::port |
Definition at line 348 of file libpq-int.h.
Referenced by connectOptions2(), emitHostIdentityInfo(), freePGconn(), PQconnectPoll(), and PQport().
pg_conn_host_type pg_conn_host::type |
Definition at line 345 of file libpq-int.h.
Referenced by connectOptions2(), emitHostIdentityInfo(), and PQconnectPoll().