|
PostgreSQL Source Code git master
|
#include <hba.h>
Data Fields | |
| int | linenumber |
| char * | sourcefile |
| char * | rawline |
| List * | hostnames |
| char * | ssl_key |
| char * | ssl_cert |
| char * | ssl_ca |
| char * | ssl_passphrase_cmd |
| bool | ssl_passphrase_reload |
| void * | ssl_ctx |
| List* HostsLine::hostnames |
Definition at line 162 of file hba.h.
Referenced by be_tls_init().
| int HostsLine::linenumber |
Definition at line 156 of file hba.h.
Referenced by be_tls_init().
| char* HostsLine::sourcefile |
Definition at line 158 of file hba.h.
Referenced by be_tls_init().
| char* HostsLine::ssl_ca |
Definition at line 167 of file hba.h.
Referenced by be_tls_open_server(), and init_host_context().
| char* HostsLine::ssl_cert |
Definition at line 164 of file hba.h.
Referenced by init_host_context().
| void* HostsLine::ssl_ctx |
Definition at line 172 of file hba.h.
Referenced by host_context_cleanup_cb(), and init_host_context().
| char* HostsLine::ssl_key |
Definition at line 163 of file hba.h.
Referenced by init_host_context().
| char* HostsLine::ssl_passphrase_cmd |
Definition at line 168 of file hba.h.
Referenced by init_host_context().
| bool HostsLine::ssl_passphrase_reload |
Definition at line 169 of file hba.h.
Referenced by init_host_context().