Home
last modified time | relevance | path

Searched refs:xmlCtxtUseOptions (Results 1 – 14 of 14) sorted by relevance

/external/libxml2/include/libxml/
Dparser.h1126 xmlCtxtUseOptions (xmlParserCtxtPtr ctxt,
/external/libxml2/
Druntest.c1725 xmlCtxtUseOptions(ctxt, options); in saxParseTest()
1754 xmlCtxtUseOptions(ctxt, options); in saxParseTest()
1895 xmlCtxtUseOptions(ctxt, options); in pushParseTest()
Dlibxml2.syms1565 xmlCtxtUseOptions;
Dxmllint.c2204 xmlCtxtUseOptions(ctxt, options); in parseAndPrintFile()
2275 xmlCtxtUseOptions(ctxt, options); in parseAndPrintFile()
Dxinclude.c450 xmlCtxtUseOptions(pctxt, ctxt->parseFlags | XML_PARSE_DTDLOAD); in xmlXIncludeParseFile()
Delfgcchack.h2601 #undef xmlCtxtUseOptions
2602 extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions __attribute((alias("xmlCtxtUseOptions__intern…
2604 #ifndef xmlCtxtUseOptions
2605 extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions__internal_alias __attribute((visibility("hidd…
2606 #define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias macro
Dxmlreader.c5297 xmlCtxtUseOptions(reader->ctxt, options); in xmlTextReaderSetup()
Dparser.c15162 xmlCtxtUseOptions(xmlParserCtxtPtr ctxt, int options) in xmlCtxtUseOptions() function
Dxmlschemas.c28888 xmlCtxtUseOptions(pctxt, options); in xmlSchemaValidateStream()
Dtestapi.c13128 ret_val = xmlCtxtUseOptions(ctxt, options); in test_xmlCtxtUseOptions()
DChangeLog9474 a clear define of xmlParserOption, xmlCtxtUseOptions()
/external/libxml2/os400/libxmlrpg/
Dparser.rpgle1279 d xmlCtxtUseOptions...
1280 d pr extproc('xmlCtxtUseOptions')
/external/libxml2/win32/
Dlibxml2.def.src724 xmlCtxtUseOptions
/external/ImageMagick/coders/
Dsvg.c3587 (void) xmlCtxtUseOptions(svg_info->parser,XML_PARSE_HUGE); in ReadSVGImage()