Searched refs:xmlTextReaderSetup (Results 1 – 9 of 9) sorted by relevance
/external/libxml2/include/libxml/ |
D | xmlreader.h | 121 xmlTextReaderSetup(xmlTextReaderPtr reader,
|
/external/libxml2/ |
D | xmlreader.c | 5195 xmlTextReaderSetup(xmlTextReaderPtr reader, in xmlTextReaderSetup() function 5491 xmlTextReaderSetup(reader, NULL, NULL, encoding, options); in xmlReaderForFile() 5526 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForMemory() 5563 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForFd() 5605 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForIO() 5713 return (xmlTextReaderSetup(reader, input, filename, encoding, options)); in xmlReaderNewFile() 5747 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewMemory() 5781 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewFd() 5820 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewIO()
|
D | libxml2.syms | 2183 xmlTextReaderSetup;
|
D | elfgcchack.h | 11962 #undef xmlTextReaderSetup 11963 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup __attribute((alias("xmlTextReaderSetup__int… 11965 #ifndef xmlTextReaderSetup 11966 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup__internal_alias __attribute((visibility("hi… 11967 #define xmlTextReaderSetup xmlTextReaderSetup__internal_alias macro
|
D | NEWS | 1411 - Improvement: make xmlTextReaderSetup() public
|
D | ChangeLog | 1422 * xmlreader.c: fix xmlTextReaderSetup() description 1432 expose xmlTextReaderSetup() function
|
D | testapi.c | 33003 ret_val = xmlTextReaderSetup(reader, input, URL, (const char *)encoding, options); in test_xmlTextReaderSetup()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlreader.rpgle | 145 d xmlTextReaderSetup... 146 d pr extproc('xmlTextReaderSetup')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1989 xmlTextReaderSetup
|