PostgreSQL Source Code git master
|
#include <fe-auth-sasl.h>
Data Fields | |
void *(* | init )(PGconn *conn, const char *password, const char *mech) |
SASLStatus(* | exchange )(void *state, bool final, char *input, int inputlen, char **output, int *outputlen) |
bool(* | channel_bound )(void *state) |
void(* | free )(void *state) |
Definition at line 43 of file fe-auth-sasl.h.
bool(* pg_fe_sasl_mech::channel_bound) (void *state) |
Definition at line 136 of file fe-auth-sasl.h.
Referenced by check_expected_areq().
SASLStatus(* pg_fe_sasl_mech::exchange) (void *state, bool final, char *input, int inputlen, char **output, int *outputlen) |
Definition at line 117 of file fe-auth-sasl.h.
Referenced by pg_SASL_continue(), and pg_SASL_init().
void(* pg_fe_sasl_mech::free) (void *state) |
Definition at line 149 of file fe-auth-sasl.h.
Referenced by pqDropConnection().
Definition at line 66 of file fe-auth-sasl.h.
Referenced by pg_SASL_init().