OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:xmlSaveNoEmptyTags
(Results
1 - 2
of
2
) sorted by null
/external/libxml2/include/libxml/
globals.h
97
#undef
xmlSaveNoEmptyTags
154
int
xmlSaveNoEmptyTags
;
456
#define
xmlSaveNoEmptyTags
\
459
XMLPUBVAR int
xmlSaveNoEmptyTags
;
/external/libxml2/
globals.c
162
#undef
xmlSaveNoEmptyTags
349
*
xmlSaveNoEmptyTags
:
356
int
xmlSaveNoEmptyTags
= 0;
550
gs->
xmlSaveNoEmptyTags
= xmlSaveNoEmptyTagsThrDef;
1043
#undef
xmlSaveNoEmptyTags
1047
return (&
xmlSaveNoEmptyTags
);
1049
return (&xmlGetGlobalState()->
xmlSaveNoEmptyTags
);
Completed in 50 milliseconds