Home
last modified time | relevance | path

Searched refs:xmlTextReaderSetParserProp (Results 1 – 11 of 11) sorted by relevance

/third_party/libxml2/
DtestReader.c78 xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1); in handleFile()
DtestOOM.c271 if (xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1) == -1) in check_load_file_memory_func()
Dlibxml2.syms1290 xmlTextReaderSetParserProp;
Dxmllint.c1877 xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1); in streamFile()
1881 xmlTextReaderSetParserProp(reader, XML_PARSER_LOADDTD, 1); in streamFile()
Delfgcchack.h11938 #undef xmlTextReaderSetParserProp
11939 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlText…
11941 #ifndef xmlTextReaderSetParserProp
11942 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute…
11943 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias macro
Dxmlreader.c3869 xmlTextReaderSetParserProp(xmlTextReaderPtr reader, int prop, int value) { in xmlTextReaderSetParserProp() function
Dtestapi.c32898 ret_val = xmlTextReaderSetParserProp(reader, prop, value); in test_xmlTextReaderSetParserProp()
/third_party/libxml2/os400/libxmlrpg/
Dxmlreader.rpgle62 * Some common options to use with xmlTextReaderSetParserProp, but it
388 d xmlTextReaderSetParserProp...
389 d pr extproc('xmlTextReaderSetParserProp')
/third_party/libxml2/include/libxml/
Dxmlreader.h250 xmlTextReaderSetParserProp (xmlTextReaderPtr reader,
/third_party/libxml2/win32/
Dlibxml2.def.src1987 xmlTextReaderSetParserProp
/third_party/chromium/patch/
D0001-cve.patch112911 -#undef xmlTextReaderSetParserProp
112912 -extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTex…
112914 -#ifndef xmlTextReaderSetParserProp
112915 -extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribut…
112916 -#define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
127133 - xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1);