Home
last modified time | relevance | path

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

/external/libxml2/
Dlegacy.c180 *((int *) result) = ctxt->keepBlanks; in xmlGetFeature()
298 ctxt->keepBlanks = *((int *) value); in xmlSetFeature()
DparserInternals.c1718 ctxt->keepBlanks = xmlKeepBlanksDefaultValue; in xmlInitParserCtxt()
1719 if (ctxt->keepBlanks == 0) { in xmlInitParserCtxt()
Dparser.c15056 ctxt->keepBlanks = 0; in xmlCtxtUseOptionsInternal()
15061 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 ...