ReactOS
0.4.16-dev-820-g96aa1ee
Toggle main menu visibility
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Functions
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
Variables
_
c
d
e
f
g
h
i
l
m
n
o
p
s
t
u
x
Typedefs
_
a
b
c
d
e
f
g
h
i
l
m
o
p
r
s
t
u
v
w
x
Enumerations
_
a
b
c
d
f
i
l
m
o
p
s
t
w
x
Enumerator
a
b
c
d
e
f
g
h
i
m
n
o
p
r
s
t
u
v
w
x
Classes
Class List
Class Index
Class Hierarchy
Class Members
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
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
_
a
b
c
d
e
f
h
i
k
l
m
n
o
p
r
s
t
u
v
w
z
Enumerator
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
_
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
Related Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
q
r
s
t
v
x
Files
File List
File Members
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
y
z
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
y
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
Examples
testlist.c
Go to the documentation of this file.
1
/* Automatically generated file; DO NOT EDIT!! */
2
3
#define STANDALONE
4
#include <
wine/test.h
>
5
6
extern
void
func_base64
(
void
);
7
extern
void
func_cert
(
void
);
8
extern
void
func_chain
(
void
);
9
extern
void
func_crl
(
void
);
10
extern
void
func_ctl
(
void
);
11
extern
void
func_encode
(
void
);
12
extern
void
func_main
(
void
);
13
extern
void
func_message
(
void
);
14
extern
void
func_msg
(
void
);
15
extern
void
func_object
(
void
);
16
extern
void
func_oid
(
void
);
17
extern
void
func_protectdata
(
void
);
18
extern
void
func_sip
(
void
);
19
extern
void
func_store
(
void
);
20
extern
void
func_str
(
void
);
21
22
const
struct
test
winetest_testlist
[] =
23
{
24
{
"base64"
,
func_base64
},
25
{
"cert"
,
func_cert
},
26
{
"chain"
,
func_chain
},
27
{
"crl"
,
func_crl
},
28
{
"ctl"
,
func_ctl
},
29
{
"encode"
,
func_encode
},
30
{
"main"
,
func_main
},
31
{
"message"
,
func_message
},
32
{
"msg"
,
func_msg
},
33
{
"object"
,
func_object
},
34
{
"oid"
,
func_oid
},
35
{
"protectdata"
,
func_protectdata
},
36
{
"sip"
,
func_sip
},
37
{
"store"
,
func_store
},
38
{
"str"
,
func_str
},
39
{ 0, 0 }
40
};
test
#define test
Definition:
rosglue.h:37
winetest_testlist
const struct test winetest_testlist[]
Definition:
testlist.c:7
func_chain
void func_chain(void)
func_base64
void func_base64(void)
func_cert
void func_cert(void)
func_object
void func_object(void)
func_str
void func_str(void)
func_msg
void func_msg(void)
func_ctl
void func_ctl(void)
func_sip
void func_sip(void)
func_main
void func_main(void)
func_store
void func_store(void)
func_oid
void func_oid(void)
func_encode
void func_encode(void)
func_protectdata
void func_protectdata(void)
func_crl
void func_crl(void)
func_message
void func_message(void)
test.h
modules
rostests
winetests
crypt32
testlist.c
Generated on Sun Mar 16 2025 06:06:39 for ReactOS by
1.9.6