ReactOS
0.4.16-dev-297-gc569aee
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
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
_
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
log2lines.h
Go to the documentation of this file.
1
#pragma once
2
3
#include <stdio.h>
4
#include <limits.h>
5
#include <
rsym.h
>
6
7
#include "
config.h
"
8
#include "
stat.h
"
9
#include "
list.h
"
10
11
12
struct
lineinfo_struct
13
{
14
int
valid
;
15
char
file1
[
LINESIZE
];
16
char
func1
[
NAMESIZE
];
17
int
nr1
;
18
char
file2
[
LINESIZE
];
19
char
func2
[
NAMESIZE
];
20
int
nr2
;
21
};
22
23
typedef
struct
lineinfo_struct
LINEINFO
;
24
25
extern
SUMM
summ
;
26
extern
LIST
cache
;
27
extern
FILE
*
logFile
;
28
extern
LINEINFO
lastLine
;
29
extern
LIST
sources
;
30
31
/* EOF */
LINESIZE
#define LINESIZE
Definition:
chargen.c:18
summ
SUMM summ
Definition:
log2lines.c:36
logFile
FILE * logFile
Definition:
tftpd.cpp:38
sources
LIST sources
Definition:
log2lines.c:32
cache
LIST cache
Definition:
log2lines.c:35
lastLine
LINEINFO lastLine
Definition:
log2lines.c:33
rsym.h
config.h
NAMESIZE
#define NAMESIZE
Definition:
config.h:31
list.h
_iobuf
Definition:
mbstring.h:19
lineinfo_struct
Definition:
log2lines.h:13
lineinfo_struct::nr1
int nr1
Definition:
log2lines.h:17
lineinfo_struct::nr2
int nr2
Definition:
log2lines.h:20
lineinfo_struct::file2
char file2[LINESIZE]
Definition:
log2lines.h:18
lineinfo_struct::valid
int valid
Definition:
log2lines.h:14
lineinfo_struct::file1
char file1[LINESIZE]
Definition:
log2lines.h:15
lineinfo_struct::func1
char func1[NAMESIZE]
Definition:
log2lines.h:16
lineinfo_struct::func2
char func2[NAMESIZE]
Definition:
log2lines.h:19
list_struct
Definition:
list.h:15
summ_struct
Definition:
stat.h:13
stat.h
sdk
tools
log2lines
log2lines.h
Generated on Wed Nov 27 2024 06:14:25 for ReactOS by
1.9.6