Searched refs:xmlTextReaderSetParserProp (Results 1 - 4 of 4) sorted by relevance

/haiku-fatelf/src/tools/docbook/libxml2/include/libxml/
H A Dxmlreader.h44 * Some common options to use with xmlTextReaderSetParserProp, but it
244 xmlTextReaderSetParserProp (xmlTextReaderPtr reader,
/haiku-fatelf/src/tools/docbook/libxml2/
H A Dxmllint.c1844 xmlTextReaderSetParserProp(reader, XML_PARSER_VALIDATE, 1);
1847 xmlTextReaderSetParserProp(reader, XML_PARSER_LOADDTD, 1);
H A Delfgcchack.h11630 #undef xmlTextReaderSetParserProp macro
11631 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
11633 #ifndef xmlTextReaderSetParserProp
11634 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden")));
11635 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias macro
H A Dxmlreader.c3691 * xmlTextReaderSetParserProp:
3703 xmlTextReaderSetParserProp(xmlTextReaderPtr reader, int prop, int value) { function

Completed in 137 milliseconds