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

#include <hba.h>

Data Fields

charstring
 
bool quoted
 
regex_tregex
 

Detailed Description

Definition at line 88 of file hba.h.

Field Documentation

◆ quoted

bool AuthToken::quoted

Definition at line 91 of file hba.h.

Referenced by copy_auth_token().

◆ regex

regex_t* AuthToken::regex

Definition at line 92 of file hba.h.

◆ string

char* AuthToken::string

Definition at line 90 of file hba.h.

Referenced by copy_auth_token(), and tokenize_auth_file().


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