Home
last modified time | relevance | path

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

/external/libxml2/
Dlegacy.c180 *((int *) result) = ctxt->keepBlanks; in xmlGetFeature()
298 ctxt->keepBlanks = *((int *) value); in xmlSetFeature()
DHTMLparser.c3036 if (ctxt->keepBlanks) { in htmlParseCharDataInternal()
3074 if (ctxt->keepBlanks) { in htmlParseCharDataInternal()
4948 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in htmlInitParserCtxt()
5784 if (ctxt->keepBlanks) { in htmlParseTryOrFinish()
6722 ctxt->keepBlanks = 0; in htmlCtxtUseOptions()
6727 ctxt->keepBlanks = 1; in htmlCtxtUseOptions()
DparserInternals.c1728 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in xmlInitParserCtxt()
1729 if (ctxt->keepBlanks == 0) { in xmlInitParserCtxt()
Dparser.c15061 ctxt->keepBlanks = 0; in xmlCtxtUseOptionsInternal()
15066 ctxt->keepBlanks = 1; in xmlCtxtUseOptionsInternal()
/external/libxml2/include/libxml/
Dparser.h236 int keepBlanks; /* ugly but ... */ member
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle254 d keepBlanks like(xmlCint) Ugly but ...