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
84
#undef
xmlGetWarningsDefaultValue
147
int
xmlGetWarningsDefaultValue
;
376
#define
xmlGetWarningsDefaultValue
\
379
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
);
Completed in 86 milliseconds