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
stat.h
Go to the documentation of this file.
1
/*
2
* ReactOS log2lines
3
* Written by Jan Roeloffzen
4
*
5
* - Statistics
6
*/
7
8
#pragma once
9
10
#include <stdio.h>
11
12
typedef
struct
summ_struct
13
{
14
int
translated
;
15
int
undo
;
16
int
redo
;
17
int
skipped
;
18
int
diff
;
19
int
majordiff
;
20
int
revconflicts
;
21
int
regfound
;
22
int
offset_errors
;
23
int
total
;
24
}
SUMM
, *
PSUMM
;
25
26
void
stat_print
(
FILE
*outFile,
PSUMM
psumm);
27
void
stat_clear
(
PSUMM
psumm);
28
29
/* EOF */
_iobuf
Definition:
mbstring.h:19
summ_struct
Definition:
stat.h:13
summ_struct::offset_errors
int offset_errors
Definition:
stat.h:22
summ_struct::translated
int translated
Definition:
stat.h:14
summ_struct::undo
int undo
Definition:
stat.h:15
summ_struct::skipped
int skipped
Definition:
stat.h:17
summ_struct::regfound
int regfound
Definition:
stat.h:21
summ_struct::total
int total
Definition:
stat.h:23
summ_struct::majordiff
int majordiff
Definition:
stat.h:19
summ_struct::revconflicts
int revconflicts
Definition:
stat.h:20
summ_struct::diff
int diff
Definition:
stat.h:18
summ_struct::redo
int redo
Definition:
stat.h:16
PSUMM
struct summ_struct * PSUMM
stat_print
void stat_print(FILE *outFile, PSUMM psumm)
Definition:
stat.c:17
SUMM
struct summ_struct SUMM
stat_clear
void stat_clear(PSUMM psumm)
Definition:
stat.c:41
sdk
tools
log2lines
stat.h
Generated on Wed Nov 27 2024 06:14:28 for ReactOS by
1.9.6