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 | 5097 xmlTextReaderSetup(xmlTextReaderPtr reader, in xmlTextReaderSetup() function 5390 xmlTextReaderSetup(reader, NULL, NULL, encoding, options); in xmlReaderForFile() 5425 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForMemory() 5462 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForFd() 5504 xmlTextReaderSetup(reader, NULL, URL, encoding, options); in xmlReaderForIO() 5612 return (xmlTextReaderSetup(reader, input, filename, encoding, options)); in xmlReaderNewFile() 5646 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewMemory() 5680 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewFd() 5719 return (xmlTextReaderSetup(reader, input, URL, encoding, options)); in xmlReaderNewIO()
|
D | libxml2.syms | 2183 xmlTextReaderSetup;
|
D | elfgcchack.h | 11952 #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
|
D | NEWS | 968 - Improvement: make xmlTextReaderSetup() public
|
D | ChangeLog | 1422 * xmlreader.c: fix xmlTextReaderSetup() description 1432 expose xmlTextReaderSetup() function
|
D | testapi.c | 32840 ret_val = xmlTextReaderSetup(reader, input, URL, (const char *)encoding, options); in test_xmlTextReaderSetup()
|
/external/libxml2/os400/libxmlrpg/ |
D | xmlreader.rpgle | 140 d xmlTextReaderSetup... 141 d pr 10i 0 extproc('xmlTextReaderSetup')
|
/external/libxml2/win32/ |
D | libxml2.def.src | 1988 xmlTextReaderSetup
|