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 361 of file libpq-int.h.
char* pg_conn_host::host |
Definition at line 364 of file libpq-int.h.
Referenced by emitHostIdentityInfo(), 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(), PQcancelCreate(), pqConnectOptions2(), PQconnectPoll(), PQhost(), and pqReleaseConnHosts().
char* pg_conn_host::hostaddr |
Definition at line 365 of file libpq-int.h.
Referenced by emitHostIdentityInfo(), PQcancelCreate(), pqConnectOptions2(), PQconnectPoll(), PQhost(), and pqReleaseConnHosts().
char* pg_conn_host::password |
Definition at line 367 of file libpq-int.h.
Referenced by pg_fe_sendauth(), pg_SASL_init(), pgpassfileWarning(), PQcancelCreate(), pqConnectOptions2(), PQpass(), and pqReleaseConnHosts().
char* pg_conn_host::port |
Definition at line 366 of file libpq-int.h.
Referenced by emitHostIdentityInfo(), PQcancelCreate(), pqConnectOptions2(), PQconnectPoll(), PQport(), and pqReleaseConnHosts().
pg_conn_host_type pg_conn_host::type |
Definition at line 363 of file libpq-int.h.
Referenced by emitHostIdentityInfo(), pqConnectOptions2(), and PQconnectPoll().