Searched refs:XML_PARSE_COMPACT (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/libxml2-2.6.31/
H A DtestXPath.c181 document = xmlReadDoc(buffer,NULL,NULL,XML_PARSE_COMPACT);
183 document = xmlReadFile(filename,NULL,XML_PARSE_COMPACT);
H A Dxmllint.c203 static int options = XML_PARSE_COMPACT;
3226 options &= ~XML_PARSE_COMPACT;
H A DSAX2.c1808 (ctxt->options & XML_PARSE_COMPACT)) {
H A Druntest.c4318 tst->options | XML_PARSE_COMPACT);
H A Dparser.c13559 if (options & XML_PARSE_COMPACT) {
13560 ctxt->options |= XML_PARSE_COMPACT;
13561 options -= XML_PARSE_COMPACT;
H A Dxmlreader.c4885 options |= XML_PARSE_COMPACT;
/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dparser.h1095 XML_PARSE_COMPACT = 1<<16 /* compact small text nodes; no modification of enumerator in enum:__anon17043

Completed in 313 milliseconds