OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:xmlGetWarningsDefaultValue
(Results
1 - 12
of
12
) sorted by null
/external/chromium_org/third_party/libxml/src/include/libxml/
globals.h
80
#undef
xmlGetWarningsDefaultValue
143
int
xmlGetWarningsDefaultValue
;
370
#define
xmlGetWarningsDefaultValue
\
373
XMLPUBVAR int
xmlGetWarningsDefaultValue
;
/external/libxml2/include/libxml/
globals.h
80
#undef
xmlGetWarningsDefaultValue
143
int
xmlGetWarningsDefaultValue
;
370
#define
xmlGetWarningsDefaultValue
\
373
XMLPUBVAR int
xmlGetWarningsDefaultValue
;
/external/chromium_org/third_party/libxml/src/
globals.c
172
#undef
xmlGetWarningsDefaultValue
240
*
xmlGetWarningsDefaultValue
:
245
int
xmlGetWarningsDefaultValue
= 1;
560
gs->
xmlGetWarningsDefaultValue
= xmlGetWarningsDefaultValueThrDef;
917
#undef
xmlGetWarningsDefaultValue
921
return (&
xmlGetWarningsDefaultValue
);
923
return (&xmlGetGlobalState()->
xmlGetWarningsDefaultValue
);
error.c
455
if ((
xmlGetWarningsDefaultValue
== 0) && (level == XML_ERR_WARNING))
runsuite.c
221
xmlGetWarningsDefaultValue
= 0;
xmllint.c
[
all
...]
parserInternals.c
[
all
...]
runtest.c
532
xmlGetWarningsDefaultValue
= 0;
[
all
...]
/external/libxml2/
globals.c
153
#undef
xmlGetWarningsDefaultValue
221
*
xmlGetWarningsDefaultValue
:
226
int
xmlGetWarningsDefaultValue
= 1;
541
gs->
xmlGetWarningsDefaultValue
= xmlGetWarningsDefaultValueThrDef;
898
#undef
xmlGetWarningsDefaultValue
902
return (&
xmlGetWarningsDefaultValue
);
904
return (&xmlGetGlobalState()->
xmlGetWarningsDefaultValue
);
error.c
469
if ((
xmlGetWarningsDefaultValue
== 0) && (level == XML_ERR_WARNING))
xmllint.c
[
all
...]
parserInternals.c
[
all
...]
Completed in 3312 milliseconds