Home
last modified time | relevance | path

Searched refs:xmlTextReaderSetup (Results 1 – 9 of 9) sorted by relevance

/external/libxml2/include/libxml/
Dxmlreader.h121 xmlTextReaderSetup(xmlTextReaderPtr reader,
/external/libxml2/
Dxmlreader.c5122 xmlTextReaderSetup(xmlTextReaderPtr reader, in xmlTextReaderSetup() function
5418 xmlTextReaderSetup(reader, NULL, NULL, encoding, options); in xmlReaderForFile()
5453 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForMemory()
5490 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForFd()
5532 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForIO()
5640 return (xmlTextReaderSetup(reader, input, filename, encoding, options)); in xmlReaderNewFile()
5674 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewMemory()
5708 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewFd()
5747 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewIO()
Dlibxml2.syms2183 xmlTextReaderSetup;
Delfgcchack.h11952 #undef xmlTextReaderSetup
11953 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup __attribute((alias("xmlTextReaderSetup__int…
11955 #ifndef xmlTextReaderSetup
11956 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup__internal_alias __attribute((visibility("hi…
11957 #define xmlTextReaderSetup xmlTextReaderSetup__internal_alias macro
DNEWS968 - Improvement: make xmlTextReaderSetup() public
DChangeLog1422 * xmlreader.c: fix xmlTextReaderSetup() description
1432 expose xmlTextReaderSetup() function
Dtestapi.c33002 ret_val = xmlTextReaderSetup(reader, input, URL, (const char *)encoding, options); in test_xmlTextReaderSetup()
/external/libxml2/os400/libxmlrpg/
Dxmlreader.rpgle145 d xmlTextReaderSetup...
146 d pr extproc('xmlTextReaderSetup')
/external/libxml2/win32/
Dlibxml2.def.src1988 xmlTextReaderSetup