Home
last modified time | relevance | path

Searched refs:XML_PARSE_NOBLANKS (Results 1 – 10 of 10) sorted by relevance

/external/mesa3d/src/mesa/main/
DAPIspecutil.py50 libxml2.XML_PARSE_NOBLANKS)
DAPIspec.py604 libxml2.XML_PARSE_NOBLANKS)
/external/libxml2/include/libxml/
Dparser.h1098 XML_PARSE_NOBLANKS = 1<<8, /* remove blank nodes */ enumerator
/external/mesa3d/src/mapi/glapi/gen/
Dgl_XML.py34 …doc = libxml2.readFile( file_name, None, libxml2.XML_PARSE_XINCLUDE + libxml2.XML_PARSE_NOBLANKS +…
/external/libxml2/
DHTMLparser.c6637 if (options & XML_PARSE_NOBLANKS) { in htmlCtxtUseOptions()
6640 options -= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
6641 ctxt->options |= XML_PARSE_NOBLANKS; in htmlCtxtUseOptions()
DparserInternals.c1706 ctxt->options |= XML_PARSE_NOBLANKS; in xmlInitParserCtxt()
Dxmllint.c3374 options |= XML_PARSE_NOBLANKS; in main()
Dparser.c15160 if (options & XML_PARSE_NOBLANKS) { in xmlCtxtUseOptionsInternal()
15163 options -= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
15164 ctxt->options |= XML_PARSE_NOBLANKS; in xmlCtxtUseOptionsInternal()
Dtestapi.c260 if (no == 0) return(XML_PARSE_NOBLANKS | XML_PARSE_RECOVER); in gen_parseroptions()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1211 d XML_PARSE_NOBLANKS... Remove blank nodes