#include "postgres_fe.h"
#include "fe-gssapi-common.h"
#include "libpq-int.h"
#include "pqexpbuffer.h"
Go to the source code of this file.
Definition at line 47 of file fe-gssapi-common.c.
References appendPQExpBuffer(), appendPQExpBufferChar(), conn, pg_conn::errorMessage, and pg_GSS_error_int().
Referenced by pg_GSS_load_servicename().
Definition at line 26 of file fe-gssapi-common.c.
References appendBinaryPQExpBuffer(), appendPQExpBufferChar(), str, and type.
Referenced by pg_GSS_error().
Definition at line 61 of file fe-gssapi-common.c.
Referenced by PQconnectPoll(), pqsecure_open_gss(), and select_next_encryption_method().
Definition at line 82 of file fe-gssapi-common.c.
References conn, free, pg_conn::krbsrvname, libpq_append_conn_error(), libpq_gettext, malloc, pg_GSS_error(), PQhost(), snprintf, STATUS_ERROR, and STATUS_OK.
Referenced by pqsecure_open_gss().