OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlGetWarningsDefaultValue
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
globals.h
80
#undef
xmlGetWarningsDefaultValue
143
int
xmlGetWarningsDefaultValue
;
370
#define
xmlGetWarningsDefaultValue
\
373
XMLPUBVAR int
xmlGetWarningsDefaultValue
;
/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
);
Completed in 1023 milliseconds