ReactOS
0.4.16-dev-1007-g2e85425
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
trace.h
Go to the documentation of this file.
1
/* trace.h
2
*
3
* Copyright (c) 1992-2001 by Mike Gleason.
4
* All rights reserved.
5
*
6
*/
7
8
#if defined(WIN32) || defined(_WINDOWS)
9
# define kTraceFileName "trace.txt"
10
#else
11
# define kTraceFileName "trace"
12
#endif
13
14
/* trace.c */
15
void
Trace
(
const
int
,
const
char
*
const
, ...)
16
#if (defined(__GNUC__)) && (__GNUC__ >= 2)
17
__attribute__
((
format
(
printf
, 2, 3)))
18
#endif
19
;
20
void
ErrorHook
(
const
FTPCIPtr
,
char
*);
21
void
DebugHook
(
const
FTPCIPtr
,
char
*);
22
void
SetDebug
(
int
);
23
void
UseTrace
(
void
);
24
void
OpenTrace
(
void
);
25
void
CloseTrace
(
void
);
DebugHook
void DebugHook(const FTPCIPtr, char *)
ErrorHook
void ErrorHook(const FTPCIPtr, char *)
OpenTrace
void OpenTrace(void)
Definition:
trace.c:109
SetDebug
void SetDebug(int)
Definition:
trace.c:88
UseTrace
void UseTrace(void)
Definition:
trace.c:97
CloseTrace
void CloseTrace(void)
Definition:
trace.c:159
__attribute__
#define __attribute__(x)
Definition:
wpp_private.h:207
Trace
#define Trace(x)
Definition:
inflate.c:42
printf
#define printf
Definition:
freeldr.h:97
FTPConnectionInfo
Definition:
ncftp.h:134
format
Definition:
format.c:58
modules
rosapps
applications
net
ncftp
ncftp
trace.h
Generated on Fri Apr 18 2025 06:08:02 for ReactOS by
1.9.6