Home
last modified time | relevance | path

Searched refs:keepBlanks (Results 1 – 13 of 13) sorted by relevance

/third_party/libxml2/
Dlegacy.c180 *((int *) result) = ctxt->keepBlanks; in xmlGetFeature()
298 ctxt->keepBlanks = *((int *) value); in xmlSetFeature()
DHTMLparser.c3199 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()
DparserInternals.c1730 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in xmlInitParserCtxt()
1731 if (ctxt->keepBlanks == 0) { in xmlInitParserCtxt()
Dparser.c15044 ctxt->keepBlanks = 0; in xmlCtxtUseOptionsInternal()
15049 ctxt->keepBlanks = 1; in xmlCtxtUseOptionsInternal()
DNEWS753 Initialize keepBlanks in HTML parser (Nick Wellnhofer),
/third_party/gettext/gnulib-local/lib/libxml/
Dlegacy.c209 *((int *) result) = ctxt->keepBlanks; in xmlGetFeature()
327 ctxt->keepBlanks = *((int *) value); in xmlSetFeature()
Dparser.in.h265 int keepBlanks; /* ugly but ... */ member
DHTMLparser.c3065 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()
DparserInternals.c1757 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in xmlInitParserCtxt()
1758 if (ctxt->keepBlanks == 0) { in xmlInitParserCtxt()
Dparser.c15090 ctxt->keepBlanks = 0; in xmlCtxtUseOptionsInternal()
15095 ctxt->keepBlanks = 1; in xmlCtxtUseOptionsInternal()
/third_party/libxml2/include/libxml/
Dparser.h238 int keepBlanks; /* ugly but ... */ member
/third_party/libxml2/os400/libxmlrpg/
Dparser.rpgle254 d keepBlanks like(xmlCint) Ugly but ...
/third_party/chromium/patch/
D0001-cve.patch94428 ctxt->keepBlanks = xmlKeepBlanksDefaultValue;