Home
last modified time | relevance | path

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

/third_party/libxml2/include/libxml/
Dxmlreader.h121 xmlTextReaderSetup(xmlTextReaderPtr reader,
/third_party/libxml2/
Dxmlreader.c5195 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()
Dlibxml2.syms2183 xmlTextReaderSetup;
Delfgcchack.h11974 #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
DNEWS1894 - Improvement: make xmlTextReaderSetup() public
Dtestapi.c33005 ret_val = xmlTextReaderSetup(reader, input, URL, (const char *)encoding, options); in test_xmlTextReaderSetup()
/third_party/libxml2/os400/libxmlrpg/
Dxmlreader.rpgle145 d xmlTextReaderSetup...
146 d pr extproc('xmlTextReaderSetup')
/third_party/libxml2/win32/
Dlibxml2.def.src1990 xmlTextReaderSetup
/third_party/chromium/patch/
D0001-cve.patch76017 - * 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,