Searched refs:keepBlanks (Results 1 – 13 of 13) sorted by relevance
180 *((int *) result) = ctxt->keepBlanks; in xmlGetFeature()298 ctxt->keepBlanks = *((int *) value); in xmlSetFeature()
3199 if (ctxt->keepBlanks) { in htmlParseCharDataInternal()3237 if (ctxt->keepBlanks) { in htmlParseCharDataInternal()5119 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in htmlInitParserCtxt()5909 if (ctxt->keepBlanks) { in htmlParseTryOrFinish()6833 ctxt->keepBlanks = 0; in htmlCtxtUseOptions()6838 ctxt->keepBlanks = 1; in htmlCtxtUseOptions()
1730 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in xmlInitParserCtxt()1731 if (ctxt->keepBlanks == 0) { in xmlInitParserCtxt()
15044 ctxt->keepBlanks = 0; in xmlCtxtUseOptionsInternal()15049 ctxt->keepBlanks = 1; in xmlCtxtUseOptionsInternal()
753 Initialize keepBlanks in HTML parser (Nick Wellnhofer),
209 *((int *) result) = ctxt->keepBlanks; in xmlGetFeature()327 ctxt->keepBlanks = *((int *) value); in xmlSetFeature()
265 int keepBlanks; /* ugly but ... */ member
3065 if (ctxt->keepBlanks) { in htmlParseCharDataInternal()3103 if (ctxt->keepBlanks) { in htmlParseCharDataInternal()4977 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in htmlInitParserCtxt()5813 if (ctxt->keepBlanks) { in htmlParseTryOrFinish()6751 ctxt->keepBlanks = 0; in htmlCtxtUseOptions()6756 ctxt->keepBlanks = 1; in htmlCtxtUseOptions()
1757 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in xmlInitParserCtxt()1758 if (ctxt->keepBlanks == 0) { in xmlInitParserCtxt()
15090 ctxt->keepBlanks = 0; in xmlCtxtUseOptionsInternal()15095 ctxt->keepBlanks = 1; in xmlCtxtUseOptionsInternal()
238 int keepBlanks; /* ugly but ... */ member
254 d keepBlanks like(xmlCint) Ugly but ...
94428 ctxt->keepBlanks = xmlKeepBlanksDefaultValue;