Searched refs:xmlTextReaderSetup (Results 1 – 9 of 9) sorted by relevance
| /third_party/libxml2/include/libxml/ |
| D | xmlreader.h | 121 xmlTextReaderSetup(xmlTextReaderPtr reader,
|
| /third_party/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 | 11974 #undef xmlTextReaderSetup 11975 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup __attribute((alias("xmlTextReaderSetup__int… 11977 #ifndef xmlTextReaderSetup 11978 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup__internal_alias __attribute((visibility("hi… 11979 #define xmlTextReaderSetup xmlTextReaderSetup__internal_alias macro
|
| D | NEWS | 1894 - Improvement: make xmlTextReaderSetup() public
|
| D | testapi.c | 33005 ret_val = xmlTextReaderSetup(reader, input, URL, (const char *)encoding, options); in test_xmlTextReaderSetup()
|
| /third_party/libxml2/os400/libxmlrpg/ |
| D | xmlreader.rpgle | 145 d xmlTextReaderSetup... 146 d pr extproc('xmlTextReaderSetup')
|
| /third_party/libxml2/win32/ |
| D | libxml2.def.src | 1990 xmlTextReaderSetup
|
| /third_party/chromium/patch/ |
| D | 0001-cve.patch | 76017 - * xmlreader.c: fix xmlTextReaderSetup() description 76027 - expose xmlTextReaderSetup() function 112947 -#undef xmlTextReaderSetup 112948 -extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup __attribute((alias("xmlTextReaderSetup__in… 112950 -#ifndef xmlTextReaderSetup 112951 -extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup__internal_alias __attribute((visibility("h… 112952 -#define xmlTextReaderSetup xmlTextReaderSetup__internal_alias 121113 - # 'input' argument in xmlTextReaderSetup. There should be 121122 + # 'input' argument in xmlTextReaderSetup. There should be 134813 @@ -5231,7 +5084,7 @@ xmlTextReaderSetup(xmlTextReaderPtr reader,
|