Searched refs:xmlTextReaderSetParserProp (Results 1 – 10 of 10) sorted by relevance
/external/libxml2/ |
D | testReader.c | 78 xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1); in handleFile()
|
D | testOOM.c | 271 if (xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1) == -1) in check_load_file_memory_func()
|
D | libxml2.syms | 1290 xmlTextReaderSetParserProp;
|
D | xmllint.c | 1865 xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1); in streamFile() 1869 xmlTextReaderSetParserProp(reader, XML_PARSER_LOADDTD, 1); in streamFile()
|
D | elfgcchack.h | 11916 #undef xmlTextReaderSetParserProp 11917 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlText… 11919 #ifndef xmlTextReaderSetParserProp 11920 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute… 11921 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias macro
|
D | xmlreader.c | 3801 xmlTextReaderSetParserProp(xmlTextReaderPtr reader, int prop, int value) { in xmlTextReaderSetParserProp() function
|
D | testapi.c | 32895 ret_val = xmlTextReaderSetParserProp(reader, prop, value); in test_xmlTextReaderSetParserProp()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlreader.rpgle | 62 * Some common options to use with xmlTextReaderSetParserProp, but it 388 d xmlTextReaderSetParserProp... 389 d pr extproc('xmlTextReaderSetParserProp')
|
/external/libxml2/include/libxml/ |
D | xmlreader.h | 250 xmlTextReaderSetParserProp (xmlTextReaderPtr reader,
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1985 xmlTextReaderSetParserProp
|