OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_leaks
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/libxml/src/
runsuite.c
1063
int old_errors, old_tests,
old_leaks
;
local
1079
old_leaks
= nb_leaks;
1081
if ((nb_errors == old_errors) && (nb_leaks ==
old_leaks
))
1087
nb_leaks -
old_leaks
);
1090
old_leaks
= nb_leaks;
1092
if ((nb_errors == old_errors) && (nb_leaks ==
old_leaks
))
1098
nb_leaks -
old_leaks
);
1101
old_leaks
= nb_leaks;
1103
if ((nb_errors == old_errors) && (nb_leaks ==
old_leaks
))
1109
nb_leaks -
old_leaks
);
[
all
...]
runtest.c
4402
int old_errors, old_tests,
old_leaks
;
local
[
all
...]
Completed in 32 milliseconds