PostgreSQL Source Code git master
Loading...
Searching...
No Matches
HostsLine Struct Reference

#include <hba.h>

Data Fields

int linenumber
 
charsourcefile
 
charrawline
 
Listhostnames
 
charssl_key
 
charssl_cert
 
charssl_ca
 
charssl_passphrase_cmd
 
bool ssl_passphrase_reload
 
voidssl_ctx
 

Detailed Description

Definition at line 154 of file hba.h.

Field Documentation

◆ hostnames

List* HostsLine::hostnames

Definition at line 162 of file hba.h.

Referenced by be_tls_init().

◆ linenumber

int HostsLine::linenumber

Definition at line 156 of file hba.h.

Referenced by be_tls_init().

◆ rawline

char* HostsLine::rawline

Definition at line 159 of file hba.h.

◆ sourcefile

char* HostsLine::sourcefile

Definition at line 158 of file hba.h.

Referenced by be_tls_init().

◆ ssl_ca

char* HostsLine::ssl_ca

Definition at line 167 of file hba.h.

Referenced by be_tls_open_server(), and init_host_context().

◆ ssl_cert

char* HostsLine::ssl_cert

Definition at line 164 of file hba.h.

Referenced by init_host_context().

◆ ssl_ctx

void* HostsLine::ssl_ctx

Definition at line 172 of file hba.h.

Referenced by host_context_cleanup_cb(), and init_host_context().

◆ ssl_key

char* HostsLine::ssl_key

Definition at line 163 of file hba.h.

Referenced by init_host_context().

◆ ssl_passphrase_cmd

char* HostsLine::ssl_passphrase_cmd

Definition at line 168 of file hba.h.

Referenced by init_host_context().

◆ ssl_passphrase_reload

bool HostsLine::ssl_passphrase_reload

Definition at line 169 of file hba.h.

Referenced by init_host_context().


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