PostgreSQL Source Code
git master
Main Page
Related Pages
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Data Structures
Data Structures
Data Structure Index
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
f
h
i
n
o
p
r
s
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
Enumerator
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Macros
Pages
fe-gssapi-common.h
Go to the documentation of this file.
1
/*-------------------------------------------------------------------------
2
*
3
* fe-gssapi-common.h
4
*
5
* Definitions for GSSAPI common routines
6
*
7
* Portions Copyright (c) 1996-2024, PostgreSQL Global Development Group
8
* Portions Copyright (c) 1994, Regents of the University of California
9
*
10
* src/interfaces/libpq/fe-gssapi-common.h
11
*/
12
13
#ifndef FE_GSSAPI_COMMON_H
14
#define FE_GSSAPI_COMMON_H
15
16
#include "
libpq-fe.h
"
17
#include "
libpq-int.h
"
18
19
#ifdef ENABLE_GSS
20
21
void
pg_GSS_error
(
const
char
*mprefix,
PGconn
*
conn
,
22
OM_uint32 maj_stat, OM_uint32 min_stat);
23
bool
pg_GSS_have_cred_cache
(gss_cred_id_t *cred_out);
24
int
pg_GSS_load_servicename
(
PGconn
*
conn
);
25
26
#endif
27
28
#endif
/* FE_GSSAPI_COMMON_H */
pg_GSS_error
void pg_GSS_error(const char *errmsg, OM_uint32 maj_stat, OM_uint32 min_stat)
Definition:
be-gssapi-common.c:75
pg_GSS_load_servicename
int pg_GSS_load_servicename(PGconn *conn)
Definition:
fe-gssapi-common.c:82
pg_GSS_have_cred_cache
bool pg_GSS_have_cred_cache(gss_cred_id_t *cred_out)
Definition:
fe-gssapi-common.c:61
libpq-fe.h
libpq-int.h
conn
PGconn * conn
Definition:
streamutil.c:53
pg_conn
Definition:
libpq-int.h:377
src
interfaces
libpq
fe-gssapi-common.h
Generated on Wed Nov 27 2024 00:13:25 for PostgreSQL Source Code by
1.9.1