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/libxml2/include/libxml/
globals.h
83
#undef
xmlGetWarningsDefaultValue
146
int
xmlGetWarningsDefaultValue
;
375
#define
xmlGetWarningsDefaultValue
\
378
XMLPUBVAR int
xmlGetWarningsDefaultValue
;
/external/libxml2/
globals.c
165
#undef
xmlGetWarningsDefaultValue
233
*
xmlGetWarningsDefaultValue
:
238
int
xmlGetWarningsDefaultValue
= 1;
553
gs->
xmlGetWarningsDefaultValue
= xmlGetWarningsDefaultValueThrDef;
910
#undef
xmlGetWarningsDefaultValue
914
return (&
xmlGetWarningsDefaultValue
);
916
return (&xmlGetGlobalState()->
xmlGetWarningsDefaultValue
);
runxmlconf.c
156
xmlGetWarningsDefaultValue
= 0;
testrecurse.c
575
xmlGetWarningsDefaultValue
= 0;
libxml2.syms
734
xmlGetWarningsDefaultValue
; # variable
[
all
...]
error.c
471
if ((
xmlGetWarningsDefaultValue
== 0) && (level == XML_ERR_WARNING))
runsuite.c
209
xmlGetWarningsDefaultValue
= 0;
testlimits.c
667
xmlGetWarningsDefaultValue
= 0;
[
all
...]
xmllint.c
[
all
...]
parserInternals.c
[
all
...]
runtest.c
533
xmlGetWarningsDefaultValue
= 0;
[
all
...]
/external/libxml2/os400/
rpgsupport.c
117
THREADED_VAR(
xmlGetWarningsDefaultValue
, int)
Completed in 2103 milliseconds