PostgreSQL Source Code
git master
Toggle main menu visibility
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
struct.h
Go to the documentation of this file.
1
struct
mytype
2
{
3
int
id
;
4
char
t
[64];
5
double
d1
;
/* dec_t */
6
double
d2
;
7
char
c
[30];
8
};
9
typedef
struct
mytype
MYTYPE
;
10
11
struct
mynulltype
12
{
13
int
id
;
14
int
t
;
15
int
d1
;
16
int
d2
;
17
int
c
;
18
};
19
typedef
struct
mynulltype
MYNULLTYPE
;
c
char * c
Definition:
preproc-cursor.c:31
mynulltype
Definition:
preproc-outofscope.c:147
mynulltype::c
int c
Definition:
preproc-outofscope.c:161
mynulltype::d1
int d1
Definition:
preproc-outofscope.c:155
mynulltype::id
int id
Definition:
preproc-outofscope.c:149
mynulltype::d2
int d2
Definition:
preproc-outofscope.c:158
mynulltype::t
int t
Definition:
preproc-outofscope.c:152
mytype
Definition:
preproc-outofscope.c:132
mytype::d1
double d1
Definition:
preproc-outofscope.c:140
mytype::id
int id
Definition:
preproc-outofscope.c:134
mytype::t
char t[64]
Definition:
preproc-outofscope.c:137
mytype::d2
double d2
Definition:
preproc-outofscope.c:143
src
interfaces
ecpg
test
preproc
struct.h
Generated on Mon Jan 20 2025 18:13:28 for PostgreSQL Source Code by
1.9.4