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 355 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 3022 of file oauth-curl.c.
References Assert(), conn, conn_sasl_state, async_ctx::dbg_num_calls, async_ctx::debugging, fprintf, pg_fe_run_oauth_flow_impl(), PGRES_POLLING_FAILED, PGRES_POLLING_OK, pq_block_sigpipe(), and pq_reset_sigpipe().