|
PostgreSQL Source Code git master
|

Go to the source code of this file.
Macros | |
| #define | SOCK_ERRNO errno |
| #define | SOCK_ERRNO_SET(e) (errno = (e)) |
Functions | |
| void | libpq_oauth_init (libpq_gettext_func gettext_impl) |
| bool | oauth_unsafe_debugging_enabled (void) |
| int | pq_block_sigpipe (sigset_t *osigset, bool *sigpipe_pending) |
| void | pq_reset_sigpipe (sigset_t *osigset, bool sigpipe_pending, bool got_epipe) |
Variables | |
| pgthreadlock_t | pg_g_threadlock |
| static libpq_gettext_func | libpq_gettext_impl |
Definition at line 97 of file oauth-utils.c.
| void libpq_oauth_init | ( | libpq_gettext_func | gettext_impl | ) |
Definition at line 46 of file oauth-utils.c.
References fb(), libpq_gettext_impl, pg_g_threadlock, and PQgetThreadLock().
Definition at line 82 of file oauth-utils.c.
References fb().
Referenced by pg_start_oauthbearer().
Definition at line 105 of file oauth-utils.c.
References fb(), SIGPIPE, SOCK_ERRNO, and SOCK_ERRNO_SET.
Referenced by pg_fe_run_oauth_flow(), and PQprint().
Definition at line 141 of file oauth-utils.c.
References fb(), SIGPIPE, SOCK_ERRNO, and SOCK_ERRNO_SET.
Referenced by pg_fe_run_oauth_flow(), and PQprint().
|
static |
Definition at line 36 of file oauth-utils.c.
Referenced by libpq_oauth_init().
| pgthreadlock_t pg_g_threadlock |
Definition at line 35 of file oauth-utils.c.
Referenced by libpq_oauth_init().