xmlKeepBlanksDefaultValue 283 third_party/libxml/src/globals.c int xmlKeepBlanksDefaultValue = 1; xmlKeepBlanksDefaultValue 563 third_party/libxml/src/globals.c gs->xmlKeepBlanksDefaultValue = xmlKeepBlanksDefaultValueThrDef; xmlKeepBlanksDefaultValue 972 third_party/libxml/src/globals.c return (&xmlKeepBlanksDefaultValue); xmlKeepBlanksDefaultValue 974 third_party/libxml/src/globals.c return (&xmlGetGlobalState()->xmlKeepBlanksDefaultValue); xmlKeepBlanksDefaultValue 144 third_party/libxml/src/include/libxml/globals.h int xmlKeepBlanksDefaultValue; xmlKeepBlanksDefaultValue 400 third_party/libxml/src/include/libxml/globals.h XMLPUBVAR int xmlKeepBlanksDefaultValue; xmlKeepBlanksDefaultValue 1735 third_party/libxml/src/parserInternals.c ctxt->keepBlanks = xmlKeepBlanksDefaultValue; xmlKeepBlanksDefaultValue 2154 third_party/libxml/src/parserInternals.c int old = xmlKeepBlanksDefaultValue; xmlKeepBlanksDefaultValue 2156 third_party/libxml/src/parserInternals.c xmlKeepBlanksDefaultValue = val;