|
PostgreSQL Source Code git master
|
#include <hba.h>
Data Fields | |
| char * | string |
| bool | quoted |
| regex_t * | regex |
| bool AuthToken::quoted |
Definition at line 91 of file hba.h.
Referenced by copy_auth_token(), and make_auth_token().
| regex_t* AuthToken::regex |
Definition at line 92 of file hba.h.
Referenced by check_ident_usermap(), and make_auth_token().
| char* AuthToken::string |
Definition at line 90 of file hba.h.
Referenced by check_ident_usermap(), check_role(), copy_auth_token(), fill_hba_line(), make_auth_token(), and tokenize_auth_file().