PostgreSQL Source Code git master
|
#include "libpq-fe.h"
Go to the source code of this file.
Functions | |
PGDLLEXPORT PostgresPollingStatusType | pg_fe_run_oauth_flow (PGconn *conn) |
PGDLLEXPORT void | pg_fe_cleanup_oauth_flow (PGconn *conn) |
PGDLLEXPORT void pg_fe_cleanup_oauth_flow | ( | PGconn * | conn | ) |
Definition at line 340 of file oauth-curl.c.
References conn, conn_sasl_state, free_async_ctx(), PGINVALID_SOCKET, and set_conn_altsock.
PGDLLEXPORT PostgresPollingStatusType pg_fe_run_oauth_flow | ( | PGconn * | conn | ) |
Definition at line 2906 of file oauth-curl.c.
References conn, pg_fe_run_oauth_flow_impl(), pq_block_sigpipe(), and pq_reset_sigpipe().