Paul Cercueil / libxml2

Dependents:   libiio

Committer:
pcercuei
Date:
Thu Aug 25 10:05:35 2016 +0000
Revision:
0:03b5121a232e
Add basic C files of libxml2 2.9.4

Who changed what in which revision?

UserRevisionLine numberNew contents of line
pcercuei 0:03b5121a232e 1 /*
pcercuei 0:03b5121a232e 2 * elfgcchack.h: hack by Arjan van de Ven <arjanv@redhat.com> to speed
pcercuei 0:03b5121a232e 3 * up the code when using gcc for call within the library.
pcercuei 0:03b5121a232e 4 *
pcercuei 0:03b5121a232e 5 * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf
pcercuei 0:03b5121a232e 6 * from Ulrich drepper. Rewritten to be generated from the XML description
pcercuei 0:03b5121a232e 7 * file for libxml2 API
pcercuei 0:03b5121a232e 8 * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml
pcercuei 0:03b5121a232e 9 */
pcercuei 0:03b5121a232e 10
pcercuei 0:03b5121a232e 11 #ifdef IN_LIBXML
pcercuei 0:03b5121a232e 12 #ifdef __GNUC__
pcercuei 0:03b5121a232e 13 #ifdef PIC
pcercuei 0:03b5121a232e 14 #ifdef linux
pcercuei 0:03b5121a232e 15 #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
pcercuei 0:03b5121a232e 16
pcercuei 0:03b5121a232e 17 #include "libxml/c14n.h"
pcercuei 0:03b5121a232e 18 #include "libxml/catalog.h"
pcercuei 0:03b5121a232e 19 #include "libxml/chvalid.h"
pcercuei 0:03b5121a232e 20 #include "libxml/debugXML.h"
pcercuei 0:03b5121a232e 21 #include "libxml/dict.h"
pcercuei 0:03b5121a232e 22 #include "libxml/DOCBparser.h"
pcercuei 0:03b5121a232e 23 #include "libxml/encoding.h"
pcercuei 0:03b5121a232e 24 #include "libxml/entities.h"
pcercuei 0:03b5121a232e 25 #include "libxml/globals.h"
pcercuei 0:03b5121a232e 26 #include "libxml/hash.h"
pcercuei 0:03b5121a232e 27 #include "libxml/HTMLparser.h"
pcercuei 0:03b5121a232e 28 #include "libxml/HTMLtree.h"
pcercuei 0:03b5121a232e 29 #include "libxml/list.h"
pcercuei 0:03b5121a232e 30 #include "libxml/nanoftp.h"
pcercuei 0:03b5121a232e 31 #include "libxml/nanohttp.h"
pcercuei 0:03b5121a232e 32 #include "libxml/parser.h"
pcercuei 0:03b5121a232e 33 #include "libxml/parserInternals.h"
pcercuei 0:03b5121a232e 34 #include "libxml/pattern.h"
pcercuei 0:03b5121a232e 35 #include "libxml/relaxng.h"
pcercuei 0:03b5121a232e 36 #include "libxml/SAX2.h"
pcercuei 0:03b5121a232e 37 #include "libxml/SAX.h"
pcercuei 0:03b5121a232e 38 #include "libxml/schemasInternals.h"
pcercuei 0:03b5121a232e 39 #include "libxml/schematron.h"
pcercuei 0:03b5121a232e 40 #include "libxml/threads.h"
pcercuei 0:03b5121a232e 41 #include "libxml/tree.h"
pcercuei 0:03b5121a232e 42 #include "libxml/uri.h"
pcercuei 0:03b5121a232e 43 #include "libxml/valid.h"
pcercuei 0:03b5121a232e 44 #include "libxml/xinclude.h"
pcercuei 0:03b5121a232e 45 #include "libxml/xlink.h"
pcercuei 0:03b5121a232e 46 #include "libxml/xmlautomata.h"
pcercuei 0:03b5121a232e 47 #include "libxml/xmlerror.h"
pcercuei 0:03b5121a232e 48 #include "libxml/xmlexports.h"
pcercuei 0:03b5121a232e 49 #include "libxml/xmlIO.h"
pcercuei 0:03b5121a232e 50 #include "libxml/xmlmemory.h"
pcercuei 0:03b5121a232e 51 #include "libxml/xmlreader.h"
pcercuei 0:03b5121a232e 52 #include "libxml/xmlregexp.h"
pcercuei 0:03b5121a232e 53 #include "libxml/xmlsave.h"
pcercuei 0:03b5121a232e 54 #include "libxml/xmlschemas.h"
pcercuei 0:03b5121a232e 55 #include "libxml/xmlschemastypes.h"
pcercuei 0:03b5121a232e 56 #include "libxml/xmlstring.h"
pcercuei 0:03b5121a232e 57 #include "libxml/xmlunicode.h"
pcercuei 0:03b5121a232e 58 #include "libxml/xmlversion.h"
pcercuei 0:03b5121a232e 59 #include "libxml/xmlwriter.h"
pcercuei 0:03b5121a232e 60 #include "libxml/xpath.h"
pcercuei 0:03b5121a232e 61 #include "libxml/xpathInternals.h"
pcercuei 0:03b5121a232e 62 #include "libxml/xpointer.h"
pcercuei 0:03b5121a232e 63 #include "libxml/xmlmodule.h"
pcercuei 0:03b5121a232e 64
pcercuei 0:03b5121a232e 65 /* special hot spot not exported ones */
pcercuei 0:03b5121a232e 66
pcercuei 0:03b5121a232e 67 #ifdef bottom_globals
pcercuei 0:03b5121a232e 68 #undef __xmlGenericError
pcercuei 0:03b5121a232e 69 extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
pcercuei 0:03b5121a232e 70 #else
pcercuei 0:03b5121a232e 71 #ifndef __xmlGenericError
pcercuei 0:03b5121a232e 72 extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 73 #define __xmlGenericError __xmlGenericError__internal_alias
pcercuei 0:03b5121a232e 74 #endif
pcercuei 0:03b5121a232e 75 #endif
pcercuei 0:03b5121a232e 76
pcercuei 0:03b5121a232e 77 #ifdef bottom_globals
pcercuei 0:03b5121a232e 78 #undef __xmlGenericErrorContext
pcercuei 0:03b5121a232e 79 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
pcercuei 0:03b5121a232e 80 #else
pcercuei 0:03b5121a232e 81 #ifndef __xmlGenericErrorContext
pcercuei 0:03b5121a232e 82 extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 83 #define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias
pcercuei 0:03b5121a232e 84 #endif
pcercuei 0:03b5121a232e 85 #endif
pcercuei 0:03b5121a232e 86
pcercuei 0:03b5121a232e 87 /* list generated from libxml2-api.xml */
pcercuei 0:03b5121a232e 88 #if defined(LIBXML_DOCB_ENABLED)
pcercuei 0:03b5121a232e 89 #ifdef bottom_DOCBparser
pcercuei 0:03b5121a232e 90 #undef docbCreatePushParserCtxt
pcercuei 0:03b5121a232e 91 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 92 #else
pcercuei 0:03b5121a232e 93 #ifndef docbCreatePushParserCtxt
pcercuei 0:03b5121a232e 94 extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 95 #define docbCreatePushParserCtxt docbCreatePushParserCtxt__internal_alias
pcercuei 0:03b5121a232e 96 #endif
pcercuei 0:03b5121a232e 97 #endif
pcercuei 0:03b5121a232e 98 #endif
pcercuei 0:03b5121a232e 99
pcercuei 0:03b5121a232e 100 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 101 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 102 #undef htmlAttrAllowed
pcercuei 0:03b5121a232e 103 extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
pcercuei 0:03b5121a232e 104 #else
pcercuei 0:03b5121a232e 105 #ifndef htmlAttrAllowed
pcercuei 0:03b5121a232e 106 extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias
pcercuei 0:03b5121a232e 108 #endif
pcercuei 0:03b5121a232e 109 #endif
pcercuei 0:03b5121a232e 110 #endif
pcercuei 0:03b5121a232e 111
pcercuei 0:03b5121a232e 112 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 113 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 114 #undef htmlAutoCloseTag
pcercuei 0:03b5121a232e 115 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
pcercuei 0:03b5121a232e 116 #else
pcercuei 0:03b5121a232e 117 #ifndef htmlAutoCloseTag
pcercuei 0:03b5121a232e 118 extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias
pcercuei 0:03b5121a232e 120 #endif
pcercuei 0:03b5121a232e 121 #endif
pcercuei 0:03b5121a232e 122 #endif
pcercuei 0:03b5121a232e 123
pcercuei 0:03b5121a232e 124 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 125 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 126 #undef htmlCreateFileParserCtxt
pcercuei 0:03b5121a232e 127 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 128 #else
pcercuei 0:03b5121a232e 129 #ifndef htmlCreateFileParserCtxt
pcercuei 0:03b5121a232e 130 extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias
pcercuei 0:03b5121a232e 132 #endif
pcercuei 0:03b5121a232e 133 #endif
pcercuei 0:03b5121a232e 134 #endif
pcercuei 0:03b5121a232e 135
pcercuei 0:03b5121a232e 136 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 137 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 138 #undef htmlCreateMemoryParserCtxt
pcercuei 0:03b5121a232e 139 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 140 #else
pcercuei 0:03b5121a232e 141 #ifndef htmlCreateMemoryParserCtxt
pcercuei 0:03b5121a232e 142 extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 143 #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias
pcercuei 0:03b5121a232e 144 #endif
pcercuei 0:03b5121a232e 145 #endif
pcercuei 0:03b5121a232e 146 #endif
pcercuei 0:03b5121a232e 147
pcercuei 0:03b5121a232e 148 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
pcercuei 0:03b5121a232e 149 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 150 #undef htmlCreatePushParserCtxt
pcercuei 0:03b5121a232e 151 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 152 #else
pcercuei 0:03b5121a232e 153 #ifndef htmlCreatePushParserCtxt
pcercuei 0:03b5121a232e 154 extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 155 #define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias
pcercuei 0:03b5121a232e 156 #endif
pcercuei 0:03b5121a232e 157 #endif
pcercuei 0:03b5121a232e 158 #endif
pcercuei 0:03b5121a232e 159
pcercuei 0:03b5121a232e 160 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 161 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 162 #undef htmlCtxtReadDoc
pcercuei 0:03b5121a232e 163 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias")));
pcercuei 0:03b5121a232e 164 #else
pcercuei 0:03b5121a232e 165 #ifndef htmlCtxtReadDoc
pcercuei 0:03b5121a232e 166 extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 167 #define htmlCtxtReadDoc htmlCtxtReadDoc__internal_alias
pcercuei 0:03b5121a232e 168 #endif
pcercuei 0:03b5121a232e 169 #endif
pcercuei 0:03b5121a232e 170 #endif
pcercuei 0:03b5121a232e 171
pcercuei 0:03b5121a232e 172 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 173 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 174 #undef htmlCtxtReadFd
pcercuei 0:03b5121a232e 175 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alias")));
pcercuei 0:03b5121a232e 176 #else
pcercuei 0:03b5121a232e 177 #ifndef htmlCtxtReadFd
pcercuei 0:03b5121a232e 178 extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 179 #define htmlCtxtReadFd htmlCtxtReadFd__internal_alias
pcercuei 0:03b5121a232e 180 #endif
pcercuei 0:03b5121a232e 181 #endif
pcercuei 0:03b5121a232e 182 #endif
pcercuei 0:03b5121a232e 183
pcercuei 0:03b5121a232e 184 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 185 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 186 #undef htmlCtxtReadFile
pcercuei 0:03b5121a232e 187 extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile __attribute((alias("htmlCtxtReadFile__internal_alias")));
pcercuei 0:03b5121a232e 188 #else
pcercuei 0:03b5121a232e 189 #ifndef htmlCtxtReadFile
pcercuei 0:03b5121a232e 190 extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 191 #define htmlCtxtReadFile htmlCtxtReadFile__internal_alias
pcercuei 0:03b5121a232e 192 #endif
pcercuei 0:03b5121a232e 193 #endif
pcercuei 0:03b5121a232e 194 #endif
pcercuei 0:03b5121a232e 195
pcercuei 0:03b5121a232e 196 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 197 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 198 #undef htmlCtxtReadIO
pcercuei 0:03b5121a232e 199 extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO __attribute((alias("htmlCtxtReadIO__internal_alias")));
pcercuei 0:03b5121a232e 200 #else
pcercuei 0:03b5121a232e 201 #ifndef htmlCtxtReadIO
pcercuei 0:03b5121a232e 202 extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 203 #define htmlCtxtReadIO htmlCtxtReadIO__internal_alias
pcercuei 0:03b5121a232e 204 #endif
pcercuei 0:03b5121a232e 205 #endif
pcercuei 0:03b5121a232e 206 #endif
pcercuei 0:03b5121a232e 207
pcercuei 0:03b5121a232e 208 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 209 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 210 #undef htmlCtxtReadMemory
pcercuei 0:03b5121a232e 211 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory __attribute((alias("htmlCtxtReadMemory__internal_alias")));
pcercuei 0:03b5121a232e 212 #else
pcercuei 0:03b5121a232e 213 #ifndef htmlCtxtReadMemory
pcercuei 0:03b5121a232e 214 extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 215 #define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias
pcercuei 0:03b5121a232e 216 #endif
pcercuei 0:03b5121a232e 217 #endif
pcercuei 0:03b5121a232e 218 #endif
pcercuei 0:03b5121a232e 219
pcercuei 0:03b5121a232e 220 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 221 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 222 #undef htmlCtxtReset
pcercuei 0:03b5121a232e 223 extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias")));
pcercuei 0:03b5121a232e 224 #else
pcercuei 0:03b5121a232e 225 #ifndef htmlCtxtReset
pcercuei 0:03b5121a232e 226 extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 227 #define htmlCtxtReset htmlCtxtReset__internal_alias
pcercuei 0:03b5121a232e 228 #endif
pcercuei 0:03b5121a232e 229 #endif
pcercuei 0:03b5121a232e 230 #endif
pcercuei 0:03b5121a232e 231
pcercuei 0:03b5121a232e 232 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 233 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 234 #undef htmlCtxtUseOptions
pcercuei 0:03b5121a232e 235 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions __attribute((alias("htmlCtxtUseOptions__internal_alias")));
pcercuei 0:03b5121a232e 236 #else
pcercuei 0:03b5121a232e 237 #ifndef htmlCtxtUseOptions
pcercuei 0:03b5121a232e 238 extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 239 #define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias
pcercuei 0:03b5121a232e 240 #endif
pcercuei 0:03b5121a232e 241 #endif
pcercuei 0:03b5121a232e 242 #endif
pcercuei 0:03b5121a232e 243
pcercuei 0:03b5121a232e 244 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 245 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 246 #undef htmlDefaultSAXHandlerInit
pcercuei 0:03b5121a232e 247 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit __attribute((alias("htmlDefaultSAXHandlerInit__internal_alias")));
pcercuei 0:03b5121a232e 248 #else
pcercuei 0:03b5121a232e 249 #ifndef htmlDefaultSAXHandlerInit
pcercuei 0:03b5121a232e 250 extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 251 #define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias
pcercuei 0:03b5121a232e 252 #endif
pcercuei 0:03b5121a232e 253 #endif
pcercuei 0:03b5121a232e 254 #endif
pcercuei 0:03b5121a232e 255
pcercuei 0:03b5121a232e 256 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 257 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 258 #undef htmlDocContentDumpFormatOutput
pcercuei 0:03b5121a232e 259 extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput __attribute((alias("htmlDocContentDumpFormatOutput__internal_alias")));
pcercuei 0:03b5121a232e 260 #else
pcercuei 0:03b5121a232e 261 #ifndef htmlDocContentDumpFormatOutput
pcercuei 0:03b5121a232e 262 extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 263 #define htmlDocContentDumpFormatOutput htmlDocContentDumpFormatOutput__internal_alias
pcercuei 0:03b5121a232e 264 #endif
pcercuei 0:03b5121a232e 265 #endif
pcercuei 0:03b5121a232e 266 #endif
pcercuei 0:03b5121a232e 267
pcercuei 0:03b5121a232e 268 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 269 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 270 #undef htmlDocContentDumpOutput
pcercuei 0:03b5121a232e 271 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput __attribute((alias("htmlDocContentDumpOutput__internal_alias")));
pcercuei 0:03b5121a232e 272 #else
pcercuei 0:03b5121a232e 273 #ifndef htmlDocContentDumpOutput
pcercuei 0:03b5121a232e 274 extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 275 #define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias
pcercuei 0:03b5121a232e 276 #endif
pcercuei 0:03b5121a232e 277 #endif
pcercuei 0:03b5121a232e 278 #endif
pcercuei 0:03b5121a232e 279
pcercuei 0:03b5121a232e 280 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 281 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 282 #undef htmlDocDump
pcercuei 0:03b5121a232e 283 extern __typeof (htmlDocDump) htmlDocDump __attribute((alias("htmlDocDump__internal_alias")));
pcercuei 0:03b5121a232e 284 #else
pcercuei 0:03b5121a232e 285 #ifndef htmlDocDump
pcercuei 0:03b5121a232e 286 extern __typeof (htmlDocDump) htmlDocDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 287 #define htmlDocDump htmlDocDump__internal_alias
pcercuei 0:03b5121a232e 288 #endif
pcercuei 0:03b5121a232e 289 #endif
pcercuei 0:03b5121a232e 290 #endif
pcercuei 0:03b5121a232e 291
pcercuei 0:03b5121a232e 292 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 293 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 294 #undef htmlDocDumpMemory
pcercuei 0:03b5121a232e 295 extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory __attribute((alias("htmlDocDumpMemory__internal_alias")));
pcercuei 0:03b5121a232e 296 #else
pcercuei 0:03b5121a232e 297 #ifndef htmlDocDumpMemory
pcercuei 0:03b5121a232e 298 extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 299 #define htmlDocDumpMemory htmlDocDumpMemory__internal_alias
pcercuei 0:03b5121a232e 300 #endif
pcercuei 0:03b5121a232e 301 #endif
pcercuei 0:03b5121a232e 302 #endif
pcercuei 0:03b5121a232e 303
pcercuei 0:03b5121a232e 304 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 305 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 306 #undef htmlDocDumpMemoryFormat
pcercuei 0:03b5121a232e 307 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat __attribute((alias("htmlDocDumpMemoryFormat__internal_alias")));
pcercuei 0:03b5121a232e 308 #else
pcercuei 0:03b5121a232e 309 #ifndef htmlDocDumpMemoryFormat
pcercuei 0:03b5121a232e 310 extern __typeof (htmlDocDumpMemoryFormat) htmlDocDumpMemoryFormat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 311 #define htmlDocDumpMemoryFormat htmlDocDumpMemoryFormat__internal_alias
pcercuei 0:03b5121a232e 312 #endif
pcercuei 0:03b5121a232e 313 #endif
pcercuei 0:03b5121a232e 314 #endif
pcercuei 0:03b5121a232e 315
pcercuei 0:03b5121a232e 316 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 317 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 318 #undef htmlElementAllowedHere
pcercuei 0:03b5121a232e 319 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias")));
pcercuei 0:03b5121a232e 320 #else
pcercuei 0:03b5121a232e 321 #ifndef htmlElementAllowedHere
pcercuei 0:03b5121a232e 322 extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 323 #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias
pcercuei 0:03b5121a232e 324 #endif
pcercuei 0:03b5121a232e 325 #endif
pcercuei 0:03b5121a232e 326 #endif
pcercuei 0:03b5121a232e 327
pcercuei 0:03b5121a232e 328 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 329 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 330 #undef htmlElementStatusHere
pcercuei 0:03b5121a232e 331 extern __typeof (htmlElementStatusHere) htmlElementStatusHere __attribute((alias("htmlElementStatusHere__internal_alias")));
pcercuei 0:03b5121a232e 332 #else
pcercuei 0:03b5121a232e 333 #ifndef htmlElementStatusHere
pcercuei 0:03b5121a232e 334 extern __typeof (htmlElementStatusHere) htmlElementStatusHere__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 335 #define htmlElementStatusHere htmlElementStatusHere__internal_alias
pcercuei 0:03b5121a232e 336 #endif
pcercuei 0:03b5121a232e 337 #endif
pcercuei 0:03b5121a232e 338 #endif
pcercuei 0:03b5121a232e 339
pcercuei 0:03b5121a232e 340 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 341 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 342 #undef htmlEncodeEntities
pcercuei 0:03b5121a232e 343 extern __typeof (htmlEncodeEntities) htmlEncodeEntities __attribute((alias("htmlEncodeEntities__internal_alias")));
pcercuei 0:03b5121a232e 344 #else
pcercuei 0:03b5121a232e 345 #ifndef htmlEncodeEntities
pcercuei 0:03b5121a232e 346 extern __typeof (htmlEncodeEntities) htmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 347 #define htmlEncodeEntities htmlEncodeEntities__internal_alias
pcercuei 0:03b5121a232e 348 #endif
pcercuei 0:03b5121a232e 349 #endif
pcercuei 0:03b5121a232e 350 #endif
pcercuei 0:03b5121a232e 351
pcercuei 0:03b5121a232e 352 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 353 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 354 #undef htmlEntityLookup
pcercuei 0:03b5121a232e 355 extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_alias")));
pcercuei 0:03b5121a232e 356 #else
pcercuei 0:03b5121a232e 357 #ifndef htmlEntityLookup
pcercuei 0:03b5121a232e 358 extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 359 #define htmlEntityLookup htmlEntityLookup__internal_alias
pcercuei 0:03b5121a232e 360 #endif
pcercuei 0:03b5121a232e 361 #endif
pcercuei 0:03b5121a232e 362 #endif
pcercuei 0:03b5121a232e 363
pcercuei 0:03b5121a232e 364 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 365 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 366 #undef htmlEntityValueLookup
pcercuei 0:03b5121a232e 367 extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup __attribute((alias("htmlEntityValueLookup__internal_alias")));
pcercuei 0:03b5121a232e 368 #else
pcercuei 0:03b5121a232e 369 #ifndef htmlEntityValueLookup
pcercuei 0:03b5121a232e 370 extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 371 #define htmlEntityValueLookup htmlEntityValueLookup__internal_alias
pcercuei 0:03b5121a232e 372 #endif
pcercuei 0:03b5121a232e 373 #endif
pcercuei 0:03b5121a232e 374 #endif
pcercuei 0:03b5121a232e 375
pcercuei 0:03b5121a232e 376 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 377 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 378 #undef htmlFreeParserCtxt
pcercuei 0:03b5121a232e 379 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 380 #else
pcercuei 0:03b5121a232e 381 #ifndef htmlFreeParserCtxt
pcercuei 0:03b5121a232e 382 extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 383 #define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias
pcercuei 0:03b5121a232e 384 #endif
pcercuei 0:03b5121a232e 385 #endif
pcercuei 0:03b5121a232e 386 #endif
pcercuei 0:03b5121a232e 387
pcercuei 0:03b5121a232e 388 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 389 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 390 #undef htmlGetMetaEncoding
pcercuei 0:03b5121a232e 391 extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding __attribute((alias("htmlGetMetaEncoding__internal_alias")));
pcercuei 0:03b5121a232e 392 #else
pcercuei 0:03b5121a232e 393 #ifndef htmlGetMetaEncoding
pcercuei 0:03b5121a232e 394 extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 395 #define htmlGetMetaEncoding htmlGetMetaEncoding__internal_alias
pcercuei 0:03b5121a232e 396 #endif
pcercuei 0:03b5121a232e 397 #endif
pcercuei 0:03b5121a232e 398 #endif
pcercuei 0:03b5121a232e 399
pcercuei 0:03b5121a232e 400 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 401 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 402 #undef htmlHandleOmittedElem
pcercuei 0:03b5121a232e 403 extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem __attribute((alias("htmlHandleOmittedElem__internal_alias")));
pcercuei 0:03b5121a232e 404 #else
pcercuei 0:03b5121a232e 405 #ifndef htmlHandleOmittedElem
pcercuei 0:03b5121a232e 406 extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 407 #define htmlHandleOmittedElem htmlHandleOmittedElem__internal_alias
pcercuei 0:03b5121a232e 408 #endif
pcercuei 0:03b5121a232e 409 #endif
pcercuei 0:03b5121a232e 410 #endif
pcercuei 0:03b5121a232e 411
pcercuei 0:03b5121a232e 412 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 413 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 414 #undef htmlInitAutoClose
pcercuei 0:03b5121a232e 415 extern __typeof (htmlInitAutoClose) htmlInitAutoClose __attribute((alias("htmlInitAutoClose__internal_alias")));
pcercuei 0:03b5121a232e 416 #else
pcercuei 0:03b5121a232e 417 #ifndef htmlInitAutoClose
pcercuei 0:03b5121a232e 418 extern __typeof (htmlInitAutoClose) htmlInitAutoClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 419 #define htmlInitAutoClose htmlInitAutoClose__internal_alias
pcercuei 0:03b5121a232e 420 #endif
pcercuei 0:03b5121a232e 421 #endif
pcercuei 0:03b5121a232e 422 #endif
pcercuei 0:03b5121a232e 423
pcercuei 0:03b5121a232e 424 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 425 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 426 #undef htmlIsAutoClosed
pcercuei 0:03b5121a232e 427 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_alias")));
pcercuei 0:03b5121a232e 428 #else
pcercuei 0:03b5121a232e 429 #ifndef htmlIsAutoClosed
pcercuei 0:03b5121a232e 430 extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 431 #define htmlIsAutoClosed htmlIsAutoClosed__internal_alias
pcercuei 0:03b5121a232e 432 #endif
pcercuei 0:03b5121a232e 433 #endif
pcercuei 0:03b5121a232e 434 #endif
pcercuei 0:03b5121a232e 435
pcercuei 0:03b5121a232e 436 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 437 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 438 #undef htmlIsBooleanAttr
pcercuei 0:03b5121a232e 439 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
pcercuei 0:03b5121a232e 440 #else
pcercuei 0:03b5121a232e 441 #ifndef htmlIsBooleanAttr
pcercuei 0:03b5121a232e 442 extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
pcercuei 0:03b5121a232e 444 #endif
pcercuei 0:03b5121a232e 445 #endif
pcercuei 0:03b5121a232e 446 #endif
pcercuei 0:03b5121a232e 447
pcercuei 0:03b5121a232e 448 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 449 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 450 #undef htmlIsScriptAttribute
pcercuei 0:03b5121a232e 451 extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute __attribute((alias("htmlIsScriptAttribute__internal_alias")));
pcercuei 0:03b5121a232e 452 #else
pcercuei 0:03b5121a232e 453 #ifndef htmlIsScriptAttribute
pcercuei 0:03b5121a232e 454 extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 455 #define htmlIsScriptAttribute htmlIsScriptAttribute__internal_alias
pcercuei 0:03b5121a232e 456 #endif
pcercuei 0:03b5121a232e 457 #endif
pcercuei 0:03b5121a232e 458 #endif
pcercuei 0:03b5121a232e 459
pcercuei 0:03b5121a232e 460 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 461 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 462 #undef htmlNewDoc
pcercuei 0:03b5121a232e 463 extern __typeof (htmlNewDoc) htmlNewDoc __attribute((alias("htmlNewDoc__internal_alias")));
pcercuei 0:03b5121a232e 464 #else
pcercuei 0:03b5121a232e 465 #ifndef htmlNewDoc
pcercuei 0:03b5121a232e 466 extern __typeof (htmlNewDoc) htmlNewDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 467 #define htmlNewDoc htmlNewDoc__internal_alias
pcercuei 0:03b5121a232e 468 #endif
pcercuei 0:03b5121a232e 469 #endif
pcercuei 0:03b5121a232e 470 #endif
pcercuei 0:03b5121a232e 471
pcercuei 0:03b5121a232e 472 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 473 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 474 #undef htmlNewDocNoDtD
pcercuei 0:03b5121a232e 475 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD __attribute((alias("htmlNewDocNoDtD__internal_alias")));
pcercuei 0:03b5121a232e 476 #else
pcercuei 0:03b5121a232e 477 #ifndef htmlNewDocNoDtD
pcercuei 0:03b5121a232e 478 extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 479 #define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias
pcercuei 0:03b5121a232e 480 #endif
pcercuei 0:03b5121a232e 481 #endif
pcercuei 0:03b5121a232e 482 #endif
pcercuei 0:03b5121a232e 483
pcercuei 0:03b5121a232e 484 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 485 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 486 #undef htmlNewParserCtxt
pcercuei 0:03b5121a232e 487 extern __typeof (htmlNewParserCtxt) htmlNewParserCtxt __attribute((alias("htmlNewParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 488 #else
pcercuei 0:03b5121a232e 489 #ifndef htmlNewParserCtxt
pcercuei 0:03b5121a232e 490 extern __typeof (htmlNewParserCtxt) htmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 491 #define htmlNewParserCtxt htmlNewParserCtxt__internal_alias
pcercuei 0:03b5121a232e 492 #endif
pcercuei 0:03b5121a232e 493 #endif
pcercuei 0:03b5121a232e 494 #endif
pcercuei 0:03b5121a232e 495
pcercuei 0:03b5121a232e 496 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 497 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 498 #undef htmlNodeDump
pcercuei 0:03b5121a232e 499 extern __typeof (htmlNodeDump) htmlNodeDump __attribute((alias("htmlNodeDump__internal_alias")));
pcercuei 0:03b5121a232e 500 #else
pcercuei 0:03b5121a232e 501 #ifndef htmlNodeDump
pcercuei 0:03b5121a232e 502 extern __typeof (htmlNodeDump) htmlNodeDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 503 #define htmlNodeDump htmlNodeDump__internal_alias
pcercuei 0:03b5121a232e 504 #endif
pcercuei 0:03b5121a232e 505 #endif
pcercuei 0:03b5121a232e 506 #endif
pcercuei 0:03b5121a232e 507
pcercuei 0:03b5121a232e 508 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 509 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 510 #undef htmlNodeDumpFile
pcercuei 0:03b5121a232e 511 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_alias")));
pcercuei 0:03b5121a232e 512 #else
pcercuei 0:03b5121a232e 513 #ifndef htmlNodeDumpFile
pcercuei 0:03b5121a232e 514 extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 515 #define htmlNodeDumpFile htmlNodeDumpFile__internal_alias
pcercuei 0:03b5121a232e 516 #endif
pcercuei 0:03b5121a232e 517 #endif
pcercuei 0:03b5121a232e 518 #endif
pcercuei 0:03b5121a232e 519
pcercuei 0:03b5121a232e 520 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 521 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 522 #undef htmlNodeDumpFileFormat
pcercuei 0:03b5121a232e 523 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat __attribute((alias("htmlNodeDumpFileFormat__internal_alias")));
pcercuei 0:03b5121a232e 524 #else
pcercuei 0:03b5121a232e 525 #ifndef htmlNodeDumpFileFormat
pcercuei 0:03b5121a232e 526 extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 527 #define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias
pcercuei 0:03b5121a232e 528 #endif
pcercuei 0:03b5121a232e 529 #endif
pcercuei 0:03b5121a232e 530 #endif
pcercuei 0:03b5121a232e 531
pcercuei 0:03b5121a232e 532 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 533 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 534 #undef htmlNodeDumpFormatOutput
pcercuei 0:03b5121a232e 535 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDumpFormatOutput__internal_alias")));
pcercuei 0:03b5121a232e 536 #else
pcercuei 0:03b5121a232e 537 #ifndef htmlNodeDumpFormatOutput
pcercuei 0:03b5121a232e 538 extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 539 #define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias
pcercuei 0:03b5121a232e 540 #endif
pcercuei 0:03b5121a232e 541 #endif
pcercuei 0:03b5121a232e 542 #endif
pcercuei 0:03b5121a232e 543
pcercuei 0:03b5121a232e 544 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 545 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 546 #undef htmlNodeDumpOutput
pcercuei 0:03b5121a232e 547 extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput __attribute((alias("htmlNodeDumpOutput__internal_alias")));
pcercuei 0:03b5121a232e 548 #else
pcercuei 0:03b5121a232e 549 #ifndef htmlNodeDumpOutput
pcercuei 0:03b5121a232e 550 extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 551 #define htmlNodeDumpOutput htmlNodeDumpOutput__internal_alias
pcercuei 0:03b5121a232e 552 #endif
pcercuei 0:03b5121a232e 553 #endif
pcercuei 0:03b5121a232e 554 #endif
pcercuei 0:03b5121a232e 555
pcercuei 0:03b5121a232e 556 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 557 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 558 #undef htmlNodeStatus
pcercuei 0:03b5121a232e 559 extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias")));
pcercuei 0:03b5121a232e 560 #else
pcercuei 0:03b5121a232e 561 #ifndef htmlNodeStatus
pcercuei 0:03b5121a232e 562 extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 563 #define htmlNodeStatus htmlNodeStatus__internal_alias
pcercuei 0:03b5121a232e 564 #endif
pcercuei 0:03b5121a232e 565 #endif
pcercuei 0:03b5121a232e 566 #endif
pcercuei 0:03b5121a232e 567
pcercuei 0:03b5121a232e 568 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 569 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 570 #undef htmlParseCharRef
pcercuei 0:03b5121a232e 571 extern __typeof (htmlParseCharRef) htmlParseCharRef __attribute((alias("htmlParseCharRef__internal_alias")));
pcercuei 0:03b5121a232e 572 #else
pcercuei 0:03b5121a232e 573 #ifndef htmlParseCharRef
pcercuei 0:03b5121a232e 574 extern __typeof (htmlParseCharRef) htmlParseCharRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 575 #define htmlParseCharRef htmlParseCharRef__internal_alias
pcercuei 0:03b5121a232e 576 #endif
pcercuei 0:03b5121a232e 577 #endif
pcercuei 0:03b5121a232e 578 #endif
pcercuei 0:03b5121a232e 579
pcercuei 0:03b5121a232e 580 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
pcercuei 0:03b5121a232e 581 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 582 #undef htmlParseChunk
pcercuei 0:03b5121a232e 583 extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias")));
pcercuei 0:03b5121a232e 584 #else
pcercuei 0:03b5121a232e 585 #ifndef htmlParseChunk
pcercuei 0:03b5121a232e 586 extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 587 #define htmlParseChunk htmlParseChunk__internal_alias
pcercuei 0:03b5121a232e 588 #endif
pcercuei 0:03b5121a232e 589 #endif
pcercuei 0:03b5121a232e 590 #endif
pcercuei 0:03b5121a232e 591
pcercuei 0:03b5121a232e 592 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 593 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 594 #undef htmlParseDoc
pcercuei 0:03b5121a232e 595 extern __typeof (htmlParseDoc) htmlParseDoc __attribute((alias("htmlParseDoc__internal_alias")));
pcercuei 0:03b5121a232e 596 #else
pcercuei 0:03b5121a232e 597 #ifndef htmlParseDoc
pcercuei 0:03b5121a232e 598 extern __typeof (htmlParseDoc) htmlParseDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 599 #define htmlParseDoc htmlParseDoc__internal_alias
pcercuei 0:03b5121a232e 600 #endif
pcercuei 0:03b5121a232e 601 #endif
pcercuei 0:03b5121a232e 602 #endif
pcercuei 0:03b5121a232e 603
pcercuei 0:03b5121a232e 604 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 605 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 606 #undef htmlParseDocument
pcercuei 0:03b5121a232e 607 extern __typeof (htmlParseDocument) htmlParseDocument __attribute((alias("htmlParseDocument__internal_alias")));
pcercuei 0:03b5121a232e 608 #else
pcercuei 0:03b5121a232e 609 #ifndef htmlParseDocument
pcercuei 0:03b5121a232e 610 extern __typeof (htmlParseDocument) htmlParseDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 611 #define htmlParseDocument htmlParseDocument__internal_alias
pcercuei 0:03b5121a232e 612 #endif
pcercuei 0:03b5121a232e 613 #endif
pcercuei 0:03b5121a232e 614 #endif
pcercuei 0:03b5121a232e 615
pcercuei 0:03b5121a232e 616 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 617 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 618 #undef htmlParseElement
pcercuei 0:03b5121a232e 619 extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_alias")));
pcercuei 0:03b5121a232e 620 #else
pcercuei 0:03b5121a232e 621 #ifndef htmlParseElement
pcercuei 0:03b5121a232e 622 extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 623 #define htmlParseElement htmlParseElement__internal_alias
pcercuei 0:03b5121a232e 624 #endif
pcercuei 0:03b5121a232e 625 #endif
pcercuei 0:03b5121a232e 626 #endif
pcercuei 0:03b5121a232e 627
pcercuei 0:03b5121a232e 628 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 629 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 630 #undef htmlParseEntityRef
pcercuei 0:03b5121a232e 631 extern __typeof (htmlParseEntityRef) htmlParseEntityRef __attribute((alias("htmlParseEntityRef__internal_alias")));
pcercuei 0:03b5121a232e 632 #else
pcercuei 0:03b5121a232e 633 #ifndef htmlParseEntityRef
pcercuei 0:03b5121a232e 634 extern __typeof (htmlParseEntityRef) htmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 635 #define htmlParseEntityRef htmlParseEntityRef__internal_alias
pcercuei 0:03b5121a232e 636 #endif
pcercuei 0:03b5121a232e 637 #endif
pcercuei 0:03b5121a232e 638 #endif
pcercuei 0:03b5121a232e 639
pcercuei 0:03b5121a232e 640 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 641 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 642 #undef htmlParseFile
pcercuei 0:03b5121a232e 643 extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias")));
pcercuei 0:03b5121a232e 644 #else
pcercuei 0:03b5121a232e 645 #ifndef htmlParseFile
pcercuei 0:03b5121a232e 646 extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 647 #define htmlParseFile htmlParseFile__internal_alias
pcercuei 0:03b5121a232e 648 #endif
pcercuei 0:03b5121a232e 649 #endif
pcercuei 0:03b5121a232e 650 #endif
pcercuei 0:03b5121a232e 651
pcercuei 0:03b5121a232e 652 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 653 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 654 #undef htmlReadDoc
pcercuei 0:03b5121a232e 655 extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));
pcercuei 0:03b5121a232e 656 #else
pcercuei 0:03b5121a232e 657 #ifndef htmlReadDoc
pcercuei 0:03b5121a232e 658 extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 659 #define htmlReadDoc htmlReadDoc__internal_alias
pcercuei 0:03b5121a232e 660 #endif
pcercuei 0:03b5121a232e 661 #endif
pcercuei 0:03b5121a232e 662 #endif
pcercuei 0:03b5121a232e 663
pcercuei 0:03b5121a232e 664 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 665 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 666 #undef htmlReadFd
pcercuei 0:03b5121a232e 667 extern __typeof (htmlReadFd) htmlReadFd __attribute((alias("htmlReadFd__internal_alias")));
pcercuei 0:03b5121a232e 668 #else
pcercuei 0:03b5121a232e 669 #ifndef htmlReadFd
pcercuei 0:03b5121a232e 670 extern __typeof (htmlReadFd) htmlReadFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 671 #define htmlReadFd htmlReadFd__internal_alias
pcercuei 0:03b5121a232e 672 #endif
pcercuei 0:03b5121a232e 673 #endif
pcercuei 0:03b5121a232e 674 #endif
pcercuei 0:03b5121a232e 675
pcercuei 0:03b5121a232e 676 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 677 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 678 #undef htmlReadFile
pcercuei 0:03b5121a232e 679 extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias")));
pcercuei 0:03b5121a232e 680 #else
pcercuei 0:03b5121a232e 681 #ifndef htmlReadFile
pcercuei 0:03b5121a232e 682 extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 683 #define htmlReadFile htmlReadFile__internal_alias
pcercuei 0:03b5121a232e 684 #endif
pcercuei 0:03b5121a232e 685 #endif
pcercuei 0:03b5121a232e 686 #endif
pcercuei 0:03b5121a232e 687
pcercuei 0:03b5121a232e 688 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 689 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 690 #undef htmlReadIO
pcercuei 0:03b5121a232e 691 extern __typeof (htmlReadIO) htmlReadIO __attribute((alias("htmlReadIO__internal_alias")));
pcercuei 0:03b5121a232e 692 #else
pcercuei 0:03b5121a232e 693 #ifndef htmlReadIO
pcercuei 0:03b5121a232e 694 extern __typeof (htmlReadIO) htmlReadIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 695 #define htmlReadIO htmlReadIO__internal_alias
pcercuei 0:03b5121a232e 696 #endif
pcercuei 0:03b5121a232e 697 #endif
pcercuei 0:03b5121a232e 698 #endif
pcercuei 0:03b5121a232e 699
pcercuei 0:03b5121a232e 700 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 701 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 702 #undef htmlReadMemory
pcercuei 0:03b5121a232e 703 extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias")));
pcercuei 0:03b5121a232e 704 #else
pcercuei 0:03b5121a232e 705 #ifndef htmlReadMemory
pcercuei 0:03b5121a232e 706 extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 707 #define htmlReadMemory htmlReadMemory__internal_alias
pcercuei 0:03b5121a232e 708 #endif
pcercuei 0:03b5121a232e 709 #endif
pcercuei 0:03b5121a232e 710 #endif
pcercuei 0:03b5121a232e 711
pcercuei 0:03b5121a232e 712 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 713 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 714 #undef htmlSAXParseDoc
pcercuei 0:03b5121a232e 715 extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc __attribute((alias("htmlSAXParseDoc__internal_alias")));
pcercuei 0:03b5121a232e 716 #else
pcercuei 0:03b5121a232e 717 #ifndef htmlSAXParseDoc
pcercuei 0:03b5121a232e 718 extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 719 #define htmlSAXParseDoc htmlSAXParseDoc__internal_alias
pcercuei 0:03b5121a232e 720 #endif
pcercuei 0:03b5121a232e 721 #endif
pcercuei 0:03b5121a232e 722 #endif
pcercuei 0:03b5121a232e 723
pcercuei 0:03b5121a232e 724 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 725 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 726 #undef htmlSAXParseFile
pcercuei 0:03b5121a232e 727 extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias")));
pcercuei 0:03b5121a232e 728 #else
pcercuei 0:03b5121a232e 729 #ifndef htmlSAXParseFile
pcercuei 0:03b5121a232e 730 extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias
pcercuei 0:03b5121a232e 732 #endif
pcercuei 0:03b5121a232e 733 #endif
pcercuei 0:03b5121a232e 734 #endif
pcercuei 0:03b5121a232e 735
pcercuei 0:03b5121a232e 736 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 737 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 738 #undef htmlSaveFile
pcercuei 0:03b5121a232e 739 extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias")));
pcercuei 0:03b5121a232e 740 #else
pcercuei 0:03b5121a232e 741 #ifndef htmlSaveFile
pcercuei 0:03b5121a232e 742 extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 743 #define htmlSaveFile htmlSaveFile__internal_alias
pcercuei 0:03b5121a232e 744 #endif
pcercuei 0:03b5121a232e 745 #endif
pcercuei 0:03b5121a232e 746 #endif
pcercuei 0:03b5121a232e 747
pcercuei 0:03b5121a232e 748 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 749 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 750 #undef htmlSaveFileEnc
pcercuei 0:03b5121a232e 751 extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc __attribute((alias("htmlSaveFileEnc__internal_alias")));
pcercuei 0:03b5121a232e 752 #else
pcercuei 0:03b5121a232e 753 #ifndef htmlSaveFileEnc
pcercuei 0:03b5121a232e 754 extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 755 #define htmlSaveFileEnc htmlSaveFileEnc__internal_alias
pcercuei 0:03b5121a232e 756 #endif
pcercuei 0:03b5121a232e 757 #endif
pcercuei 0:03b5121a232e 758 #endif
pcercuei 0:03b5121a232e 759
pcercuei 0:03b5121a232e 760 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 761 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 762 #undef htmlSaveFileFormat
pcercuei 0:03b5121a232e 763 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__internal_alias")));
pcercuei 0:03b5121a232e 764 #else
pcercuei 0:03b5121a232e 765 #ifndef htmlSaveFileFormat
pcercuei 0:03b5121a232e 766 extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 767 #define htmlSaveFileFormat htmlSaveFileFormat__internal_alias
pcercuei 0:03b5121a232e 768 #endif
pcercuei 0:03b5121a232e 769 #endif
pcercuei 0:03b5121a232e 770 #endif
pcercuei 0:03b5121a232e 771
pcercuei 0:03b5121a232e 772 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 773 #ifdef bottom_HTMLtree
pcercuei 0:03b5121a232e 774 #undef htmlSetMetaEncoding
pcercuei 0:03b5121a232e 775 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias")));
pcercuei 0:03b5121a232e 776 #else
pcercuei 0:03b5121a232e 777 #ifndef htmlSetMetaEncoding
pcercuei 0:03b5121a232e 778 extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 779 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias
pcercuei 0:03b5121a232e 780 #endif
pcercuei 0:03b5121a232e 781 #endif
pcercuei 0:03b5121a232e 782 #endif
pcercuei 0:03b5121a232e 783
pcercuei 0:03b5121a232e 784 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 785 #ifdef bottom_HTMLparser
pcercuei 0:03b5121a232e 786 #undef htmlTagLookup
pcercuei 0:03b5121a232e 787 extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
pcercuei 0:03b5121a232e 788 #else
pcercuei 0:03b5121a232e 789 #ifndef htmlTagLookup
pcercuei 0:03b5121a232e 790 extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 791 #define htmlTagLookup htmlTagLookup__internal_alias
pcercuei 0:03b5121a232e 792 #endif
pcercuei 0:03b5121a232e 793 #endif
pcercuei 0:03b5121a232e 794 #endif
pcercuei 0:03b5121a232e 795
pcercuei 0:03b5121a232e 796 #ifdef bottom_parser
pcercuei 0:03b5121a232e 797 #undef inputPop
pcercuei 0:03b5121a232e 798 extern __typeof (inputPop) inputPop __attribute((alias("inputPop__internal_alias")));
pcercuei 0:03b5121a232e 799 #else
pcercuei 0:03b5121a232e 800 #ifndef inputPop
pcercuei 0:03b5121a232e 801 extern __typeof (inputPop) inputPop__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 802 #define inputPop inputPop__internal_alias
pcercuei 0:03b5121a232e 803 #endif
pcercuei 0:03b5121a232e 804 #endif
pcercuei 0:03b5121a232e 805
pcercuei 0:03b5121a232e 806 #ifdef bottom_parser
pcercuei 0:03b5121a232e 807 #undef inputPush
pcercuei 0:03b5121a232e 808 extern __typeof (inputPush) inputPush __attribute((alias("inputPush__internal_alias")));
pcercuei 0:03b5121a232e 809 #else
pcercuei 0:03b5121a232e 810 #ifndef inputPush
pcercuei 0:03b5121a232e 811 extern __typeof (inputPush) inputPush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 812 #define inputPush inputPush__internal_alias
pcercuei 0:03b5121a232e 813 #endif
pcercuei 0:03b5121a232e 814 #endif
pcercuei 0:03b5121a232e 815
pcercuei 0:03b5121a232e 816 #ifdef bottom_parser
pcercuei 0:03b5121a232e 817 #undef namePop
pcercuei 0:03b5121a232e 818 extern __typeof (namePop) namePop __attribute((alias("namePop__internal_alias")));
pcercuei 0:03b5121a232e 819 #else
pcercuei 0:03b5121a232e 820 #ifndef namePop
pcercuei 0:03b5121a232e 821 extern __typeof (namePop) namePop__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 822 #define namePop namePop__internal_alias
pcercuei 0:03b5121a232e 823 #endif
pcercuei 0:03b5121a232e 824 #endif
pcercuei 0:03b5121a232e 825
pcercuei 0:03b5121a232e 826 #ifdef bottom_parser
pcercuei 0:03b5121a232e 827 #undef namePush
pcercuei 0:03b5121a232e 828 extern __typeof (namePush) namePush __attribute((alias("namePush__internal_alias")));
pcercuei 0:03b5121a232e 829 #else
pcercuei 0:03b5121a232e 830 #ifndef namePush
pcercuei 0:03b5121a232e 831 extern __typeof (namePush) namePush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 832 #define namePush namePush__internal_alias
pcercuei 0:03b5121a232e 833 #endif
pcercuei 0:03b5121a232e 834 #endif
pcercuei 0:03b5121a232e 835
pcercuei 0:03b5121a232e 836 #ifdef bottom_parser
pcercuei 0:03b5121a232e 837 #undef nodePop
pcercuei 0:03b5121a232e 838 extern __typeof (nodePop) nodePop __attribute((alias("nodePop__internal_alias")));
pcercuei 0:03b5121a232e 839 #else
pcercuei 0:03b5121a232e 840 #ifndef nodePop
pcercuei 0:03b5121a232e 841 extern __typeof (nodePop) nodePop__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 842 #define nodePop nodePop__internal_alias
pcercuei 0:03b5121a232e 843 #endif
pcercuei 0:03b5121a232e 844 #endif
pcercuei 0:03b5121a232e 845
pcercuei 0:03b5121a232e 846 #ifdef bottom_parser
pcercuei 0:03b5121a232e 847 #undef nodePush
pcercuei 0:03b5121a232e 848 extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias")));
pcercuei 0:03b5121a232e 849 #else
pcercuei 0:03b5121a232e 850 #ifndef nodePush
pcercuei 0:03b5121a232e 851 extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 852 #define nodePush nodePush__internal_alias
pcercuei 0:03b5121a232e 853 #endif
pcercuei 0:03b5121a232e 854 #endif
pcercuei 0:03b5121a232e 855
pcercuei 0:03b5121a232e 856 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 857 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 858 #undef valuePop
pcercuei 0:03b5121a232e 859 extern __typeof (valuePop) valuePop __attribute((alias("valuePop__internal_alias")));
pcercuei 0:03b5121a232e 860 #else
pcercuei 0:03b5121a232e 861 #ifndef valuePop
pcercuei 0:03b5121a232e 862 extern __typeof (valuePop) valuePop__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 863 #define valuePop valuePop__internal_alias
pcercuei 0:03b5121a232e 864 #endif
pcercuei 0:03b5121a232e 865 #endif
pcercuei 0:03b5121a232e 866 #endif
pcercuei 0:03b5121a232e 867
pcercuei 0:03b5121a232e 868 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 869 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 870 #undef valuePush
pcercuei 0:03b5121a232e 871 extern __typeof (valuePush) valuePush __attribute((alias("valuePush__internal_alias")));
pcercuei 0:03b5121a232e 872 #else
pcercuei 0:03b5121a232e 873 #ifndef valuePush
pcercuei 0:03b5121a232e 874 extern __typeof (valuePush) valuePush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 875 #define valuePush valuePush__internal_alias
pcercuei 0:03b5121a232e 876 #endif
pcercuei 0:03b5121a232e 877 #endif
pcercuei 0:03b5121a232e 878 #endif
pcercuei 0:03b5121a232e 879
pcercuei 0:03b5121a232e 880 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 881 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 882 #undef xmlACatalogAdd
pcercuei 0:03b5121a232e 883 extern __typeof (xmlACatalogAdd) xmlACatalogAdd __attribute((alias("xmlACatalogAdd__internal_alias")));
pcercuei 0:03b5121a232e 884 #else
pcercuei 0:03b5121a232e 885 #ifndef xmlACatalogAdd
pcercuei 0:03b5121a232e 886 extern __typeof (xmlACatalogAdd) xmlACatalogAdd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 887 #define xmlACatalogAdd xmlACatalogAdd__internal_alias
pcercuei 0:03b5121a232e 888 #endif
pcercuei 0:03b5121a232e 889 #endif
pcercuei 0:03b5121a232e 890 #endif
pcercuei 0:03b5121a232e 891
pcercuei 0:03b5121a232e 892 #if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 893 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 894 #undef xmlACatalogDump
pcercuei 0:03b5121a232e 895 extern __typeof (xmlACatalogDump) xmlACatalogDump __attribute((alias("xmlACatalogDump__internal_alias")));
pcercuei 0:03b5121a232e 896 #else
pcercuei 0:03b5121a232e 897 #ifndef xmlACatalogDump
pcercuei 0:03b5121a232e 898 extern __typeof (xmlACatalogDump) xmlACatalogDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 899 #define xmlACatalogDump xmlACatalogDump__internal_alias
pcercuei 0:03b5121a232e 900 #endif
pcercuei 0:03b5121a232e 901 #endif
pcercuei 0:03b5121a232e 902 #endif
pcercuei 0:03b5121a232e 903
pcercuei 0:03b5121a232e 904 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 905 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 906 #undef xmlACatalogRemove
pcercuei 0:03b5121a232e 907 extern __typeof (xmlACatalogRemove) xmlACatalogRemove __attribute((alias("xmlACatalogRemove__internal_alias")));
pcercuei 0:03b5121a232e 908 #else
pcercuei 0:03b5121a232e 909 #ifndef xmlACatalogRemove
pcercuei 0:03b5121a232e 910 extern __typeof (xmlACatalogRemove) xmlACatalogRemove__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 911 #define xmlACatalogRemove xmlACatalogRemove__internal_alias
pcercuei 0:03b5121a232e 912 #endif
pcercuei 0:03b5121a232e 913 #endif
pcercuei 0:03b5121a232e 914 #endif
pcercuei 0:03b5121a232e 915
pcercuei 0:03b5121a232e 916 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 917 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 918 #undef xmlACatalogResolve
pcercuei 0:03b5121a232e 919 extern __typeof (xmlACatalogResolve) xmlACatalogResolve __attribute((alias("xmlACatalogResolve__internal_alias")));
pcercuei 0:03b5121a232e 920 #else
pcercuei 0:03b5121a232e 921 #ifndef xmlACatalogResolve
pcercuei 0:03b5121a232e 922 extern __typeof (xmlACatalogResolve) xmlACatalogResolve__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 923 #define xmlACatalogResolve xmlACatalogResolve__internal_alias
pcercuei 0:03b5121a232e 924 #endif
pcercuei 0:03b5121a232e 925 #endif
pcercuei 0:03b5121a232e 926 #endif
pcercuei 0:03b5121a232e 927
pcercuei 0:03b5121a232e 928 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 929 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 930 #undef xmlACatalogResolvePublic
pcercuei 0:03b5121a232e 931 extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic __attribute((alias("xmlACatalogResolvePublic__internal_alias")));
pcercuei 0:03b5121a232e 932 #else
pcercuei 0:03b5121a232e 933 #ifndef xmlACatalogResolvePublic
pcercuei 0:03b5121a232e 934 extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 935 #define xmlACatalogResolvePublic xmlACatalogResolvePublic__internal_alias
pcercuei 0:03b5121a232e 936 #endif
pcercuei 0:03b5121a232e 937 #endif
pcercuei 0:03b5121a232e 938 #endif
pcercuei 0:03b5121a232e 939
pcercuei 0:03b5121a232e 940 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 941 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 942 #undef xmlACatalogResolveSystem
pcercuei 0:03b5121a232e 943 extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem __attribute((alias("xmlACatalogResolveSystem__internal_alias")));
pcercuei 0:03b5121a232e 944 #else
pcercuei 0:03b5121a232e 945 #ifndef xmlACatalogResolveSystem
pcercuei 0:03b5121a232e 946 extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 947 #define xmlACatalogResolveSystem xmlACatalogResolveSystem__internal_alias
pcercuei 0:03b5121a232e 948 #endif
pcercuei 0:03b5121a232e 949 #endif
pcercuei 0:03b5121a232e 950 #endif
pcercuei 0:03b5121a232e 951
pcercuei 0:03b5121a232e 952 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 953 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 954 #undef xmlACatalogResolveURI
pcercuei 0:03b5121a232e 955 extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI __attribute((alias("xmlACatalogResolveURI__internal_alias")));
pcercuei 0:03b5121a232e 956 #else
pcercuei 0:03b5121a232e 957 #ifndef xmlACatalogResolveURI
pcercuei 0:03b5121a232e 958 extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 959 #define xmlACatalogResolveURI xmlACatalogResolveURI__internal_alias
pcercuei 0:03b5121a232e 960 #endif
pcercuei 0:03b5121a232e 961 #endif
pcercuei 0:03b5121a232e 962 #endif
pcercuei 0:03b5121a232e 963
pcercuei 0:03b5121a232e 964 #ifdef bottom_valid
pcercuei 0:03b5121a232e 965 #undef xmlAddAttributeDecl
pcercuei 0:03b5121a232e 966 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias")));
pcercuei 0:03b5121a232e 967 #else
pcercuei 0:03b5121a232e 968 #ifndef xmlAddAttributeDecl
pcercuei 0:03b5121a232e 969 extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 970 #define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias
pcercuei 0:03b5121a232e 971 #endif
pcercuei 0:03b5121a232e 972 #endif
pcercuei 0:03b5121a232e 973
pcercuei 0:03b5121a232e 974 #ifdef bottom_tree
pcercuei 0:03b5121a232e 975 #undef xmlAddChild
pcercuei 0:03b5121a232e 976 extern __typeof (xmlAddChild) xmlAddChild __attribute((alias("xmlAddChild__internal_alias")));
pcercuei 0:03b5121a232e 977 #else
pcercuei 0:03b5121a232e 978 #ifndef xmlAddChild
pcercuei 0:03b5121a232e 979 extern __typeof (xmlAddChild) xmlAddChild__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 980 #define xmlAddChild xmlAddChild__internal_alias
pcercuei 0:03b5121a232e 981 #endif
pcercuei 0:03b5121a232e 982 #endif
pcercuei 0:03b5121a232e 983
pcercuei 0:03b5121a232e 984 #ifdef bottom_tree
pcercuei 0:03b5121a232e 985 #undef xmlAddChildList
pcercuei 0:03b5121a232e 986 extern __typeof (xmlAddChildList) xmlAddChildList __attribute((alias("xmlAddChildList__internal_alias")));
pcercuei 0:03b5121a232e 987 #else
pcercuei 0:03b5121a232e 988 #ifndef xmlAddChildList
pcercuei 0:03b5121a232e 989 extern __typeof (xmlAddChildList) xmlAddChildList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 990 #define xmlAddChildList xmlAddChildList__internal_alias
pcercuei 0:03b5121a232e 991 #endif
pcercuei 0:03b5121a232e 992 #endif
pcercuei 0:03b5121a232e 993
pcercuei 0:03b5121a232e 994 #ifdef bottom_entities
pcercuei 0:03b5121a232e 995 #undef xmlAddDocEntity
pcercuei 0:03b5121a232e 996 extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_alias")));
pcercuei 0:03b5121a232e 997 #else
pcercuei 0:03b5121a232e 998 #ifndef xmlAddDocEntity
pcercuei 0:03b5121a232e 999 extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1000 #define xmlAddDocEntity xmlAddDocEntity__internal_alias
pcercuei 0:03b5121a232e 1001 #endif
pcercuei 0:03b5121a232e 1002 #endif
pcercuei 0:03b5121a232e 1003
pcercuei 0:03b5121a232e 1004 #ifdef bottom_entities
pcercuei 0:03b5121a232e 1005 #undef xmlAddDtdEntity
pcercuei 0:03b5121a232e 1006 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
pcercuei 0:03b5121a232e 1007 #else
pcercuei 0:03b5121a232e 1008 #ifndef xmlAddDtdEntity
pcercuei 0:03b5121a232e 1009 extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias
pcercuei 0:03b5121a232e 1011 #endif
pcercuei 0:03b5121a232e 1012 #endif
pcercuei 0:03b5121a232e 1013
pcercuei 0:03b5121a232e 1014 #ifdef bottom_valid
pcercuei 0:03b5121a232e 1015 #undef xmlAddElementDecl
pcercuei 0:03b5121a232e 1016 extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias")));
pcercuei 0:03b5121a232e 1017 #else
pcercuei 0:03b5121a232e 1018 #ifndef xmlAddElementDecl
pcercuei 0:03b5121a232e 1019 extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1020 #define xmlAddElementDecl xmlAddElementDecl__internal_alias
pcercuei 0:03b5121a232e 1021 #endif
pcercuei 0:03b5121a232e 1022 #endif
pcercuei 0:03b5121a232e 1023
pcercuei 0:03b5121a232e 1024 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 1025 #undef xmlAddEncodingAlias
pcercuei 0:03b5121a232e 1026 extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias __attribute((alias("xmlAddEncodingAlias__internal_alias")));
pcercuei 0:03b5121a232e 1027 #else
pcercuei 0:03b5121a232e 1028 #ifndef xmlAddEncodingAlias
pcercuei 0:03b5121a232e 1029 extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1030 #define xmlAddEncodingAlias xmlAddEncodingAlias__internal_alias
pcercuei 0:03b5121a232e 1031 #endif
pcercuei 0:03b5121a232e 1032 #endif
pcercuei 0:03b5121a232e 1033
pcercuei 0:03b5121a232e 1034 #ifdef bottom_valid
pcercuei 0:03b5121a232e 1035 #undef xmlAddID
pcercuei 0:03b5121a232e 1036 extern __typeof (xmlAddID) xmlAddID __attribute((alias("xmlAddID__internal_alias")));
pcercuei 0:03b5121a232e 1037 #else
pcercuei 0:03b5121a232e 1038 #ifndef xmlAddID
pcercuei 0:03b5121a232e 1039 extern __typeof (xmlAddID) xmlAddID__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1040 #define xmlAddID xmlAddID__internal_alias
pcercuei 0:03b5121a232e 1041 #endif
pcercuei 0:03b5121a232e 1042 #endif
pcercuei 0:03b5121a232e 1043
pcercuei 0:03b5121a232e 1044 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1045 #undef xmlAddNextSibling
pcercuei 0:03b5121a232e 1046 extern __typeof (xmlAddNextSibling) xmlAddNextSibling __attribute((alias("xmlAddNextSibling__internal_alias")));
pcercuei 0:03b5121a232e 1047 #else
pcercuei 0:03b5121a232e 1048 #ifndef xmlAddNextSibling
pcercuei 0:03b5121a232e 1049 extern __typeof (xmlAddNextSibling) xmlAddNextSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1050 #define xmlAddNextSibling xmlAddNextSibling__internal_alias
pcercuei 0:03b5121a232e 1051 #endif
pcercuei 0:03b5121a232e 1052 #endif
pcercuei 0:03b5121a232e 1053
pcercuei 0:03b5121a232e 1054 #ifdef bottom_valid
pcercuei 0:03b5121a232e 1055 #undef xmlAddNotationDecl
pcercuei 0:03b5121a232e 1056 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlAddNotationDecl__internal_alias")));
pcercuei 0:03b5121a232e 1057 #else
pcercuei 0:03b5121a232e 1058 #ifndef xmlAddNotationDecl
pcercuei 0:03b5121a232e 1059 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1060 #define xmlAddNotationDecl xmlAddNotationDecl__internal_alias
pcercuei 0:03b5121a232e 1061 #endif
pcercuei 0:03b5121a232e 1062 #endif
pcercuei 0:03b5121a232e 1063
pcercuei 0:03b5121a232e 1064 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 1065 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1066 #undef xmlAddPrevSibling
pcercuei 0:03b5121a232e 1067 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling __attribute((alias("xmlAddPrevSibling__internal_alias")));
pcercuei 0:03b5121a232e 1068 #else
pcercuei 0:03b5121a232e 1069 #ifndef xmlAddPrevSibling
pcercuei 0:03b5121a232e 1070 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1071 #define xmlAddPrevSibling xmlAddPrevSibling__internal_alias
pcercuei 0:03b5121a232e 1072 #endif
pcercuei 0:03b5121a232e 1073 #endif
pcercuei 0:03b5121a232e 1074 #endif
pcercuei 0:03b5121a232e 1075
pcercuei 0:03b5121a232e 1076 #ifdef bottom_valid
pcercuei 0:03b5121a232e 1077 #undef xmlAddRef
pcercuei 0:03b5121a232e 1078 extern __typeof (xmlAddRef) xmlAddRef __attribute((alias("xmlAddRef__internal_alias")));
pcercuei 0:03b5121a232e 1079 #else
pcercuei 0:03b5121a232e 1080 #ifndef xmlAddRef
pcercuei 0:03b5121a232e 1081 extern __typeof (xmlAddRef) xmlAddRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1082 #define xmlAddRef xmlAddRef__internal_alias
pcercuei 0:03b5121a232e 1083 #endif
pcercuei 0:03b5121a232e 1084 #endif
pcercuei 0:03b5121a232e 1085
pcercuei 0:03b5121a232e 1086 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1087 #undef xmlAddSibling
pcercuei 0:03b5121a232e 1088 extern __typeof (xmlAddSibling) xmlAddSibling __attribute((alias("xmlAddSibling__internal_alias")));
pcercuei 0:03b5121a232e 1089 #else
pcercuei 0:03b5121a232e 1090 #ifndef xmlAddSibling
pcercuei 0:03b5121a232e 1091 extern __typeof (xmlAddSibling) xmlAddSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1092 #define xmlAddSibling xmlAddSibling__internal_alias
pcercuei 0:03b5121a232e 1093 #endif
pcercuei 0:03b5121a232e 1094 #endif
pcercuei 0:03b5121a232e 1095
pcercuei 0:03b5121a232e 1096 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1097 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 1098 #undef xmlAllocOutputBuffer
pcercuei 0:03b5121a232e 1099 extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer __attribute((alias("xmlAllocOutputBuffer__internal_alias")));
pcercuei 0:03b5121a232e 1100 #else
pcercuei 0:03b5121a232e 1101 #ifndef xmlAllocOutputBuffer
pcercuei 0:03b5121a232e 1102 extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1103 #define xmlAllocOutputBuffer xmlAllocOutputBuffer__internal_alias
pcercuei 0:03b5121a232e 1104 #endif
pcercuei 0:03b5121a232e 1105 #endif
pcercuei 0:03b5121a232e 1106 #endif
pcercuei 0:03b5121a232e 1107
pcercuei 0:03b5121a232e 1108 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 1109 #undef xmlAllocParserInputBuffer
pcercuei 0:03b5121a232e 1110 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer __attribute((alias("xmlAllocParserInputBuffer__internal_alias")));
pcercuei 0:03b5121a232e 1111 #else
pcercuei 0:03b5121a232e 1112 #ifndef xmlAllocParserInputBuffer
pcercuei 0:03b5121a232e 1113 extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1114 #define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias
pcercuei 0:03b5121a232e 1115 #endif
pcercuei 0:03b5121a232e 1116 #endif
pcercuei 0:03b5121a232e 1117
pcercuei 0:03b5121a232e 1118 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1119 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 1120 #undef xmlAttrSerializeTxtContent
pcercuei 0:03b5121a232e 1121 extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent __attribute((alias("xmlAttrSerializeTxtContent__internal_alias")));
pcercuei 0:03b5121a232e 1122 #else
pcercuei 0:03b5121a232e 1123 #ifndef xmlAttrSerializeTxtContent
pcercuei 0:03b5121a232e 1124 extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1125 #define xmlAttrSerializeTxtContent xmlAttrSerializeTxtContent__internal_alias
pcercuei 0:03b5121a232e 1126 #endif
pcercuei 0:03b5121a232e 1127 #endif
pcercuei 0:03b5121a232e 1128 #endif
pcercuei 0:03b5121a232e 1129
pcercuei 0:03b5121a232e 1130 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1131 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1132 #undef xmlAutomataCompile
pcercuei 0:03b5121a232e 1133 extern __typeof (xmlAutomataCompile) xmlAutomataCompile __attribute((alias("xmlAutomataCompile__internal_alias")));
pcercuei 0:03b5121a232e 1134 #else
pcercuei 0:03b5121a232e 1135 #ifndef xmlAutomataCompile
pcercuei 0:03b5121a232e 1136 extern __typeof (xmlAutomataCompile) xmlAutomataCompile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1137 #define xmlAutomataCompile xmlAutomataCompile__internal_alias
pcercuei 0:03b5121a232e 1138 #endif
pcercuei 0:03b5121a232e 1139 #endif
pcercuei 0:03b5121a232e 1140 #endif
pcercuei 0:03b5121a232e 1141
pcercuei 0:03b5121a232e 1142 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1143 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1144 #undef xmlAutomataGetInitState
pcercuei 0:03b5121a232e 1145 extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState __attribute((alias("xmlAutomataGetInitState__internal_alias")));
pcercuei 0:03b5121a232e 1146 #else
pcercuei 0:03b5121a232e 1147 #ifndef xmlAutomataGetInitState
pcercuei 0:03b5121a232e 1148 extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1149 #define xmlAutomataGetInitState xmlAutomataGetInitState__internal_alias
pcercuei 0:03b5121a232e 1150 #endif
pcercuei 0:03b5121a232e 1151 #endif
pcercuei 0:03b5121a232e 1152 #endif
pcercuei 0:03b5121a232e 1153
pcercuei 0:03b5121a232e 1154 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1155 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1156 #undef xmlAutomataIsDeterminist
pcercuei 0:03b5121a232e 1157 extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist __attribute((alias("xmlAutomataIsDeterminist__internal_alias")));
pcercuei 0:03b5121a232e 1158 #else
pcercuei 0:03b5121a232e 1159 #ifndef xmlAutomataIsDeterminist
pcercuei 0:03b5121a232e 1160 extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1161 #define xmlAutomataIsDeterminist xmlAutomataIsDeterminist__internal_alias
pcercuei 0:03b5121a232e 1162 #endif
pcercuei 0:03b5121a232e 1163 #endif
pcercuei 0:03b5121a232e 1164 #endif
pcercuei 0:03b5121a232e 1165
pcercuei 0:03b5121a232e 1166 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1167 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1168 #undef xmlAutomataNewAllTrans
pcercuei 0:03b5121a232e 1169 extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans __attribute((alias("xmlAutomataNewAllTrans__internal_alias")));
pcercuei 0:03b5121a232e 1170 #else
pcercuei 0:03b5121a232e 1171 #ifndef xmlAutomataNewAllTrans
pcercuei 0:03b5121a232e 1172 extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1173 #define xmlAutomataNewAllTrans xmlAutomataNewAllTrans__internal_alias
pcercuei 0:03b5121a232e 1174 #endif
pcercuei 0:03b5121a232e 1175 #endif
pcercuei 0:03b5121a232e 1176 #endif
pcercuei 0:03b5121a232e 1177
pcercuei 0:03b5121a232e 1178 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1179 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1180 #undef xmlAutomataNewCountTrans
pcercuei 0:03b5121a232e 1181 extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans __attribute((alias("xmlAutomataNewCountTrans__internal_alias")));
pcercuei 0:03b5121a232e 1182 #else
pcercuei 0:03b5121a232e 1183 #ifndef xmlAutomataNewCountTrans
pcercuei 0:03b5121a232e 1184 extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1185 #define xmlAutomataNewCountTrans xmlAutomataNewCountTrans__internal_alias
pcercuei 0:03b5121a232e 1186 #endif
pcercuei 0:03b5121a232e 1187 #endif
pcercuei 0:03b5121a232e 1188 #endif
pcercuei 0:03b5121a232e 1189
pcercuei 0:03b5121a232e 1190 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1191 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1192 #undef xmlAutomataNewCountTrans2
pcercuei 0:03b5121a232e 1193 extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2 __attribute((alias("xmlAutomataNewCountTrans2__internal_alias")));
pcercuei 0:03b5121a232e 1194 #else
pcercuei 0:03b5121a232e 1195 #ifndef xmlAutomataNewCountTrans2
pcercuei 0:03b5121a232e 1196 extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1197 #define xmlAutomataNewCountTrans2 xmlAutomataNewCountTrans2__internal_alias
pcercuei 0:03b5121a232e 1198 #endif
pcercuei 0:03b5121a232e 1199 #endif
pcercuei 0:03b5121a232e 1200 #endif
pcercuei 0:03b5121a232e 1201
pcercuei 0:03b5121a232e 1202 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1203 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1204 #undef xmlAutomataNewCountedTrans
pcercuei 0:03b5121a232e 1205 extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans __attribute((alias("xmlAutomataNewCountedTrans__internal_alias")));
pcercuei 0:03b5121a232e 1206 #else
pcercuei 0:03b5121a232e 1207 #ifndef xmlAutomataNewCountedTrans
pcercuei 0:03b5121a232e 1208 extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1209 #define xmlAutomataNewCountedTrans xmlAutomataNewCountedTrans__internal_alias
pcercuei 0:03b5121a232e 1210 #endif
pcercuei 0:03b5121a232e 1211 #endif
pcercuei 0:03b5121a232e 1212 #endif
pcercuei 0:03b5121a232e 1213
pcercuei 0:03b5121a232e 1214 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1215 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1216 #undef xmlAutomataNewCounter
pcercuei 0:03b5121a232e 1217 extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter __attribute((alias("xmlAutomataNewCounter__internal_alias")));
pcercuei 0:03b5121a232e 1218 #else
pcercuei 0:03b5121a232e 1219 #ifndef xmlAutomataNewCounter
pcercuei 0:03b5121a232e 1220 extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1221 #define xmlAutomataNewCounter xmlAutomataNewCounter__internal_alias
pcercuei 0:03b5121a232e 1222 #endif
pcercuei 0:03b5121a232e 1223 #endif
pcercuei 0:03b5121a232e 1224 #endif
pcercuei 0:03b5121a232e 1225
pcercuei 0:03b5121a232e 1226 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1227 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1228 #undef xmlAutomataNewCounterTrans
pcercuei 0:03b5121a232e 1229 extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans __attribute((alias("xmlAutomataNewCounterTrans__internal_alias")));
pcercuei 0:03b5121a232e 1230 #else
pcercuei 0:03b5121a232e 1231 #ifndef xmlAutomataNewCounterTrans
pcercuei 0:03b5121a232e 1232 extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1233 #define xmlAutomataNewCounterTrans xmlAutomataNewCounterTrans__internal_alias
pcercuei 0:03b5121a232e 1234 #endif
pcercuei 0:03b5121a232e 1235 #endif
pcercuei 0:03b5121a232e 1236 #endif
pcercuei 0:03b5121a232e 1237
pcercuei 0:03b5121a232e 1238 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1239 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1240 #undef xmlAutomataNewEpsilon
pcercuei 0:03b5121a232e 1241 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEpsilon__internal_alias")));
pcercuei 0:03b5121a232e 1242 #else
pcercuei 0:03b5121a232e 1243 #ifndef xmlAutomataNewEpsilon
pcercuei 0:03b5121a232e 1244 extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1245 #define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias
pcercuei 0:03b5121a232e 1246 #endif
pcercuei 0:03b5121a232e 1247 #endif
pcercuei 0:03b5121a232e 1248 #endif
pcercuei 0:03b5121a232e 1249
pcercuei 0:03b5121a232e 1250 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1251 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1252 #undef xmlAutomataNewNegTrans
pcercuei 0:03b5121a232e 1253 extern __typeof (xmlAutomataNewNegTrans) xmlAutomataNewNegTrans __attribute((alias("xmlAutomataNewNegTrans__internal_alias")));
pcercuei 0:03b5121a232e 1254 #else
pcercuei 0:03b5121a232e 1255 #ifndef xmlAutomataNewNegTrans
pcercuei 0:03b5121a232e 1256 extern __typeof (xmlAutomataNewNegTrans) xmlAutomataNewNegTrans__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1257 #define xmlAutomataNewNegTrans xmlAutomataNewNegTrans__internal_alias
pcercuei 0:03b5121a232e 1258 #endif
pcercuei 0:03b5121a232e 1259 #endif
pcercuei 0:03b5121a232e 1260 #endif
pcercuei 0:03b5121a232e 1261
pcercuei 0:03b5121a232e 1262 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1263 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1264 #undef xmlAutomataNewOnceTrans
pcercuei 0:03b5121a232e 1265 extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans __attribute((alias("xmlAutomataNewOnceTrans__internal_alias")));
pcercuei 0:03b5121a232e 1266 #else
pcercuei 0:03b5121a232e 1267 #ifndef xmlAutomataNewOnceTrans
pcercuei 0:03b5121a232e 1268 extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1269 #define xmlAutomataNewOnceTrans xmlAutomataNewOnceTrans__internal_alias
pcercuei 0:03b5121a232e 1270 #endif
pcercuei 0:03b5121a232e 1271 #endif
pcercuei 0:03b5121a232e 1272 #endif
pcercuei 0:03b5121a232e 1273
pcercuei 0:03b5121a232e 1274 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1275 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1276 #undef xmlAutomataNewOnceTrans2
pcercuei 0:03b5121a232e 1277 extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2 __attribute((alias("xmlAutomataNewOnceTrans2__internal_alias")));
pcercuei 0:03b5121a232e 1278 #else
pcercuei 0:03b5121a232e 1279 #ifndef xmlAutomataNewOnceTrans2
pcercuei 0:03b5121a232e 1280 extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1281 #define xmlAutomataNewOnceTrans2 xmlAutomataNewOnceTrans2__internal_alias
pcercuei 0:03b5121a232e 1282 #endif
pcercuei 0:03b5121a232e 1283 #endif
pcercuei 0:03b5121a232e 1284 #endif
pcercuei 0:03b5121a232e 1285
pcercuei 0:03b5121a232e 1286 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1287 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1288 #undef xmlAutomataNewState
pcercuei 0:03b5121a232e 1289 extern __typeof (xmlAutomataNewState) xmlAutomataNewState __attribute((alias("xmlAutomataNewState__internal_alias")));
pcercuei 0:03b5121a232e 1290 #else
pcercuei 0:03b5121a232e 1291 #ifndef xmlAutomataNewState
pcercuei 0:03b5121a232e 1292 extern __typeof (xmlAutomataNewState) xmlAutomataNewState__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1293 #define xmlAutomataNewState xmlAutomataNewState__internal_alias
pcercuei 0:03b5121a232e 1294 #endif
pcercuei 0:03b5121a232e 1295 #endif
pcercuei 0:03b5121a232e 1296 #endif
pcercuei 0:03b5121a232e 1297
pcercuei 0:03b5121a232e 1298 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1299 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1300 #undef xmlAutomataNewTransition
pcercuei 0:03b5121a232e 1301 extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition __attribute((alias("xmlAutomataNewTransition__internal_alias")));
pcercuei 0:03b5121a232e 1302 #else
pcercuei 0:03b5121a232e 1303 #ifndef xmlAutomataNewTransition
pcercuei 0:03b5121a232e 1304 extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1305 #define xmlAutomataNewTransition xmlAutomataNewTransition__internal_alias
pcercuei 0:03b5121a232e 1306 #endif
pcercuei 0:03b5121a232e 1307 #endif
pcercuei 0:03b5121a232e 1308 #endif
pcercuei 0:03b5121a232e 1309
pcercuei 0:03b5121a232e 1310 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1311 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1312 #undef xmlAutomataNewTransition2
pcercuei 0:03b5121a232e 1313 extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2 __attribute((alias("xmlAutomataNewTransition2__internal_alias")));
pcercuei 0:03b5121a232e 1314 #else
pcercuei 0:03b5121a232e 1315 #ifndef xmlAutomataNewTransition2
pcercuei 0:03b5121a232e 1316 extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1317 #define xmlAutomataNewTransition2 xmlAutomataNewTransition2__internal_alias
pcercuei 0:03b5121a232e 1318 #endif
pcercuei 0:03b5121a232e 1319 #endif
pcercuei 0:03b5121a232e 1320 #endif
pcercuei 0:03b5121a232e 1321
pcercuei 0:03b5121a232e 1322 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 1323 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 1324 #undef xmlAutomataSetFinalState
pcercuei 0:03b5121a232e 1325 extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState __attribute((alias("xmlAutomataSetFinalState__internal_alias")));
pcercuei 0:03b5121a232e 1326 #else
pcercuei 0:03b5121a232e 1327 #ifndef xmlAutomataSetFinalState
pcercuei 0:03b5121a232e 1328 extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1329 #define xmlAutomataSetFinalState xmlAutomataSetFinalState__internal_alias
pcercuei 0:03b5121a232e 1330 #endif
pcercuei 0:03b5121a232e 1331 #endif
pcercuei 0:03b5121a232e 1332 #endif
pcercuei 0:03b5121a232e 1333
pcercuei 0:03b5121a232e 1334 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 1335 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 1336 #undef xmlBoolToText
pcercuei 0:03b5121a232e 1337 extern __typeof (xmlBoolToText) xmlBoolToText __attribute((alias("xmlBoolToText__internal_alias")));
pcercuei 0:03b5121a232e 1338 #else
pcercuei 0:03b5121a232e 1339 #ifndef xmlBoolToText
pcercuei 0:03b5121a232e 1340 extern __typeof (xmlBoolToText) xmlBoolToText__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1341 #define xmlBoolToText xmlBoolToText__internal_alias
pcercuei 0:03b5121a232e 1342 #endif
pcercuei 0:03b5121a232e 1343 #endif
pcercuei 0:03b5121a232e 1344 #endif
pcercuei 0:03b5121a232e 1345
pcercuei 0:03b5121a232e 1346 #ifdef bottom_buf
pcercuei 0:03b5121a232e 1347 #undef xmlBufContent
pcercuei 0:03b5121a232e 1348 extern __typeof (xmlBufContent) xmlBufContent __attribute((alias("xmlBufContent__internal_alias")));
pcercuei 0:03b5121a232e 1349 #else
pcercuei 0:03b5121a232e 1350 #ifndef xmlBufContent
pcercuei 0:03b5121a232e 1351 extern __typeof (xmlBufContent) xmlBufContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1352 #define xmlBufContent xmlBufContent__internal_alias
pcercuei 0:03b5121a232e 1353 #endif
pcercuei 0:03b5121a232e 1354 #endif
pcercuei 0:03b5121a232e 1355
pcercuei 0:03b5121a232e 1356 #ifdef bottom_buf
pcercuei 0:03b5121a232e 1357 #undef xmlBufEnd
pcercuei 0:03b5121a232e 1358 extern __typeof (xmlBufEnd) xmlBufEnd __attribute((alias("xmlBufEnd__internal_alias")));
pcercuei 0:03b5121a232e 1359 #else
pcercuei 0:03b5121a232e 1360 #ifndef xmlBufEnd
pcercuei 0:03b5121a232e 1361 extern __typeof (xmlBufEnd) xmlBufEnd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1362 #define xmlBufEnd xmlBufEnd__internal_alias
pcercuei 0:03b5121a232e 1363 #endif
pcercuei 0:03b5121a232e 1364 #endif
pcercuei 0:03b5121a232e 1365
pcercuei 0:03b5121a232e 1366 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1367 #undef xmlBufGetNodeContent
pcercuei 0:03b5121a232e 1368 extern __typeof (xmlBufGetNodeContent) xmlBufGetNodeContent __attribute((alias("xmlBufGetNodeContent__internal_alias")));
pcercuei 0:03b5121a232e 1369 #else
pcercuei 0:03b5121a232e 1370 #ifndef xmlBufGetNodeContent
pcercuei 0:03b5121a232e 1371 extern __typeof (xmlBufGetNodeContent) xmlBufGetNodeContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1372 #define xmlBufGetNodeContent xmlBufGetNodeContent__internal_alias
pcercuei 0:03b5121a232e 1373 #endif
pcercuei 0:03b5121a232e 1374 #endif
pcercuei 0:03b5121a232e 1375
pcercuei 0:03b5121a232e 1376 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1377 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 1378 #undef xmlBufNodeDump
pcercuei 0:03b5121a232e 1379 extern __typeof (xmlBufNodeDump) xmlBufNodeDump __attribute((alias("xmlBufNodeDump__internal_alias")));
pcercuei 0:03b5121a232e 1380 #else
pcercuei 0:03b5121a232e 1381 #ifndef xmlBufNodeDump
pcercuei 0:03b5121a232e 1382 extern __typeof (xmlBufNodeDump) xmlBufNodeDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1383 #define xmlBufNodeDump xmlBufNodeDump__internal_alias
pcercuei 0:03b5121a232e 1384 #endif
pcercuei 0:03b5121a232e 1385 #endif
pcercuei 0:03b5121a232e 1386 #endif
pcercuei 0:03b5121a232e 1387
pcercuei 0:03b5121a232e 1388 #ifdef bottom_buf
pcercuei 0:03b5121a232e 1389 #undef xmlBufShrink
pcercuei 0:03b5121a232e 1390 extern __typeof (xmlBufShrink) xmlBufShrink __attribute((alias("xmlBufShrink__internal_alias")));
pcercuei 0:03b5121a232e 1391 #else
pcercuei 0:03b5121a232e 1392 #ifndef xmlBufShrink
pcercuei 0:03b5121a232e 1393 extern __typeof (xmlBufShrink) xmlBufShrink__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1394 #define xmlBufShrink xmlBufShrink__internal_alias
pcercuei 0:03b5121a232e 1395 #endif
pcercuei 0:03b5121a232e 1396 #endif
pcercuei 0:03b5121a232e 1397
pcercuei 0:03b5121a232e 1398 #ifdef bottom_buf
pcercuei 0:03b5121a232e 1399 #undef xmlBufUse
pcercuei 0:03b5121a232e 1400 extern __typeof (xmlBufUse) xmlBufUse __attribute((alias("xmlBufUse__internal_alias")));
pcercuei 0:03b5121a232e 1401 #else
pcercuei 0:03b5121a232e 1402 #ifndef xmlBufUse
pcercuei 0:03b5121a232e 1403 extern __typeof (xmlBufUse) xmlBufUse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1404 #define xmlBufUse xmlBufUse__internal_alias
pcercuei 0:03b5121a232e 1405 #endif
pcercuei 0:03b5121a232e 1406 #endif
pcercuei 0:03b5121a232e 1407
pcercuei 0:03b5121a232e 1408 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1409 #undef xmlBufferAdd
pcercuei 0:03b5121a232e 1410 extern __typeof (xmlBufferAdd) xmlBufferAdd __attribute((alias("xmlBufferAdd__internal_alias")));
pcercuei 0:03b5121a232e 1411 #else
pcercuei 0:03b5121a232e 1412 #ifndef xmlBufferAdd
pcercuei 0:03b5121a232e 1413 extern __typeof (xmlBufferAdd) xmlBufferAdd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1414 #define xmlBufferAdd xmlBufferAdd__internal_alias
pcercuei 0:03b5121a232e 1415 #endif
pcercuei 0:03b5121a232e 1416 #endif
pcercuei 0:03b5121a232e 1417
pcercuei 0:03b5121a232e 1418 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1419 #undef xmlBufferAddHead
pcercuei 0:03b5121a232e 1420 extern __typeof (xmlBufferAddHead) xmlBufferAddHead __attribute((alias("xmlBufferAddHead__internal_alias")));
pcercuei 0:03b5121a232e 1421 #else
pcercuei 0:03b5121a232e 1422 #ifndef xmlBufferAddHead
pcercuei 0:03b5121a232e 1423 extern __typeof (xmlBufferAddHead) xmlBufferAddHead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1424 #define xmlBufferAddHead xmlBufferAddHead__internal_alias
pcercuei 0:03b5121a232e 1425 #endif
pcercuei 0:03b5121a232e 1426 #endif
pcercuei 0:03b5121a232e 1427
pcercuei 0:03b5121a232e 1428 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1429 #undef xmlBufferCCat
pcercuei 0:03b5121a232e 1430 extern __typeof (xmlBufferCCat) xmlBufferCCat __attribute((alias("xmlBufferCCat__internal_alias")));
pcercuei 0:03b5121a232e 1431 #else
pcercuei 0:03b5121a232e 1432 #ifndef xmlBufferCCat
pcercuei 0:03b5121a232e 1433 extern __typeof (xmlBufferCCat) xmlBufferCCat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1434 #define xmlBufferCCat xmlBufferCCat__internal_alias
pcercuei 0:03b5121a232e 1435 #endif
pcercuei 0:03b5121a232e 1436 #endif
pcercuei 0:03b5121a232e 1437
pcercuei 0:03b5121a232e 1438 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1439 #undef xmlBufferCat
pcercuei 0:03b5121a232e 1440 extern __typeof (xmlBufferCat) xmlBufferCat __attribute((alias("xmlBufferCat__internal_alias")));
pcercuei 0:03b5121a232e 1441 #else
pcercuei 0:03b5121a232e 1442 #ifndef xmlBufferCat
pcercuei 0:03b5121a232e 1443 extern __typeof (xmlBufferCat) xmlBufferCat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1444 #define xmlBufferCat xmlBufferCat__internal_alias
pcercuei 0:03b5121a232e 1445 #endif
pcercuei 0:03b5121a232e 1446 #endif
pcercuei 0:03b5121a232e 1447
pcercuei 0:03b5121a232e 1448 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1449 #undef xmlBufferContent
pcercuei 0:03b5121a232e 1450 extern __typeof (xmlBufferContent) xmlBufferContent __attribute((alias("xmlBufferContent__internal_alias")));
pcercuei 0:03b5121a232e 1451 #else
pcercuei 0:03b5121a232e 1452 #ifndef xmlBufferContent
pcercuei 0:03b5121a232e 1453 extern __typeof (xmlBufferContent) xmlBufferContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1454 #define xmlBufferContent xmlBufferContent__internal_alias
pcercuei 0:03b5121a232e 1455 #endif
pcercuei 0:03b5121a232e 1456 #endif
pcercuei 0:03b5121a232e 1457
pcercuei 0:03b5121a232e 1458 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1459 #undef xmlBufferCreate
pcercuei 0:03b5121a232e 1460 extern __typeof (xmlBufferCreate) xmlBufferCreate __attribute((alias("xmlBufferCreate__internal_alias")));
pcercuei 0:03b5121a232e 1461 #else
pcercuei 0:03b5121a232e 1462 #ifndef xmlBufferCreate
pcercuei 0:03b5121a232e 1463 extern __typeof (xmlBufferCreate) xmlBufferCreate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1464 #define xmlBufferCreate xmlBufferCreate__internal_alias
pcercuei 0:03b5121a232e 1465 #endif
pcercuei 0:03b5121a232e 1466 #endif
pcercuei 0:03b5121a232e 1467
pcercuei 0:03b5121a232e 1468 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1469 #undef xmlBufferCreateSize
pcercuei 0:03b5121a232e 1470 extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize __attribute((alias("xmlBufferCreateSize__internal_alias")));
pcercuei 0:03b5121a232e 1471 #else
pcercuei 0:03b5121a232e 1472 #ifndef xmlBufferCreateSize
pcercuei 0:03b5121a232e 1473 extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1474 #define xmlBufferCreateSize xmlBufferCreateSize__internal_alias
pcercuei 0:03b5121a232e 1475 #endif
pcercuei 0:03b5121a232e 1476 #endif
pcercuei 0:03b5121a232e 1477
pcercuei 0:03b5121a232e 1478 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1479 #undef xmlBufferCreateStatic
pcercuei 0:03b5121a232e 1480 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias("xmlBufferCreateStatic__internal_alias")));
pcercuei 0:03b5121a232e 1481 #else
pcercuei 0:03b5121a232e 1482 #ifndef xmlBufferCreateStatic
pcercuei 0:03b5121a232e 1483 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1484 #define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias
pcercuei 0:03b5121a232e 1485 #endif
pcercuei 0:03b5121a232e 1486 #endif
pcercuei 0:03b5121a232e 1487
pcercuei 0:03b5121a232e 1488 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1489 #undef xmlBufferDetach
pcercuei 0:03b5121a232e 1490 extern __typeof (xmlBufferDetach) xmlBufferDetach __attribute((alias("xmlBufferDetach__internal_alias")));
pcercuei 0:03b5121a232e 1491 #else
pcercuei 0:03b5121a232e 1492 #ifndef xmlBufferDetach
pcercuei 0:03b5121a232e 1493 extern __typeof (xmlBufferDetach) xmlBufferDetach__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1494 #define xmlBufferDetach xmlBufferDetach__internal_alias
pcercuei 0:03b5121a232e 1495 #endif
pcercuei 0:03b5121a232e 1496 #endif
pcercuei 0:03b5121a232e 1497
pcercuei 0:03b5121a232e 1498 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1499 #undef xmlBufferDump
pcercuei 0:03b5121a232e 1500 extern __typeof (xmlBufferDump) xmlBufferDump __attribute((alias("xmlBufferDump__internal_alias")));
pcercuei 0:03b5121a232e 1501 #else
pcercuei 0:03b5121a232e 1502 #ifndef xmlBufferDump
pcercuei 0:03b5121a232e 1503 extern __typeof (xmlBufferDump) xmlBufferDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1504 #define xmlBufferDump xmlBufferDump__internal_alias
pcercuei 0:03b5121a232e 1505 #endif
pcercuei 0:03b5121a232e 1506 #endif
pcercuei 0:03b5121a232e 1507
pcercuei 0:03b5121a232e 1508 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1509 #undef xmlBufferEmpty
pcercuei 0:03b5121a232e 1510 extern __typeof (xmlBufferEmpty) xmlBufferEmpty __attribute((alias("xmlBufferEmpty__internal_alias")));
pcercuei 0:03b5121a232e 1511 #else
pcercuei 0:03b5121a232e 1512 #ifndef xmlBufferEmpty
pcercuei 0:03b5121a232e 1513 extern __typeof (xmlBufferEmpty) xmlBufferEmpty__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1514 #define xmlBufferEmpty xmlBufferEmpty__internal_alias
pcercuei 0:03b5121a232e 1515 #endif
pcercuei 0:03b5121a232e 1516 #endif
pcercuei 0:03b5121a232e 1517
pcercuei 0:03b5121a232e 1518 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1519 #undef xmlBufferFree
pcercuei 0:03b5121a232e 1520 extern __typeof (xmlBufferFree) xmlBufferFree __attribute((alias("xmlBufferFree__internal_alias")));
pcercuei 0:03b5121a232e 1521 #else
pcercuei 0:03b5121a232e 1522 #ifndef xmlBufferFree
pcercuei 0:03b5121a232e 1523 extern __typeof (xmlBufferFree) xmlBufferFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1524 #define xmlBufferFree xmlBufferFree__internal_alias
pcercuei 0:03b5121a232e 1525 #endif
pcercuei 0:03b5121a232e 1526 #endif
pcercuei 0:03b5121a232e 1527
pcercuei 0:03b5121a232e 1528 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1529 #undef xmlBufferGrow
pcercuei 0:03b5121a232e 1530 extern __typeof (xmlBufferGrow) xmlBufferGrow __attribute((alias("xmlBufferGrow__internal_alias")));
pcercuei 0:03b5121a232e 1531 #else
pcercuei 0:03b5121a232e 1532 #ifndef xmlBufferGrow
pcercuei 0:03b5121a232e 1533 extern __typeof (xmlBufferGrow) xmlBufferGrow__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1534 #define xmlBufferGrow xmlBufferGrow__internal_alias
pcercuei 0:03b5121a232e 1535 #endif
pcercuei 0:03b5121a232e 1536 #endif
pcercuei 0:03b5121a232e 1537
pcercuei 0:03b5121a232e 1538 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1539 #undef xmlBufferLength
pcercuei 0:03b5121a232e 1540 extern __typeof (xmlBufferLength) xmlBufferLength __attribute((alias("xmlBufferLength__internal_alias")));
pcercuei 0:03b5121a232e 1541 #else
pcercuei 0:03b5121a232e 1542 #ifndef xmlBufferLength
pcercuei 0:03b5121a232e 1543 extern __typeof (xmlBufferLength) xmlBufferLength__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1544 #define xmlBufferLength xmlBufferLength__internal_alias
pcercuei 0:03b5121a232e 1545 #endif
pcercuei 0:03b5121a232e 1546 #endif
pcercuei 0:03b5121a232e 1547
pcercuei 0:03b5121a232e 1548 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1549 #undef xmlBufferResize
pcercuei 0:03b5121a232e 1550 extern __typeof (xmlBufferResize) xmlBufferResize __attribute((alias("xmlBufferResize__internal_alias")));
pcercuei 0:03b5121a232e 1551 #else
pcercuei 0:03b5121a232e 1552 #ifndef xmlBufferResize
pcercuei 0:03b5121a232e 1553 extern __typeof (xmlBufferResize) xmlBufferResize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1554 #define xmlBufferResize xmlBufferResize__internal_alias
pcercuei 0:03b5121a232e 1555 #endif
pcercuei 0:03b5121a232e 1556 #endif
pcercuei 0:03b5121a232e 1557
pcercuei 0:03b5121a232e 1558 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1559 #undef xmlBufferSetAllocationScheme
pcercuei 0:03b5121a232e 1560 extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme __attribute((alias("xmlBufferSetAllocationScheme__internal_alias")));
pcercuei 0:03b5121a232e 1561 #else
pcercuei 0:03b5121a232e 1562 #ifndef xmlBufferSetAllocationScheme
pcercuei 0:03b5121a232e 1563 extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1564 #define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias
pcercuei 0:03b5121a232e 1565 #endif
pcercuei 0:03b5121a232e 1566 #endif
pcercuei 0:03b5121a232e 1567
pcercuei 0:03b5121a232e 1568 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1569 #undef xmlBufferShrink
pcercuei 0:03b5121a232e 1570 extern __typeof (xmlBufferShrink) xmlBufferShrink __attribute((alias("xmlBufferShrink__internal_alias")));
pcercuei 0:03b5121a232e 1571 #else
pcercuei 0:03b5121a232e 1572 #ifndef xmlBufferShrink
pcercuei 0:03b5121a232e 1573 extern __typeof (xmlBufferShrink) xmlBufferShrink__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1574 #define xmlBufferShrink xmlBufferShrink__internal_alias
pcercuei 0:03b5121a232e 1575 #endif
pcercuei 0:03b5121a232e 1576 #endif
pcercuei 0:03b5121a232e 1577
pcercuei 0:03b5121a232e 1578 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1579 #undef xmlBufferWriteCHAR
pcercuei 0:03b5121a232e 1580 extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR __attribute((alias("xmlBufferWriteCHAR__internal_alias")));
pcercuei 0:03b5121a232e 1581 #else
pcercuei 0:03b5121a232e 1582 #ifndef xmlBufferWriteCHAR
pcercuei 0:03b5121a232e 1583 extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1584 #define xmlBufferWriteCHAR xmlBufferWriteCHAR__internal_alias
pcercuei 0:03b5121a232e 1585 #endif
pcercuei 0:03b5121a232e 1586 #endif
pcercuei 0:03b5121a232e 1587
pcercuei 0:03b5121a232e 1588 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1589 #undef xmlBufferWriteChar
pcercuei 0:03b5121a232e 1590 extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar __attribute((alias("xmlBufferWriteChar__internal_alias")));
pcercuei 0:03b5121a232e 1591 #else
pcercuei 0:03b5121a232e 1592 #ifndef xmlBufferWriteChar
pcercuei 0:03b5121a232e 1593 extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1594 #define xmlBufferWriteChar xmlBufferWriteChar__internal_alias
pcercuei 0:03b5121a232e 1595 #endif
pcercuei 0:03b5121a232e 1596 #endif
pcercuei 0:03b5121a232e 1597
pcercuei 0:03b5121a232e 1598 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1599 #undef xmlBufferWriteQuotedString
pcercuei 0:03b5121a232e 1600 extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString __attribute((alias("xmlBufferWriteQuotedString__internal_alias")));
pcercuei 0:03b5121a232e 1601 #else
pcercuei 0:03b5121a232e 1602 #ifndef xmlBufferWriteQuotedString
pcercuei 0:03b5121a232e 1603 extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1604 #define xmlBufferWriteQuotedString xmlBufferWriteQuotedString__internal_alias
pcercuei 0:03b5121a232e 1605 #endif
pcercuei 0:03b5121a232e 1606 #endif
pcercuei 0:03b5121a232e 1607
pcercuei 0:03b5121a232e 1608 #ifdef bottom_tree
pcercuei 0:03b5121a232e 1609 #undef xmlBuildQName
pcercuei 0:03b5121a232e 1610 extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias")));
pcercuei 0:03b5121a232e 1611 #else
pcercuei 0:03b5121a232e 1612 #ifndef xmlBuildQName
pcercuei 0:03b5121a232e 1613 extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1614 #define xmlBuildQName xmlBuildQName__internal_alias
pcercuei 0:03b5121a232e 1615 #endif
pcercuei 0:03b5121a232e 1616 #endif
pcercuei 0:03b5121a232e 1617
pcercuei 0:03b5121a232e 1618 #ifdef bottom_uri
pcercuei 0:03b5121a232e 1619 #undef xmlBuildRelativeURI
pcercuei 0:03b5121a232e 1620 extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI __attribute((alias("xmlBuildRelativeURI__internal_alias")));
pcercuei 0:03b5121a232e 1621 #else
pcercuei 0:03b5121a232e 1622 #ifndef xmlBuildRelativeURI
pcercuei 0:03b5121a232e 1623 extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1624 #define xmlBuildRelativeURI xmlBuildRelativeURI__internal_alias
pcercuei 0:03b5121a232e 1625 #endif
pcercuei 0:03b5121a232e 1626 #endif
pcercuei 0:03b5121a232e 1627
pcercuei 0:03b5121a232e 1628 #ifdef bottom_uri
pcercuei 0:03b5121a232e 1629 #undef xmlBuildURI
pcercuei 0:03b5121a232e 1630 extern __typeof (xmlBuildURI) xmlBuildURI __attribute((alias("xmlBuildURI__internal_alias")));
pcercuei 0:03b5121a232e 1631 #else
pcercuei 0:03b5121a232e 1632 #ifndef xmlBuildURI
pcercuei 0:03b5121a232e 1633 extern __typeof (xmlBuildURI) xmlBuildURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1634 #define xmlBuildURI xmlBuildURI__internal_alias
pcercuei 0:03b5121a232e 1635 #endif
pcercuei 0:03b5121a232e 1636 #endif
pcercuei 0:03b5121a232e 1637
pcercuei 0:03b5121a232e 1638 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 1639 #undef xmlByteConsumed
pcercuei 0:03b5121a232e 1640 extern __typeof (xmlByteConsumed) xmlByteConsumed __attribute((alias("xmlByteConsumed__internal_alias")));
pcercuei 0:03b5121a232e 1641 #else
pcercuei 0:03b5121a232e 1642 #ifndef xmlByteConsumed
pcercuei 0:03b5121a232e 1643 extern __typeof (xmlByteConsumed) xmlByteConsumed__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1644 #define xmlByteConsumed xmlByteConsumed__internal_alias
pcercuei 0:03b5121a232e 1645 #endif
pcercuei 0:03b5121a232e 1646 #endif
pcercuei 0:03b5121a232e 1647
pcercuei 0:03b5121a232e 1648 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1649 #ifdef bottom_c14n
pcercuei 0:03b5121a232e 1650 #undef xmlC14NDocDumpMemory
pcercuei 0:03b5121a232e 1651 extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory __attribute((alias("xmlC14NDocDumpMemory__internal_alias")));
pcercuei 0:03b5121a232e 1652 #else
pcercuei 0:03b5121a232e 1653 #ifndef xmlC14NDocDumpMemory
pcercuei 0:03b5121a232e 1654 extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1655 #define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias
pcercuei 0:03b5121a232e 1656 #endif
pcercuei 0:03b5121a232e 1657 #endif
pcercuei 0:03b5121a232e 1658 #endif
pcercuei 0:03b5121a232e 1659
pcercuei 0:03b5121a232e 1660 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1661 #ifdef bottom_c14n
pcercuei 0:03b5121a232e 1662 #undef xmlC14NDocSave
pcercuei 0:03b5121a232e 1663 extern __typeof (xmlC14NDocSave) xmlC14NDocSave __attribute((alias("xmlC14NDocSave__internal_alias")));
pcercuei 0:03b5121a232e 1664 #else
pcercuei 0:03b5121a232e 1665 #ifndef xmlC14NDocSave
pcercuei 0:03b5121a232e 1666 extern __typeof (xmlC14NDocSave) xmlC14NDocSave__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1667 #define xmlC14NDocSave xmlC14NDocSave__internal_alias
pcercuei 0:03b5121a232e 1668 #endif
pcercuei 0:03b5121a232e 1669 #endif
pcercuei 0:03b5121a232e 1670 #endif
pcercuei 0:03b5121a232e 1671
pcercuei 0:03b5121a232e 1672 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1673 #ifdef bottom_c14n
pcercuei 0:03b5121a232e 1674 #undef xmlC14NDocSaveTo
pcercuei 0:03b5121a232e 1675 extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo __attribute((alias("xmlC14NDocSaveTo__internal_alias")));
pcercuei 0:03b5121a232e 1676 #else
pcercuei 0:03b5121a232e 1677 #ifndef xmlC14NDocSaveTo
pcercuei 0:03b5121a232e 1678 extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1679 #define xmlC14NDocSaveTo xmlC14NDocSaveTo__internal_alias
pcercuei 0:03b5121a232e 1680 #endif
pcercuei 0:03b5121a232e 1681 #endif
pcercuei 0:03b5121a232e 1682 #endif
pcercuei 0:03b5121a232e 1683
pcercuei 0:03b5121a232e 1684 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1685 #ifdef bottom_c14n
pcercuei 0:03b5121a232e 1686 #undef xmlC14NExecute
pcercuei 0:03b5121a232e 1687 extern __typeof (xmlC14NExecute) xmlC14NExecute __attribute((alias("xmlC14NExecute__internal_alias")));
pcercuei 0:03b5121a232e 1688 #else
pcercuei 0:03b5121a232e 1689 #ifndef xmlC14NExecute
pcercuei 0:03b5121a232e 1690 extern __typeof (xmlC14NExecute) xmlC14NExecute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1691 #define xmlC14NExecute xmlC14NExecute__internal_alias
pcercuei 0:03b5121a232e 1692 #endif
pcercuei 0:03b5121a232e 1693 #endif
pcercuei 0:03b5121a232e 1694 #endif
pcercuei 0:03b5121a232e 1695
pcercuei 0:03b5121a232e 1696 #ifdef bottom_uri
pcercuei 0:03b5121a232e 1697 #undef xmlCanonicPath
pcercuei 0:03b5121a232e 1698 extern __typeof (xmlCanonicPath) xmlCanonicPath __attribute((alias("xmlCanonicPath__internal_alias")));
pcercuei 0:03b5121a232e 1699 #else
pcercuei 0:03b5121a232e 1700 #ifndef xmlCanonicPath
pcercuei 0:03b5121a232e 1701 extern __typeof (xmlCanonicPath) xmlCanonicPath__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1702 #define xmlCanonicPath xmlCanonicPath__internal_alias
pcercuei 0:03b5121a232e 1703 #endif
pcercuei 0:03b5121a232e 1704 #endif
pcercuei 0:03b5121a232e 1705
pcercuei 0:03b5121a232e 1706 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1707 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1708 #undef xmlCatalogAdd
pcercuei 0:03b5121a232e 1709 extern __typeof (xmlCatalogAdd) xmlCatalogAdd __attribute((alias("xmlCatalogAdd__internal_alias")));
pcercuei 0:03b5121a232e 1710 #else
pcercuei 0:03b5121a232e 1711 #ifndef xmlCatalogAdd
pcercuei 0:03b5121a232e 1712 extern __typeof (xmlCatalogAdd) xmlCatalogAdd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1713 #define xmlCatalogAdd xmlCatalogAdd__internal_alias
pcercuei 0:03b5121a232e 1714 #endif
pcercuei 0:03b5121a232e 1715 #endif
pcercuei 0:03b5121a232e 1716 #endif
pcercuei 0:03b5121a232e 1717
pcercuei 0:03b5121a232e 1718 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1719 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1720 #undef xmlCatalogAddLocal
pcercuei 0:03b5121a232e 1721 extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal __attribute((alias("xmlCatalogAddLocal__internal_alias")));
pcercuei 0:03b5121a232e 1722 #else
pcercuei 0:03b5121a232e 1723 #ifndef xmlCatalogAddLocal
pcercuei 0:03b5121a232e 1724 extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1725 #define xmlCatalogAddLocal xmlCatalogAddLocal__internal_alias
pcercuei 0:03b5121a232e 1726 #endif
pcercuei 0:03b5121a232e 1727 #endif
pcercuei 0:03b5121a232e 1728 #endif
pcercuei 0:03b5121a232e 1729
pcercuei 0:03b5121a232e 1730 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1731 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1732 #undef xmlCatalogCleanup
pcercuei 0:03b5121a232e 1733 extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup __attribute((alias("xmlCatalogCleanup__internal_alias")));
pcercuei 0:03b5121a232e 1734 #else
pcercuei 0:03b5121a232e 1735 #ifndef xmlCatalogCleanup
pcercuei 0:03b5121a232e 1736 extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1737 #define xmlCatalogCleanup xmlCatalogCleanup__internal_alias
pcercuei 0:03b5121a232e 1738 #endif
pcercuei 0:03b5121a232e 1739 #endif
pcercuei 0:03b5121a232e 1740 #endif
pcercuei 0:03b5121a232e 1741
pcercuei 0:03b5121a232e 1742 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1743 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1744 #undef xmlCatalogConvert
pcercuei 0:03b5121a232e 1745 extern __typeof (xmlCatalogConvert) xmlCatalogConvert __attribute((alias("xmlCatalogConvert__internal_alias")));
pcercuei 0:03b5121a232e 1746 #else
pcercuei 0:03b5121a232e 1747 #ifndef xmlCatalogConvert
pcercuei 0:03b5121a232e 1748 extern __typeof (xmlCatalogConvert) xmlCatalogConvert__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1749 #define xmlCatalogConvert xmlCatalogConvert__internal_alias
pcercuei 0:03b5121a232e 1750 #endif
pcercuei 0:03b5121a232e 1751 #endif
pcercuei 0:03b5121a232e 1752 #endif
pcercuei 0:03b5121a232e 1753
pcercuei 0:03b5121a232e 1754 #if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 1755 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1756 #undef xmlCatalogDump
pcercuei 0:03b5121a232e 1757 extern __typeof (xmlCatalogDump) xmlCatalogDump __attribute((alias("xmlCatalogDump__internal_alias")));
pcercuei 0:03b5121a232e 1758 #else
pcercuei 0:03b5121a232e 1759 #ifndef xmlCatalogDump
pcercuei 0:03b5121a232e 1760 extern __typeof (xmlCatalogDump) xmlCatalogDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1761 #define xmlCatalogDump xmlCatalogDump__internal_alias
pcercuei 0:03b5121a232e 1762 #endif
pcercuei 0:03b5121a232e 1763 #endif
pcercuei 0:03b5121a232e 1764 #endif
pcercuei 0:03b5121a232e 1765
pcercuei 0:03b5121a232e 1766 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1767 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1768 #undef xmlCatalogFreeLocal
pcercuei 0:03b5121a232e 1769 extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal __attribute((alias("xmlCatalogFreeLocal__internal_alias")));
pcercuei 0:03b5121a232e 1770 #else
pcercuei 0:03b5121a232e 1771 #ifndef xmlCatalogFreeLocal
pcercuei 0:03b5121a232e 1772 extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1773 #define xmlCatalogFreeLocal xmlCatalogFreeLocal__internal_alias
pcercuei 0:03b5121a232e 1774 #endif
pcercuei 0:03b5121a232e 1775 #endif
pcercuei 0:03b5121a232e 1776 #endif
pcercuei 0:03b5121a232e 1777
pcercuei 0:03b5121a232e 1778 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1779 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1780 #undef xmlCatalogGetDefaults
pcercuei 0:03b5121a232e 1781 extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults __attribute((alias("xmlCatalogGetDefaults__internal_alias")));
pcercuei 0:03b5121a232e 1782 #else
pcercuei 0:03b5121a232e 1783 #ifndef xmlCatalogGetDefaults
pcercuei 0:03b5121a232e 1784 extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1785 #define xmlCatalogGetDefaults xmlCatalogGetDefaults__internal_alias
pcercuei 0:03b5121a232e 1786 #endif
pcercuei 0:03b5121a232e 1787 #endif
pcercuei 0:03b5121a232e 1788 #endif
pcercuei 0:03b5121a232e 1789
pcercuei 0:03b5121a232e 1790 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1791 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1792 #undef xmlCatalogGetPublic
pcercuei 0:03b5121a232e 1793 extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic __attribute((alias("xmlCatalogGetPublic__internal_alias")));
pcercuei 0:03b5121a232e 1794 #else
pcercuei 0:03b5121a232e 1795 #ifndef xmlCatalogGetPublic
pcercuei 0:03b5121a232e 1796 extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1797 #define xmlCatalogGetPublic xmlCatalogGetPublic__internal_alias
pcercuei 0:03b5121a232e 1798 #endif
pcercuei 0:03b5121a232e 1799 #endif
pcercuei 0:03b5121a232e 1800 #endif
pcercuei 0:03b5121a232e 1801
pcercuei 0:03b5121a232e 1802 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1803 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1804 #undef xmlCatalogGetSystem
pcercuei 0:03b5121a232e 1805 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem __attribute((alias("xmlCatalogGetSystem__internal_alias")));
pcercuei 0:03b5121a232e 1806 #else
pcercuei 0:03b5121a232e 1807 #ifndef xmlCatalogGetSystem
pcercuei 0:03b5121a232e 1808 extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1809 #define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias
pcercuei 0:03b5121a232e 1810 #endif
pcercuei 0:03b5121a232e 1811 #endif
pcercuei 0:03b5121a232e 1812 #endif
pcercuei 0:03b5121a232e 1813
pcercuei 0:03b5121a232e 1814 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1815 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1816 #undef xmlCatalogIsEmpty
pcercuei 0:03b5121a232e 1817 extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty __attribute((alias("xmlCatalogIsEmpty__internal_alias")));
pcercuei 0:03b5121a232e 1818 #else
pcercuei 0:03b5121a232e 1819 #ifndef xmlCatalogIsEmpty
pcercuei 0:03b5121a232e 1820 extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1821 #define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias
pcercuei 0:03b5121a232e 1822 #endif
pcercuei 0:03b5121a232e 1823 #endif
pcercuei 0:03b5121a232e 1824 #endif
pcercuei 0:03b5121a232e 1825
pcercuei 0:03b5121a232e 1826 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1827 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1828 #undef xmlCatalogLocalResolve
pcercuei 0:03b5121a232e 1829 extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve __attribute((alias("xmlCatalogLocalResolve__internal_alias")));
pcercuei 0:03b5121a232e 1830 #else
pcercuei 0:03b5121a232e 1831 #ifndef xmlCatalogLocalResolve
pcercuei 0:03b5121a232e 1832 extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1833 #define xmlCatalogLocalResolve xmlCatalogLocalResolve__internal_alias
pcercuei 0:03b5121a232e 1834 #endif
pcercuei 0:03b5121a232e 1835 #endif
pcercuei 0:03b5121a232e 1836 #endif
pcercuei 0:03b5121a232e 1837
pcercuei 0:03b5121a232e 1838 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1839 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1840 #undef xmlCatalogLocalResolveURI
pcercuei 0:03b5121a232e 1841 extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI __attribute((alias("xmlCatalogLocalResolveURI__internal_alias")));
pcercuei 0:03b5121a232e 1842 #else
pcercuei 0:03b5121a232e 1843 #ifndef xmlCatalogLocalResolveURI
pcercuei 0:03b5121a232e 1844 extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1845 #define xmlCatalogLocalResolveURI xmlCatalogLocalResolveURI__internal_alias
pcercuei 0:03b5121a232e 1846 #endif
pcercuei 0:03b5121a232e 1847 #endif
pcercuei 0:03b5121a232e 1848 #endif
pcercuei 0:03b5121a232e 1849
pcercuei 0:03b5121a232e 1850 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1851 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1852 #undef xmlCatalogRemove
pcercuei 0:03b5121a232e 1853 extern __typeof (xmlCatalogRemove) xmlCatalogRemove __attribute((alias("xmlCatalogRemove__internal_alias")));
pcercuei 0:03b5121a232e 1854 #else
pcercuei 0:03b5121a232e 1855 #ifndef xmlCatalogRemove
pcercuei 0:03b5121a232e 1856 extern __typeof (xmlCatalogRemove) xmlCatalogRemove__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1857 #define xmlCatalogRemove xmlCatalogRemove__internal_alias
pcercuei 0:03b5121a232e 1858 #endif
pcercuei 0:03b5121a232e 1859 #endif
pcercuei 0:03b5121a232e 1860 #endif
pcercuei 0:03b5121a232e 1861
pcercuei 0:03b5121a232e 1862 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1863 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1864 #undef xmlCatalogResolve
pcercuei 0:03b5121a232e 1865 extern __typeof (xmlCatalogResolve) xmlCatalogResolve __attribute((alias("xmlCatalogResolve__internal_alias")));
pcercuei 0:03b5121a232e 1866 #else
pcercuei 0:03b5121a232e 1867 #ifndef xmlCatalogResolve
pcercuei 0:03b5121a232e 1868 extern __typeof (xmlCatalogResolve) xmlCatalogResolve__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1869 #define xmlCatalogResolve xmlCatalogResolve__internal_alias
pcercuei 0:03b5121a232e 1870 #endif
pcercuei 0:03b5121a232e 1871 #endif
pcercuei 0:03b5121a232e 1872 #endif
pcercuei 0:03b5121a232e 1873
pcercuei 0:03b5121a232e 1874 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1875 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1876 #undef xmlCatalogResolvePublic
pcercuei 0:03b5121a232e 1877 extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic __attribute((alias("xmlCatalogResolvePublic__internal_alias")));
pcercuei 0:03b5121a232e 1878 #else
pcercuei 0:03b5121a232e 1879 #ifndef xmlCatalogResolvePublic
pcercuei 0:03b5121a232e 1880 extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1881 #define xmlCatalogResolvePublic xmlCatalogResolvePublic__internal_alias
pcercuei 0:03b5121a232e 1882 #endif
pcercuei 0:03b5121a232e 1883 #endif
pcercuei 0:03b5121a232e 1884 #endif
pcercuei 0:03b5121a232e 1885
pcercuei 0:03b5121a232e 1886 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1887 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1888 #undef xmlCatalogResolveSystem
pcercuei 0:03b5121a232e 1889 extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem __attribute((alias("xmlCatalogResolveSystem__internal_alias")));
pcercuei 0:03b5121a232e 1890 #else
pcercuei 0:03b5121a232e 1891 #ifndef xmlCatalogResolveSystem
pcercuei 0:03b5121a232e 1892 extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1893 #define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias
pcercuei 0:03b5121a232e 1894 #endif
pcercuei 0:03b5121a232e 1895 #endif
pcercuei 0:03b5121a232e 1896 #endif
pcercuei 0:03b5121a232e 1897
pcercuei 0:03b5121a232e 1898 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1899 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1900 #undef xmlCatalogResolveURI
pcercuei 0:03b5121a232e 1901 extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI __attribute((alias("xmlCatalogResolveURI__internal_alias")));
pcercuei 0:03b5121a232e 1902 #else
pcercuei 0:03b5121a232e 1903 #ifndef xmlCatalogResolveURI
pcercuei 0:03b5121a232e 1904 extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1905 #define xmlCatalogResolveURI xmlCatalogResolveURI__internal_alias
pcercuei 0:03b5121a232e 1906 #endif
pcercuei 0:03b5121a232e 1907 #endif
pcercuei 0:03b5121a232e 1908 #endif
pcercuei 0:03b5121a232e 1909
pcercuei 0:03b5121a232e 1910 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1911 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1912 #undef xmlCatalogSetDebug
pcercuei 0:03b5121a232e 1913 extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug __attribute((alias("xmlCatalogSetDebug__internal_alias")));
pcercuei 0:03b5121a232e 1914 #else
pcercuei 0:03b5121a232e 1915 #ifndef xmlCatalogSetDebug
pcercuei 0:03b5121a232e 1916 extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1917 #define xmlCatalogSetDebug xmlCatalogSetDebug__internal_alias
pcercuei 0:03b5121a232e 1918 #endif
pcercuei 0:03b5121a232e 1919 #endif
pcercuei 0:03b5121a232e 1920 #endif
pcercuei 0:03b5121a232e 1921
pcercuei 0:03b5121a232e 1922 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1923 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1924 #undef xmlCatalogSetDefaultPrefer
pcercuei 0:03b5121a232e 1925 extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer __attribute((alias("xmlCatalogSetDefaultPrefer__internal_alias")));
pcercuei 0:03b5121a232e 1926 #else
pcercuei 0:03b5121a232e 1927 #ifndef xmlCatalogSetDefaultPrefer
pcercuei 0:03b5121a232e 1928 extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1929 #define xmlCatalogSetDefaultPrefer xmlCatalogSetDefaultPrefer__internal_alias
pcercuei 0:03b5121a232e 1930 #endif
pcercuei 0:03b5121a232e 1931 #endif
pcercuei 0:03b5121a232e 1932 #endif
pcercuei 0:03b5121a232e 1933
pcercuei 0:03b5121a232e 1934 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 1935 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 1936 #undef xmlCatalogSetDefaults
pcercuei 0:03b5121a232e 1937 extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults __attribute((alias("xmlCatalogSetDefaults__internal_alias")));
pcercuei 0:03b5121a232e 1938 #else
pcercuei 0:03b5121a232e 1939 #ifndef xmlCatalogSetDefaults
pcercuei 0:03b5121a232e 1940 extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1941 #define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias
pcercuei 0:03b5121a232e 1942 #endif
pcercuei 0:03b5121a232e 1943 #endif
pcercuei 0:03b5121a232e 1944 #endif
pcercuei 0:03b5121a232e 1945
pcercuei 0:03b5121a232e 1946 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 1947 #undef xmlCharEncCloseFunc
pcercuei 0:03b5121a232e 1948 extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc __attribute((alias("xmlCharEncCloseFunc__internal_alias")));
pcercuei 0:03b5121a232e 1949 #else
pcercuei 0:03b5121a232e 1950 #ifndef xmlCharEncCloseFunc
pcercuei 0:03b5121a232e 1951 extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1952 #define xmlCharEncCloseFunc xmlCharEncCloseFunc__internal_alias
pcercuei 0:03b5121a232e 1953 #endif
pcercuei 0:03b5121a232e 1954 #endif
pcercuei 0:03b5121a232e 1955
pcercuei 0:03b5121a232e 1956 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 1957 #undef xmlCharEncFirstLine
pcercuei 0:03b5121a232e 1958 extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine __attribute((alias("xmlCharEncFirstLine__internal_alias")));
pcercuei 0:03b5121a232e 1959 #else
pcercuei 0:03b5121a232e 1960 #ifndef xmlCharEncFirstLine
pcercuei 0:03b5121a232e 1961 extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1962 #define xmlCharEncFirstLine xmlCharEncFirstLine__internal_alias
pcercuei 0:03b5121a232e 1963 #endif
pcercuei 0:03b5121a232e 1964 #endif
pcercuei 0:03b5121a232e 1965
pcercuei 0:03b5121a232e 1966 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 1967 #undef xmlCharEncInFunc
pcercuei 0:03b5121a232e 1968 extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc __attribute((alias("xmlCharEncInFunc__internal_alias")));
pcercuei 0:03b5121a232e 1969 #else
pcercuei 0:03b5121a232e 1970 #ifndef xmlCharEncInFunc
pcercuei 0:03b5121a232e 1971 extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1972 #define xmlCharEncInFunc xmlCharEncInFunc__internal_alias
pcercuei 0:03b5121a232e 1973 #endif
pcercuei 0:03b5121a232e 1974 #endif
pcercuei 0:03b5121a232e 1975
pcercuei 0:03b5121a232e 1976 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 1977 #undef xmlCharEncOutFunc
pcercuei 0:03b5121a232e 1978 extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc __attribute((alias("xmlCharEncOutFunc__internal_alias")));
pcercuei 0:03b5121a232e 1979 #else
pcercuei 0:03b5121a232e 1980 #ifndef xmlCharEncOutFunc
pcercuei 0:03b5121a232e 1981 extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1982 #define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias
pcercuei 0:03b5121a232e 1983 #endif
pcercuei 0:03b5121a232e 1984 #endif
pcercuei 0:03b5121a232e 1985
pcercuei 0:03b5121a232e 1986 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 1987 #undef xmlCharInRange
pcercuei 0:03b5121a232e 1988 extern __typeof (xmlCharInRange) xmlCharInRange __attribute((alias("xmlCharInRange__internal_alias")));
pcercuei 0:03b5121a232e 1989 #else
pcercuei 0:03b5121a232e 1990 #ifndef xmlCharInRange
pcercuei 0:03b5121a232e 1991 extern __typeof (xmlCharInRange) xmlCharInRange__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 1992 #define xmlCharInRange xmlCharInRange__internal_alias
pcercuei 0:03b5121a232e 1993 #endif
pcercuei 0:03b5121a232e 1994 #endif
pcercuei 0:03b5121a232e 1995
pcercuei 0:03b5121a232e 1996 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 1997 #undef xmlCharStrdup
pcercuei 0:03b5121a232e 1998 extern __typeof (xmlCharStrdup) xmlCharStrdup __attribute((alias("xmlCharStrdup__internal_alias")));
pcercuei 0:03b5121a232e 1999 #else
pcercuei 0:03b5121a232e 2000 #ifndef xmlCharStrdup
pcercuei 0:03b5121a232e 2001 extern __typeof (xmlCharStrdup) xmlCharStrdup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2002 #define xmlCharStrdup xmlCharStrdup__internal_alias
pcercuei 0:03b5121a232e 2003 #endif
pcercuei 0:03b5121a232e 2004 #endif
pcercuei 0:03b5121a232e 2005
pcercuei 0:03b5121a232e 2006 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 2007 #undef xmlCharStrndup
pcercuei 0:03b5121a232e 2008 extern __typeof (xmlCharStrndup) xmlCharStrndup __attribute((alias("xmlCharStrndup__internal_alias")));
pcercuei 0:03b5121a232e 2009 #else
pcercuei 0:03b5121a232e 2010 #ifndef xmlCharStrndup
pcercuei 0:03b5121a232e 2011 extern __typeof (xmlCharStrndup) xmlCharStrndup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2012 #define xmlCharStrndup xmlCharStrndup__internal_alias
pcercuei 0:03b5121a232e 2013 #endif
pcercuei 0:03b5121a232e 2014 #endif
pcercuei 0:03b5121a232e 2015
pcercuei 0:03b5121a232e 2016 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 2017 #undef xmlCheckFilename
pcercuei 0:03b5121a232e 2018 extern __typeof (xmlCheckFilename) xmlCheckFilename __attribute((alias("xmlCheckFilename__internal_alias")));
pcercuei 0:03b5121a232e 2019 #else
pcercuei 0:03b5121a232e 2020 #ifndef xmlCheckFilename
pcercuei 0:03b5121a232e 2021 extern __typeof (xmlCheckFilename) xmlCheckFilename__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2022 #define xmlCheckFilename xmlCheckFilename__internal_alias
pcercuei 0:03b5121a232e 2023 #endif
pcercuei 0:03b5121a232e 2024 #endif
pcercuei 0:03b5121a232e 2025
pcercuei 0:03b5121a232e 2026 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 2027 #undef xmlCheckHTTPInput
pcercuei 0:03b5121a232e 2028 extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput __attribute((alias("xmlCheckHTTPInput__internal_alias")));
pcercuei 0:03b5121a232e 2029 #else
pcercuei 0:03b5121a232e 2030 #ifndef xmlCheckHTTPInput
pcercuei 0:03b5121a232e 2031 extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2032 #define xmlCheckHTTPInput xmlCheckHTTPInput__internal_alias
pcercuei 0:03b5121a232e 2033 #endif
pcercuei 0:03b5121a232e 2034 #endif
pcercuei 0:03b5121a232e 2035
pcercuei 0:03b5121a232e 2036 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2037 #undef xmlCheckLanguageID
pcercuei 0:03b5121a232e 2038 extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID __attribute((alias("xmlCheckLanguageID__internal_alias")));
pcercuei 0:03b5121a232e 2039 #else
pcercuei 0:03b5121a232e 2040 #ifndef xmlCheckLanguageID
pcercuei 0:03b5121a232e 2041 extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2042 #define xmlCheckLanguageID xmlCheckLanguageID__internal_alias
pcercuei 0:03b5121a232e 2043 #endif
pcercuei 0:03b5121a232e 2044 #endif
pcercuei 0:03b5121a232e 2045
pcercuei 0:03b5121a232e 2046 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 2047 #undef xmlCheckUTF8
pcercuei 0:03b5121a232e 2048 extern __typeof (xmlCheckUTF8) xmlCheckUTF8 __attribute((alias("xmlCheckUTF8__internal_alias")));
pcercuei 0:03b5121a232e 2049 #else
pcercuei 0:03b5121a232e 2050 #ifndef xmlCheckUTF8
pcercuei 0:03b5121a232e 2051 extern __typeof (xmlCheckUTF8) xmlCheckUTF8__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2052 #define xmlCheckUTF8 xmlCheckUTF8__internal_alias
pcercuei 0:03b5121a232e 2053 #endif
pcercuei 0:03b5121a232e 2054 #endif
pcercuei 0:03b5121a232e 2055
pcercuei 0:03b5121a232e 2056 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 2057 #undef xmlCheckVersion
pcercuei 0:03b5121a232e 2058 extern __typeof (xmlCheckVersion) xmlCheckVersion __attribute((alias("xmlCheckVersion__internal_alias")));
pcercuei 0:03b5121a232e 2059 #else
pcercuei 0:03b5121a232e 2060 #ifndef xmlCheckVersion
pcercuei 0:03b5121a232e 2061 extern __typeof (xmlCheckVersion) xmlCheckVersion__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2062 #define xmlCheckVersion xmlCheckVersion__internal_alias
pcercuei 0:03b5121a232e 2063 #endif
pcercuei 0:03b5121a232e 2064 #endif
pcercuei 0:03b5121a232e 2065
pcercuei 0:03b5121a232e 2066 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 2067 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2068 #undef xmlChildElementCount
pcercuei 0:03b5121a232e 2069 extern __typeof (xmlChildElementCount) xmlChildElementCount __attribute((alias("xmlChildElementCount__internal_alias")));
pcercuei 0:03b5121a232e 2070 #else
pcercuei 0:03b5121a232e 2071 #ifndef xmlChildElementCount
pcercuei 0:03b5121a232e 2072 extern __typeof (xmlChildElementCount) xmlChildElementCount__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2073 #define xmlChildElementCount xmlChildElementCount__internal_alias
pcercuei 0:03b5121a232e 2074 #endif
pcercuei 0:03b5121a232e 2075 #endif
pcercuei 0:03b5121a232e 2076 #endif
pcercuei 0:03b5121a232e 2077
pcercuei 0:03b5121a232e 2078 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 2079 #undef xmlCleanupCharEncodingHandlers
pcercuei 0:03b5121a232e 2080 extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers __attribute((alias("xmlCleanupCharEncodingHandlers__internal_alias")));
pcercuei 0:03b5121a232e 2081 #else
pcercuei 0:03b5121a232e 2082 #ifndef xmlCleanupCharEncodingHandlers
pcercuei 0:03b5121a232e 2083 extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2084 #define xmlCleanupCharEncodingHandlers xmlCleanupCharEncodingHandlers__internal_alias
pcercuei 0:03b5121a232e 2085 #endif
pcercuei 0:03b5121a232e 2086 #endif
pcercuei 0:03b5121a232e 2087
pcercuei 0:03b5121a232e 2088 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 2089 #undef xmlCleanupEncodingAliases
pcercuei 0:03b5121a232e 2090 extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases __attribute((alias("xmlCleanupEncodingAliases__internal_alias")));
pcercuei 0:03b5121a232e 2091 #else
pcercuei 0:03b5121a232e 2092 #ifndef xmlCleanupEncodingAliases
pcercuei 0:03b5121a232e 2093 extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2094 #define xmlCleanupEncodingAliases xmlCleanupEncodingAliases__internal_alias
pcercuei 0:03b5121a232e 2095 #endif
pcercuei 0:03b5121a232e 2096 #endif
pcercuei 0:03b5121a232e 2097
pcercuei 0:03b5121a232e 2098 #ifdef bottom_globals
pcercuei 0:03b5121a232e 2099 #undef xmlCleanupGlobals
pcercuei 0:03b5121a232e 2100 extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals __attribute((alias("xmlCleanupGlobals__internal_alias")));
pcercuei 0:03b5121a232e 2101 #else
pcercuei 0:03b5121a232e 2102 #ifndef xmlCleanupGlobals
pcercuei 0:03b5121a232e 2103 extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2104 #define xmlCleanupGlobals xmlCleanupGlobals__internal_alias
pcercuei 0:03b5121a232e 2105 #endif
pcercuei 0:03b5121a232e 2106 #endif
pcercuei 0:03b5121a232e 2107
pcercuei 0:03b5121a232e 2108 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 2109 #undef xmlCleanupInputCallbacks
pcercuei 0:03b5121a232e 2110 extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks __attribute((alias("xmlCleanupInputCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 2111 #else
pcercuei 0:03b5121a232e 2112 #ifndef xmlCleanupInputCallbacks
pcercuei 0:03b5121a232e 2113 extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2114 #define xmlCleanupInputCallbacks xmlCleanupInputCallbacks__internal_alias
pcercuei 0:03b5121a232e 2115 #endif
pcercuei 0:03b5121a232e 2116 #endif
pcercuei 0:03b5121a232e 2117
pcercuei 0:03b5121a232e 2118 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 2119 #undef xmlCleanupMemory
pcercuei 0:03b5121a232e 2120 extern __typeof (xmlCleanupMemory) xmlCleanupMemory __attribute((alias("xmlCleanupMemory__internal_alias")));
pcercuei 0:03b5121a232e 2121 #else
pcercuei 0:03b5121a232e 2122 #ifndef xmlCleanupMemory
pcercuei 0:03b5121a232e 2123 extern __typeof (xmlCleanupMemory) xmlCleanupMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2124 #define xmlCleanupMemory xmlCleanupMemory__internal_alias
pcercuei 0:03b5121a232e 2125 #endif
pcercuei 0:03b5121a232e 2126 #endif
pcercuei 0:03b5121a232e 2127
pcercuei 0:03b5121a232e 2128 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 2129 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 2130 #undef xmlCleanupOutputCallbacks
pcercuei 0:03b5121a232e 2131 extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks __attribute((alias("xmlCleanupOutputCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 2132 #else
pcercuei 0:03b5121a232e 2133 #ifndef xmlCleanupOutputCallbacks
pcercuei 0:03b5121a232e 2134 extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2135 #define xmlCleanupOutputCallbacks xmlCleanupOutputCallbacks__internal_alias
pcercuei 0:03b5121a232e 2136 #endif
pcercuei 0:03b5121a232e 2137 #endif
pcercuei 0:03b5121a232e 2138 #endif
pcercuei 0:03b5121a232e 2139
pcercuei 0:03b5121a232e 2140 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2141 #undef xmlCleanupParser
pcercuei 0:03b5121a232e 2142 extern __typeof (xmlCleanupParser) xmlCleanupParser __attribute((alias("xmlCleanupParser__internal_alias")));
pcercuei 0:03b5121a232e 2143 #else
pcercuei 0:03b5121a232e 2144 #ifndef xmlCleanupParser
pcercuei 0:03b5121a232e 2145 extern __typeof (xmlCleanupParser) xmlCleanupParser__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2146 #define xmlCleanupParser xmlCleanupParser__internal_alias
pcercuei 0:03b5121a232e 2147 #endif
pcercuei 0:03b5121a232e 2148 #endif
pcercuei 0:03b5121a232e 2149
pcercuei 0:03b5121a232e 2150 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 2151 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 2152 #undef xmlCleanupPredefinedEntities
pcercuei 0:03b5121a232e 2153 extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities __attribute((alias("xmlCleanupPredefinedEntities__internal_alias")));
pcercuei 0:03b5121a232e 2154 #else
pcercuei 0:03b5121a232e 2155 #ifndef xmlCleanupPredefinedEntities
pcercuei 0:03b5121a232e 2156 extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2157 #define xmlCleanupPredefinedEntities xmlCleanupPredefinedEntities__internal_alias
pcercuei 0:03b5121a232e 2158 #endif
pcercuei 0:03b5121a232e 2159 #endif
pcercuei 0:03b5121a232e 2160 #endif
pcercuei 0:03b5121a232e 2161
pcercuei 0:03b5121a232e 2162 #ifdef bottom_threads
pcercuei 0:03b5121a232e 2163 #undef xmlCleanupThreads
pcercuei 0:03b5121a232e 2164 extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias")));
pcercuei 0:03b5121a232e 2165 #else
pcercuei 0:03b5121a232e 2166 #ifndef xmlCleanupThreads
pcercuei 0:03b5121a232e 2167 extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2168 #define xmlCleanupThreads xmlCleanupThreads__internal_alias
pcercuei 0:03b5121a232e 2169 #endif
pcercuei 0:03b5121a232e 2170 #endif
pcercuei 0:03b5121a232e 2171
pcercuei 0:03b5121a232e 2172 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 2173 #undef xmlClearNodeInfoSeq
pcercuei 0:03b5121a232e 2174 extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq __attribute((alias("xmlClearNodeInfoSeq__internal_alias")));
pcercuei 0:03b5121a232e 2175 #else
pcercuei 0:03b5121a232e 2176 #ifndef xmlClearNodeInfoSeq
pcercuei 0:03b5121a232e 2177 extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2178 #define xmlClearNodeInfoSeq xmlClearNodeInfoSeq__internal_alias
pcercuei 0:03b5121a232e 2179 #endif
pcercuei 0:03b5121a232e 2180 #endif
pcercuei 0:03b5121a232e 2181
pcercuei 0:03b5121a232e 2182 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 2183 #undef xmlClearParserCtxt
pcercuei 0:03b5121a232e 2184 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2185 #else
pcercuei 0:03b5121a232e 2186 #ifndef xmlClearParserCtxt
pcercuei 0:03b5121a232e 2187 extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2188 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2189 #endif
pcercuei 0:03b5121a232e 2190 #endif
pcercuei 0:03b5121a232e 2191
pcercuei 0:03b5121a232e 2192 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 2193 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 2194 #undef xmlConvertSGMLCatalog
pcercuei 0:03b5121a232e 2195 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
pcercuei 0:03b5121a232e 2196 #else
pcercuei 0:03b5121a232e 2197 #ifndef xmlConvertSGMLCatalog
pcercuei 0:03b5121a232e 2198 extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2199 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias
pcercuei 0:03b5121a232e 2200 #endif
pcercuei 0:03b5121a232e 2201 #endif
pcercuei 0:03b5121a232e 2202 #endif
pcercuei 0:03b5121a232e 2203
pcercuei 0:03b5121a232e 2204 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 2205 #ifdef bottom_valid
pcercuei 0:03b5121a232e 2206 #undef xmlCopyAttributeTable
pcercuei 0:03b5121a232e 2207 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable __attribute((alias("xmlCopyAttributeTable__internal_alias")));
pcercuei 0:03b5121a232e 2208 #else
pcercuei 0:03b5121a232e 2209 #ifndef xmlCopyAttributeTable
pcercuei 0:03b5121a232e 2210 extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2211 #define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias
pcercuei 0:03b5121a232e 2212 #endif
pcercuei 0:03b5121a232e 2213 #endif
pcercuei 0:03b5121a232e 2214 #endif
pcercuei 0:03b5121a232e 2215
pcercuei 0:03b5121a232e 2216 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 2217 #undef xmlCopyChar
pcercuei 0:03b5121a232e 2218 extern __typeof (xmlCopyChar) xmlCopyChar __attribute((alias("xmlCopyChar__internal_alias")));
pcercuei 0:03b5121a232e 2219 #else
pcercuei 0:03b5121a232e 2220 #ifndef xmlCopyChar
pcercuei 0:03b5121a232e 2221 extern __typeof (xmlCopyChar) xmlCopyChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2222 #define xmlCopyChar xmlCopyChar__internal_alias
pcercuei 0:03b5121a232e 2223 #endif
pcercuei 0:03b5121a232e 2224 #endif
pcercuei 0:03b5121a232e 2225
pcercuei 0:03b5121a232e 2226 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 2227 #undef xmlCopyCharMultiByte
pcercuei 0:03b5121a232e 2228 extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte __attribute((alias("xmlCopyCharMultiByte__internal_alias")));
pcercuei 0:03b5121a232e 2229 #else
pcercuei 0:03b5121a232e 2230 #ifndef xmlCopyCharMultiByte
pcercuei 0:03b5121a232e 2231 extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2232 #define xmlCopyCharMultiByte xmlCopyCharMultiByte__internal_alias
pcercuei 0:03b5121a232e 2233 #endif
pcercuei 0:03b5121a232e 2234 #endif
pcercuei 0:03b5121a232e 2235
pcercuei 0:03b5121a232e 2236 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 2237 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2238 #undef xmlCopyDoc
pcercuei 0:03b5121a232e 2239 extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias")));
pcercuei 0:03b5121a232e 2240 #else
pcercuei 0:03b5121a232e 2241 #ifndef xmlCopyDoc
pcercuei 0:03b5121a232e 2242 extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2243 #define xmlCopyDoc xmlCopyDoc__internal_alias
pcercuei 0:03b5121a232e 2244 #endif
pcercuei 0:03b5121a232e 2245 #endif
pcercuei 0:03b5121a232e 2246 #endif
pcercuei 0:03b5121a232e 2247
pcercuei 0:03b5121a232e 2248 #ifdef bottom_valid
pcercuei 0:03b5121a232e 2249 #undef xmlCopyDocElementContent
pcercuei 0:03b5121a232e 2250 extern __typeof (xmlCopyDocElementContent) xmlCopyDocElementContent __attribute((alias("xmlCopyDocElementContent__internal_alias")));
pcercuei 0:03b5121a232e 2251 #else
pcercuei 0:03b5121a232e 2252 #ifndef xmlCopyDocElementContent
pcercuei 0:03b5121a232e 2253 extern __typeof (xmlCopyDocElementContent) xmlCopyDocElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2254 #define xmlCopyDocElementContent xmlCopyDocElementContent__internal_alias
pcercuei 0:03b5121a232e 2255 #endif
pcercuei 0:03b5121a232e 2256 #endif
pcercuei 0:03b5121a232e 2257
pcercuei 0:03b5121a232e 2258 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 2259 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2260 #undef xmlCopyDtd
pcercuei 0:03b5121a232e 2261 extern __typeof (xmlCopyDtd) xmlCopyDtd __attribute((alias("xmlCopyDtd__internal_alias")));
pcercuei 0:03b5121a232e 2262 #else
pcercuei 0:03b5121a232e 2263 #ifndef xmlCopyDtd
pcercuei 0:03b5121a232e 2264 extern __typeof (xmlCopyDtd) xmlCopyDtd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2265 #define xmlCopyDtd xmlCopyDtd__internal_alias
pcercuei 0:03b5121a232e 2266 #endif
pcercuei 0:03b5121a232e 2267 #endif
pcercuei 0:03b5121a232e 2268 #endif
pcercuei 0:03b5121a232e 2269
pcercuei 0:03b5121a232e 2270 #ifdef bottom_valid
pcercuei 0:03b5121a232e 2271 #undef xmlCopyElementContent
pcercuei 0:03b5121a232e 2272 extern __typeof (xmlCopyElementContent) xmlCopyElementContent __attribute((alias("xmlCopyElementContent__internal_alias")));
pcercuei 0:03b5121a232e 2273 #else
pcercuei 0:03b5121a232e 2274 #ifndef xmlCopyElementContent
pcercuei 0:03b5121a232e 2275 extern __typeof (xmlCopyElementContent) xmlCopyElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2276 #define xmlCopyElementContent xmlCopyElementContent__internal_alias
pcercuei 0:03b5121a232e 2277 #endif
pcercuei 0:03b5121a232e 2278 #endif
pcercuei 0:03b5121a232e 2279
pcercuei 0:03b5121a232e 2280 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 2281 #ifdef bottom_valid
pcercuei 0:03b5121a232e 2282 #undef xmlCopyElementTable
pcercuei 0:03b5121a232e 2283 extern __typeof (xmlCopyElementTable) xmlCopyElementTable __attribute((alias("xmlCopyElementTable__internal_alias")));
pcercuei 0:03b5121a232e 2284 #else
pcercuei 0:03b5121a232e 2285 #ifndef xmlCopyElementTable
pcercuei 0:03b5121a232e 2286 extern __typeof (xmlCopyElementTable) xmlCopyElementTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2287 #define xmlCopyElementTable xmlCopyElementTable__internal_alias
pcercuei 0:03b5121a232e 2288 #endif
pcercuei 0:03b5121a232e 2289 #endif
pcercuei 0:03b5121a232e 2290 #endif
pcercuei 0:03b5121a232e 2291
pcercuei 0:03b5121a232e 2292 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 2293 #ifdef bottom_entities
pcercuei 0:03b5121a232e 2294 #undef xmlCopyEntitiesTable
pcercuei 0:03b5121a232e 2295 extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable __attribute((alias("xmlCopyEntitiesTable__internal_alias")));
pcercuei 0:03b5121a232e 2296 #else
pcercuei 0:03b5121a232e 2297 #ifndef xmlCopyEntitiesTable
pcercuei 0:03b5121a232e 2298 extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2299 #define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias
pcercuei 0:03b5121a232e 2300 #endif
pcercuei 0:03b5121a232e 2301 #endif
pcercuei 0:03b5121a232e 2302 #endif
pcercuei 0:03b5121a232e 2303
pcercuei 0:03b5121a232e 2304 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 2305 #ifdef bottom_valid
pcercuei 0:03b5121a232e 2306 #undef xmlCopyEnumeration
pcercuei 0:03b5121a232e 2307 extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration __attribute((alias("xmlCopyEnumeration__internal_alias")));
pcercuei 0:03b5121a232e 2308 #else
pcercuei 0:03b5121a232e 2309 #ifndef xmlCopyEnumeration
pcercuei 0:03b5121a232e 2310 extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2311 #define xmlCopyEnumeration xmlCopyEnumeration__internal_alias
pcercuei 0:03b5121a232e 2312 #endif
pcercuei 0:03b5121a232e 2313 #endif
pcercuei 0:03b5121a232e 2314 #endif
pcercuei 0:03b5121a232e 2315
pcercuei 0:03b5121a232e 2316 #ifdef bottom_error
pcercuei 0:03b5121a232e 2317 #undef xmlCopyError
pcercuei 0:03b5121a232e 2318 extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
pcercuei 0:03b5121a232e 2319 #else
pcercuei 0:03b5121a232e 2320 #ifndef xmlCopyError
pcercuei 0:03b5121a232e 2321 extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2322 #define xmlCopyError xmlCopyError__internal_alias
pcercuei 0:03b5121a232e 2323 #endif
pcercuei 0:03b5121a232e 2324 #endif
pcercuei 0:03b5121a232e 2325
pcercuei 0:03b5121a232e 2326 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2327 #undef xmlCopyNamespace
pcercuei 0:03b5121a232e 2328 extern __typeof (xmlCopyNamespace) xmlCopyNamespace __attribute((alias("xmlCopyNamespace__internal_alias")));
pcercuei 0:03b5121a232e 2329 #else
pcercuei 0:03b5121a232e 2330 #ifndef xmlCopyNamespace
pcercuei 0:03b5121a232e 2331 extern __typeof (xmlCopyNamespace) xmlCopyNamespace__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2332 #define xmlCopyNamespace xmlCopyNamespace__internal_alias
pcercuei 0:03b5121a232e 2333 #endif
pcercuei 0:03b5121a232e 2334 #endif
pcercuei 0:03b5121a232e 2335
pcercuei 0:03b5121a232e 2336 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2337 #undef xmlCopyNamespaceList
pcercuei 0:03b5121a232e 2338 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceList__internal_alias")));
pcercuei 0:03b5121a232e 2339 #else
pcercuei 0:03b5121a232e 2340 #ifndef xmlCopyNamespaceList
pcercuei 0:03b5121a232e 2341 extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2342 #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias
pcercuei 0:03b5121a232e 2343 #endif
pcercuei 0:03b5121a232e 2344 #endif
pcercuei 0:03b5121a232e 2345
pcercuei 0:03b5121a232e 2346 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2347 #undef xmlCopyNode
pcercuei 0:03b5121a232e 2348 extern __typeof (xmlCopyNode) xmlCopyNode __attribute((alias("xmlCopyNode__internal_alias")));
pcercuei 0:03b5121a232e 2349 #else
pcercuei 0:03b5121a232e 2350 #ifndef xmlCopyNode
pcercuei 0:03b5121a232e 2351 extern __typeof (xmlCopyNode) xmlCopyNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2352 #define xmlCopyNode xmlCopyNode__internal_alias
pcercuei 0:03b5121a232e 2353 #endif
pcercuei 0:03b5121a232e 2354 #endif
pcercuei 0:03b5121a232e 2355
pcercuei 0:03b5121a232e 2356 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2357 #undef xmlCopyNodeList
pcercuei 0:03b5121a232e 2358 extern __typeof (xmlCopyNodeList) xmlCopyNodeList __attribute((alias("xmlCopyNodeList__internal_alias")));
pcercuei 0:03b5121a232e 2359 #else
pcercuei 0:03b5121a232e 2360 #ifndef xmlCopyNodeList
pcercuei 0:03b5121a232e 2361 extern __typeof (xmlCopyNodeList) xmlCopyNodeList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2362 #define xmlCopyNodeList xmlCopyNodeList__internal_alias
pcercuei 0:03b5121a232e 2363 #endif
pcercuei 0:03b5121a232e 2364 #endif
pcercuei 0:03b5121a232e 2365
pcercuei 0:03b5121a232e 2366 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 2367 #ifdef bottom_valid
pcercuei 0:03b5121a232e 2368 #undef xmlCopyNotationTable
pcercuei 0:03b5121a232e 2369 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTable__internal_alias")));
pcercuei 0:03b5121a232e 2370 #else
pcercuei 0:03b5121a232e 2371 #ifndef xmlCopyNotationTable
pcercuei 0:03b5121a232e 2372 extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2373 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias
pcercuei 0:03b5121a232e 2374 #endif
pcercuei 0:03b5121a232e 2375 #endif
pcercuei 0:03b5121a232e 2376 #endif
pcercuei 0:03b5121a232e 2377
pcercuei 0:03b5121a232e 2378 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2379 #undef xmlCopyProp
pcercuei 0:03b5121a232e 2380 extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias")));
pcercuei 0:03b5121a232e 2381 #else
pcercuei 0:03b5121a232e 2382 #ifndef xmlCopyProp
pcercuei 0:03b5121a232e 2383 extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2384 #define xmlCopyProp xmlCopyProp__internal_alias
pcercuei 0:03b5121a232e 2385 #endif
pcercuei 0:03b5121a232e 2386 #endif
pcercuei 0:03b5121a232e 2387
pcercuei 0:03b5121a232e 2388 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2389 #undef xmlCopyPropList
pcercuei 0:03b5121a232e 2390 extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias")));
pcercuei 0:03b5121a232e 2391 #else
pcercuei 0:03b5121a232e 2392 #ifndef xmlCopyPropList
pcercuei 0:03b5121a232e 2393 extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2394 #define xmlCopyPropList xmlCopyPropList__internal_alias
pcercuei 0:03b5121a232e 2395 #endif
pcercuei 0:03b5121a232e 2396 #endif
pcercuei 0:03b5121a232e 2397
pcercuei 0:03b5121a232e 2398 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2399 #undef xmlCreateDocParserCtxt
pcercuei 0:03b5121a232e 2400 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2401 #else
pcercuei 0:03b5121a232e 2402 #ifndef xmlCreateDocParserCtxt
pcercuei 0:03b5121a232e 2403 extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2404 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2405 #endif
pcercuei 0:03b5121a232e 2406 #endif
pcercuei 0:03b5121a232e 2407
pcercuei 0:03b5121a232e 2408 #ifdef bottom_entities
pcercuei 0:03b5121a232e 2409 #undef xmlCreateEntitiesTable
pcercuei 0:03b5121a232e 2410 extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable __attribute((alias("xmlCreateEntitiesTable__internal_alias")));
pcercuei 0:03b5121a232e 2411 #else
pcercuei 0:03b5121a232e 2412 #ifndef xmlCreateEntitiesTable
pcercuei 0:03b5121a232e 2413 extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2414 #define xmlCreateEntitiesTable xmlCreateEntitiesTable__internal_alias
pcercuei 0:03b5121a232e 2415 #endif
pcercuei 0:03b5121a232e 2416 #endif
pcercuei 0:03b5121a232e 2417
pcercuei 0:03b5121a232e 2418 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2419 #undef xmlCreateEntityParserCtxt
pcercuei 0:03b5121a232e 2420 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2421 #else
pcercuei 0:03b5121a232e 2422 #ifndef xmlCreateEntityParserCtxt
pcercuei 0:03b5121a232e 2423 extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2424 #define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2425 #endif
pcercuei 0:03b5121a232e 2426 #endif
pcercuei 0:03b5121a232e 2427
pcercuei 0:03b5121a232e 2428 #ifdef bottom_valid
pcercuei 0:03b5121a232e 2429 #undef xmlCreateEnumeration
pcercuei 0:03b5121a232e 2430 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeration__internal_alias")));
pcercuei 0:03b5121a232e 2431 #else
pcercuei 0:03b5121a232e 2432 #ifndef xmlCreateEnumeration
pcercuei 0:03b5121a232e 2433 extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2434 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias
pcercuei 0:03b5121a232e 2435 #endif
pcercuei 0:03b5121a232e 2436 #endif
pcercuei 0:03b5121a232e 2437
pcercuei 0:03b5121a232e 2438 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2439 #undef xmlCreateFileParserCtxt
pcercuei 0:03b5121a232e 2440 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2441 #else
pcercuei 0:03b5121a232e 2442 #ifndef xmlCreateFileParserCtxt
pcercuei 0:03b5121a232e 2443 extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2444 #define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2445 #endif
pcercuei 0:03b5121a232e 2446 #endif
pcercuei 0:03b5121a232e 2447
pcercuei 0:03b5121a232e 2448 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2449 #undef xmlCreateIOParserCtxt
pcercuei 0:03b5121a232e 2450 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2451 #else
pcercuei 0:03b5121a232e 2452 #ifndef xmlCreateIOParserCtxt
pcercuei 0:03b5121a232e 2453 extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2454 #define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2455 #endif
pcercuei 0:03b5121a232e 2456 #endif
pcercuei 0:03b5121a232e 2457
pcercuei 0:03b5121a232e 2458 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2459 #undef xmlCreateIntSubset
pcercuei 0:03b5121a232e 2460 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias")));
pcercuei 0:03b5121a232e 2461 #else
pcercuei 0:03b5121a232e 2462 #ifndef xmlCreateIntSubset
pcercuei 0:03b5121a232e 2463 extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2464 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias
pcercuei 0:03b5121a232e 2465 #endif
pcercuei 0:03b5121a232e 2466 #endif
pcercuei 0:03b5121a232e 2467
pcercuei 0:03b5121a232e 2468 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2469 #undef xmlCreateMemoryParserCtxt
pcercuei 0:03b5121a232e 2470 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2471 #else
pcercuei 0:03b5121a232e 2472 #ifndef xmlCreateMemoryParserCtxt
pcercuei 0:03b5121a232e 2473 extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2474 #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2475 #endif
pcercuei 0:03b5121a232e 2476 #endif
pcercuei 0:03b5121a232e 2477
pcercuei 0:03b5121a232e 2478 #if defined(LIBXML_PUSH_ENABLED)
pcercuei 0:03b5121a232e 2479 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2480 #undef xmlCreatePushParserCtxt
pcercuei 0:03b5121a232e 2481 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2482 #else
pcercuei 0:03b5121a232e 2483 #ifndef xmlCreatePushParserCtxt
pcercuei 0:03b5121a232e 2484 extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2485 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2486 #endif
pcercuei 0:03b5121a232e 2487 #endif
pcercuei 0:03b5121a232e 2488 #endif
pcercuei 0:03b5121a232e 2489
pcercuei 0:03b5121a232e 2490 #ifdef bottom_uri
pcercuei 0:03b5121a232e 2491 #undef xmlCreateURI
pcercuei 0:03b5121a232e 2492 extern __typeof (xmlCreateURI) xmlCreateURI __attribute((alias("xmlCreateURI__internal_alias")));
pcercuei 0:03b5121a232e 2493 #else
pcercuei 0:03b5121a232e 2494 #ifndef xmlCreateURI
pcercuei 0:03b5121a232e 2495 extern __typeof (xmlCreateURI) xmlCreateURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2496 #define xmlCreateURI xmlCreateURI__internal_alias
pcercuei 0:03b5121a232e 2497 #endif
pcercuei 0:03b5121a232e 2498 #endif
pcercuei 0:03b5121a232e 2499
pcercuei 0:03b5121a232e 2500 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2501 #undef xmlCreateURLParserCtxt
pcercuei 0:03b5121a232e 2502 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2503 #else
pcercuei 0:03b5121a232e 2504 #ifndef xmlCreateURLParserCtxt
pcercuei 0:03b5121a232e 2505 extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2506 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias
pcercuei 0:03b5121a232e 2507 #endif
pcercuei 0:03b5121a232e 2508 #endif
pcercuei 0:03b5121a232e 2509
pcercuei 0:03b5121a232e 2510 #ifdef bottom_error
pcercuei 0:03b5121a232e 2511 #undef xmlCtxtGetLastError
pcercuei 0:03b5121a232e 2512 extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError __attribute((alias("xmlCtxtGetLastError__internal_alias")));
pcercuei 0:03b5121a232e 2513 #else
pcercuei 0:03b5121a232e 2514 #ifndef xmlCtxtGetLastError
pcercuei 0:03b5121a232e 2515 extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2516 #define xmlCtxtGetLastError xmlCtxtGetLastError__internal_alias
pcercuei 0:03b5121a232e 2517 #endif
pcercuei 0:03b5121a232e 2518 #endif
pcercuei 0:03b5121a232e 2519
pcercuei 0:03b5121a232e 2520 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2521 #undef xmlCtxtReadDoc
pcercuei 0:03b5121a232e 2522 extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc __attribute((alias("xmlCtxtReadDoc__internal_alias")));
pcercuei 0:03b5121a232e 2523 #else
pcercuei 0:03b5121a232e 2524 #ifndef xmlCtxtReadDoc
pcercuei 0:03b5121a232e 2525 extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2526 #define xmlCtxtReadDoc xmlCtxtReadDoc__internal_alias
pcercuei 0:03b5121a232e 2527 #endif
pcercuei 0:03b5121a232e 2528 #endif
pcercuei 0:03b5121a232e 2529
pcercuei 0:03b5121a232e 2530 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2531 #undef xmlCtxtReadFd
pcercuei 0:03b5121a232e 2532 extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd __attribute((alias("xmlCtxtReadFd__internal_alias")));
pcercuei 0:03b5121a232e 2533 #else
pcercuei 0:03b5121a232e 2534 #ifndef xmlCtxtReadFd
pcercuei 0:03b5121a232e 2535 extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2536 #define xmlCtxtReadFd xmlCtxtReadFd__internal_alias
pcercuei 0:03b5121a232e 2537 #endif
pcercuei 0:03b5121a232e 2538 #endif
pcercuei 0:03b5121a232e 2539
pcercuei 0:03b5121a232e 2540 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2541 #undef xmlCtxtReadFile
pcercuei 0:03b5121a232e 2542 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile __attribute((alias("xmlCtxtReadFile__internal_alias")));
pcercuei 0:03b5121a232e 2543 #else
pcercuei 0:03b5121a232e 2544 #ifndef xmlCtxtReadFile
pcercuei 0:03b5121a232e 2545 extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2546 #define xmlCtxtReadFile xmlCtxtReadFile__internal_alias
pcercuei 0:03b5121a232e 2547 #endif
pcercuei 0:03b5121a232e 2548 #endif
pcercuei 0:03b5121a232e 2549
pcercuei 0:03b5121a232e 2550 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2551 #undef xmlCtxtReadIO
pcercuei 0:03b5121a232e 2552 extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO __attribute((alias("xmlCtxtReadIO__internal_alias")));
pcercuei 0:03b5121a232e 2553 #else
pcercuei 0:03b5121a232e 2554 #ifndef xmlCtxtReadIO
pcercuei 0:03b5121a232e 2555 extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2556 #define xmlCtxtReadIO xmlCtxtReadIO__internal_alias
pcercuei 0:03b5121a232e 2557 #endif
pcercuei 0:03b5121a232e 2558 #endif
pcercuei 0:03b5121a232e 2559
pcercuei 0:03b5121a232e 2560 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2561 #undef xmlCtxtReadMemory
pcercuei 0:03b5121a232e 2562 extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory __attribute((alias("xmlCtxtReadMemory__internal_alias")));
pcercuei 0:03b5121a232e 2563 #else
pcercuei 0:03b5121a232e 2564 #ifndef xmlCtxtReadMemory
pcercuei 0:03b5121a232e 2565 extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2566 #define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias
pcercuei 0:03b5121a232e 2567 #endif
pcercuei 0:03b5121a232e 2568 #endif
pcercuei 0:03b5121a232e 2569
pcercuei 0:03b5121a232e 2570 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2571 #undef xmlCtxtReset
pcercuei 0:03b5121a232e 2572 extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
pcercuei 0:03b5121a232e 2573 #else
pcercuei 0:03b5121a232e 2574 #ifndef xmlCtxtReset
pcercuei 0:03b5121a232e 2575 extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2576 #define xmlCtxtReset xmlCtxtReset__internal_alias
pcercuei 0:03b5121a232e 2577 #endif
pcercuei 0:03b5121a232e 2578 #endif
pcercuei 0:03b5121a232e 2579
pcercuei 0:03b5121a232e 2580 #ifdef bottom_error
pcercuei 0:03b5121a232e 2581 #undef xmlCtxtResetLastError
pcercuei 0:03b5121a232e 2582 extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError __attribute((alias("xmlCtxtResetLastError__internal_alias")));
pcercuei 0:03b5121a232e 2583 #else
pcercuei 0:03b5121a232e 2584 #ifndef xmlCtxtResetLastError
pcercuei 0:03b5121a232e 2585 extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2586 #define xmlCtxtResetLastError xmlCtxtResetLastError__internal_alias
pcercuei 0:03b5121a232e 2587 #endif
pcercuei 0:03b5121a232e 2588 #endif
pcercuei 0:03b5121a232e 2589
pcercuei 0:03b5121a232e 2590 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2591 #undef xmlCtxtResetPush
pcercuei 0:03b5121a232e 2592 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush __attribute((alias("xmlCtxtResetPush__internal_alias")));
pcercuei 0:03b5121a232e 2593 #else
pcercuei 0:03b5121a232e 2594 #ifndef xmlCtxtResetPush
pcercuei 0:03b5121a232e 2595 extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2596 #define xmlCtxtResetPush xmlCtxtResetPush__internal_alias
pcercuei 0:03b5121a232e 2597 #endif
pcercuei 0:03b5121a232e 2598 #endif
pcercuei 0:03b5121a232e 2599
pcercuei 0:03b5121a232e 2600 #ifdef bottom_parser
pcercuei 0:03b5121a232e 2601 #undef xmlCtxtUseOptions
pcercuei 0:03b5121a232e 2602 extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions __attribute((alias("xmlCtxtUseOptions__internal_alias")));
pcercuei 0:03b5121a232e 2603 #else
pcercuei 0:03b5121a232e 2604 #ifndef xmlCtxtUseOptions
pcercuei 0:03b5121a232e 2605 extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2606 #define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias
pcercuei 0:03b5121a232e 2607 #endif
pcercuei 0:03b5121a232e 2608 #endif
pcercuei 0:03b5121a232e 2609
pcercuei 0:03b5121a232e 2610 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 2611 #undef xmlCurrentChar
pcercuei 0:03b5121a232e 2612 extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias")));
pcercuei 0:03b5121a232e 2613 #else
pcercuei 0:03b5121a232e 2614 #ifndef xmlCurrentChar
pcercuei 0:03b5121a232e 2615 extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2616 #define xmlCurrentChar xmlCurrentChar__internal_alias
pcercuei 0:03b5121a232e 2617 #endif
pcercuei 0:03b5121a232e 2618 #endif
pcercuei 0:03b5121a232e 2619
pcercuei 0:03b5121a232e 2620 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2621 #undef xmlDOMWrapAdoptNode
pcercuei 0:03b5121a232e 2622 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode __attribute((alias("xmlDOMWrapAdoptNode__internal_alias")));
pcercuei 0:03b5121a232e 2623 #else
pcercuei 0:03b5121a232e 2624 #ifndef xmlDOMWrapAdoptNode
pcercuei 0:03b5121a232e 2625 extern __typeof (xmlDOMWrapAdoptNode) xmlDOMWrapAdoptNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2626 #define xmlDOMWrapAdoptNode xmlDOMWrapAdoptNode__internal_alias
pcercuei 0:03b5121a232e 2627 #endif
pcercuei 0:03b5121a232e 2628 #endif
pcercuei 0:03b5121a232e 2629
pcercuei 0:03b5121a232e 2630 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2631 #undef xmlDOMWrapCloneNode
pcercuei 0:03b5121a232e 2632 extern __typeof (xmlDOMWrapCloneNode) xmlDOMWrapCloneNode __attribute((alias("xmlDOMWrapCloneNode__internal_alias")));
pcercuei 0:03b5121a232e 2633 #else
pcercuei 0:03b5121a232e 2634 #ifndef xmlDOMWrapCloneNode
pcercuei 0:03b5121a232e 2635 extern __typeof (xmlDOMWrapCloneNode) xmlDOMWrapCloneNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2636 #define xmlDOMWrapCloneNode xmlDOMWrapCloneNode__internal_alias
pcercuei 0:03b5121a232e 2637 #endif
pcercuei 0:03b5121a232e 2638 #endif
pcercuei 0:03b5121a232e 2639
pcercuei 0:03b5121a232e 2640 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2641 #undef xmlDOMWrapFreeCtxt
pcercuei 0:03b5121a232e 2642 extern __typeof (xmlDOMWrapFreeCtxt) xmlDOMWrapFreeCtxt __attribute((alias("xmlDOMWrapFreeCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2643 #else
pcercuei 0:03b5121a232e 2644 #ifndef xmlDOMWrapFreeCtxt
pcercuei 0:03b5121a232e 2645 extern __typeof (xmlDOMWrapFreeCtxt) xmlDOMWrapFreeCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2646 #define xmlDOMWrapFreeCtxt xmlDOMWrapFreeCtxt__internal_alias
pcercuei 0:03b5121a232e 2647 #endif
pcercuei 0:03b5121a232e 2648 #endif
pcercuei 0:03b5121a232e 2649
pcercuei 0:03b5121a232e 2650 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2651 #undef xmlDOMWrapNewCtxt
pcercuei 0:03b5121a232e 2652 extern __typeof (xmlDOMWrapNewCtxt) xmlDOMWrapNewCtxt __attribute((alias("xmlDOMWrapNewCtxt__internal_alias")));
pcercuei 0:03b5121a232e 2653 #else
pcercuei 0:03b5121a232e 2654 #ifndef xmlDOMWrapNewCtxt
pcercuei 0:03b5121a232e 2655 extern __typeof (xmlDOMWrapNewCtxt) xmlDOMWrapNewCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2656 #define xmlDOMWrapNewCtxt xmlDOMWrapNewCtxt__internal_alias
pcercuei 0:03b5121a232e 2657 #endif
pcercuei 0:03b5121a232e 2658 #endif
pcercuei 0:03b5121a232e 2659
pcercuei 0:03b5121a232e 2660 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2661 #undef xmlDOMWrapReconcileNamespaces
pcercuei 0:03b5121a232e 2662 extern __typeof (xmlDOMWrapReconcileNamespaces) xmlDOMWrapReconcileNamespaces __attribute((alias("xmlDOMWrapReconcileNamespaces__internal_alias")));
pcercuei 0:03b5121a232e 2663 #else
pcercuei 0:03b5121a232e 2664 #ifndef xmlDOMWrapReconcileNamespaces
pcercuei 0:03b5121a232e 2665 extern __typeof (xmlDOMWrapReconcileNamespaces) xmlDOMWrapReconcileNamespaces__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2666 #define xmlDOMWrapReconcileNamespaces xmlDOMWrapReconcileNamespaces__internal_alias
pcercuei 0:03b5121a232e 2667 #endif
pcercuei 0:03b5121a232e 2668 #endif
pcercuei 0:03b5121a232e 2669
pcercuei 0:03b5121a232e 2670 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2671 #undef xmlDOMWrapRemoveNode
pcercuei 0:03b5121a232e 2672 extern __typeof (xmlDOMWrapRemoveNode) xmlDOMWrapRemoveNode __attribute((alias("xmlDOMWrapRemoveNode__internal_alias")));
pcercuei 0:03b5121a232e 2673 #else
pcercuei 0:03b5121a232e 2674 #ifndef xmlDOMWrapRemoveNode
pcercuei 0:03b5121a232e 2675 extern __typeof (xmlDOMWrapRemoveNode) xmlDOMWrapRemoveNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2676 #define xmlDOMWrapRemoveNode xmlDOMWrapRemoveNode__internal_alias
pcercuei 0:03b5121a232e 2677 #endif
pcercuei 0:03b5121a232e 2678 #endif
pcercuei 0:03b5121a232e 2679
pcercuei 0:03b5121a232e 2680 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2681 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2682 #undef xmlDebugCheckDocument
pcercuei 0:03b5121a232e 2683 extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument __attribute((alias("xmlDebugCheckDocument__internal_alias")));
pcercuei 0:03b5121a232e 2684 #else
pcercuei 0:03b5121a232e 2685 #ifndef xmlDebugCheckDocument
pcercuei 0:03b5121a232e 2686 extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2687 #define xmlDebugCheckDocument xmlDebugCheckDocument__internal_alias
pcercuei 0:03b5121a232e 2688 #endif
pcercuei 0:03b5121a232e 2689 #endif
pcercuei 0:03b5121a232e 2690 #endif
pcercuei 0:03b5121a232e 2691
pcercuei 0:03b5121a232e 2692 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2693 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2694 #undef xmlDebugDumpAttr
pcercuei 0:03b5121a232e 2695 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
pcercuei 0:03b5121a232e 2696 #else
pcercuei 0:03b5121a232e 2697 #ifndef xmlDebugDumpAttr
pcercuei 0:03b5121a232e 2698 extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2699 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias
pcercuei 0:03b5121a232e 2700 #endif
pcercuei 0:03b5121a232e 2701 #endif
pcercuei 0:03b5121a232e 2702 #endif
pcercuei 0:03b5121a232e 2703
pcercuei 0:03b5121a232e 2704 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2705 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2706 #undef xmlDebugDumpAttrList
pcercuei 0:03b5121a232e 2707 extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList __attribute((alias("xmlDebugDumpAttrList__internal_alias")));
pcercuei 0:03b5121a232e 2708 #else
pcercuei 0:03b5121a232e 2709 #ifndef xmlDebugDumpAttrList
pcercuei 0:03b5121a232e 2710 extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2711 #define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias
pcercuei 0:03b5121a232e 2712 #endif
pcercuei 0:03b5121a232e 2713 #endif
pcercuei 0:03b5121a232e 2714 #endif
pcercuei 0:03b5121a232e 2715
pcercuei 0:03b5121a232e 2716 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2717 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2718 #undef xmlDebugDumpDTD
pcercuei 0:03b5121a232e 2719 extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD __attribute((alias("xmlDebugDumpDTD__internal_alias")));
pcercuei 0:03b5121a232e 2720 #else
pcercuei 0:03b5121a232e 2721 #ifndef xmlDebugDumpDTD
pcercuei 0:03b5121a232e 2722 extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2723 #define xmlDebugDumpDTD xmlDebugDumpDTD__internal_alias
pcercuei 0:03b5121a232e 2724 #endif
pcercuei 0:03b5121a232e 2725 #endif
pcercuei 0:03b5121a232e 2726 #endif
pcercuei 0:03b5121a232e 2727
pcercuei 0:03b5121a232e 2728 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2729 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2730 #undef xmlDebugDumpDocument
pcercuei 0:03b5121a232e 2731 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias")));
pcercuei 0:03b5121a232e 2732 #else
pcercuei 0:03b5121a232e 2733 #ifndef xmlDebugDumpDocument
pcercuei 0:03b5121a232e 2734 extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2735 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias
pcercuei 0:03b5121a232e 2736 #endif
pcercuei 0:03b5121a232e 2737 #endif
pcercuei 0:03b5121a232e 2738 #endif
pcercuei 0:03b5121a232e 2739
pcercuei 0:03b5121a232e 2740 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2741 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2742 #undef xmlDebugDumpDocumentHead
pcercuei 0:03b5121a232e 2743 extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead __attribute((alias("xmlDebugDumpDocumentHead__internal_alias")));
pcercuei 0:03b5121a232e 2744 #else
pcercuei 0:03b5121a232e 2745 #ifndef xmlDebugDumpDocumentHead
pcercuei 0:03b5121a232e 2746 extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2747 #define xmlDebugDumpDocumentHead xmlDebugDumpDocumentHead__internal_alias
pcercuei 0:03b5121a232e 2748 #endif
pcercuei 0:03b5121a232e 2749 #endif
pcercuei 0:03b5121a232e 2750 #endif
pcercuei 0:03b5121a232e 2751
pcercuei 0:03b5121a232e 2752 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2753 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2754 #undef xmlDebugDumpEntities
pcercuei 0:03b5121a232e 2755 extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities __attribute((alias("xmlDebugDumpEntities__internal_alias")));
pcercuei 0:03b5121a232e 2756 #else
pcercuei 0:03b5121a232e 2757 #ifndef xmlDebugDumpEntities
pcercuei 0:03b5121a232e 2758 extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2759 #define xmlDebugDumpEntities xmlDebugDumpEntities__internal_alias
pcercuei 0:03b5121a232e 2760 #endif
pcercuei 0:03b5121a232e 2761 #endif
pcercuei 0:03b5121a232e 2762 #endif
pcercuei 0:03b5121a232e 2763
pcercuei 0:03b5121a232e 2764 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2765 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2766 #undef xmlDebugDumpNode
pcercuei 0:03b5121a232e 2767 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_alias")));
pcercuei 0:03b5121a232e 2768 #else
pcercuei 0:03b5121a232e 2769 #ifndef xmlDebugDumpNode
pcercuei 0:03b5121a232e 2770 extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2771 #define xmlDebugDumpNode xmlDebugDumpNode__internal_alias
pcercuei 0:03b5121a232e 2772 #endif
pcercuei 0:03b5121a232e 2773 #endif
pcercuei 0:03b5121a232e 2774 #endif
pcercuei 0:03b5121a232e 2775
pcercuei 0:03b5121a232e 2776 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2777 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2778 #undef xmlDebugDumpNodeList
pcercuei 0:03b5121a232e 2779 extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList __attribute((alias("xmlDebugDumpNodeList__internal_alias")));
pcercuei 0:03b5121a232e 2780 #else
pcercuei 0:03b5121a232e 2781 #ifndef xmlDebugDumpNodeList
pcercuei 0:03b5121a232e 2782 extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2783 #define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias
pcercuei 0:03b5121a232e 2784 #endif
pcercuei 0:03b5121a232e 2785 #endif
pcercuei 0:03b5121a232e 2786 #endif
pcercuei 0:03b5121a232e 2787
pcercuei 0:03b5121a232e 2788 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2789 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2790 #undef xmlDebugDumpOneNode
pcercuei 0:03b5121a232e 2791 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__internal_alias")));
pcercuei 0:03b5121a232e 2792 #else
pcercuei 0:03b5121a232e 2793 #ifndef xmlDebugDumpOneNode
pcercuei 0:03b5121a232e 2794 extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2795 #define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias
pcercuei 0:03b5121a232e 2796 #endif
pcercuei 0:03b5121a232e 2797 #endif
pcercuei 0:03b5121a232e 2798 #endif
pcercuei 0:03b5121a232e 2799
pcercuei 0:03b5121a232e 2800 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 2801 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 2802 #undef xmlDebugDumpString
pcercuei 0:03b5121a232e 2803 extern __typeof (xmlDebugDumpString) xmlDebugDumpString __attribute((alias("xmlDebugDumpString__internal_alias")));
pcercuei 0:03b5121a232e 2804 #else
pcercuei 0:03b5121a232e 2805 #ifndef xmlDebugDumpString
pcercuei 0:03b5121a232e 2806 extern __typeof (xmlDebugDumpString) xmlDebugDumpString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2807 #define xmlDebugDumpString xmlDebugDumpString__internal_alias
pcercuei 0:03b5121a232e 2808 #endif
pcercuei 0:03b5121a232e 2809 #endif
pcercuei 0:03b5121a232e 2810 #endif
pcercuei 0:03b5121a232e 2811
pcercuei 0:03b5121a232e 2812 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 2813 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 2814 #undef xmlDecodeEntities
pcercuei 0:03b5121a232e 2815 extern __typeof (xmlDecodeEntities) xmlDecodeEntities __attribute((alias("xmlDecodeEntities__internal_alias")));
pcercuei 0:03b5121a232e 2816 #else
pcercuei 0:03b5121a232e 2817 #ifndef xmlDecodeEntities
pcercuei 0:03b5121a232e 2818 extern __typeof (xmlDecodeEntities) xmlDecodeEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2819 #define xmlDecodeEntities xmlDecodeEntities__internal_alias
pcercuei 0:03b5121a232e 2820 #endif
pcercuei 0:03b5121a232e 2821 #endif
pcercuei 0:03b5121a232e 2822 #endif
pcercuei 0:03b5121a232e 2823
pcercuei 0:03b5121a232e 2824 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 2825 #undef xmlDefaultSAXHandlerInit
pcercuei 0:03b5121a232e 2826 extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit __attribute((alias("xmlDefaultSAXHandlerInit__internal_alias")));
pcercuei 0:03b5121a232e 2827 #else
pcercuei 0:03b5121a232e 2828 #ifndef xmlDefaultSAXHandlerInit
pcercuei 0:03b5121a232e 2829 extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2830 #define xmlDefaultSAXHandlerInit xmlDefaultSAXHandlerInit__internal_alias
pcercuei 0:03b5121a232e 2831 #endif
pcercuei 0:03b5121a232e 2832 #endif
pcercuei 0:03b5121a232e 2833
pcercuei 0:03b5121a232e 2834 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 2835 #undef xmlDelEncodingAlias
pcercuei 0:03b5121a232e 2836 extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias __attribute((alias("xmlDelEncodingAlias__internal_alias")));
pcercuei 0:03b5121a232e 2837 #else
pcercuei 0:03b5121a232e 2838 #ifndef xmlDelEncodingAlias
pcercuei 0:03b5121a232e 2839 extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2840 #define xmlDelEncodingAlias xmlDelEncodingAlias__internal_alias
pcercuei 0:03b5121a232e 2841 #endif
pcercuei 0:03b5121a232e 2842 #endif
pcercuei 0:03b5121a232e 2843
pcercuei 0:03b5121a232e 2844 #ifdef bottom_globals
pcercuei 0:03b5121a232e 2845 #undef xmlDeregisterNodeDefault
pcercuei 0:03b5121a232e 2846 extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault __attribute((alias("xmlDeregisterNodeDefault__internal_alias")));
pcercuei 0:03b5121a232e 2847 #else
pcercuei 0:03b5121a232e 2848 #ifndef xmlDeregisterNodeDefault
pcercuei 0:03b5121a232e 2849 extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2850 #define xmlDeregisterNodeDefault xmlDeregisterNodeDefault__internal_alias
pcercuei 0:03b5121a232e 2851 #endif
pcercuei 0:03b5121a232e 2852 #endif
pcercuei 0:03b5121a232e 2853
pcercuei 0:03b5121a232e 2854 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 2855 #undef xmlDetectCharEncoding
pcercuei 0:03b5121a232e 2856 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEncoding__internal_alias")));
pcercuei 0:03b5121a232e 2857 #else
pcercuei 0:03b5121a232e 2858 #ifndef xmlDetectCharEncoding
pcercuei 0:03b5121a232e 2859 extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2860 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias
pcercuei 0:03b5121a232e 2861 #endif
pcercuei 0:03b5121a232e 2862 #endif
pcercuei 0:03b5121a232e 2863
pcercuei 0:03b5121a232e 2864 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2865 #undef xmlDictCleanup
pcercuei 0:03b5121a232e 2866 extern __typeof (xmlDictCleanup) xmlDictCleanup __attribute((alias("xmlDictCleanup__internal_alias")));
pcercuei 0:03b5121a232e 2867 #else
pcercuei 0:03b5121a232e 2868 #ifndef xmlDictCleanup
pcercuei 0:03b5121a232e 2869 extern __typeof (xmlDictCleanup) xmlDictCleanup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2870 #define xmlDictCleanup xmlDictCleanup__internal_alias
pcercuei 0:03b5121a232e 2871 #endif
pcercuei 0:03b5121a232e 2872 #endif
pcercuei 0:03b5121a232e 2873
pcercuei 0:03b5121a232e 2874 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2875 #undef xmlDictCreate
pcercuei 0:03b5121a232e 2876 extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias")));
pcercuei 0:03b5121a232e 2877 #else
pcercuei 0:03b5121a232e 2878 #ifndef xmlDictCreate
pcercuei 0:03b5121a232e 2879 extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2880 #define xmlDictCreate xmlDictCreate__internal_alias
pcercuei 0:03b5121a232e 2881 #endif
pcercuei 0:03b5121a232e 2882 #endif
pcercuei 0:03b5121a232e 2883
pcercuei 0:03b5121a232e 2884 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2885 #undef xmlDictCreateSub
pcercuei 0:03b5121a232e 2886 extern __typeof (xmlDictCreateSub) xmlDictCreateSub __attribute((alias("xmlDictCreateSub__internal_alias")));
pcercuei 0:03b5121a232e 2887 #else
pcercuei 0:03b5121a232e 2888 #ifndef xmlDictCreateSub
pcercuei 0:03b5121a232e 2889 extern __typeof (xmlDictCreateSub) xmlDictCreateSub__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2890 #define xmlDictCreateSub xmlDictCreateSub__internal_alias
pcercuei 0:03b5121a232e 2891 #endif
pcercuei 0:03b5121a232e 2892 #endif
pcercuei 0:03b5121a232e 2893
pcercuei 0:03b5121a232e 2894 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2895 #undef xmlDictExists
pcercuei 0:03b5121a232e 2896 extern __typeof (xmlDictExists) xmlDictExists __attribute((alias("xmlDictExists__internal_alias")));
pcercuei 0:03b5121a232e 2897 #else
pcercuei 0:03b5121a232e 2898 #ifndef xmlDictExists
pcercuei 0:03b5121a232e 2899 extern __typeof (xmlDictExists) xmlDictExists__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2900 #define xmlDictExists xmlDictExists__internal_alias
pcercuei 0:03b5121a232e 2901 #endif
pcercuei 0:03b5121a232e 2902 #endif
pcercuei 0:03b5121a232e 2903
pcercuei 0:03b5121a232e 2904 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2905 #undef xmlDictFree
pcercuei 0:03b5121a232e 2906 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
pcercuei 0:03b5121a232e 2907 #else
pcercuei 0:03b5121a232e 2908 #ifndef xmlDictFree
pcercuei 0:03b5121a232e 2909 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2910 #define xmlDictFree xmlDictFree__internal_alias
pcercuei 0:03b5121a232e 2911 #endif
pcercuei 0:03b5121a232e 2912 #endif
pcercuei 0:03b5121a232e 2913
pcercuei 0:03b5121a232e 2914 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2915 #undef xmlDictGetUsage
pcercuei 0:03b5121a232e 2916 extern __typeof (xmlDictGetUsage) xmlDictGetUsage __attribute((alias("xmlDictGetUsage__internal_alias")));
pcercuei 0:03b5121a232e 2917 #else
pcercuei 0:03b5121a232e 2918 #ifndef xmlDictGetUsage
pcercuei 0:03b5121a232e 2919 extern __typeof (xmlDictGetUsage) xmlDictGetUsage__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2920 #define xmlDictGetUsage xmlDictGetUsage__internal_alias
pcercuei 0:03b5121a232e 2921 #endif
pcercuei 0:03b5121a232e 2922 #endif
pcercuei 0:03b5121a232e 2923
pcercuei 0:03b5121a232e 2924 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2925 #undef xmlDictLookup
pcercuei 0:03b5121a232e 2926 extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
pcercuei 0:03b5121a232e 2927 #else
pcercuei 0:03b5121a232e 2928 #ifndef xmlDictLookup
pcercuei 0:03b5121a232e 2929 extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2930 #define xmlDictLookup xmlDictLookup__internal_alias
pcercuei 0:03b5121a232e 2931 #endif
pcercuei 0:03b5121a232e 2932 #endif
pcercuei 0:03b5121a232e 2933
pcercuei 0:03b5121a232e 2934 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2935 #undef xmlDictOwns
pcercuei 0:03b5121a232e 2936 extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias")));
pcercuei 0:03b5121a232e 2937 #else
pcercuei 0:03b5121a232e 2938 #ifndef xmlDictOwns
pcercuei 0:03b5121a232e 2939 extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2940 #define xmlDictOwns xmlDictOwns__internal_alias
pcercuei 0:03b5121a232e 2941 #endif
pcercuei 0:03b5121a232e 2942 #endif
pcercuei 0:03b5121a232e 2943
pcercuei 0:03b5121a232e 2944 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2945 #undef xmlDictQLookup
pcercuei 0:03b5121a232e 2946 extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias")));
pcercuei 0:03b5121a232e 2947 #else
pcercuei 0:03b5121a232e 2948 #ifndef xmlDictQLookup
pcercuei 0:03b5121a232e 2949 extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2950 #define xmlDictQLookup xmlDictQLookup__internal_alias
pcercuei 0:03b5121a232e 2951 #endif
pcercuei 0:03b5121a232e 2952 #endif
pcercuei 0:03b5121a232e 2953
pcercuei 0:03b5121a232e 2954 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2955 #undef xmlDictReference
pcercuei 0:03b5121a232e 2956 extern __typeof (xmlDictReference) xmlDictReference __attribute((alias("xmlDictReference__internal_alias")));
pcercuei 0:03b5121a232e 2957 #else
pcercuei 0:03b5121a232e 2958 #ifndef xmlDictReference
pcercuei 0:03b5121a232e 2959 extern __typeof (xmlDictReference) xmlDictReference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2960 #define xmlDictReference xmlDictReference__internal_alias
pcercuei 0:03b5121a232e 2961 #endif
pcercuei 0:03b5121a232e 2962 #endif
pcercuei 0:03b5121a232e 2963
pcercuei 0:03b5121a232e 2964 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2965 #undef xmlDictSetLimit
pcercuei 0:03b5121a232e 2966 extern __typeof (xmlDictSetLimit) xmlDictSetLimit __attribute((alias("xmlDictSetLimit__internal_alias")));
pcercuei 0:03b5121a232e 2967 #else
pcercuei 0:03b5121a232e 2968 #ifndef xmlDictSetLimit
pcercuei 0:03b5121a232e 2969 extern __typeof (xmlDictSetLimit) xmlDictSetLimit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2970 #define xmlDictSetLimit xmlDictSetLimit__internal_alias
pcercuei 0:03b5121a232e 2971 #endif
pcercuei 0:03b5121a232e 2972 #endif
pcercuei 0:03b5121a232e 2973
pcercuei 0:03b5121a232e 2974 #ifdef bottom_dict
pcercuei 0:03b5121a232e 2975 #undef xmlDictSize
pcercuei 0:03b5121a232e 2976 extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__internal_alias")));
pcercuei 0:03b5121a232e 2977 #else
pcercuei 0:03b5121a232e 2978 #ifndef xmlDictSize
pcercuei 0:03b5121a232e 2979 extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2980 #define xmlDictSize xmlDictSize__internal_alias
pcercuei 0:03b5121a232e 2981 #endif
pcercuei 0:03b5121a232e 2982 #endif
pcercuei 0:03b5121a232e 2983
pcercuei 0:03b5121a232e 2984 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2985 #undef xmlDocCopyNode
pcercuei 0:03b5121a232e 2986 extern __typeof (xmlDocCopyNode) xmlDocCopyNode __attribute((alias("xmlDocCopyNode__internal_alias")));
pcercuei 0:03b5121a232e 2987 #else
pcercuei 0:03b5121a232e 2988 #ifndef xmlDocCopyNode
pcercuei 0:03b5121a232e 2989 extern __typeof (xmlDocCopyNode) xmlDocCopyNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 2990 #define xmlDocCopyNode xmlDocCopyNode__internal_alias
pcercuei 0:03b5121a232e 2991 #endif
pcercuei 0:03b5121a232e 2992 #endif
pcercuei 0:03b5121a232e 2993
pcercuei 0:03b5121a232e 2994 #ifdef bottom_tree
pcercuei 0:03b5121a232e 2995 #undef xmlDocCopyNodeList
pcercuei 0:03b5121a232e 2996 extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList __attribute((alias("xmlDocCopyNodeList__internal_alias")));
pcercuei 0:03b5121a232e 2997 #else
pcercuei 0:03b5121a232e 2998 #ifndef xmlDocCopyNodeList
pcercuei 0:03b5121a232e 2999 extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3000 #define xmlDocCopyNodeList xmlDocCopyNodeList__internal_alias
pcercuei 0:03b5121a232e 3001 #endif
pcercuei 0:03b5121a232e 3002 #endif
pcercuei 0:03b5121a232e 3003
pcercuei 0:03b5121a232e 3004 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3005 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 3006 #undef xmlDocDump
pcercuei 0:03b5121a232e 3007 extern __typeof (xmlDocDump) xmlDocDump __attribute((alias("xmlDocDump__internal_alias")));
pcercuei 0:03b5121a232e 3008 #else
pcercuei 0:03b5121a232e 3009 #ifndef xmlDocDump
pcercuei 0:03b5121a232e 3010 extern __typeof (xmlDocDump) xmlDocDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3011 #define xmlDocDump xmlDocDump__internal_alias
pcercuei 0:03b5121a232e 3012 #endif
pcercuei 0:03b5121a232e 3013 #endif
pcercuei 0:03b5121a232e 3014 #endif
pcercuei 0:03b5121a232e 3015
pcercuei 0:03b5121a232e 3016 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3017 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 3018 #undef xmlDocDumpFormatMemory
pcercuei 0:03b5121a232e 3019 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
pcercuei 0:03b5121a232e 3020 #else
pcercuei 0:03b5121a232e 3021 #ifndef xmlDocDumpFormatMemory
pcercuei 0:03b5121a232e 3022 extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3023 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias
pcercuei 0:03b5121a232e 3024 #endif
pcercuei 0:03b5121a232e 3025 #endif
pcercuei 0:03b5121a232e 3026 #endif
pcercuei 0:03b5121a232e 3027
pcercuei 0:03b5121a232e 3028 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3029 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 3030 #undef xmlDocDumpFormatMemoryEnc
pcercuei 0:03b5121a232e 3031 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
pcercuei 0:03b5121a232e 3032 #else
pcercuei 0:03b5121a232e 3033 #ifndef xmlDocDumpFormatMemoryEnc
pcercuei 0:03b5121a232e 3034 extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3035 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias
pcercuei 0:03b5121a232e 3036 #endif
pcercuei 0:03b5121a232e 3037 #endif
pcercuei 0:03b5121a232e 3038 #endif
pcercuei 0:03b5121a232e 3039
pcercuei 0:03b5121a232e 3040 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3041 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 3042 #undef xmlDocDumpMemory
pcercuei 0:03b5121a232e 3043 extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory __attribute((alias("xmlDocDumpMemory__internal_alias")));
pcercuei 0:03b5121a232e 3044 #else
pcercuei 0:03b5121a232e 3045 #ifndef xmlDocDumpMemory
pcercuei 0:03b5121a232e 3046 extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3047 #define xmlDocDumpMemory xmlDocDumpMemory__internal_alias
pcercuei 0:03b5121a232e 3048 #endif
pcercuei 0:03b5121a232e 3049 #endif
pcercuei 0:03b5121a232e 3050 #endif
pcercuei 0:03b5121a232e 3051
pcercuei 0:03b5121a232e 3052 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3053 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 3054 #undef xmlDocDumpMemoryEnc
pcercuei 0:03b5121a232e 3055 extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc __attribute((alias("xmlDocDumpMemoryEnc__internal_alias")));
pcercuei 0:03b5121a232e 3056 #else
pcercuei 0:03b5121a232e 3057 #ifndef xmlDocDumpMemoryEnc
pcercuei 0:03b5121a232e 3058 extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3059 #define xmlDocDumpMemoryEnc xmlDocDumpMemoryEnc__internal_alias
pcercuei 0:03b5121a232e 3060 #endif
pcercuei 0:03b5121a232e 3061 #endif
pcercuei 0:03b5121a232e 3062 #endif
pcercuei 0:03b5121a232e 3063
pcercuei 0:03b5121a232e 3064 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3065 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 3066 #undef xmlDocFormatDump
pcercuei 0:03b5121a232e 3067 extern __typeof (xmlDocFormatDump) xmlDocFormatDump __attribute((alias("xmlDocFormatDump__internal_alias")));
pcercuei 0:03b5121a232e 3068 #else
pcercuei 0:03b5121a232e 3069 #ifndef xmlDocFormatDump
pcercuei 0:03b5121a232e 3070 extern __typeof (xmlDocFormatDump) xmlDocFormatDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3071 #define xmlDocFormatDump xmlDocFormatDump__internal_alias
pcercuei 0:03b5121a232e 3072 #endif
pcercuei 0:03b5121a232e 3073 #endif
pcercuei 0:03b5121a232e 3074 #endif
pcercuei 0:03b5121a232e 3075
pcercuei 0:03b5121a232e 3076 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3077 #undef xmlDocGetRootElement
pcercuei 0:03b5121a232e 3078 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
pcercuei 0:03b5121a232e 3079 #else
pcercuei 0:03b5121a232e 3080 #ifndef xmlDocGetRootElement
pcercuei 0:03b5121a232e 3081 extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3082 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias
pcercuei 0:03b5121a232e 3083 #endif
pcercuei 0:03b5121a232e 3084 #endif
pcercuei 0:03b5121a232e 3085
pcercuei 0:03b5121a232e 3086 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 3087 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3088 #undef xmlDocSetRootElement
pcercuei 0:03b5121a232e 3089 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement __attribute((alias("xmlDocSetRootElement__internal_alias")));
pcercuei 0:03b5121a232e 3090 #else
pcercuei 0:03b5121a232e 3091 #ifndef xmlDocSetRootElement
pcercuei 0:03b5121a232e 3092 extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3093 #define xmlDocSetRootElement xmlDocSetRootElement__internal_alias
pcercuei 0:03b5121a232e 3094 #endif
pcercuei 0:03b5121a232e 3095 #endif
pcercuei 0:03b5121a232e 3096 #endif
pcercuei 0:03b5121a232e 3097
pcercuei 0:03b5121a232e 3098 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3099 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3100 #undef xmlDumpAttributeDecl
pcercuei 0:03b5121a232e 3101 extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl __attribute((alias("xmlDumpAttributeDecl__internal_alias")));
pcercuei 0:03b5121a232e 3102 #else
pcercuei 0:03b5121a232e 3103 #ifndef xmlDumpAttributeDecl
pcercuei 0:03b5121a232e 3104 extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3105 #define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias
pcercuei 0:03b5121a232e 3106 #endif
pcercuei 0:03b5121a232e 3107 #endif
pcercuei 0:03b5121a232e 3108 #endif
pcercuei 0:03b5121a232e 3109
pcercuei 0:03b5121a232e 3110 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3111 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3112 #undef xmlDumpAttributeTable
pcercuei 0:03b5121a232e 3113 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable __attribute((alias("xmlDumpAttributeTable__internal_alias")));
pcercuei 0:03b5121a232e 3114 #else
pcercuei 0:03b5121a232e 3115 #ifndef xmlDumpAttributeTable
pcercuei 0:03b5121a232e 3116 extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3117 #define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias
pcercuei 0:03b5121a232e 3118 #endif
pcercuei 0:03b5121a232e 3119 #endif
pcercuei 0:03b5121a232e 3120 #endif
pcercuei 0:03b5121a232e 3121
pcercuei 0:03b5121a232e 3122 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3123 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3124 #undef xmlDumpElementDecl
pcercuei 0:03b5121a232e 3125 extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl __attribute((alias("xmlDumpElementDecl__internal_alias")));
pcercuei 0:03b5121a232e 3126 #else
pcercuei 0:03b5121a232e 3127 #ifndef xmlDumpElementDecl
pcercuei 0:03b5121a232e 3128 extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3129 #define xmlDumpElementDecl xmlDumpElementDecl__internal_alias
pcercuei 0:03b5121a232e 3130 #endif
pcercuei 0:03b5121a232e 3131 #endif
pcercuei 0:03b5121a232e 3132 #endif
pcercuei 0:03b5121a232e 3133
pcercuei 0:03b5121a232e 3134 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3135 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3136 #undef xmlDumpElementTable
pcercuei 0:03b5121a232e 3137 extern __typeof (xmlDumpElementTable) xmlDumpElementTable __attribute((alias("xmlDumpElementTable__internal_alias")));
pcercuei 0:03b5121a232e 3138 #else
pcercuei 0:03b5121a232e 3139 #ifndef xmlDumpElementTable
pcercuei 0:03b5121a232e 3140 extern __typeof (xmlDumpElementTable) xmlDumpElementTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3141 #define xmlDumpElementTable xmlDumpElementTable__internal_alias
pcercuei 0:03b5121a232e 3142 #endif
pcercuei 0:03b5121a232e 3143 #endif
pcercuei 0:03b5121a232e 3144 #endif
pcercuei 0:03b5121a232e 3145
pcercuei 0:03b5121a232e 3146 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3147 #ifdef bottom_entities
pcercuei 0:03b5121a232e 3148 #undef xmlDumpEntitiesTable
pcercuei 0:03b5121a232e 3149 extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable __attribute((alias("xmlDumpEntitiesTable__internal_alias")));
pcercuei 0:03b5121a232e 3150 #else
pcercuei 0:03b5121a232e 3151 #ifndef xmlDumpEntitiesTable
pcercuei 0:03b5121a232e 3152 extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3153 #define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias
pcercuei 0:03b5121a232e 3154 #endif
pcercuei 0:03b5121a232e 3155 #endif
pcercuei 0:03b5121a232e 3156 #endif
pcercuei 0:03b5121a232e 3157
pcercuei 0:03b5121a232e 3158 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3159 #ifdef bottom_entities
pcercuei 0:03b5121a232e 3160 #undef xmlDumpEntityDecl
pcercuei 0:03b5121a232e 3161 extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl __attribute((alias("xmlDumpEntityDecl__internal_alias")));
pcercuei 0:03b5121a232e 3162 #else
pcercuei 0:03b5121a232e 3163 #ifndef xmlDumpEntityDecl
pcercuei 0:03b5121a232e 3164 extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3165 #define xmlDumpEntityDecl xmlDumpEntityDecl__internal_alias
pcercuei 0:03b5121a232e 3166 #endif
pcercuei 0:03b5121a232e 3167 #endif
pcercuei 0:03b5121a232e 3168 #endif
pcercuei 0:03b5121a232e 3169
pcercuei 0:03b5121a232e 3170 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3171 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3172 #undef xmlDumpNotationDecl
pcercuei 0:03b5121a232e 3173 extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl __attribute((alias("xmlDumpNotationDecl__internal_alias")));
pcercuei 0:03b5121a232e 3174 #else
pcercuei 0:03b5121a232e 3175 #ifndef xmlDumpNotationDecl
pcercuei 0:03b5121a232e 3176 extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3177 #define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias
pcercuei 0:03b5121a232e 3178 #endif
pcercuei 0:03b5121a232e 3179 #endif
pcercuei 0:03b5121a232e 3180 #endif
pcercuei 0:03b5121a232e 3181
pcercuei 0:03b5121a232e 3182 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3183 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3184 #undef xmlDumpNotationTable
pcercuei 0:03b5121a232e 3185 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTable__internal_alias")));
pcercuei 0:03b5121a232e 3186 #else
pcercuei 0:03b5121a232e 3187 #ifndef xmlDumpNotationTable
pcercuei 0:03b5121a232e 3188 extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3189 #define xmlDumpNotationTable xmlDumpNotationTable__internal_alias
pcercuei 0:03b5121a232e 3190 #endif
pcercuei 0:03b5121a232e 3191 #endif
pcercuei 0:03b5121a232e 3192 #endif
pcercuei 0:03b5121a232e 3193
pcercuei 0:03b5121a232e 3194 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 3195 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 3196 #undef xmlElemDump
pcercuei 0:03b5121a232e 3197 extern __typeof (xmlElemDump) xmlElemDump __attribute((alias("xmlElemDump__internal_alias")));
pcercuei 0:03b5121a232e 3198 #else
pcercuei 0:03b5121a232e 3199 #ifndef xmlElemDump
pcercuei 0:03b5121a232e 3200 extern __typeof (xmlElemDump) xmlElemDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3201 #define xmlElemDump xmlElemDump__internal_alias
pcercuei 0:03b5121a232e 3202 #endif
pcercuei 0:03b5121a232e 3203 #endif
pcercuei 0:03b5121a232e 3204 #endif
pcercuei 0:03b5121a232e 3205
pcercuei 0:03b5121a232e 3206 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 3207 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 3208 #undef xmlEncodeEntities
pcercuei 0:03b5121a232e 3209 extern __typeof (xmlEncodeEntities) xmlEncodeEntities __attribute((alias("xmlEncodeEntities__internal_alias")));
pcercuei 0:03b5121a232e 3210 #else
pcercuei 0:03b5121a232e 3211 #ifndef xmlEncodeEntities
pcercuei 0:03b5121a232e 3212 extern __typeof (xmlEncodeEntities) xmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3213 #define xmlEncodeEntities xmlEncodeEntities__internal_alias
pcercuei 0:03b5121a232e 3214 #endif
pcercuei 0:03b5121a232e 3215 #endif
pcercuei 0:03b5121a232e 3216 #endif
pcercuei 0:03b5121a232e 3217
pcercuei 0:03b5121a232e 3218 #ifdef bottom_entities
pcercuei 0:03b5121a232e 3219 #undef xmlEncodeEntitiesReentrant
pcercuei 0:03b5121a232e 3220 extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant __attribute((alias("xmlEncodeEntitiesReentrant__internal_alias")));
pcercuei 0:03b5121a232e 3221 #else
pcercuei 0:03b5121a232e 3222 #ifndef xmlEncodeEntitiesReentrant
pcercuei 0:03b5121a232e 3223 extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3224 #define xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant__internal_alias
pcercuei 0:03b5121a232e 3225 #endif
pcercuei 0:03b5121a232e 3226 #endif
pcercuei 0:03b5121a232e 3227
pcercuei 0:03b5121a232e 3228 #ifdef bottom_entities
pcercuei 0:03b5121a232e 3229 #undef xmlEncodeSpecialChars
pcercuei 0:03b5121a232e 3230 extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars __attribute((alias("xmlEncodeSpecialChars__internal_alias")));
pcercuei 0:03b5121a232e 3231 #else
pcercuei 0:03b5121a232e 3232 #ifndef xmlEncodeSpecialChars
pcercuei 0:03b5121a232e 3233 extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3234 #define xmlEncodeSpecialChars xmlEncodeSpecialChars__internal_alias
pcercuei 0:03b5121a232e 3235 #endif
pcercuei 0:03b5121a232e 3236 #endif
pcercuei 0:03b5121a232e 3237
pcercuei 0:03b5121a232e 3238 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 3239 #undef xmlErrMemory
pcercuei 0:03b5121a232e 3240 extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias")));
pcercuei 0:03b5121a232e 3241 #else
pcercuei 0:03b5121a232e 3242 #ifndef xmlErrMemory
pcercuei 0:03b5121a232e 3243 extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3244 #define xmlErrMemory xmlErrMemory__internal_alias
pcercuei 0:03b5121a232e 3245 #endif
pcercuei 0:03b5121a232e 3246 #endif
pcercuei 0:03b5121a232e 3247
pcercuei 0:03b5121a232e 3248 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3249 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3250 #undef xmlExpCtxtNbCons
pcercuei 0:03b5121a232e 3251 extern __typeof (xmlExpCtxtNbCons) xmlExpCtxtNbCons __attribute((alias("xmlExpCtxtNbCons__internal_alias")));
pcercuei 0:03b5121a232e 3252 #else
pcercuei 0:03b5121a232e 3253 #ifndef xmlExpCtxtNbCons
pcercuei 0:03b5121a232e 3254 extern __typeof (xmlExpCtxtNbCons) xmlExpCtxtNbCons__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3255 #define xmlExpCtxtNbCons xmlExpCtxtNbCons__internal_alias
pcercuei 0:03b5121a232e 3256 #endif
pcercuei 0:03b5121a232e 3257 #endif
pcercuei 0:03b5121a232e 3258 #endif
pcercuei 0:03b5121a232e 3259
pcercuei 0:03b5121a232e 3260 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3261 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3262 #undef xmlExpCtxtNbNodes
pcercuei 0:03b5121a232e 3263 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes __attribute((alias("xmlExpCtxtNbNodes__internal_alias")));
pcercuei 0:03b5121a232e 3264 #else
pcercuei 0:03b5121a232e 3265 #ifndef xmlExpCtxtNbNodes
pcercuei 0:03b5121a232e 3266 extern __typeof (xmlExpCtxtNbNodes) xmlExpCtxtNbNodes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3267 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias
pcercuei 0:03b5121a232e 3268 #endif
pcercuei 0:03b5121a232e 3269 #endif
pcercuei 0:03b5121a232e 3270 #endif
pcercuei 0:03b5121a232e 3271
pcercuei 0:03b5121a232e 3272 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3273 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3274 #undef xmlExpDump
pcercuei 0:03b5121a232e 3275 extern __typeof (xmlExpDump) xmlExpDump __attribute((alias("xmlExpDump__internal_alias")));
pcercuei 0:03b5121a232e 3276 #else
pcercuei 0:03b5121a232e 3277 #ifndef xmlExpDump
pcercuei 0:03b5121a232e 3278 extern __typeof (xmlExpDump) xmlExpDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3279 #define xmlExpDump xmlExpDump__internal_alias
pcercuei 0:03b5121a232e 3280 #endif
pcercuei 0:03b5121a232e 3281 #endif
pcercuei 0:03b5121a232e 3282 #endif
pcercuei 0:03b5121a232e 3283
pcercuei 0:03b5121a232e 3284 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3285 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3286 #undef xmlExpExpDerive
pcercuei 0:03b5121a232e 3287 extern __typeof (xmlExpExpDerive) xmlExpExpDerive __attribute((alias("xmlExpExpDerive__internal_alias")));
pcercuei 0:03b5121a232e 3288 #else
pcercuei 0:03b5121a232e 3289 #ifndef xmlExpExpDerive
pcercuei 0:03b5121a232e 3290 extern __typeof (xmlExpExpDerive) xmlExpExpDerive__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3291 #define xmlExpExpDerive xmlExpExpDerive__internal_alias
pcercuei 0:03b5121a232e 3292 #endif
pcercuei 0:03b5121a232e 3293 #endif
pcercuei 0:03b5121a232e 3294 #endif
pcercuei 0:03b5121a232e 3295
pcercuei 0:03b5121a232e 3296 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3297 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3298 #undef xmlExpFree
pcercuei 0:03b5121a232e 3299 extern __typeof (xmlExpFree) xmlExpFree __attribute((alias("xmlExpFree__internal_alias")));
pcercuei 0:03b5121a232e 3300 #else
pcercuei 0:03b5121a232e 3301 #ifndef xmlExpFree
pcercuei 0:03b5121a232e 3302 extern __typeof (xmlExpFree) xmlExpFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3303 #define xmlExpFree xmlExpFree__internal_alias
pcercuei 0:03b5121a232e 3304 #endif
pcercuei 0:03b5121a232e 3305 #endif
pcercuei 0:03b5121a232e 3306 #endif
pcercuei 0:03b5121a232e 3307
pcercuei 0:03b5121a232e 3308 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3309 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3310 #undef xmlExpFreeCtxt
pcercuei 0:03b5121a232e 3311 extern __typeof (xmlExpFreeCtxt) xmlExpFreeCtxt __attribute((alias("xmlExpFreeCtxt__internal_alias")));
pcercuei 0:03b5121a232e 3312 #else
pcercuei 0:03b5121a232e 3313 #ifndef xmlExpFreeCtxt
pcercuei 0:03b5121a232e 3314 extern __typeof (xmlExpFreeCtxt) xmlExpFreeCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3315 #define xmlExpFreeCtxt xmlExpFreeCtxt__internal_alias
pcercuei 0:03b5121a232e 3316 #endif
pcercuei 0:03b5121a232e 3317 #endif
pcercuei 0:03b5121a232e 3318 #endif
pcercuei 0:03b5121a232e 3319
pcercuei 0:03b5121a232e 3320 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3321 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3322 #undef xmlExpGetLanguage
pcercuei 0:03b5121a232e 3323 extern __typeof (xmlExpGetLanguage) xmlExpGetLanguage __attribute((alias("xmlExpGetLanguage__internal_alias")));
pcercuei 0:03b5121a232e 3324 #else
pcercuei 0:03b5121a232e 3325 #ifndef xmlExpGetLanguage
pcercuei 0:03b5121a232e 3326 extern __typeof (xmlExpGetLanguage) xmlExpGetLanguage__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3327 #define xmlExpGetLanguage xmlExpGetLanguage__internal_alias
pcercuei 0:03b5121a232e 3328 #endif
pcercuei 0:03b5121a232e 3329 #endif
pcercuei 0:03b5121a232e 3330 #endif
pcercuei 0:03b5121a232e 3331
pcercuei 0:03b5121a232e 3332 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3333 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3334 #undef xmlExpGetStart
pcercuei 0:03b5121a232e 3335 extern __typeof (xmlExpGetStart) xmlExpGetStart __attribute((alias("xmlExpGetStart__internal_alias")));
pcercuei 0:03b5121a232e 3336 #else
pcercuei 0:03b5121a232e 3337 #ifndef xmlExpGetStart
pcercuei 0:03b5121a232e 3338 extern __typeof (xmlExpGetStart) xmlExpGetStart__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3339 #define xmlExpGetStart xmlExpGetStart__internal_alias
pcercuei 0:03b5121a232e 3340 #endif
pcercuei 0:03b5121a232e 3341 #endif
pcercuei 0:03b5121a232e 3342 #endif
pcercuei 0:03b5121a232e 3343
pcercuei 0:03b5121a232e 3344 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3345 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3346 #undef xmlExpIsNillable
pcercuei 0:03b5121a232e 3347 extern __typeof (xmlExpIsNillable) xmlExpIsNillable __attribute((alias("xmlExpIsNillable__internal_alias")));
pcercuei 0:03b5121a232e 3348 #else
pcercuei 0:03b5121a232e 3349 #ifndef xmlExpIsNillable
pcercuei 0:03b5121a232e 3350 extern __typeof (xmlExpIsNillable) xmlExpIsNillable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3351 #define xmlExpIsNillable xmlExpIsNillable__internal_alias
pcercuei 0:03b5121a232e 3352 #endif
pcercuei 0:03b5121a232e 3353 #endif
pcercuei 0:03b5121a232e 3354 #endif
pcercuei 0:03b5121a232e 3355
pcercuei 0:03b5121a232e 3356 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3357 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3358 #undef xmlExpMaxToken
pcercuei 0:03b5121a232e 3359 extern __typeof (xmlExpMaxToken) xmlExpMaxToken __attribute((alias("xmlExpMaxToken__internal_alias")));
pcercuei 0:03b5121a232e 3360 #else
pcercuei 0:03b5121a232e 3361 #ifndef xmlExpMaxToken
pcercuei 0:03b5121a232e 3362 extern __typeof (xmlExpMaxToken) xmlExpMaxToken__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3363 #define xmlExpMaxToken xmlExpMaxToken__internal_alias
pcercuei 0:03b5121a232e 3364 #endif
pcercuei 0:03b5121a232e 3365 #endif
pcercuei 0:03b5121a232e 3366 #endif
pcercuei 0:03b5121a232e 3367
pcercuei 0:03b5121a232e 3368 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3369 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3370 #undef xmlExpNewAtom
pcercuei 0:03b5121a232e 3371 extern __typeof (xmlExpNewAtom) xmlExpNewAtom __attribute((alias("xmlExpNewAtom__internal_alias")));
pcercuei 0:03b5121a232e 3372 #else
pcercuei 0:03b5121a232e 3373 #ifndef xmlExpNewAtom
pcercuei 0:03b5121a232e 3374 extern __typeof (xmlExpNewAtom) xmlExpNewAtom__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3375 #define xmlExpNewAtom xmlExpNewAtom__internal_alias
pcercuei 0:03b5121a232e 3376 #endif
pcercuei 0:03b5121a232e 3377 #endif
pcercuei 0:03b5121a232e 3378 #endif
pcercuei 0:03b5121a232e 3379
pcercuei 0:03b5121a232e 3380 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3381 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3382 #undef xmlExpNewCtxt
pcercuei 0:03b5121a232e 3383 extern __typeof (xmlExpNewCtxt) xmlExpNewCtxt __attribute((alias("xmlExpNewCtxt__internal_alias")));
pcercuei 0:03b5121a232e 3384 #else
pcercuei 0:03b5121a232e 3385 #ifndef xmlExpNewCtxt
pcercuei 0:03b5121a232e 3386 extern __typeof (xmlExpNewCtxt) xmlExpNewCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3387 #define xmlExpNewCtxt xmlExpNewCtxt__internal_alias
pcercuei 0:03b5121a232e 3388 #endif
pcercuei 0:03b5121a232e 3389 #endif
pcercuei 0:03b5121a232e 3390 #endif
pcercuei 0:03b5121a232e 3391
pcercuei 0:03b5121a232e 3392 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3393 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3394 #undef xmlExpNewOr
pcercuei 0:03b5121a232e 3395 extern __typeof (xmlExpNewOr) xmlExpNewOr __attribute((alias("xmlExpNewOr__internal_alias")));
pcercuei 0:03b5121a232e 3396 #else
pcercuei 0:03b5121a232e 3397 #ifndef xmlExpNewOr
pcercuei 0:03b5121a232e 3398 extern __typeof (xmlExpNewOr) xmlExpNewOr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3399 #define xmlExpNewOr xmlExpNewOr__internal_alias
pcercuei 0:03b5121a232e 3400 #endif
pcercuei 0:03b5121a232e 3401 #endif
pcercuei 0:03b5121a232e 3402 #endif
pcercuei 0:03b5121a232e 3403
pcercuei 0:03b5121a232e 3404 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3405 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3406 #undef xmlExpNewRange
pcercuei 0:03b5121a232e 3407 extern __typeof (xmlExpNewRange) xmlExpNewRange __attribute((alias("xmlExpNewRange__internal_alias")));
pcercuei 0:03b5121a232e 3408 #else
pcercuei 0:03b5121a232e 3409 #ifndef xmlExpNewRange
pcercuei 0:03b5121a232e 3410 extern __typeof (xmlExpNewRange) xmlExpNewRange__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3411 #define xmlExpNewRange xmlExpNewRange__internal_alias
pcercuei 0:03b5121a232e 3412 #endif
pcercuei 0:03b5121a232e 3413 #endif
pcercuei 0:03b5121a232e 3414 #endif
pcercuei 0:03b5121a232e 3415
pcercuei 0:03b5121a232e 3416 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3417 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3418 #undef xmlExpNewSeq
pcercuei 0:03b5121a232e 3419 extern __typeof (xmlExpNewSeq) xmlExpNewSeq __attribute((alias("xmlExpNewSeq__internal_alias")));
pcercuei 0:03b5121a232e 3420 #else
pcercuei 0:03b5121a232e 3421 #ifndef xmlExpNewSeq
pcercuei 0:03b5121a232e 3422 extern __typeof (xmlExpNewSeq) xmlExpNewSeq__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3423 #define xmlExpNewSeq xmlExpNewSeq__internal_alias
pcercuei 0:03b5121a232e 3424 #endif
pcercuei 0:03b5121a232e 3425 #endif
pcercuei 0:03b5121a232e 3426 #endif
pcercuei 0:03b5121a232e 3427
pcercuei 0:03b5121a232e 3428 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3429 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3430 #undef xmlExpParse
pcercuei 0:03b5121a232e 3431 extern __typeof (xmlExpParse) xmlExpParse __attribute((alias("xmlExpParse__internal_alias")));
pcercuei 0:03b5121a232e 3432 #else
pcercuei 0:03b5121a232e 3433 #ifndef xmlExpParse
pcercuei 0:03b5121a232e 3434 extern __typeof (xmlExpParse) xmlExpParse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3435 #define xmlExpParse xmlExpParse__internal_alias
pcercuei 0:03b5121a232e 3436 #endif
pcercuei 0:03b5121a232e 3437 #endif
pcercuei 0:03b5121a232e 3438 #endif
pcercuei 0:03b5121a232e 3439
pcercuei 0:03b5121a232e 3440 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3441 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3442 #undef xmlExpRef
pcercuei 0:03b5121a232e 3443 extern __typeof (xmlExpRef) xmlExpRef __attribute((alias("xmlExpRef__internal_alias")));
pcercuei 0:03b5121a232e 3444 #else
pcercuei 0:03b5121a232e 3445 #ifndef xmlExpRef
pcercuei 0:03b5121a232e 3446 extern __typeof (xmlExpRef) xmlExpRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3447 #define xmlExpRef xmlExpRef__internal_alias
pcercuei 0:03b5121a232e 3448 #endif
pcercuei 0:03b5121a232e 3449 #endif
pcercuei 0:03b5121a232e 3450 #endif
pcercuei 0:03b5121a232e 3451
pcercuei 0:03b5121a232e 3452 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3453 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3454 #undef xmlExpStringDerive
pcercuei 0:03b5121a232e 3455 extern __typeof (xmlExpStringDerive) xmlExpStringDerive __attribute((alias("xmlExpStringDerive__internal_alias")));
pcercuei 0:03b5121a232e 3456 #else
pcercuei 0:03b5121a232e 3457 #ifndef xmlExpStringDerive
pcercuei 0:03b5121a232e 3458 extern __typeof (xmlExpStringDerive) xmlExpStringDerive__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3459 #define xmlExpStringDerive xmlExpStringDerive__internal_alias
pcercuei 0:03b5121a232e 3460 #endif
pcercuei 0:03b5121a232e 3461 #endif
pcercuei 0:03b5121a232e 3462 #endif
pcercuei 0:03b5121a232e 3463
pcercuei 0:03b5121a232e 3464 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
pcercuei 0:03b5121a232e 3465 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3466 #undef xmlExpSubsume
pcercuei 0:03b5121a232e 3467 extern __typeof (xmlExpSubsume) xmlExpSubsume __attribute((alias("xmlExpSubsume__internal_alias")));
pcercuei 0:03b5121a232e 3468 #else
pcercuei 0:03b5121a232e 3469 #ifndef xmlExpSubsume
pcercuei 0:03b5121a232e 3470 extern __typeof (xmlExpSubsume) xmlExpSubsume__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3471 #define xmlExpSubsume xmlExpSubsume__internal_alias
pcercuei 0:03b5121a232e 3472 #endif
pcercuei 0:03b5121a232e 3473 #endif
pcercuei 0:03b5121a232e 3474 #endif
pcercuei 0:03b5121a232e 3475
pcercuei 0:03b5121a232e 3476 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 3477 #undef xmlFileClose
pcercuei 0:03b5121a232e 3478 extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias")));
pcercuei 0:03b5121a232e 3479 #else
pcercuei 0:03b5121a232e 3480 #ifndef xmlFileClose
pcercuei 0:03b5121a232e 3481 extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3482 #define xmlFileClose xmlFileClose__internal_alias
pcercuei 0:03b5121a232e 3483 #endif
pcercuei 0:03b5121a232e 3484 #endif
pcercuei 0:03b5121a232e 3485
pcercuei 0:03b5121a232e 3486 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 3487 #undef xmlFileMatch
pcercuei 0:03b5121a232e 3488 extern __typeof (xmlFileMatch) xmlFileMatch __attribute((alias("xmlFileMatch__internal_alias")));
pcercuei 0:03b5121a232e 3489 #else
pcercuei 0:03b5121a232e 3490 #ifndef xmlFileMatch
pcercuei 0:03b5121a232e 3491 extern __typeof (xmlFileMatch) xmlFileMatch__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3492 #define xmlFileMatch xmlFileMatch__internal_alias
pcercuei 0:03b5121a232e 3493 #endif
pcercuei 0:03b5121a232e 3494 #endif
pcercuei 0:03b5121a232e 3495
pcercuei 0:03b5121a232e 3496 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 3497 #undef xmlFileOpen
pcercuei 0:03b5121a232e 3498 extern __typeof (xmlFileOpen) xmlFileOpen __attribute((alias("xmlFileOpen__internal_alias")));
pcercuei 0:03b5121a232e 3499 #else
pcercuei 0:03b5121a232e 3500 #ifndef xmlFileOpen
pcercuei 0:03b5121a232e 3501 extern __typeof (xmlFileOpen) xmlFileOpen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3502 #define xmlFileOpen xmlFileOpen__internal_alias
pcercuei 0:03b5121a232e 3503 #endif
pcercuei 0:03b5121a232e 3504 #endif
pcercuei 0:03b5121a232e 3505
pcercuei 0:03b5121a232e 3506 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 3507 #undef xmlFileRead
pcercuei 0:03b5121a232e 3508 extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));
pcercuei 0:03b5121a232e 3509 #else
pcercuei 0:03b5121a232e 3510 #ifndef xmlFileRead
pcercuei 0:03b5121a232e 3511 extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3512 #define xmlFileRead xmlFileRead__internal_alias
pcercuei 0:03b5121a232e 3513 #endif
pcercuei 0:03b5121a232e 3514 #endif
pcercuei 0:03b5121a232e 3515
pcercuei 0:03b5121a232e 3516 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 3517 #undef xmlFindCharEncodingHandler
pcercuei 0:03b5121a232e 3518 extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler __attribute((alias("xmlFindCharEncodingHandler__internal_alias")));
pcercuei 0:03b5121a232e 3519 #else
pcercuei 0:03b5121a232e 3520 #ifndef xmlFindCharEncodingHandler
pcercuei 0:03b5121a232e 3521 extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3522 #define xmlFindCharEncodingHandler xmlFindCharEncodingHandler__internal_alias
pcercuei 0:03b5121a232e 3523 #endif
pcercuei 0:03b5121a232e 3524 #endif
pcercuei 0:03b5121a232e 3525
pcercuei 0:03b5121a232e 3526 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 3527 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3528 #undef xmlFirstElementChild
pcercuei 0:03b5121a232e 3529 extern __typeof (xmlFirstElementChild) xmlFirstElementChild __attribute((alias("xmlFirstElementChild__internal_alias")));
pcercuei 0:03b5121a232e 3530 #else
pcercuei 0:03b5121a232e 3531 #ifndef xmlFirstElementChild
pcercuei 0:03b5121a232e 3532 extern __typeof (xmlFirstElementChild) xmlFirstElementChild__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3533 #define xmlFirstElementChild xmlFirstElementChild__internal_alias
pcercuei 0:03b5121a232e 3534 #endif
pcercuei 0:03b5121a232e 3535 #endif
pcercuei 0:03b5121a232e 3536 #endif
pcercuei 0:03b5121a232e 3537
pcercuei 0:03b5121a232e 3538 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3539 #undef xmlFreeAttributeTable
pcercuei 0:03b5121a232e 3540 extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable __attribute((alias("xmlFreeAttributeTable__internal_alias")));
pcercuei 0:03b5121a232e 3541 #else
pcercuei 0:03b5121a232e 3542 #ifndef xmlFreeAttributeTable
pcercuei 0:03b5121a232e 3543 extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3544 #define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias
pcercuei 0:03b5121a232e 3545 #endif
pcercuei 0:03b5121a232e 3546 #endif
pcercuei 0:03b5121a232e 3547
pcercuei 0:03b5121a232e 3548 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 3549 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 3550 #undef xmlFreeAutomata
pcercuei 0:03b5121a232e 3551 extern __typeof (xmlFreeAutomata) xmlFreeAutomata __attribute((alias("xmlFreeAutomata__internal_alias")));
pcercuei 0:03b5121a232e 3552 #else
pcercuei 0:03b5121a232e 3553 #ifndef xmlFreeAutomata
pcercuei 0:03b5121a232e 3554 extern __typeof (xmlFreeAutomata) xmlFreeAutomata__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3555 #define xmlFreeAutomata xmlFreeAutomata__internal_alias
pcercuei 0:03b5121a232e 3556 #endif
pcercuei 0:03b5121a232e 3557 #endif
pcercuei 0:03b5121a232e 3558 #endif
pcercuei 0:03b5121a232e 3559
pcercuei 0:03b5121a232e 3560 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 3561 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 3562 #undef xmlFreeCatalog
pcercuei 0:03b5121a232e 3563 extern __typeof (xmlFreeCatalog) xmlFreeCatalog __attribute((alias("xmlFreeCatalog__internal_alias")));
pcercuei 0:03b5121a232e 3564 #else
pcercuei 0:03b5121a232e 3565 #ifndef xmlFreeCatalog
pcercuei 0:03b5121a232e 3566 extern __typeof (xmlFreeCatalog) xmlFreeCatalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3567 #define xmlFreeCatalog xmlFreeCatalog__internal_alias
pcercuei 0:03b5121a232e 3568 #endif
pcercuei 0:03b5121a232e 3569 #endif
pcercuei 0:03b5121a232e 3570 #endif
pcercuei 0:03b5121a232e 3571
pcercuei 0:03b5121a232e 3572 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3573 #undef xmlFreeDoc
pcercuei 0:03b5121a232e 3574 extern __typeof (xmlFreeDoc) xmlFreeDoc __attribute((alias("xmlFreeDoc__internal_alias")));
pcercuei 0:03b5121a232e 3575 #else
pcercuei 0:03b5121a232e 3576 #ifndef xmlFreeDoc
pcercuei 0:03b5121a232e 3577 extern __typeof (xmlFreeDoc) xmlFreeDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3578 #define xmlFreeDoc xmlFreeDoc__internal_alias
pcercuei 0:03b5121a232e 3579 #endif
pcercuei 0:03b5121a232e 3580 #endif
pcercuei 0:03b5121a232e 3581
pcercuei 0:03b5121a232e 3582 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3583 #undef xmlFreeDocElementContent
pcercuei 0:03b5121a232e 3584 extern __typeof (xmlFreeDocElementContent) xmlFreeDocElementContent __attribute((alias("xmlFreeDocElementContent__internal_alias")));
pcercuei 0:03b5121a232e 3585 #else
pcercuei 0:03b5121a232e 3586 #ifndef xmlFreeDocElementContent
pcercuei 0:03b5121a232e 3587 extern __typeof (xmlFreeDocElementContent) xmlFreeDocElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3588 #define xmlFreeDocElementContent xmlFreeDocElementContent__internal_alias
pcercuei 0:03b5121a232e 3589 #endif
pcercuei 0:03b5121a232e 3590 #endif
pcercuei 0:03b5121a232e 3591
pcercuei 0:03b5121a232e 3592 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3593 #undef xmlFreeDtd
pcercuei 0:03b5121a232e 3594 extern __typeof (xmlFreeDtd) xmlFreeDtd __attribute((alias("xmlFreeDtd__internal_alias")));
pcercuei 0:03b5121a232e 3595 #else
pcercuei 0:03b5121a232e 3596 #ifndef xmlFreeDtd
pcercuei 0:03b5121a232e 3597 extern __typeof (xmlFreeDtd) xmlFreeDtd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3598 #define xmlFreeDtd xmlFreeDtd__internal_alias
pcercuei 0:03b5121a232e 3599 #endif
pcercuei 0:03b5121a232e 3600 #endif
pcercuei 0:03b5121a232e 3601
pcercuei 0:03b5121a232e 3602 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3603 #undef xmlFreeElementContent
pcercuei 0:03b5121a232e 3604 extern __typeof (xmlFreeElementContent) xmlFreeElementContent __attribute((alias("xmlFreeElementContent__internal_alias")));
pcercuei 0:03b5121a232e 3605 #else
pcercuei 0:03b5121a232e 3606 #ifndef xmlFreeElementContent
pcercuei 0:03b5121a232e 3607 extern __typeof (xmlFreeElementContent) xmlFreeElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3608 #define xmlFreeElementContent xmlFreeElementContent__internal_alias
pcercuei 0:03b5121a232e 3609 #endif
pcercuei 0:03b5121a232e 3610 #endif
pcercuei 0:03b5121a232e 3611
pcercuei 0:03b5121a232e 3612 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3613 #undef xmlFreeElementTable
pcercuei 0:03b5121a232e 3614 extern __typeof (xmlFreeElementTable) xmlFreeElementTable __attribute((alias("xmlFreeElementTable__internal_alias")));
pcercuei 0:03b5121a232e 3615 #else
pcercuei 0:03b5121a232e 3616 #ifndef xmlFreeElementTable
pcercuei 0:03b5121a232e 3617 extern __typeof (xmlFreeElementTable) xmlFreeElementTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3618 #define xmlFreeElementTable xmlFreeElementTable__internal_alias
pcercuei 0:03b5121a232e 3619 #endif
pcercuei 0:03b5121a232e 3620 #endif
pcercuei 0:03b5121a232e 3621
pcercuei 0:03b5121a232e 3622 #ifdef bottom_entities
pcercuei 0:03b5121a232e 3623 #undef xmlFreeEntitiesTable
pcercuei 0:03b5121a232e 3624 extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable __attribute((alias("xmlFreeEntitiesTable__internal_alias")));
pcercuei 0:03b5121a232e 3625 #else
pcercuei 0:03b5121a232e 3626 #ifndef xmlFreeEntitiesTable
pcercuei 0:03b5121a232e 3627 extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3628 #define xmlFreeEntitiesTable xmlFreeEntitiesTable__internal_alias
pcercuei 0:03b5121a232e 3629 #endif
pcercuei 0:03b5121a232e 3630 #endif
pcercuei 0:03b5121a232e 3631
pcercuei 0:03b5121a232e 3632 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3633 #undef xmlFreeEnumeration
pcercuei 0:03b5121a232e 3634 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration __attribute((alias("xmlFreeEnumeration__internal_alias")));
pcercuei 0:03b5121a232e 3635 #else
pcercuei 0:03b5121a232e 3636 #ifndef xmlFreeEnumeration
pcercuei 0:03b5121a232e 3637 extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3638 #define xmlFreeEnumeration xmlFreeEnumeration__internal_alias
pcercuei 0:03b5121a232e 3639 #endif
pcercuei 0:03b5121a232e 3640 #endif
pcercuei 0:03b5121a232e 3641
pcercuei 0:03b5121a232e 3642 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3643 #undef xmlFreeIDTable
pcercuei 0:03b5121a232e 3644 extern __typeof (xmlFreeIDTable) xmlFreeIDTable __attribute((alias("xmlFreeIDTable__internal_alias")));
pcercuei 0:03b5121a232e 3645 #else
pcercuei 0:03b5121a232e 3646 #ifndef xmlFreeIDTable
pcercuei 0:03b5121a232e 3647 extern __typeof (xmlFreeIDTable) xmlFreeIDTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3648 #define xmlFreeIDTable xmlFreeIDTable__internal_alias
pcercuei 0:03b5121a232e 3649 #endif
pcercuei 0:03b5121a232e 3650 #endif
pcercuei 0:03b5121a232e 3651
pcercuei 0:03b5121a232e 3652 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 3653 #undef xmlFreeInputStream
pcercuei 0:03b5121a232e 3654 extern __typeof (xmlFreeInputStream) xmlFreeInputStream __attribute((alias("xmlFreeInputStream__internal_alias")));
pcercuei 0:03b5121a232e 3655 #else
pcercuei 0:03b5121a232e 3656 #ifndef xmlFreeInputStream
pcercuei 0:03b5121a232e 3657 extern __typeof (xmlFreeInputStream) xmlFreeInputStream__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3658 #define xmlFreeInputStream xmlFreeInputStream__internal_alias
pcercuei 0:03b5121a232e 3659 #endif
pcercuei 0:03b5121a232e 3660 #endif
pcercuei 0:03b5121a232e 3661
pcercuei 0:03b5121a232e 3662 #ifdef bottom_threads
pcercuei 0:03b5121a232e 3663 #undef xmlFreeMutex
pcercuei 0:03b5121a232e 3664 extern __typeof (xmlFreeMutex) xmlFreeMutex __attribute((alias("xmlFreeMutex__internal_alias")));
pcercuei 0:03b5121a232e 3665 #else
pcercuei 0:03b5121a232e 3666 #ifndef xmlFreeMutex
pcercuei 0:03b5121a232e 3667 extern __typeof (xmlFreeMutex) xmlFreeMutex__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3668 #define xmlFreeMutex xmlFreeMutex__internal_alias
pcercuei 0:03b5121a232e 3669 #endif
pcercuei 0:03b5121a232e 3670 #endif
pcercuei 0:03b5121a232e 3671
pcercuei 0:03b5121a232e 3672 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3673 #undef xmlFreeNode
pcercuei 0:03b5121a232e 3674 extern __typeof (xmlFreeNode) xmlFreeNode __attribute((alias("xmlFreeNode__internal_alias")));
pcercuei 0:03b5121a232e 3675 #else
pcercuei 0:03b5121a232e 3676 #ifndef xmlFreeNode
pcercuei 0:03b5121a232e 3677 extern __typeof (xmlFreeNode) xmlFreeNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3678 #define xmlFreeNode xmlFreeNode__internal_alias
pcercuei 0:03b5121a232e 3679 #endif
pcercuei 0:03b5121a232e 3680 #endif
pcercuei 0:03b5121a232e 3681
pcercuei 0:03b5121a232e 3682 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3683 #undef xmlFreeNodeList
pcercuei 0:03b5121a232e 3684 extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_alias")));
pcercuei 0:03b5121a232e 3685 #else
pcercuei 0:03b5121a232e 3686 #ifndef xmlFreeNodeList
pcercuei 0:03b5121a232e 3687 extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3688 #define xmlFreeNodeList xmlFreeNodeList__internal_alias
pcercuei 0:03b5121a232e 3689 #endif
pcercuei 0:03b5121a232e 3690 #endif
pcercuei 0:03b5121a232e 3691
pcercuei 0:03b5121a232e 3692 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3693 #undef xmlFreeNotationTable
pcercuei 0:03b5121a232e 3694 extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable __attribute((alias("xmlFreeNotationTable__internal_alias")));
pcercuei 0:03b5121a232e 3695 #else
pcercuei 0:03b5121a232e 3696 #ifndef xmlFreeNotationTable
pcercuei 0:03b5121a232e 3697 extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3698 #define xmlFreeNotationTable xmlFreeNotationTable__internal_alias
pcercuei 0:03b5121a232e 3699 #endif
pcercuei 0:03b5121a232e 3700 #endif
pcercuei 0:03b5121a232e 3701
pcercuei 0:03b5121a232e 3702 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3703 #undef xmlFreeNs
pcercuei 0:03b5121a232e 3704 extern __typeof (xmlFreeNs) xmlFreeNs __attribute((alias("xmlFreeNs__internal_alias")));
pcercuei 0:03b5121a232e 3705 #else
pcercuei 0:03b5121a232e 3706 #ifndef xmlFreeNs
pcercuei 0:03b5121a232e 3707 extern __typeof (xmlFreeNs) xmlFreeNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3708 #define xmlFreeNs xmlFreeNs__internal_alias
pcercuei 0:03b5121a232e 3709 #endif
pcercuei 0:03b5121a232e 3710 #endif
pcercuei 0:03b5121a232e 3711
pcercuei 0:03b5121a232e 3712 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3713 #undef xmlFreeNsList
pcercuei 0:03b5121a232e 3714 extern __typeof (xmlFreeNsList) xmlFreeNsList __attribute((alias("xmlFreeNsList__internal_alias")));
pcercuei 0:03b5121a232e 3715 #else
pcercuei 0:03b5121a232e 3716 #ifndef xmlFreeNsList
pcercuei 0:03b5121a232e 3717 extern __typeof (xmlFreeNsList) xmlFreeNsList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3718 #define xmlFreeNsList xmlFreeNsList__internal_alias
pcercuei 0:03b5121a232e 3719 #endif
pcercuei 0:03b5121a232e 3720 #endif
pcercuei 0:03b5121a232e 3721
pcercuei 0:03b5121a232e 3722 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 3723 #undef xmlFreeParserCtxt
pcercuei 0:03b5121a232e 3724 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 3725 #else
pcercuei 0:03b5121a232e 3726 #ifndef xmlFreeParserCtxt
pcercuei 0:03b5121a232e 3727 extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3728 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias
pcercuei 0:03b5121a232e 3729 #endif
pcercuei 0:03b5121a232e 3730 #endif
pcercuei 0:03b5121a232e 3731
pcercuei 0:03b5121a232e 3732 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 3733 #undef xmlFreeParserInputBuffer
pcercuei 0:03b5121a232e 3734 extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer __attribute((alias("xmlFreeParserInputBuffer__internal_alias")));
pcercuei 0:03b5121a232e 3735 #else
pcercuei 0:03b5121a232e 3736 #ifndef xmlFreeParserInputBuffer
pcercuei 0:03b5121a232e 3737 extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3738 #define xmlFreeParserInputBuffer xmlFreeParserInputBuffer__internal_alias
pcercuei 0:03b5121a232e 3739 #endif
pcercuei 0:03b5121a232e 3740 #endif
pcercuei 0:03b5121a232e 3741
pcercuei 0:03b5121a232e 3742 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 3743 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 3744 #undef xmlFreePattern
pcercuei 0:03b5121a232e 3745 extern __typeof (xmlFreePattern) xmlFreePattern __attribute((alias("xmlFreePattern__internal_alias")));
pcercuei 0:03b5121a232e 3746 #else
pcercuei 0:03b5121a232e 3747 #ifndef xmlFreePattern
pcercuei 0:03b5121a232e 3748 extern __typeof (xmlFreePattern) xmlFreePattern__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3749 #define xmlFreePattern xmlFreePattern__internal_alias
pcercuei 0:03b5121a232e 3750 #endif
pcercuei 0:03b5121a232e 3751 #endif
pcercuei 0:03b5121a232e 3752 #endif
pcercuei 0:03b5121a232e 3753
pcercuei 0:03b5121a232e 3754 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 3755 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 3756 #undef xmlFreePatternList
pcercuei 0:03b5121a232e 3757 extern __typeof (xmlFreePatternList) xmlFreePatternList __attribute((alias("xmlFreePatternList__internal_alias")));
pcercuei 0:03b5121a232e 3758 #else
pcercuei 0:03b5121a232e 3759 #ifndef xmlFreePatternList
pcercuei 0:03b5121a232e 3760 extern __typeof (xmlFreePatternList) xmlFreePatternList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3761 #define xmlFreePatternList xmlFreePatternList__internal_alias
pcercuei 0:03b5121a232e 3762 #endif
pcercuei 0:03b5121a232e 3763 #endif
pcercuei 0:03b5121a232e 3764 #endif
pcercuei 0:03b5121a232e 3765
pcercuei 0:03b5121a232e 3766 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3767 #undef xmlFreeProp
pcercuei 0:03b5121a232e 3768 extern __typeof (xmlFreeProp) xmlFreeProp __attribute((alias("xmlFreeProp__internal_alias")));
pcercuei 0:03b5121a232e 3769 #else
pcercuei 0:03b5121a232e 3770 #ifndef xmlFreeProp
pcercuei 0:03b5121a232e 3771 extern __typeof (xmlFreeProp) xmlFreeProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3772 #define xmlFreeProp xmlFreeProp__internal_alias
pcercuei 0:03b5121a232e 3773 #endif
pcercuei 0:03b5121a232e 3774 #endif
pcercuei 0:03b5121a232e 3775
pcercuei 0:03b5121a232e 3776 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3777 #undef xmlFreePropList
pcercuei 0:03b5121a232e 3778 extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
pcercuei 0:03b5121a232e 3779 #else
pcercuei 0:03b5121a232e 3780 #ifndef xmlFreePropList
pcercuei 0:03b5121a232e 3781 extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3782 #define xmlFreePropList xmlFreePropList__internal_alias
pcercuei 0:03b5121a232e 3783 #endif
pcercuei 0:03b5121a232e 3784 #endif
pcercuei 0:03b5121a232e 3785
pcercuei 0:03b5121a232e 3786 #ifdef bottom_threads
pcercuei 0:03b5121a232e 3787 #undef xmlFreeRMutex
pcercuei 0:03b5121a232e 3788 extern __typeof (xmlFreeRMutex) xmlFreeRMutex __attribute((alias("xmlFreeRMutex__internal_alias")));
pcercuei 0:03b5121a232e 3789 #else
pcercuei 0:03b5121a232e 3790 #ifndef xmlFreeRMutex
pcercuei 0:03b5121a232e 3791 extern __typeof (xmlFreeRMutex) xmlFreeRMutex__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3792 #define xmlFreeRMutex xmlFreeRMutex__internal_alias
pcercuei 0:03b5121a232e 3793 #endif
pcercuei 0:03b5121a232e 3794 #endif
pcercuei 0:03b5121a232e 3795
pcercuei 0:03b5121a232e 3796 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3797 #undef xmlFreeRefTable
pcercuei 0:03b5121a232e 3798 extern __typeof (xmlFreeRefTable) xmlFreeRefTable __attribute((alias("xmlFreeRefTable__internal_alias")));
pcercuei 0:03b5121a232e 3799 #else
pcercuei 0:03b5121a232e 3800 #ifndef xmlFreeRefTable
pcercuei 0:03b5121a232e 3801 extern __typeof (xmlFreeRefTable) xmlFreeRefTable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3802 #define xmlFreeRefTable xmlFreeRefTable__internal_alias
pcercuei 0:03b5121a232e 3803 #endif
pcercuei 0:03b5121a232e 3804 #endif
pcercuei 0:03b5121a232e 3805
pcercuei 0:03b5121a232e 3806 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 3807 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 3808 #undef xmlFreeStreamCtxt
pcercuei 0:03b5121a232e 3809 extern __typeof (xmlFreeStreamCtxt) xmlFreeStreamCtxt __attribute((alias("xmlFreeStreamCtxt__internal_alias")));
pcercuei 0:03b5121a232e 3810 #else
pcercuei 0:03b5121a232e 3811 #ifndef xmlFreeStreamCtxt
pcercuei 0:03b5121a232e 3812 extern __typeof (xmlFreeStreamCtxt) xmlFreeStreamCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3813 #define xmlFreeStreamCtxt xmlFreeStreamCtxt__internal_alias
pcercuei 0:03b5121a232e 3814 #endif
pcercuei 0:03b5121a232e 3815 #endif
pcercuei 0:03b5121a232e 3816 #endif
pcercuei 0:03b5121a232e 3817
pcercuei 0:03b5121a232e 3818 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 3819 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 3820 #undef xmlFreeTextReader
pcercuei 0:03b5121a232e 3821 extern __typeof (xmlFreeTextReader) xmlFreeTextReader __attribute((alias("xmlFreeTextReader__internal_alias")));
pcercuei 0:03b5121a232e 3822 #else
pcercuei 0:03b5121a232e 3823 #ifndef xmlFreeTextReader
pcercuei 0:03b5121a232e 3824 extern __typeof (xmlFreeTextReader) xmlFreeTextReader__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3825 #define xmlFreeTextReader xmlFreeTextReader__internal_alias
pcercuei 0:03b5121a232e 3826 #endif
pcercuei 0:03b5121a232e 3827 #endif
pcercuei 0:03b5121a232e 3828 #endif
pcercuei 0:03b5121a232e 3829
pcercuei 0:03b5121a232e 3830 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 3831 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 3832 #undef xmlFreeTextWriter
pcercuei 0:03b5121a232e 3833 extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter __attribute((alias("xmlFreeTextWriter__internal_alias")));
pcercuei 0:03b5121a232e 3834 #else
pcercuei 0:03b5121a232e 3835 #ifndef xmlFreeTextWriter
pcercuei 0:03b5121a232e 3836 extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3837 #define xmlFreeTextWriter xmlFreeTextWriter__internal_alias
pcercuei 0:03b5121a232e 3838 #endif
pcercuei 0:03b5121a232e 3839 #endif
pcercuei 0:03b5121a232e 3840 #endif
pcercuei 0:03b5121a232e 3841
pcercuei 0:03b5121a232e 3842 #ifdef bottom_uri
pcercuei 0:03b5121a232e 3843 #undef xmlFreeURI
pcercuei 0:03b5121a232e 3844 extern __typeof (xmlFreeURI) xmlFreeURI __attribute((alias("xmlFreeURI__internal_alias")));
pcercuei 0:03b5121a232e 3845 #else
pcercuei 0:03b5121a232e 3846 #ifndef xmlFreeURI
pcercuei 0:03b5121a232e 3847 extern __typeof (xmlFreeURI) xmlFreeURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3848 #define xmlFreeURI xmlFreeURI__internal_alias
pcercuei 0:03b5121a232e 3849 #endif
pcercuei 0:03b5121a232e 3850 #endif
pcercuei 0:03b5121a232e 3851
pcercuei 0:03b5121a232e 3852 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 3853 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3854 #undef xmlFreeValidCtxt
pcercuei 0:03b5121a232e 3855 extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt __attribute((alias("xmlFreeValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 3856 #else
pcercuei 0:03b5121a232e 3857 #ifndef xmlFreeValidCtxt
pcercuei 0:03b5121a232e 3858 extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3859 #define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias
pcercuei 0:03b5121a232e 3860 #endif
pcercuei 0:03b5121a232e 3861 #endif
pcercuei 0:03b5121a232e 3862 #endif
pcercuei 0:03b5121a232e 3863
pcercuei 0:03b5121a232e 3864 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 3865 #undef xmlGcMemGet
pcercuei 0:03b5121a232e 3866 extern __typeof (xmlGcMemGet) xmlGcMemGet __attribute((alias("xmlGcMemGet__internal_alias")));
pcercuei 0:03b5121a232e 3867 #else
pcercuei 0:03b5121a232e 3868 #ifndef xmlGcMemGet
pcercuei 0:03b5121a232e 3869 extern __typeof (xmlGcMemGet) xmlGcMemGet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3870 #define xmlGcMemGet xmlGcMemGet__internal_alias
pcercuei 0:03b5121a232e 3871 #endif
pcercuei 0:03b5121a232e 3872 #endif
pcercuei 0:03b5121a232e 3873
pcercuei 0:03b5121a232e 3874 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 3875 #undef xmlGcMemSetup
pcercuei 0:03b5121a232e 3876 extern __typeof (xmlGcMemSetup) xmlGcMemSetup __attribute((alias("xmlGcMemSetup__internal_alias")));
pcercuei 0:03b5121a232e 3877 #else
pcercuei 0:03b5121a232e 3878 #ifndef xmlGcMemSetup
pcercuei 0:03b5121a232e 3879 extern __typeof (xmlGcMemSetup) xmlGcMemSetup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3880 #define xmlGcMemSetup xmlGcMemSetup__internal_alias
pcercuei 0:03b5121a232e 3881 #endif
pcercuei 0:03b5121a232e 3882 #endif
pcercuei 0:03b5121a232e 3883
pcercuei 0:03b5121a232e 3884 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3885 #undef xmlGetBufferAllocationScheme
pcercuei 0:03b5121a232e 3886 extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme __attribute((alias("xmlGetBufferAllocationScheme__internal_alias")));
pcercuei 0:03b5121a232e 3887 #else
pcercuei 0:03b5121a232e 3888 #ifndef xmlGetBufferAllocationScheme
pcercuei 0:03b5121a232e 3889 extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3890 #define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias
pcercuei 0:03b5121a232e 3891 #endif
pcercuei 0:03b5121a232e 3892 #endif
pcercuei 0:03b5121a232e 3893
pcercuei 0:03b5121a232e 3894 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 3895 #undef xmlGetCharEncodingHandler
pcercuei 0:03b5121a232e 3896 extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler __attribute((alias("xmlGetCharEncodingHandler__internal_alias")));
pcercuei 0:03b5121a232e 3897 #else
pcercuei 0:03b5121a232e 3898 #ifndef xmlGetCharEncodingHandler
pcercuei 0:03b5121a232e 3899 extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3900 #define xmlGetCharEncodingHandler xmlGetCharEncodingHandler__internal_alias
pcercuei 0:03b5121a232e 3901 #endif
pcercuei 0:03b5121a232e 3902 #endif
pcercuei 0:03b5121a232e 3903
pcercuei 0:03b5121a232e 3904 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 3905 #undef xmlGetCharEncodingName
pcercuei 0:03b5121a232e 3906 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEncodingName__internal_alias")));
pcercuei 0:03b5121a232e 3907 #else
pcercuei 0:03b5121a232e 3908 #ifndef xmlGetCharEncodingName
pcercuei 0:03b5121a232e 3909 extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3910 #define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias
pcercuei 0:03b5121a232e 3911 #endif
pcercuei 0:03b5121a232e 3912 #endif
pcercuei 0:03b5121a232e 3913
pcercuei 0:03b5121a232e 3914 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3915 #undef xmlGetCompressMode
pcercuei 0:03b5121a232e 3916 extern __typeof (xmlGetCompressMode) xmlGetCompressMode __attribute((alias("xmlGetCompressMode__internal_alias")));
pcercuei 0:03b5121a232e 3917 #else
pcercuei 0:03b5121a232e 3918 #ifndef xmlGetCompressMode
pcercuei 0:03b5121a232e 3919 extern __typeof (xmlGetCompressMode) xmlGetCompressMode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3920 #define xmlGetCompressMode xmlGetCompressMode__internal_alias
pcercuei 0:03b5121a232e 3921 #endif
pcercuei 0:03b5121a232e 3922 #endif
pcercuei 0:03b5121a232e 3923
pcercuei 0:03b5121a232e 3924 #ifdef bottom_tree
pcercuei 0:03b5121a232e 3925 #undef xmlGetDocCompressMode
pcercuei 0:03b5121a232e 3926 extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode __attribute((alias("xmlGetDocCompressMode__internal_alias")));
pcercuei 0:03b5121a232e 3927 #else
pcercuei 0:03b5121a232e 3928 #ifndef xmlGetDocCompressMode
pcercuei 0:03b5121a232e 3929 extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3930 #define xmlGetDocCompressMode xmlGetDocCompressMode__internal_alias
pcercuei 0:03b5121a232e 3931 #endif
pcercuei 0:03b5121a232e 3932 #endif
pcercuei 0:03b5121a232e 3933
pcercuei 0:03b5121a232e 3934 #ifdef bottom_entities
pcercuei 0:03b5121a232e 3935 #undef xmlGetDocEntity
pcercuei 0:03b5121a232e 3936 extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_alias")));
pcercuei 0:03b5121a232e 3937 #else
pcercuei 0:03b5121a232e 3938 #ifndef xmlGetDocEntity
pcercuei 0:03b5121a232e 3939 extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3940 #define xmlGetDocEntity xmlGetDocEntity__internal_alias
pcercuei 0:03b5121a232e 3941 #endif
pcercuei 0:03b5121a232e 3942 #endif
pcercuei 0:03b5121a232e 3943
pcercuei 0:03b5121a232e 3944 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3945 #undef xmlGetDtdAttrDesc
pcercuei 0:03b5121a232e 3946 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
pcercuei 0:03b5121a232e 3947 #else
pcercuei 0:03b5121a232e 3948 #ifndef xmlGetDtdAttrDesc
pcercuei 0:03b5121a232e 3949 extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3950 #define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias
pcercuei 0:03b5121a232e 3951 #endif
pcercuei 0:03b5121a232e 3952 #endif
pcercuei 0:03b5121a232e 3953
pcercuei 0:03b5121a232e 3954 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3955 #undef xmlGetDtdElementDesc
pcercuei 0:03b5121a232e 3956 extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc __attribute((alias("xmlGetDtdElementDesc__internal_alias")));
pcercuei 0:03b5121a232e 3957 #else
pcercuei 0:03b5121a232e 3958 #ifndef xmlGetDtdElementDesc
pcercuei 0:03b5121a232e 3959 extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3960 #define xmlGetDtdElementDesc xmlGetDtdElementDesc__internal_alias
pcercuei 0:03b5121a232e 3961 #endif
pcercuei 0:03b5121a232e 3962 #endif
pcercuei 0:03b5121a232e 3963
pcercuei 0:03b5121a232e 3964 #ifdef bottom_entities
pcercuei 0:03b5121a232e 3965 #undef xmlGetDtdEntity
pcercuei 0:03b5121a232e 3966 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias")));
pcercuei 0:03b5121a232e 3967 #else
pcercuei 0:03b5121a232e 3968 #ifndef xmlGetDtdEntity
pcercuei 0:03b5121a232e 3969 extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3970 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias
pcercuei 0:03b5121a232e 3971 #endif
pcercuei 0:03b5121a232e 3972 #endif
pcercuei 0:03b5121a232e 3973
pcercuei 0:03b5121a232e 3974 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3975 #undef xmlGetDtdNotationDesc
pcercuei 0:03b5121a232e 3976 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
pcercuei 0:03b5121a232e 3977 #else
pcercuei 0:03b5121a232e 3978 #ifndef xmlGetDtdNotationDesc
pcercuei 0:03b5121a232e 3979 extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3980 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias
pcercuei 0:03b5121a232e 3981 #endif
pcercuei 0:03b5121a232e 3982 #endif
pcercuei 0:03b5121a232e 3983
pcercuei 0:03b5121a232e 3984 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3985 #undef xmlGetDtdQAttrDesc
pcercuei 0:03b5121a232e 3986 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__internal_alias")));
pcercuei 0:03b5121a232e 3987 #else
pcercuei 0:03b5121a232e 3988 #ifndef xmlGetDtdQAttrDesc
pcercuei 0:03b5121a232e 3989 extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 3990 #define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias
pcercuei 0:03b5121a232e 3991 #endif
pcercuei 0:03b5121a232e 3992 #endif
pcercuei 0:03b5121a232e 3993
pcercuei 0:03b5121a232e 3994 #ifdef bottom_valid
pcercuei 0:03b5121a232e 3995 #undef xmlGetDtdQElementDesc
pcercuei 0:03b5121a232e 3996 extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc __attribute((alias("xmlGetDtdQElementDesc__internal_alias")));
pcercuei 0:03b5121a232e 3997 #else
pcercuei 0:03b5121a232e 3998 #ifndef xmlGetDtdQElementDesc
pcercuei 0:03b5121a232e 3999 extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4000 #define xmlGetDtdQElementDesc xmlGetDtdQElementDesc__internal_alias
pcercuei 0:03b5121a232e 4001 #endif
pcercuei 0:03b5121a232e 4002 #endif
pcercuei 0:03b5121a232e 4003
pcercuei 0:03b5121a232e 4004 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 4005 #undef xmlGetEncodingAlias
pcercuei 0:03b5121a232e 4006 extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias __attribute((alias("xmlGetEncodingAlias__internal_alias")));
pcercuei 0:03b5121a232e 4007 #else
pcercuei 0:03b5121a232e 4008 #ifndef xmlGetEncodingAlias
pcercuei 0:03b5121a232e 4009 extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4010 #define xmlGetEncodingAlias xmlGetEncodingAlias__internal_alias
pcercuei 0:03b5121a232e 4011 #endif
pcercuei 0:03b5121a232e 4012 #endif
pcercuei 0:03b5121a232e 4013
pcercuei 0:03b5121a232e 4014 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4015 #undef xmlGetExternalEntityLoader
pcercuei 0:03b5121a232e 4016 extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader __attribute((alias("xmlGetExternalEntityLoader__internal_alias")));
pcercuei 0:03b5121a232e 4017 #else
pcercuei 0:03b5121a232e 4018 #ifndef xmlGetExternalEntityLoader
pcercuei 0:03b5121a232e 4019 extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4020 #define xmlGetExternalEntityLoader xmlGetExternalEntityLoader__internal_alias
pcercuei 0:03b5121a232e 4021 #endif
pcercuei 0:03b5121a232e 4022 #endif
pcercuei 0:03b5121a232e 4023
pcercuei 0:03b5121a232e 4024 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 4025 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 4026 #undef xmlGetFeature
pcercuei 0:03b5121a232e 4027 extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias")));
pcercuei 0:03b5121a232e 4028 #else
pcercuei 0:03b5121a232e 4029 #ifndef xmlGetFeature
pcercuei 0:03b5121a232e 4030 extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4031 #define xmlGetFeature xmlGetFeature__internal_alias
pcercuei 0:03b5121a232e 4032 #endif
pcercuei 0:03b5121a232e 4033 #endif
pcercuei 0:03b5121a232e 4034 #endif
pcercuei 0:03b5121a232e 4035
pcercuei 0:03b5121a232e 4036 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 4037 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 4038 #undef xmlGetFeaturesList
pcercuei 0:03b5121a232e 4039 extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList __attribute((alias("xmlGetFeaturesList__internal_alias")));
pcercuei 0:03b5121a232e 4040 #else
pcercuei 0:03b5121a232e 4041 #ifndef xmlGetFeaturesList
pcercuei 0:03b5121a232e 4042 extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4043 #define xmlGetFeaturesList xmlGetFeaturesList__internal_alias
pcercuei 0:03b5121a232e 4044 #endif
pcercuei 0:03b5121a232e 4045 #endif
pcercuei 0:03b5121a232e 4046 #endif
pcercuei 0:03b5121a232e 4047
pcercuei 0:03b5121a232e 4048 #ifdef bottom_threads
pcercuei 0:03b5121a232e 4049 #undef xmlGetGlobalState
pcercuei 0:03b5121a232e 4050 extern __typeof (xmlGetGlobalState) xmlGetGlobalState __attribute((alias("xmlGetGlobalState__internal_alias")));
pcercuei 0:03b5121a232e 4051 #else
pcercuei 0:03b5121a232e 4052 #ifndef xmlGetGlobalState
pcercuei 0:03b5121a232e 4053 extern __typeof (xmlGetGlobalState) xmlGetGlobalState__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4054 #define xmlGetGlobalState xmlGetGlobalState__internal_alias
pcercuei 0:03b5121a232e 4055 #endif
pcercuei 0:03b5121a232e 4056 #endif
pcercuei 0:03b5121a232e 4057
pcercuei 0:03b5121a232e 4058 #ifdef bottom_valid
pcercuei 0:03b5121a232e 4059 #undef xmlGetID
pcercuei 0:03b5121a232e 4060 extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
pcercuei 0:03b5121a232e 4061 #else
pcercuei 0:03b5121a232e 4062 #ifndef xmlGetID
pcercuei 0:03b5121a232e 4063 extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4064 #define xmlGetID xmlGetID__internal_alias
pcercuei 0:03b5121a232e 4065 #endif
pcercuei 0:03b5121a232e 4066 #endif
pcercuei 0:03b5121a232e 4067
pcercuei 0:03b5121a232e 4068 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4069 #undef xmlGetIntSubset
pcercuei 0:03b5121a232e 4070 extern __typeof (xmlGetIntSubset) xmlGetIntSubset __attribute((alias("xmlGetIntSubset__internal_alias")));
pcercuei 0:03b5121a232e 4071 #else
pcercuei 0:03b5121a232e 4072 #ifndef xmlGetIntSubset
pcercuei 0:03b5121a232e 4073 extern __typeof (xmlGetIntSubset) xmlGetIntSubset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4074 #define xmlGetIntSubset xmlGetIntSubset__internal_alias
pcercuei 0:03b5121a232e 4075 #endif
pcercuei 0:03b5121a232e 4076 #endif
pcercuei 0:03b5121a232e 4077
pcercuei 0:03b5121a232e 4078 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4079 #undef xmlGetLastChild
pcercuei 0:03b5121a232e 4080 extern __typeof (xmlGetLastChild) xmlGetLastChild __attribute((alias("xmlGetLastChild__internal_alias")));
pcercuei 0:03b5121a232e 4081 #else
pcercuei 0:03b5121a232e 4082 #ifndef xmlGetLastChild
pcercuei 0:03b5121a232e 4083 extern __typeof (xmlGetLastChild) xmlGetLastChild__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4084 #define xmlGetLastChild xmlGetLastChild__internal_alias
pcercuei 0:03b5121a232e 4085 #endif
pcercuei 0:03b5121a232e 4086 #endif
pcercuei 0:03b5121a232e 4087
pcercuei 0:03b5121a232e 4088 #ifdef bottom_error
pcercuei 0:03b5121a232e 4089 #undef xmlGetLastError
pcercuei 0:03b5121a232e 4090 extern __typeof (xmlGetLastError) xmlGetLastError __attribute((alias("xmlGetLastError__internal_alias")));
pcercuei 0:03b5121a232e 4091 #else
pcercuei 0:03b5121a232e 4092 #ifndef xmlGetLastError
pcercuei 0:03b5121a232e 4093 extern __typeof (xmlGetLastError) xmlGetLastError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4094 #define xmlGetLastError xmlGetLastError__internal_alias
pcercuei 0:03b5121a232e 4095 #endif
pcercuei 0:03b5121a232e 4096 #endif
pcercuei 0:03b5121a232e 4097
pcercuei 0:03b5121a232e 4098 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4099 #undef xmlGetLineNo
pcercuei 0:03b5121a232e 4100 extern __typeof (xmlGetLineNo) xmlGetLineNo __attribute((alias("xmlGetLineNo__internal_alias")));
pcercuei 0:03b5121a232e 4101 #else
pcercuei 0:03b5121a232e 4102 #ifndef xmlGetLineNo
pcercuei 0:03b5121a232e 4103 extern __typeof (xmlGetLineNo) xmlGetLineNo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4104 #define xmlGetLineNo xmlGetLineNo__internal_alias
pcercuei 0:03b5121a232e 4105 #endif
pcercuei 0:03b5121a232e 4106 #endif
pcercuei 0:03b5121a232e 4107
pcercuei 0:03b5121a232e 4108 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4109 #undef xmlGetNoNsProp
pcercuei 0:03b5121a232e 4110 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias")));
pcercuei 0:03b5121a232e 4111 #else
pcercuei 0:03b5121a232e 4112 #ifndef xmlGetNoNsProp
pcercuei 0:03b5121a232e 4113 extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4114 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias
pcercuei 0:03b5121a232e 4115 #endif
pcercuei 0:03b5121a232e 4116 #endif
pcercuei 0:03b5121a232e 4117
pcercuei 0:03b5121a232e 4118 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 4119 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4120 #undef xmlGetNodePath
pcercuei 0:03b5121a232e 4121 extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
pcercuei 0:03b5121a232e 4122 #else
pcercuei 0:03b5121a232e 4123 #ifndef xmlGetNodePath
pcercuei 0:03b5121a232e 4124 extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4125 #define xmlGetNodePath xmlGetNodePath__internal_alias
pcercuei 0:03b5121a232e 4126 #endif
pcercuei 0:03b5121a232e 4127 #endif
pcercuei 0:03b5121a232e 4128 #endif
pcercuei 0:03b5121a232e 4129
pcercuei 0:03b5121a232e 4130 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 4131 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4132 #undef xmlGetNsList
pcercuei 0:03b5121a232e 4133 extern __typeof (xmlGetNsList) xmlGetNsList __attribute((alias("xmlGetNsList__internal_alias")));
pcercuei 0:03b5121a232e 4134 #else
pcercuei 0:03b5121a232e 4135 #ifndef xmlGetNsList
pcercuei 0:03b5121a232e 4136 extern __typeof (xmlGetNsList) xmlGetNsList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4137 #define xmlGetNsList xmlGetNsList__internal_alias
pcercuei 0:03b5121a232e 4138 #endif
pcercuei 0:03b5121a232e 4139 #endif
pcercuei 0:03b5121a232e 4140 #endif
pcercuei 0:03b5121a232e 4141
pcercuei 0:03b5121a232e 4142 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4143 #undef xmlGetNsProp
pcercuei 0:03b5121a232e 4144 extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
pcercuei 0:03b5121a232e 4145 #else
pcercuei 0:03b5121a232e 4146 #ifndef xmlGetNsProp
pcercuei 0:03b5121a232e 4147 extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4148 #define xmlGetNsProp xmlGetNsProp__internal_alias
pcercuei 0:03b5121a232e 4149 #endif
pcercuei 0:03b5121a232e 4150 #endif
pcercuei 0:03b5121a232e 4151
pcercuei 0:03b5121a232e 4152 #ifdef bottom_entities
pcercuei 0:03b5121a232e 4153 #undef xmlGetParameterEntity
pcercuei 0:03b5121a232e 4154 extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity __attribute((alias("xmlGetParameterEntity__internal_alias")));
pcercuei 0:03b5121a232e 4155 #else
pcercuei 0:03b5121a232e 4156 #ifndef xmlGetParameterEntity
pcercuei 0:03b5121a232e 4157 extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4158 #define xmlGetParameterEntity xmlGetParameterEntity__internal_alias
pcercuei 0:03b5121a232e 4159 #endif
pcercuei 0:03b5121a232e 4160 #endif
pcercuei 0:03b5121a232e 4161
pcercuei 0:03b5121a232e 4162 #ifdef bottom_entities
pcercuei 0:03b5121a232e 4163 #undef xmlGetPredefinedEntity
pcercuei 0:03b5121a232e 4164 extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity __attribute((alias("xmlGetPredefinedEntity__internal_alias")));
pcercuei 0:03b5121a232e 4165 #else
pcercuei 0:03b5121a232e 4166 #ifndef xmlGetPredefinedEntity
pcercuei 0:03b5121a232e 4167 extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4168 #define xmlGetPredefinedEntity xmlGetPredefinedEntity__internal_alias
pcercuei 0:03b5121a232e 4169 #endif
pcercuei 0:03b5121a232e 4170 #endif
pcercuei 0:03b5121a232e 4171
pcercuei 0:03b5121a232e 4172 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4173 #undef xmlGetProp
pcercuei 0:03b5121a232e 4174 extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
pcercuei 0:03b5121a232e 4175 #else
pcercuei 0:03b5121a232e 4176 #ifndef xmlGetProp
pcercuei 0:03b5121a232e 4177 extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4178 #define xmlGetProp xmlGetProp__internal_alias
pcercuei 0:03b5121a232e 4179 #endif
pcercuei 0:03b5121a232e 4180 #endif
pcercuei 0:03b5121a232e 4181
pcercuei 0:03b5121a232e 4182 #ifdef bottom_valid
pcercuei 0:03b5121a232e 4183 #undef xmlGetRefs
pcercuei 0:03b5121a232e 4184 extern __typeof (xmlGetRefs) xmlGetRefs __attribute((alias("xmlGetRefs__internal_alias")));
pcercuei 0:03b5121a232e 4185 #else
pcercuei 0:03b5121a232e 4186 #ifndef xmlGetRefs
pcercuei 0:03b5121a232e 4187 extern __typeof (xmlGetRefs) xmlGetRefs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4188 #define xmlGetRefs xmlGetRefs__internal_alias
pcercuei 0:03b5121a232e 4189 #endif
pcercuei 0:03b5121a232e 4190 #endif
pcercuei 0:03b5121a232e 4191
pcercuei 0:03b5121a232e 4192 #ifdef bottom_threads
pcercuei 0:03b5121a232e 4193 #undef xmlGetThreadId
pcercuei 0:03b5121a232e 4194 extern __typeof (xmlGetThreadId) xmlGetThreadId __attribute((alias("xmlGetThreadId__internal_alias")));
pcercuei 0:03b5121a232e 4195 #else
pcercuei 0:03b5121a232e 4196 #ifndef xmlGetThreadId
pcercuei 0:03b5121a232e 4197 extern __typeof (xmlGetThreadId) xmlGetThreadId__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4198 #define xmlGetThreadId xmlGetThreadId__internal_alias
pcercuei 0:03b5121a232e 4199 #endif
pcercuei 0:03b5121a232e 4200 #endif
pcercuei 0:03b5121a232e 4201
pcercuei 0:03b5121a232e 4202 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 4203 #undef xmlGetUTF8Char
pcercuei 0:03b5121a232e 4204 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char __attribute((alias("xmlGetUTF8Char__internal_alias")));
pcercuei 0:03b5121a232e 4205 #else
pcercuei 0:03b5121a232e 4206 #ifndef xmlGetUTF8Char
pcercuei 0:03b5121a232e 4207 extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4208 #define xmlGetUTF8Char xmlGetUTF8Char__internal_alias
pcercuei 0:03b5121a232e 4209 #endif
pcercuei 0:03b5121a232e 4210 #endif
pcercuei 0:03b5121a232e 4211
pcercuei 0:03b5121a232e 4212 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 4213 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 4214 #undef xmlHandleEntity
pcercuei 0:03b5121a232e 4215 extern __typeof (xmlHandleEntity) xmlHandleEntity __attribute((alias("xmlHandleEntity__internal_alias")));
pcercuei 0:03b5121a232e 4216 #else
pcercuei 0:03b5121a232e 4217 #ifndef xmlHandleEntity
pcercuei 0:03b5121a232e 4218 extern __typeof (xmlHandleEntity) xmlHandleEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4219 #define xmlHandleEntity xmlHandleEntity__internal_alias
pcercuei 0:03b5121a232e 4220 #endif
pcercuei 0:03b5121a232e 4221 #endif
pcercuei 0:03b5121a232e 4222 #endif
pcercuei 0:03b5121a232e 4223
pcercuei 0:03b5121a232e 4224 #ifdef bottom_parser
pcercuei 0:03b5121a232e 4225 #undef xmlHasFeature
pcercuei 0:03b5121a232e 4226 extern __typeof (xmlHasFeature) xmlHasFeature __attribute((alias("xmlHasFeature__internal_alias")));
pcercuei 0:03b5121a232e 4227 #else
pcercuei 0:03b5121a232e 4228 #ifndef xmlHasFeature
pcercuei 0:03b5121a232e 4229 extern __typeof (xmlHasFeature) xmlHasFeature__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4230 #define xmlHasFeature xmlHasFeature__internal_alias
pcercuei 0:03b5121a232e 4231 #endif
pcercuei 0:03b5121a232e 4232 #endif
pcercuei 0:03b5121a232e 4233
pcercuei 0:03b5121a232e 4234 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4235 #undef xmlHasNsProp
pcercuei 0:03b5121a232e 4236 extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
pcercuei 0:03b5121a232e 4237 #else
pcercuei 0:03b5121a232e 4238 #ifndef xmlHasNsProp
pcercuei 0:03b5121a232e 4239 extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4240 #define xmlHasNsProp xmlHasNsProp__internal_alias
pcercuei 0:03b5121a232e 4241 #endif
pcercuei 0:03b5121a232e 4242 #endif
pcercuei 0:03b5121a232e 4243
pcercuei 0:03b5121a232e 4244 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4245 #undef xmlHasProp
pcercuei 0:03b5121a232e 4246 extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
pcercuei 0:03b5121a232e 4247 #else
pcercuei 0:03b5121a232e 4248 #ifndef xmlHasProp
pcercuei 0:03b5121a232e 4249 extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4250 #define xmlHasProp xmlHasProp__internal_alias
pcercuei 0:03b5121a232e 4251 #endif
pcercuei 0:03b5121a232e 4252 #endif
pcercuei 0:03b5121a232e 4253
pcercuei 0:03b5121a232e 4254 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4255 #undef xmlHashAddEntry
pcercuei 0:03b5121a232e 4256 extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias")));
pcercuei 0:03b5121a232e 4257 #else
pcercuei 0:03b5121a232e 4258 #ifndef xmlHashAddEntry
pcercuei 0:03b5121a232e 4259 extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4260 #define xmlHashAddEntry xmlHashAddEntry__internal_alias
pcercuei 0:03b5121a232e 4261 #endif
pcercuei 0:03b5121a232e 4262 #endif
pcercuei 0:03b5121a232e 4263
pcercuei 0:03b5121a232e 4264 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4265 #undef xmlHashAddEntry2
pcercuei 0:03b5121a232e 4266 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2 __attribute((alias("xmlHashAddEntry2__internal_alias")));
pcercuei 0:03b5121a232e 4267 #else
pcercuei 0:03b5121a232e 4268 #ifndef xmlHashAddEntry2
pcercuei 0:03b5121a232e 4269 extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4270 #define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias
pcercuei 0:03b5121a232e 4271 #endif
pcercuei 0:03b5121a232e 4272 #endif
pcercuei 0:03b5121a232e 4273
pcercuei 0:03b5121a232e 4274 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4275 #undef xmlHashAddEntry3
pcercuei 0:03b5121a232e 4276 extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3 __attribute((alias("xmlHashAddEntry3__internal_alias")));
pcercuei 0:03b5121a232e 4277 #else
pcercuei 0:03b5121a232e 4278 #ifndef xmlHashAddEntry3
pcercuei 0:03b5121a232e 4279 extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4280 #define xmlHashAddEntry3 xmlHashAddEntry3__internal_alias
pcercuei 0:03b5121a232e 4281 #endif
pcercuei 0:03b5121a232e 4282 #endif
pcercuei 0:03b5121a232e 4283
pcercuei 0:03b5121a232e 4284 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4285 #undef xmlHashCopy
pcercuei 0:03b5121a232e 4286 extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
pcercuei 0:03b5121a232e 4287 #else
pcercuei 0:03b5121a232e 4288 #ifndef xmlHashCopy
pcercuei 0:03b5121a232e 4289 extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4290 #define xmlHashCopy xmlHashCopy__internal_alias
pcercuei 0:03b5121a232e 4291 #endif
pcercuei 0:03b5121a232e 4292 #endif
pcercuei 0:03b5121a232e 4293
pcercuei 0:03b5121a232e 4294 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4295 #undef xmlHashCreate
pcercuei 0:03b5121a232e 4296 extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias")));
pcercuei 0:03b5121a232e 4297 #else
pcercuei 0:03b5121a232e 4298 #ifndef xmlHashCreate
pcercuei 0:03b5121a232e 4299 extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4300 #define xmlHashCreate xmlHashCreate__internal_alias
pcercuei 0:03b5121a232e 4301 #endif
pcercuei 0:03b5121a232e 4302 #endif
pcercuei 0:03b5121a232e 4303
pcercuei 0:03b5121a232e 4304 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4305 #undef xmlHashCreateDict
pcercuei 0:03b5121a232e 4306 extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__internal_alias")));
pcercuei 0:03b5121a232e 4307 #else
pcercuei 0:03b5121a232e 4308 #ifndef xmlHashCreateDict
pcercuei 0:03b5121a232e 4309 extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4310 #define xmlHashCreateDict xmlHashCreateDict__internal_alias
pcercuei 0:03b5121a232e 4311 #endif
pcercuei 0:03b5121a232e 4312 #endif
pcercuei 0:03b5121a232e 4313
pcercuei 0:03b5121a232e 4314 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4315 #undef xmlHashFree
pcercuei 0:03b5121a232e 4316 extern __typeof (xmlHashFree) xmlHashFree __attribute((alias("xmlHashFree__internal_alias")));
pcercuei 0:03b5121a232e 4317 #else
pcercuei 0:03b5121a232e 4318 #ifndef xmlHashFree
pcercuei 0:03b5121a232e 4319 extern __typeof (xmlHashFree) xmlHashFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4320 #define xmlHashFree xmlHashFree__internal_alias
pcercuei 0:03b5121a232e 4321 #endif
pcercuei 0:03b5121a232e 4322 #endif
pcercuei 0:03b5121a232e 4323
pcercuei 0:03b5121a232e 4324 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4325 #undef xmlHashLookup
pcercuei 0:03b5121a232e 4326 extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias")));
pcercuei 0:03b5121a232e 4327 #else
pcercuei 0:03b5121a232e 4328 #ifndef xmlHashLookup
pcercuei 0:03b5121a232e 4329 extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4330 #define xmlHashLookup xmlHashLookup__internal_alias
pcercuei 0:03b5121a232e 4331 #endif
pcercuei 0:03b5121a232e 4332 #endif
pcercuei 0:03b5121a232e 4333
pcercuei 0:03b5121a232e 4334 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4335 #undef xmlHashLookup2
pcercuei 0:03b5121a232e 4336 extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias")));
pcercuei 0:03b5121a232e 4337 #else
pcercuei 0:03b5121a232e 4338 #ifndef xmlHashLookup2
pcercuei 0:03b5121a232e 4339 extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4340 #define xmlHashLookup2 xmlHashLookup2__internal_alias
pcercuei 0:03b5121a232e 4341 #endif
pcercuei 0:03b5121a232e 4342 #endif
pcercuei 0:03b5121a232e 4343
pcercuei 0:03b5121a232e 4344 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4345 #undef xmlHashLookup3
pcercuei 0:03b5121a232e 4346 extern __typeof (xmlHashLookup3) xmlHashLookup3 __attribute((alias("xmlHashLookup3__internal_alias")));
pcercuei 0:03b5121a232e 4347 #else
pcercuei 0:03b5121a232e 4348 #ifndef xmlHashLookup3
pcercuei 0:03b5121a232e 4349 extern __typeof (xmlHashLookup3) xmlHashLookup3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4350 #define xmlHashLookup3 xmlHashLookup3__internal_alias
pcercuei 0:03b5121a232e 4351 #endif
pcercuei 0:03b5121a232e 4352 #endif
pcercuei 0:03b5121a232e 4353
pcercuei 0:03b5121a232e 4354 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4355 #undef xmlHashQLookup
pcercuei 0:03b5121a232e 4356 extern __typeof (xmlHashQLookup) xmlHashQLookup __attribute((alias("xmlHashQLookup__internal_alias")));
pcercuei 0:03b5121a232e 4357 #else
pcercuei 0:03b5121a232e 4358 #ifndef xmlHashQLookup
pcercuei 0:03b5121a232e 4359 extern __typeof (xmlHashQLookup) xmlHashQLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4360 #define xmlHashQLookup xmlHashQLookup__internal_alias
pcercuei 0:03b5121a232e 4361 #endif
pcercuei 0:03b5121a232e 4362 #endif
pcercuei 0:03b5121a232e 4363
pcercuei 0:03b5121a232e 4364 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4365 #undef xmlHashQLookup2
pcercuei 0:03b5121a232e 4366 extern __typeof (xmlHashQLookup2) xmlHashQLookup2 __attribute((alias("xmlHashQLookup2__internal_alias")));
pcercuei 0:03b5121a232e 4367 #else
pcercuei 0:03b5121a232e 4368 #ifndef xmlHashQLookup2
pcercuei 0:03b5121a232e 4369 extern __typeof (xmlHashQLookup2) xmlHashQLookup2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4370 #define xmlHashQLookup2 xmlHashQLookup2__internal_alias
pcercuei 0:03b5121a232e 4371 #endif
pcercuei 0:03b5121a232e 4372 #endif
pcercuei 0:03b5121a232e 4373
pcercuei 0:03b5121a232e 4374 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4375 #undef xmlHashQLookup3
pcercuei 0:03b5121a232e 4376 extern __typeof (xmlHashQLookup3) xmlHashQLookup3 __attribute((alias("xmlHashQLookup3__internal_alias")));
pcercuei 0:03b5121a232e 4377 #else
pcercuei 0:03b5121a232e 4378 #ifndef xmlHashQLookup3
pcercuei 0:03b5121a232e 4379 extern __typeof (xmlHashQLookup3) xmlHashQLookup3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4380 #define xmlHashQLookup3 xmlHashQLookup3__internal_alias
pcercuei 0:03b5121a232e 4381 #endif
pcercuei 0:03b5121a232e 4382 #endif
pcercuei 0:03b5121a232e 4383
pcercuei 0:03b5121a232e 4384 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4385 #undef xmlHashRemoveEntry
pcercuei 0:03b5121a232e 4386 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
pcercuei 0:03b5121a232e 4387 #else
pcercuei 0:03b5121a232e 4388 #ifndef xmlHashRemoveEntry
pcercuei 0:03b5121a232e 4389 extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4390 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias
pcercuei 0:03b5121a232e 4391 #endif
pcercuei 0:03b5121a232e 4392 #endif
pcercuei 0:03b5121a232e 4393
pcercuei 0:03b5121a232e 4394 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4395 #undef xmlHashRemoveEntry2
pcercuei 0:03b5121a232e 4396 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
pcercuei 0:03b5121a232e 4397 #else
pcercuei 0:03b5121a232e 4398 #ifndef xmlHashRemoveEntry2
pcercuei 0:03b5121a232e 4399 extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4400 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias
pcercuei 0:03b5121a232e 4401 #endif
pcercuei 0:03b5121a232e 4402 #endif
pcercuei 0:03b5121a232e 4403
pcercuei 0:03b5121a232e 4404 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4405 #undef xmlHashRemoveEntry3
pcercuei 0:03b5121a232e 4406 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias")));
pcercuei 0:03b5121a232e 4407 #else
pcercuei 0:03b5121a232e 4408 #ifndef xmlHashRemoveEntry3
pcercuei 0:03b5121a232e 4409 extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4410 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias
pcercuei 0:03b5121a232e 4411 #endif
pcercuei 0:03b5121a232e 4412 #endif
pcercuei 0:03b5121a232e 4413
pcercuei 0:03b5121a232e 4414 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4415 #undef xmlHashScan
pcercuei 0:03b5121a232e 4416 extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
pcercuei 0:03b5121a232e 4417 #else
pcercuei 0:03b5121a232e 4418 #ifndef xmlHashScan
pcercuei 0:03b5121a232e 4419 extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4420 #define xmlHashScan xmlHashScan__internal_alias
pcercuei 0:03b5121a232e 4421 #endif
pcercuei 0:03b5121a232e 4422 #endif
pcercuei 0:03b5121a232e 4423
pcercuei 0:03b5121a232e 4424 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4425 #undef xmlHashScan3
pcercuei 0:03b5121a232e 4426 extern __typeof (xmlHashScan3) xmlHashScan3 __attribute((alias("xmlHashScan3__internal_alias")));
pcercuei 0:03b5121a232e 4427 #else
pcercuei 0:03b5121a232e 4428 #ifndef xmlHashScan3
pcercuei 0:03b5121a232e 4429 extern __typeof (xmlHashScan3) xmlHashScan3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4430 #define xmlHashScan3 xmlHashScan3__internal_alias
pcercuei 0:03b5121a232e 4431 #endif
pcercuei 0:03b5121a232e 4432 #endif
pcercuei 0:03b5121a232e 4433
pcercuei 0:03b5121a232e 4434 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4435 #undef xmlHashScanFull
pcercuei 0:03b5121a232e 4436 extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias")));
pcercuei 0:03b5121a232e 4437 #else
pcercuei 0:03b5121a232e 4438 #ifndef xmlHashScanFull
pcercuei 0:03b5121a232e 4439 extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4440 #define xmlHashScanFull xmlHashScanFull__internal_alias
pcercuei 0:03b5121a232e 4441 #endif
pcercuei 0:03b5121a232e 4442 #endif
pcercuei 0:03b5121a232e 4443
pcercuei 0:03b5121a232e 4444 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4445 #undef xmlHashScanFull3
pcercuei 0:03b5121a232e 4446 extern __typeof (xmlHashScanFull3) xmlHashScanFull3 __attribute((alias("xmlHashScanFull3__internal_alias")));
pcercuei 0:03b5121a232e 4447 #else
pcercuei 0:03b5121a232e 4448 #ifndef xmlHashScanFull3
pcercuei 0:03b5121a232e 4449 extern __typeof (xmlHashScanFull3) xmlHashScanFull3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4450 #define xmlHashScanFull3 xmlHashScanFull3__internal_alias
pcercuei 0:03b5121a232e 4451 #endif
pcercuei 0:03b5121a232e 4452 #endif
pcercuei 0:03b5121a232e 4453
pcercuei 0:03b5121a232e 4454 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4455 #undef xmlHashSize
pcercuei 0:03b5121a232e 4456 extern __typeof (xmlHashSize) xmlHashSize __attribute((alias("xmlHashSize__internal_alias")));
pcercuei 0:03b5121a232e 4457 #else
pcercuei 0:03b5121a232e 4458 #ifndef xmlHashSize
pcercuei 0:03b5121a232e 4459 extern __typeof (xmlHashSize) xmlHashSize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4460 #define xmlHashSize xmlHashSize__internal_alias
pcercuei 0:03b5121a232e 4461 #endif
pcercuei 0:03b5121a232e 4462 #endif
pcercuei 0:03b5121a232e 4463
pcercuei 0:03b5121a232e 4464 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4465 #undef xmlHashUpdateEntry
pcercuei 0:03b5121a232e 4466 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__internal_alias")));
pcercuei 0:03b5121a232e 4467 #else
pcercuei 0:03b5121a232e 4468 #ifndef xmlHashUpdateEntry
pcercuei 0:03b5121a232e 4469 extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4470 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias
pcercuei 0:03b5121a232e 4471 #endif
pcercuei 0:03b5121a232e 4472 #endif
pcercuei 0:03b5121a232e 4473
pcercuei 0:03b5121a232e 4474 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4475 #undef xmlHashUpdateEntry2
pcercuei 0:03b5121a232e 4476 extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2 __attribute((alias("xmlHashUpdateEntry2__internal_alias")));
pcercuei 0:03b5121a232e 4477 #else
pcercuei 0:03b5121a232e 4478 #ifndef xmlHashUpdateEntry2
pcercuei 0:03b5121a232e 4479 extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4480 #define xmlHashUpdateEntry2 xmlHashUpdateEntry2__internal_alias
pcercuei 0:03b5121a232e 4481 #endif
pcercuei 0:03b5121a232e 4482 #endif
pcercuei 0:03b5121a232e 4483
pcercuei 0:03b5121a232e 4484 #ifdef bottom_hash
pcercuei 0:03b5121a232e 4485 #undef xmlHashUpdateEntry3
pcercuei 0:03b5121a232e 4486 extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3 __attribute((alias("xmlHashUpdateEntry3__internal_alias")));
pcercuei 0:03b5121a232e 4487 #else
pcercuei 0:03b5121a232e 4488 #ifndef xmlHashUpdateEntry3
pcercuei 0:03b5121a232e 4489 extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4490 #define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias
pcercuei 0:03b5121a232e 4491 #endif
pcercuei 0:03b5121a232e 4492 #endif
pcercuei 0:03b5121a232e 4493
pcercuei 0:03b5121a232e 4494 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 4495 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4496 #undef xmlIOFTPClose
pcercuei 0:03b5121a232e 4497 extern __typeof (xmlIOFTPClose) xmlIOFTPClose __attribute((alias("xmlIOFTPClose__internal_alias")));
pcercuei 0:03b5121a232e 4498 #else
pcercuei 0:03b5121a232e 4499 #ifndef xmlIOFTPClose
pcercuei 0:03b5121a232e 4500 extern __typeof (xmlIOFTPClose) xmlIOFTPClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4501 #define xmlIOFTPClose xmlIOFTPClose__internal_alias
pcercuei 0:03b5121a232e 4502 #endif
pcercuei 0:03b5121a232e 4503 #endif
pcercuei 0:03b5121a232e 4504 #endif
pcercuei 0:03b5121a232e 4505
pcercuei 0:03b5121a232e 4506 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 4507 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4508 #undef xmlIOFTPMatch
pcercuei 0:03b5121a232e 4509 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch __attribute((alias("xmlIOFTPMatch__internal_alias")));
pcercuei 0:03b5121a232e 4510 #else
pcercuei 0:03b5121a232e 4511 #ifndef xmlIOFTPMatch
pcercuei 0:03b5121a232e 4512 extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4513 #define xmlIOFTPMatch xmlIOFTPMatch__internal_alias
pcercuei 0:03b5121a232e 4514 #endif
pcercuei 0:03b5121a232e 4515 #endif
pcercuei 0:03b5121a232e 4516 #endif
pcercuei 0:03b5121a232e 4517
pcercuei 0:03b5121a232e 4518 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 4519 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4520 #undef xmlIOFTPOpen
pcercuei 0:03b5121a232e 4521 extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen __attribute((alias("xmlIOFTPOpen__internal_alias")));
pcercuei 0:03b5121a232e 4522 #else
pcercuei 0:03b5121a232e 4523 #ifndef xmlIOFTPOpen
pcercuei 0:03b5121a232e 4524 extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4525 #define xmlIOFTPOpen xmlIOFTPOpen__internal_alias
pcercuei 0:03b5121a232e 4526 #endif
pcercuei 0:03b5121a232e 4527 #endif
pcercuei 0:03b5121a232e 4528 #endif
pcercuei 0:03b5121a232e 4529
pcercuei 0:03b5121a232e 4530 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 4531 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4532 #undef xmlIOFTPRead
pcercuei 0:03b5121a232e 4533 extern __typeof (xmlIOFTPRead) xmlIOFTPRead __attribute((alias("xmlIOFTPRead__internal_alias")));
pcercuei 0:03b5121a232e 4534 #else
pcercuei 0:03b5121a232e 4535 #ifndef xmlIOFTPRead
pcercuei 0:03b5121a232e 4536 extern __typeof (xmlIOFTPRead) xmlIOFTPRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4537 #define xmlIOFTPRead xmlIOFTPRead__internal_alias
pcercuei 0:03b5121a232e 4538 #endif
pcercuei 0:03b5121a232e 4539 #endif
pcercuei 0:03b5121a232e 4540 #endif
pcercuei 0:03b5121a232e 4541
pcercuei 0:03b5121a232e 4542 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 4543 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4544 #undef xmlIOHTTPClose
pcercuei 0:03b5121a232e 4545 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose __attribute((alias("xmlIOHTTPClose__internal_alias")));
pcercuei 0:03b5121a232e 4546 #else
pcercuei 0:03b5121a232e 4547 #ifndef xmlIOHTTPClose
pcercuei 0:03b5121a232e 4548 extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4549 #define xmlIOHTTPClose xmlIOHTTPClose__internal_alias
pcercuei 0:03b5121a232e 4550 #endif
pcercuei 0:03b5121a232e 4551 #endif
pcercuei 0:03b5121a232e 4552 #endif
pcercuei 0:03b5121a232e 4553
pcercuei 0:03b5121a232e 4554 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 4555 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4556 #undef xmlIOHTTPMatch
pcercuei 0:03b5121a232e 4557 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch __attribute((alias("xmlIOHTTPMatch__internal_alias")));
pcercuei 0:03b5121a232e 4558 #else
pcercuei 0:03b5121a232e 4559 #ifndef xmlIOHTTPMatch
pcercuei 0:03b5121a232e 4560 extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4561 #define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias
pcercuei 0:03b5121a232e 4562 #endif
pcercuei 0:03b5121a232e 4563 #endif
pcercuei 0:03b5121a232e 4564 #endif
pcercuei 0:03b5121a232e 4565
pcercuei 0:03b5121a232e 4566 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 4567 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4568 #undef xmlIOHTTPOpen
pcercuei 0:03b5121a232e 4569 extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen __attribute((alias("xmlIOHTTPOpen__internal_alias")));
pcercuei 0:03b5121a232e 4570 #else
pcercuei 0:03b5121a232e 4571 #ifndef xmlIOHTTPOpen
pcercuei 0:03b5121a232e 4572 extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4573 #define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias
pcercuei 0:03b5121a232e 4574 #endif
pcercuei 0:03b5121a232e 4575 #endif
pcercuei 0:03b5121a232e 4576 #endif
pcercuei 0:03b5121a232e 4577
pcercuei 0:03b5121a232e 4578 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 4579 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4580 #undef xmlIOHTTPOpenW
pcercuei 0:03b5121a232e 4581 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
pcercuei 0:03b5121a232e 4582 #else
pcercuei 0:03b5121a232e 4583 #ifndef xmlIOHTTPOpenW
pcercuei 0:03b5121a232e 4584 extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4585 #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias
pcercuei 0:03b5121a232e 4586 #endif
pcercuei 0:03b5121a232e 4587 #endif
pcercuei 0:03b5121a232e 4588 #endif
pcercuei 0:03b5121a232e 4589
pcercuei 0:03b5121a232e 4590 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 4591 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 4592 #undef xmlIOHTTPRead
pcercuei 0:03b5121a232e 4593 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias")));
pcercuei 0:03b5121a232e 4594 #else
pcercuei 0:03b5121a232e 4595 #ifndef xmlIOHTTPRead
pcercuei 0:03b5121a232e 4596 extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4597 #define xmlIOHTTPRead xmlIOHTTPRead__internal_alias
pcercuei 0:03b5121a232e 4598 #endif
pcercuei 0:03b5121a232e 4599 #endif
pcercuei 0:03b5121a232e 4600 #endif
pcercuei 0:03b5121a232e 4601
pcercuei 0:03b5121a232e 4602 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 4603 #ifdef bottom_parser
pcercuei 0:03b5121a232e 4604 #undef xmlIOParseDTD
pcercuei 0:03b5121a232e 4605 extern __typeof (xmlIOParseDTD) xmlIOParseDTD __attribute((alias("xmlIOParseDTD__internal_alias")));
pcercuei 0:03b5121a232e 4606 #else
pcercuei 0:03b5121a232e 4607 #ifndef xmlIOParseDTD
pcercuei 0:03b5121a232e 4608 extern __typeof (xmlIOParseDTD) xmlIOParseDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4609 #define xmlIOParseDTD xmlIOParseDTD__internal_alias
pcercuei 0:03b5121a232e 4610 #endif
pcercuei 0:03b5121a232e 4611 #endif
pcercuei 0:03b5121a232e 4612 #endif
pcercuei 0:03b5121a232e 4613
pcercuei 0:03b5121a232e 4614 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 4615 #undef xmlInitCharEncodingHandlers
pcercuei 0:03b5121a232e 4616 extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers __attribute((alias("xmlInitCharEncodingHandlers__internal_alias")));
pcercuei 0:03b5121a232e 4617 #else
pcercuei 0:03b5121a232e 4618 #ifndef xmlInitCharEncodingHandlers
pcercuei 0:03b5121a232e 4619 extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4620 #define xmlInitCharEncodingHandlers xmlInitCharEncodingHandlers__internal_alias
pcercuei 0:03b5121a232e 4621 #endif
pcercuei 0:03b5121a232e 4622 #endif
pcercuei 0:03b5121a232e 4623
pcercuei 0:03b5121a232e 4624 #ifdef bottom_globals
pcercuei 0:03b5121a232e 4625 #undef xmlInitGlobals
pcercuei 0:03b5121a232e 4626 extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias")));
pcercuei 0:03b5121a232e 4627 #else
pcercuei 0:03b5121a232e 4628 #ifndef xmlInitGlobals
pcercuei 0:03b5121a232e 4629 extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4630 #define xmlInitGlobals xmlInitGlobals__internal_alias
pcercuei 0:03b5121a232e 4631 #endif
pcercuei 0:03b5121a232e 4632 #endif
pcercuei 0:03b5121a232e 4633
pcercuei 0:03b5121a232e 4634 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 4635 #undef xmlInitMemory
pcercuei 0:03b5121a232e 4636 extern __typeof (xmlInitMemory) xmlInitMemory __attribute((alias("xmlInitMemory__internal_alias")));
pcercuei 0:03b5121a232e 4637 #else
pcercuei 0:03b5121a232e 4638 #ifndef xmlInitMemory
pcercuei 0:03b5121a232e 4639 extern __typeof (xmlInitMemory) xmlInitMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4640 #define xmlInitMemory xmlInitMemory__internal_alias
pcercuei 0:03b5121a232e 4641 #endif
pcercuei 0:03b5121a232e 4642 #endif
pcercuei 0:03b5121a232e 4643
pcercuei 0:03b5121a232e 4644 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 4645 #undef xmlInitNodeInfoSeq
pcercuei 0:03b5121a232e 4646 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq __attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
pcercuei 0:03b5121a232e 4647 #else
pcercuei 0:03b5121a232e 4648 #ifndef xmlInitNodeInfoSeq
pcercuei 0:03b5121a232e 4649 extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4650 #define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias
pcercuei 0:03b5121a232e 4651 #endif
pcercuei 0:03b5121a232e 4652 #endif
pcercuei 0:03b5121a232e 4653
pcercuei 0:03b5121a232e 4654 #ifdef bottom_parser
pcercuei 0:03b5121a232e 4655 #undef xmlInitParser
pcercuei 0:03b5121a232e 4656 extern __typeof (xmlInitParser) xmlInitParser __attribute((alias("xmlInitParser__internal_alias")));
pcercuei 0:03b5121a232e 4657 #else
pcercuei 0:03b5121a232e 4658 #ifndef xmlInitParser
pcercuei 0:03b5121a232e 4659 extern __typeof (xmlInitParser) xmlInitParser__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4660 #define xmlInitParser xmlInitParser__internal_alias
pcercuei 0:03b5121a232e 4661 #endif
pcercuei 0:03b5121a232e 4662 #endif
pcercuei 0:03b5121a232e 4663
pcercuei 0:03b5121a232e 4664 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 4665 #undef xmlInitParserCtxt
pcercuei 0:03b5121a232e 4666 extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt __attribute((alias("xmlInitParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 4667 #else
pcercuei 0:03b5121a232e 4668 #ifndef xmlInitParserCtxt
pcercuei 0:03b5121a232e 4669 extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4670 #define xmlInitParserCtxt xmlInitParserCtxt__internal_alias
pcercuei 0:03b5121a232e 4671 #endif
pcercuei 0:03b5121a232e 4672 #endif
pcercuei 0:03b5121a232e 4673
pcercuei 0:03b5121a232e 4674 #ifdef bottom_threads
pcercuei 0:03b5121a232e 4675 #undef xmlInitThreads
pcercuei 0:03b5121a232e 4676 extern __typeof (xmlInitThreads) xmlInitThreads __attribute((alias("xmlInitThreads__internal_alias")));
pcercuei 0:03b5121a232e 4677 #else
pcercuei 0:03b5121a232e 4678 #ifndef xmlInitThreads
pcercuei 0:03b5121a232e 4679 extern __typeof (xmlInitThreads) xmlInitThreads__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4680 #define xmlInitThreads xmlInitThreads__internal_alias
pcercuei 0:03b5121a232e 4681 #endif
pcercuei 0:03b5121a232e 4682 #endif
pcercuei 0:03b5121a232e 4683
pcercuei 0:03b5121a232e 4684 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 4685 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 4686 #undef xmlInitializeCatalog
pcercuei 0:03b5121a232e 4687 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog __attribute((alias("xmlInitializeCatalog__internal_alias")));
pcercuei 0:03b5121a232e 4688 #else
pcercuei 0:03b5121a232e 4689 #ifndef xmlInitializeCatalog
pcercuei 0:03b5121a232e 4690 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4691 #define xmlInitializeCatalog xmlInitializeCatalog__internal_alias
pcercuei 0:03b5121a232e 4692 #endif
pcercuei 0:03b5121a232e 4693 #endif
pcercuei 0:03b5121a232e 4694 #endif
pcercuei 0:03b5121a232e 4695
pcercuei 0:03b5121a232e 4696 #ifdef bottom_dict
pcercuei 0:03b5121a232e 4697 #undef xmlInitializeDict
pcercuei 0:03b5121a232e 4698 extern __typeof (xmlInitializeDict) xmlInitializeDict __attribute((alias("xmlInitializeDict__internal_alias")));
pcercuei 0:03b5121a232e 4699 #else
pcercuei 0:03b5121a232e 4700 #ifndef xmlInitializeDict
pcercuei 0:03b5121a232e 4701 extern __typeof (xmlInitializeDict) xmlInitializeDict__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4702 #define xmlInitializeDict xmlInitializeDict__internal_alias
pcercuei 0:03b5121a232e 4703 #endif
pcercuei 0:03b5121a232e 4704 #endif
pcercuei 0:03b5121a232e 4705
pcercuei 0:03b5121a232e 4706 #ifdef bottom_globals
pcercuei 0:03b5121a232e 4707 #undef xmlInitializeGlobalState
pcercuei 0:03b5121a232e 4708 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState __attribute((alias("xmlInitializeGlobalState__internal_alias")));
pcercuei 0:03b5121a232e 4709 #else
pcercuei 0:03b5121a232e 4710 #ifndef xmlInitializeGlobalState
pcercuei 0:03b5121a232e 4711 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4712 #define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias
pcercuei 0:03b5121a232e 4713 #endif
pcercuei 0:03b5121a232e 4714 #endif
pcercuei 0:03b5121a232e 4715
pcercuei 0:03b5121a232e 4716 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 4717 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 4718 #undef xmlInitializePredefinedEntities
pcercuei 0:03b5121a232e 4719 extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities __attribute((alias("xmlInitializePredefinedEntities__internal_alias")));
pcercuei 0:03b5121a232e 4720 #else
pcercuei 0:03b5121a232e 4721 #ifndef xmlInitializePredefinedEntities
pcercuei 0:03b5121a232e 4722 extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4723 #define xmlInitializePredefinedEntities xmlInitializePredefinedEntities__internal_alias
pcercuei 0:03b5121a232e 4724 #endif
pcercuei 0:03b5121a232e 4725 #endif
pcercuei 0:03b5121a232e 4726 #endif
pcercuei 0:03b5121a232e 4727
pcercuei 0:03b5121a232e 4728 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4729 #undef xmlIsBaseChar
pcercuei 0:03b5121a232e 4730 extern __typeof (xmlIsBaseChar) xmlIsBaseChar __attribute((alias("xmlIsBaseChar__internal_alias")));
pcercuei 0:03b5121a232e 4731 #else
pcercuei 0:03b5121a232e 4732 #ifndef xmlIsBaseChar
pcercuei 0:03b5121a232e 4733 extern __typeof (xmlIsBaseChar) xmlIsBaseChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4734 #define xmlIsBaseChar xmlIsBaseChar__internal_alias
pcercuei 0:03b5121a232e 4735 #endif
pcercuei 0:03b5121a232e 4736 #endif
pcercuei 0:03b5121a232e 4737
pcercuei 0:03b5121a232e 4738 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4739 #undef xmlIsBlank
pcercuei 0:03b5121a232e 4740 extern __typeof (xmlIsBlank) xmlIsBlank __attribute((alias("xmlIsBlank__internal_alias")));
pcercuei 0:03b5121a232e 4741 #else
pcercuei 0:03b5121a232e 4742 #ifndef xmlIsBlank
pcercuei 0:03b5121a232e 4743 extern __typeof (xmlIsBlank) xmlIsBlank__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4744 #define xmlIsBlank xmlIsBlank__internal_alias
pcercuei 0:03b5121a232e 4745 #endif
pcercuei 0:03b5121a232e 4746 #endif
pcercuei 0:03b5121a232e 4747
pcercuei 0:03b5121a232e 4748 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4749 #undef xmlIsBlankNode
pcercuei 0:03b5121a232e 4750 extern __typeof (xmlIsBlankNode) xmlIsBlankNode __attribute((alias("xmlIsBlankNode__internal_alias")));
pcercuei 0:03b5121a232e 4751 #else
pcercuei 0:03b5121a232e 4752 #ifndef xmlIsBlankNode
pcercuei 0:03b5121a232e 4753 extern __typeof (xmlIsBlankNode) xmlIsBlankNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4754 #define xmlIsBlankNode xmlIsBlankNode__internal_alias
pcercuei 0:03b5121a232e 4755 #endif
pcercuei 0:03b5121a232e 4756 #endif
pcercuei 0:03b5121a232e 4757
pcercuei 0:03b5121a232e 4758 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4759 #undef xmlIsChar
pcercuei 0:03b5121a232e 4760 extern __typeof (xmlIsChar) xmlIsChar __attribute((alias("xmlIsChar__internal_alias")));
pcercuei 0:03b5121a232e 4761 #else
pcercuei 0:03b5121a232e 4762 #ifndef xmlIsChar
pcercuei 0:03b5121a232e 4763 extern __typeof (xmlIsChar) xmlIsChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4764 #define xmlIsChar xmlIsChar__internal_alias
pcercuei 0:03b5121a232e 4765 #endif
pcercuei 0:03b5121a232e 4766 #endif
pcercuei 0:03b5121a232e 4767
pcercuei 0:03b5121a232e 4768 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4769 #undef xmlIsCombining
pcercuei 0:03b5121a232e 4770 extern __typeof (xmlIsCombining) xmlIsCombining __attribute((alias("xmlIsCombining__internal_alias")));
pcercuei 0:03b5121a232e 4771 #else
pcercuei 0:03b5121a232e 4772 #ifndef xmlIsCombining
pcercuei 0:03b5121a232e 4773 extern __typeof (xmlIsCombining) xmlIsCombining__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4774 #define xmlIsCombining xmlIsCombining__internal_alias
pcercuei 0:03b5121a232e 4775 #endif
pcercuei 0:03b5121a232e 4776 #endif
pcercuei 0:03b5121a232e 4777
pcercuei 0:03b5121a232e 4778 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4779 #undef xmlIsDigit
pcercuei 0:03b5121a232e 4780 extern __typeof (xmlIsDigit) xmlIsDigit __attribute((alias("xmlIsDigit__internal_alias")));
pcercuei 0:03b5121a232e 4781 #else
pcercuei 0:03b5121a232e 4782 #ifndef xmlIsDigit
pcercuei 0:03b5121a232e 4783 extern __typeof (xmlIsDigit) xmlIsDigit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4784 #define xmlIsDigit xmlIsDigit__internal_alias
pcercuei 0:03b5121a232e 4785 #endif
pcercuei 0:03b5121a232e 4786 #endif
pcercuei 0:03b5121a232e 4787
pcercuei 0:03b5121a232e 4788 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4789 #undef xmlIsExtender
pcercuei 0:03b5121a232e 4790 extern __typeof (xmlIsExtender) xmlIsExtender __attribute((alias("xmlIsExtender__internal_alias")));
pcercuei 0:03b5121a232e 4791 #else
pcercuei 0:03b5121a232e 4792 #ifndef xmlIsExtender
pcercuei 0:03b5121a232e 4793 extern __typeof (xmlIsExtender) xmlIsExtender__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4794 #define xmlIsExtender xmlIsExtender__internal_alias
pcercuei 0:03b5121a232e 4795 #endif
pcercuei 0:03b5121a232e 4796 #endif
pcercuei 0:03b5121a232e 4797
pcercuei 0:03b5121a232e 4798 #ifdef bottom_valid
pcercuei 0:03b5121a232e 4799 #undef xmlIsID
pcercuei 0:03b5121a232e 4800 extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
pcercuei 0:03b5121a232e 4801 #else
pcercuei 0:03b5121a232e 4802 #ifndef xmlIsID
pcercuei 0:03b5121a232e 4803 extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4804 #define xmlIsID xmlIsID__internal_alias
pcercuei 0:03b5121a232e 4805 #endif
pcercuei 0:03b5121a232e 4806 #endif
pcercuei 0:03b5121a232e 4807
pcercuei 0:03b5121a232e 4808 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4809 #undef xmlIsIdeographic
pcercuei 0:03b5121a232e 4810 extern __typeof (xmlIsIdeographic) xmlIsIdeographic __attribute((alias("xmlIsIdeographic__internal_alias")));
pcercuei 0:03b5121a232e 4811 #else
pcercuei 0:03b5121a232e 4812 #ifndef xmlIsIdeographic
pcercuei 0:03b5121a232e 4813 extern __typeof (xmlIsIdeographic) xmlIsIdeographic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4814 #define xmlIsIdeographic xmlIsIdeographic__internal_alias
pcercuei 0:03b5121a232e 4815 #endif
pcercuei 0:03b5121a232e 4816 #endif
pcercuei 0:03b5121a232e 4817
pcercuei 0:03b5121a232e 4818 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 4819 #undef xmlIsLetter
pcercuei 0:03b5121a232e 4820 extern __typeof (xmlIsLetter) xmlIsLetter __attribute((alias("xmlIsLetter__internal_alias")));
pcercuei 0:03b5121a232e 4821 #else
pcercuei 0:03b5121a232e 4822 #ifndef xmlIsLetter
pcercuei 0:03b5121a232e 4823 extern __typeof (xmlIsLetter) xmlIsLetter__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4824 #define xmlIsLetter xmlIsLetter__internal_alias
pcercuei 0:03b5121a232e 4825 #endif
pcercuei 0:03b5121a232e 4826 #endif
pcercuei 0:03b5121a232e 4827
pcercuei 0:03b5121a232e 4828 #ifdef bottom_threads
pcercuei 0:03b5121a232e 4829 #undef xmlIsMainThread
pcercuei 0:03b5121a232e 4830 extern __typeof (xmlIsMainThread) xmlIsMainThread __attribute((alias("xmlIsMainThread__internal_alias")));
pcercuei 0:03b5121a232e 4831 #else
pcercuei 0:03b5121a232e 4832 #ifndef xmlIsMainThread
pcercuei 0:03b5121a232e 4833 extern __typeof (xmlIsMainThread) xmlIsMainThread__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4834 #define xmlIsMainThread xmlIsMainThread__internal_alias
pcercuei 0:03b5121a232e 4835 #endif
pcercuei 0:03b5121a232e 4836 #endif
pcercuei 0:03b5121a232e 4837
pcercuei 0:03b5121a232e 4838 #ifdef bottom_valid
pcercuei 0:03b5121a232e 4839 #undef xmlIsMixedElement
pcercuei 0:03b5121a232e 4840 extern __typeof (xmlIsMixedElement) xmlIsMixedElement __attribute((alias("xmlIsMixedElement__internal_alias")));
pcercuei 0:03b5121a232e 4841 #else
pcercuei 0:03b5121a232e 4842 #ifndef xmlIsMixedElement
pcercuei 0:03b5121a232e 4843 extern __typeof (xmlIsMixedElement) xmlIsMixedElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4844 #define xmlIsMixedElement xmlIsMixedElement__internal_alias
pcercuei 0:03b5121a232e 4845 #endif
pcercuei 0:03b5121a232e 4846 #endif
pcercuei 0:03b5121a232e 4847
pcercuei 0:03b5121a232e 4848 #ifdef bottom_chvalid
pcercuei 0:03b5121a232e 4849 #undef xmlIsPubidChar
pcercuei 0:03b5121a232e 4850 extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias")));
pcercuei 0:03b5121a232e 4851 #else
pcercuei 0:03b5121a232e 4852 #ifndef xmlIsPubidChar
pcercuei 0:03b5121a232e 4853 extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4854 #define xmlIsPubidChar xmlIsPubidChar__internal_alias
pcercuei 0:03b5121a232e 4855 #endif
pcercuei 0:03b5121a232e 4856 #endif
pcercuei 0:03b5121a232e 4857
pcercuei 0:03b5121a232e 4858 #ifdef bottom_valid
pcercuei 0:03b5121a232e 4859 #undef xmlIsRef
pcercuei 0:03b5121a232e 4860 extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));
pcercuei 0:03b5121a232e 4861 #else
pcercuei 0:03b5121a232e 4862 #ifndef xmlIsRef
pcercuei 0:03b5121a232e 4863 extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4864 #define xmlIsRef xmlIsRef__internal_alias
pcercuei 0:03b5121a232e 4865 #endif
pcercuei 0:03b5121a232e 4866 #endif
pcercuei 0:03b5121a232e 4867
pcercuei 0:03b5121a232e 4868 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 4869 #undef xmlIsXHTML
pcercuei 0:03b5121a232e 4870 extern __typeof (xmlIsXHTML) xmlIsXHTML __attribute((alias("xmlIsXHTML__internal_alias")));
pcercuei 0:03b5121a232e 4871 #else
pcercuei 0:03b5121a232e 4872 #ifndef xmlIsXHTML
pcercuei 0:03b5121a232e 4873 extern __typeof (xmlIsXHTML) xmlIsXHTML__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4874 #define xmlIsXHTML xmlIsXHTML__internal_alias
pcercuei 0:03b5121a232e 4875 #endif
pcercuei 0:03b5121a232e 4876 #endif
pcercuei 0:03b5121a232e 4877
pcercuei 0:03b5121a232e 4878 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 4879 #undef xmlKeepBlanksDefault
pcercuei 0:03b5121a232e 4880 extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault __attribute((alias("xmlKeepBlanksDefault__internal_alias")));
pcercuei 0:03b5121a232e 4881 #else
pcercuei 0:03b5121a232e 4882 #ifndef xmlKeepBlanksDefault
pcercuei 0:03b5121a232e 4883 extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4884 #define xmlKeepBlanksDefault xmlKeepBlanksDefault__internal_alias
pcercuei 0:03b5121a232e 4885 #endif
pcercuei 0:03b5121a232e 4886 #endif
pcercuei 0:03b5121a232e 4887
pcercuei 0:03b5121a232e 4888 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 4889 #ifdef bottom_tree
pcercuei 0:03b5121a232e 4890 #undef xmlLastElementChild
pcercuei 0:03b5121a232e 4891 extern __typeof (xmlLastElementChild) xmlLastElementChild __attribute((alias("xmlLastElementChild__internal_alias")));
pcercuei 0:03b5121a232e 4892 #else
pcercuei 0:03b5121a232e 4893 #ifndef xmlLastElementChild
pcercuei 0:03b5121a232e 4894 extern __typeof (xmlLastElementChild) xmlLastElementChild__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4895 #define xmlLastElementChild xmlLastElementChild__internal_alias
pcercuei 0:03b5121a232e 4896 #endif
pcercuei 0:03b5121a232e 4897 #endif
pcercuei 0:03b5121a232e 4898 #endif
pcercuei 0:03b5121a232e 4899
pcercuei 0:03b5121a232e 4900 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 4901 #undef xmlLineNumbersDefault
pcercuei 0:03b5121a232e 4902 extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault __attribute((alias("xmlLineNumbersDefault__internal_alias")));
pcercuei 0:03b5121a232e 4903 #else
pcercuei 0:03b5121a232e 4904 #ifndef xmlLineNumbersDefault
pcercuei 0:03b5121a232e 4905 extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4906 #define xmlLineNumbersDefault xmlLineNumbersDefault__internal_alias
pcercuei 0:03b5121a232e 4907 #endif
pcercuei 0:03b5121a232e 4908 #endif
pcercuei 0:03b5121a232e 4909
pcercuei 0:03b5121a232e 4910 #ifdef bottom_list
pcercuei 0:03b5121a232e 4911 #undef xmlLinkGetData
pcercuei 0:03b5121a232e 4912 extern __typeof (xmlLinkGetData) xmlLinkGetData __attribute((alias("xmlLinkGetData__internal_alias")));
pcercuei 0:03b5121a232e 4913 #else
pcercuei 0:03b5121a232e 4914 #ifndef xmlLinkGetData
pcercuei 0:03b5121a232e 4915 extern __typeof (xmlLinkGetData) xmlLinkGetData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4916 #define xmlLinkGetData xmlLinkGetData__internal_alias
pcercuei 0:03b5121a232e 4917 #endif
pcercuei 0:03b5121a232e 4918 #endif
pcercuei 0:03b5121a232e 4919
pcercuei 0:03b5121a232e 4920 #ifdef bottom_list
pcercuei 0:03b5121a232e 4921 #undef xmlListAppend
pcercuei 0:03b5121a232e 4922 extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));
pcercuei 0:03b5121a232e 4923 #else
pcercuei 0:03b5121a232e 4924 #ifndef xmlListAppend
pcercuei 0:03b5121a232e 4925 extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4926 #define xmlListAppend xmlListAppend__internal_alias
pcercuei 0:03b5121a232e 4927 #endif
pcercuei 0:03b5121a232e 4928 #endif
pcercuei 0:03b5121a232e 4929
pcercuei 0:03b5121a232e 4930 #ifdef bottom_list
pcercuei 0:03b5121a232e 4931 #undef xmlListClear
pcercuei 0:03b5121a232e 4932 extern __typeof (xmlListClear) xmlListClear __attribute((alias("xmlListClear__internal_alias")));
pcercuei 0:03b5121a232e 4933 #else
pcercuei 0:03b5121a232e 4934 #ifndef xmlListClear
pcercuei 0:03b5121a232e 4935 extern __typeof (xmlListClear) xmlListClear__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4936 #define xmlListClear xmlListClear__internal_alias
pcercuei 0:03b5121a232e 4937 #endif
pcercuei 0:03b5121a232e 4938 #endif
pcercuei 0:03b5121a232e 4939
pcercuei 0:03b5121a232e 4940 #ifdef bottom_list
pcercuei 0:03b5121a232e 4941 #undef xmlListCopy
pcercuei 0:03b5121a232e 4942 extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
pcercuei 0:03b5121a232e 4943 #else
pcercuei 0:03b5121a232e 4944 #ifndef xmlListCopy
pcercuei 0:03b5121a232e 4945 extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4946 #define xmlListCopy xmlListCopy__internal_alias
pcercuei 0:03b5121a232e 4947 #endif
pcercuei 0:03b5121a232e 4948 #endif
pcercuei 0:03b5121a232e 4949
pcercuei 0:03b5121a232e 4950 #ifdef bottom_list
pcercuei 0:03b5121a232e 4951 #undef xmlListCreate
pcercuei 0:03b5121a232e 4952 extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));
pcercuei 0:03b5121a232e 4953 #else
pcercuei 0:03b5121a232e 4954 #ifndef xmlListCreate
pcercuei 0:03b5121a232e 4955 extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4956 #define xmlListCreate xmlListCreate__internal_alias
pcercuei 0:03b5121a232e 4957 #endif
pcercuei 0:03b5121a232e 4958 #endif
pcercuei 0:03b5121a232e 4959
pcercuei 0:03b5121a232e 4960 #ifdef bottom_list
pcercuei 0:03b5121a232e 4961 #undef xmlListDelete
pcercuei 0:03b5121a232e 4962 extern __typeof (xmlListDelete) xmlListDelete __attribute((alias("xmlListDelete__internal_alias")));
pcercuei 0:03b5121a232e 4963 #else
pcercuei 0:03b5121a232e 4964 #ifndef xmlListDelete
pcercuei 0:03b5121a232e 4965 extern __typeof (xmlListDelete) xmlListDelete__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4966 #define xmlListDelete xmlListDelete__internal_alias
pcercuei 0:03b5121a232e 4967 #endif
pcercuei 0:03b5121a232e 4968 #endif
pcercuei 0:03b5121a232e 4969
pcercuei 0:03b5121a232e 4970 #ifdef bottom_list
pcercuei 0:03b5121a232e 4971 #undef xmlListDup
pcercuei 0:03b5121a232e 4972 extern __typeof (xmlListDup) xmlListDup __attribute((alias("xmlListDup__internal_alias")));
pcercuei 0:03b5121a232e 4973 #else
pcercuei 0:03b5121a232e 4974 #ifndef xmlListDup
pcercuei 0:03b5121a232e 4975 extern __typeof (xmlListDup) xmlListDup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4976 #define xmlListDup xmlListDup__internal_alias
pcercuei 0:03b5121a232e 4977 #endif
pcercuei 0:03b5121a232e 4978 #endif
pcercuei 0:03b5121a232e 4979
pcercuei 0:03b5121a232e 4980 #ifdef bottom_list
pcercuei 0:03b5121a232e 4981 #undef xmlListEmpty
pcercuei 0:03b5121a232e 4982 extern __typeof (xmlListEmpty) xmlListEmpty __attribute((alias("xmlListEmpty__internal_alias")));
pcercuei 0:03b5121a232e 4983 #else
pcercuei 0:03b5121a232e 4984 #ifndef xmlListEmpty
pcercuei 0:03b5121a232e 4985 extern __typeof (xmlListEmpty) xmlListEmpty__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4986 #define xmlListEmpty xmlListEmpty__internal_alias
pcercuei 0:03b5121a232e 4987 #endif
pcercuei 0:03b5121a232e 4988 #endif
pcercuei 0:03b5121a232e 4989
pcercuei 0:03b5121a232e 4990 #ifdef bottom_list
pcercuei 0:03b5121a232e 4991 #undef xmlListEnd
pcercuei 0:03b5121a232e 4992 extern __typeof (xmlListEnd) xmlListEnd __attribute((alias("xmlListEnd__internal_alias")));
pcercuei 0:03b5121a232e 4993 #else
pcercuei 0:03b5121a232e 4994 #ifndef xmlListEnd
pcercuei 0:03b5121a232e 4995 extern __typeof (xmlListEnd) xmlListEnd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 4996 #define xmlListEnd xmlListEnd__internal_alias
pcercuei 0:03b5121a232e 4997 #endif
pcercuei 0:03b5121a232e 4998 #endif
pcercuei 0:03b5121a232e 4999
pcercuei 0:03b5121a232e 5000 #ifdef bottom_list
pcercuei 0:03b5121a232e 5001 #undef xmlListFront
pcercuei 0:03b5121a232e 5002 extern __typeof (xmlListFront) xmlListFront __attribute((alias("xmlListFront__internal_alias")));
pcercuei 0:03b5121a232e 5003 #else
pcercuei 0:03b5121a232e 5004 #ifndef xmlListFront
pcercuei 0:03b5121a232e 5005 extern __typeof (xmlListFront) xmlListFront__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5006 #define xmlListFront xmlListFront__internal_alias
pcercuei 0:03b5121a232e 5007 #endif
pcercuei 0:03b5121a232e 5008 #endif
pcercuei 0:03b5121a232e 5009
pcercuei 0:03b5121a232e 5010 #ifdef bottom_list
pcercuei 0:03b5121a232e 5011 #undef xmlListInsert
pcercuei 0:03b5121a232e 5012 extern __typeof (xmlListInsert) xmlListInsert __attribute((alias("xmlListInsert__internal_alias")));
pcercuei 0:03b5121a232e 5013 #else
pcercuei 0:03b5121a232e 5014 #ifndef xmlListInsert
pcercuei 0:03b5121a232e 5015 extern __typeof (xmlListInsert) xmlListInsert__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5016 #define xmlListInsert xmlListInsert__internal_alias
pcercuei 0:03b5121a232e 5017 #endif
pcercuei 0:03b5121a232e 5018 #endif
pcercuei 0:03b5121a232e 5019
pcercuei 0:03b5121a232e 5020 #ifdef bottom_list
pcercuei 0:03b5121a232e 5021 #undef xmlListMerge
pcercuei 0:03b5121a232e 5022 extern __typeof (xmlListMerge) xmlListMerge __attribute((alias("xmlListMerge__internal_alias")));
pcercuei 0:03b5121a232e 5023 #else
pcercuei 0:03b5121a232e 5024 #ifndef xmlListMerge
pcercuei 0:03b5121a232e 5025 extern __typeof (xmlListMerge) xmlListMerge__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5026 #define xmlListMerge xmlListMerge__internal_alias
pcercuei 0:03b5121a232e 5027 #endif
pcercuei 0:03b5121a232e 5028 #endif
pcercuei 0:03b5121a232e 5029
pcercuei 0:03b5121a232e 5030 #ifdef bottom_list
pcercuei 0:03b5121a232e 5031 #undef xmlListPopBack
pcercuei 0:03b5121a232e 5032 extern __typeof (xmlListPopBack) xmlListPopBack __attribute((alias("xmlListPopBack__internal_alias")));
pcercuei 0:03b5121a232e 5033 #else
pcercuei 0:03b5121a232e 5034 #ifndef xmlListPopBack
pcercuei 0:03b5121a232e 5035 extern __typeof (xmlListPopBack) xmlListPopBack__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5036 #define xmlListPopBack xmlListPopBack__internal_alias
pcercuei 0:03b5121a232e 5037 #endif
pcercuei 0:03b5121a232e 5038 #endif
pcercuei 0:03b5121a232e 5039
pcercuei 0:03b5121a232e 5040 #ifdef bottom_list
pcercuei 0:03b5121a232e 5041 #undef xmlListPopFront
pcercuei 0:03b5121a232e 5042 extern __typeof (xmlListPopFront) xmlListPopFront __attribute((alias("xmlListPopFront__internal_alias")));
pcercuei 0:03b5121a232e 5043 #else
pcercuei 0:03b5121a232e 5044 #ifndef xmlListPopFront
pcercuei 0:03b5121a232e 5045 extern __typeof (xmlListPopFront) xmlListPopFront__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5046 #define xmlListPopFront xmlListPopFront__internal_alias
pcercuei 0:03b5121a232e 5047 #endif
pcercuei 0:03b5121a232e 5048 #endif
pcercuei 0:03b5121a232e 5049
pcercuei 0:03b5121a232e 5050 #ifdef bottom_list
pcercuei 0:03b5121a232e 5051 #undef xmlListPushBack
pcercuei 0:03b5121a232e 5052 extern __typeof (xmlListPushBack) xmlListPushBack __attribute((alias("xmlListPushBack__internal_alias")));
pcercuei 0:03b5121a232e 5053 #else
pcercuei 0:03b5121a232e 5054 #ifndef xmlListPushBack
pcercuei 0:03b5121a232e 5055 extern __typeof (xmlListPushBack) xmlListPushBack__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5056 #define xmlListPushBack xmlListPushBack__internal_alias
pcercuei 0:03b5121a232e 5057 #endif
pcercuei 0:03b5121a232e 5058 #endif
pcercuei 0:03b5121a232e 5059
pcercuei 0:03b5121a232e 5060 #ifdef bottom_list
pcercuei 0:03b5121a232e 5061 #undef xmlListPushFront
pcercuei 0:03b5121a232e 5062 extern __typeof (xmlListPushFront) xmlListPushFront __attribute((alias("xmlListPushFront__internal_alias")));
pcercuei 0:03b5121a232e 5063 #else
pcercuei 0:03b5121a232e 5064 #ifndef xmlListPushFront
pcercuei 0:03b5121a232e 5065 extern __typeof (xmlListPushFront) xmlListPushFront__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5066 #define xmlListPushFront xmlListPushFront__internal_alias
pcercuei 0:03b5121a232e 5067 #endif
pcercuei 0:03b5121a232e 5068 #endif
pcercuei 0:03b5121a232e 5069
pcercuei 0:03b5121a232e 5070 #ifdef bottom_list
pcercuei 0:03b5121a232e 5071 #undef xmlListRemoveAll
pcercuei 0:03b5121a232e 5072 extern __typeof (xmlListRemoveAll) xmlListRemoveAll __attribute((alias("xmlListRemoveAll__internal_alias")));
pcercuei 0:03b5121a232e 5073 #else
pcercuei 0:03b5121a232e 5074 #ifndef xmlListRemoveAll
pcercuei 0:03b5121a232e 5075 extern __typeof (xmlListRemoveAll) xmlListRemoveAll__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5076 #define xmlListRemoveAll xmlListRemoveAll__internal_alias
pcercuei 0:03b5121a232e 5077 #endif
pcercuei 0:03b5121a232e 5078 #endif
pcercuei 0:03b5121a232e 5079
pcercuei 0:03b5121a232e 5080 #ifdef bottom_list
pcercuei 0:03b5121a232e 5081 #undef xmlListRemoveFirst
pcercuei 0:03b5121a232e 5082 extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst __attribute((alias("xmlListRemoveFirst__internal_alias")));
pcercuei 0:03b5121a232e 5083 #else
pcercuei 0:03b5121a232e 5084 #ifndef xmlListRemoveFirst
pcercuei 0:03b5121a232e 5085 extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5086 #define xmlListRemoveFirst xmlListRemoveFirst__internal_alias
pcercuei 0:03b5121a232e 5087 #endif
pcercuei 0:03b5121a232e 5088 #endif
pcercuei 0:03b5121a232e 5089
pcercuei 0:03b5121a232e 5090 #ifdef bottom_list
pcercuei 0:03b5121a232e 5091 #undef xmlListRemoveLast
pcercuei 0:03b5121a232e 5092 extern __typeof (xmlListRemoveLast) xmlListRemoveLast __attribute((alias("xmlListRemoveLast__internal_alias")));
pcercuei 0:03b5121a232e 5093 #else
pcercuei 0:03b5121a232e 5094 #ifndef xmlListRemoveLast
pcercuei 0:03b5121a232e 5095 extern __typeof (xmlListRemoveLast) xmlListRemoveLast__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5096 #define xmlListRemoveLast xmlListRemoveLast__internal_alias
pcercuei 0:03b5121a232e 5097 #endif
pcercuei 0:03b5121a232e 5098 #endif
pcercuei 0:03b5121a232e 5099
pcercuei 0:03b5121a232e 5100 #ifdef bottom_list
pcercuei 0:03b5121a232e 5101 #undef xmlListReverse
pcercuei 0:03b5121a232e 5102 extern __typeof (xmlListReverse) xmlListReverse __attribute((alias("xmlListReverse__internal_alias")));
pcercuei 0:03b5121a232e 5103 #else
pcercuei 0:03b5121a232e 5104 #ifndef xmlListReverse
pcercuei 0:03b5121a232e 5105 extern __typeof (xmlListReverse) xmlListReverse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5106 #define xmlListReverse xmlListReverse__internal_alias
pcercuei 0:03b5121a232e 5107 #endif
pcercuei 0:03b5121a232e 5108 #endif
pcercuei 0:03b5121a232e 5109
pcercuei 0:03b5121a232e 5110 #ifdef bottom_list
pcercuei 0:03b5121a232e 5111 #undef xmlListReverseSearch
pcercuei 0:03b5121a232e 5112 extern __typeof (xmlListReverseSearch) xmlListReverseSearch __attribute((alias("xmlListReverseSearch__internal_alias")));
pcercuei 0:03b5121a232e 5113 #else
pcercuei 0:03b5121a232e 5114 #ifndef xmlListReverseSearch
pcercuei 0:03b5121a232e 5115 extern __typeof (xmlListReverseSearch) xmlListReverseSearch__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5116 #define xmlListReverseSearch xmlListReverseSearch__internal_alias
pcercuei 0:03b5121a232e 5117 #endif
pcercuei 0:03b5121a232e 5118 #endif
pcercuei 0:03b5121a232e 5119
pcercuei 0:03b5121a232e 5120 #ifdef bottom_list
pcercuei 0:03b5121a232e 5121 #undef xmlListReverseWalk
pcercuei 0:03b5121a232e 5122 extern __typeof (xmlListReverseWalk) xmlListReverseWalk __attribute((alias("xmlListReverseWalk__internal_alias")));
pcercuei 0:03b5121a232e 5123 #else
pcercuei 0:03b5121a232e 5124 #ifndef xmlListReverseWalk
pcercuei 0:03b5121a232e 5125 extern __typeof (xmlListReverseWalk) xmlListReverseWalk__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5126 #define xmlListReverseWalk xmlListReverseWalk__internal_alias
pcercuei 0:03b5121a232e 5127 #endif
pcercuei 0:03b5121a232e 5128 #endif
pcercuei 0:03b5121a232e 5129
pcercuei 0:03b5121a232e 5130 #ifdef bottom_list
pcercuei 0:03b5121a232e 5131 #undef xmlListSearch
pcercuei 0:03b5121a232e 5132 extern __typeof (xmlListSearch) xmlListSearch __attribute((alias("xmlListSearch__internal_alias")));
pcercuei 0:03b5121a232e 5133 #else
pcercuei 0:03b5121a232e 5134 #ifndef xmlListSearch
pcercuei 0:03b5121a232e 5135 extern __typeof (xmlListSearch) xmlListSearch__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5136 #define xmlListSearch xmlListSearch__internal_alias
pcercuei 0:03b5121a232e 5137 #endif
pcercuei 0:03b5121a232e 5138 #endif
pcercuei 0:03b5121a232e 5139
pcercuei 0:03b5121a232e 5140 #ifdef bottom_list
pcercuei 0:03b5121a232e 5141 #undef xmlListSize
pcercuei 0:03b5121a232e 5142 extern __typeof (xmlListSize) xmlListSize __attribute((alias("xmlListSize__internal_alias")));
pcercuei 0:03b5121a232e 5143 #else
pcercuei 0:03b5121a232e 5144 #ifndef xmlListSize
pcercuei 0:03b5121a232e 5145 extern __typeof (xmlListSize) xmlListSize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5146 #define xmlListSize xmlListSize__internal_alias
pcercuei 0:03b5121a232e 5147 #endif
pcercuei 0:03b5121a232e 5148 #endif
pcercuei 0:03b5121a232e 5149
pcercuei 0:03b5121a232e 5150 #ifdef bottom_list
pcercuei 0:03b5121a232e 5151 #undef xmlListSort
pcercuei 0:03b5121a232e 5152 extern __typeof (xmlListSort) xmlListSort __attribute((alias("xmlListSort__internal_alias")));
pcercuei 0:03b5121a232e 5153 #else
pcercuei 0:03b5121a232e 5154 #ifndef xmlListSort
pcercuei 0:03b5121a232e 5155 extern __typeof (xmlListSort) xmlListSort__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5156 #define xmlListSort xmlListSort__internal_alias
pcercuei 0:03b5121a232e 5157 #endif
pcercuei 0:03b5121a232e 5158 #endif
pcercuei 0:03b5121a232e 5159
pcercuei 0:03b5121a232e 5160 #ifdef bottom_list
pcercuei 0:03b5121a232e 5161 #undef xmlListWalk
pcercuei 0:03b5121a232e 5162 extern __typeof (xmlListWalk) xmlListWalk __attribute((alias("xmlListWalk__internal_alias")));
pcercuei 0:03b5121a232e 5163 #else
pcercuei 0:03b5121a232e 5164 #ifndef xmlListWalk
pcercuei 0:03b5121a232e 5165 extern __typeof (xmlListWalk) xmlListWalk__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5166 #define xmlListWalk xmlListWalk__internal_alias
pcercuei 0:03b5121a232e 5167 #endif
pcercuei 0:03b5121a232e 5168 #endif
pcercuei 0:03b5121a232e 5169
pcercuei 0:03b5121a232e 5170 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 5171 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 5172 #undef xmlLoadACatalog
pcercuei 0:03b5121a232e 5173 extern __typeof (xmlLoadACatalog) xmlLoadACatalog __attribute((alias("xmlLoadACatalog__internal_alias")));
pcercuei 0:03b5121a232e 5174 #else
pcercuei 0:03b5121a232e 5175 #ifndef xmlLoadACatalog
pcercuei 0:03b5121a232e 5176 extern __typeof (xmlLoadACatalog) xmlLoadACatalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5177 #define xmlLoadACatalog xmlLoadACatalog__internal_alias
pcercuei 0:03b5121a232e 5178 #endif
pcercuei 0:03b5121a232e 5179 #endif
pcercuei 0:03b5121a232e 5180 #endif
pcercuei 0:03b5121a232e 5181
pcercuei 0:03b5121a232e 5182 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 5183 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 5184 #undef xmlLoadCatalog
pcercuei 0:03b5121a232e 5185 extern __typeof (xmlLoadCatalog) xmlLoadCatalog __attribute((alias("xmlLoadCatalog__internal_alias")));
pcercuei 0:03b5121a232e 5186 #else
pcercuei 0:03b5121a232e 5187 #ifndef xmlLoadCatalog
pcercuei 0:03b5121a232e 5188 extern __typeof (xmlLoadCatalog) xmlLoadCatalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5189 #define xmlLoadCatalog xmlLoadCatalog__internal_alias
pcercuei 0:03b5121a232e 5190 #endif
pcercuei 0:03b5121a232e 5191 #endif
pcercuei 0:03b5121a232e 5192 #endif
pcercuei 0:03b5121a232e 5193
pcercuei 0:03b5121a232e 5194 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 5195 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 5196 #undef xmlLoadCatalogs
pcercuei 0:03b5121a232e 5197 extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs __attribute((alias("xmlLoadCatalogs__internal_alias")));
pcercuei 0:03b5121a232e 5198 #else
pcercuei 0:03b5121a232e 5199 #ifndef xmlLoadCatalogs
pcercuei 0:03b5121a232e 5200 extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5201 #define xmlLoadCatalogs xmlLoadCatalogs__internal_alias
pcercuei 0:03b5121a232e 5202 #endif
pcercuei 0:03b5121a232e 5203 #endif
pcercuei 0:03b5121a232e 5204 #endif
pcercuei 0:03b5121a232e 5205
pcercuei 0:03b5121a232e 5206 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 5207 #undef xmlLoadExternalEntity
pcercuei 0:03b5121a232e 5208 extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity __attribute((alias("xmlLoadExternalEntity__internal_alias")));
pcercuei 0:03b5121a232e 5209 #else
pcercuei 0:03b5121a232e 5210 #ifndef xmlLoadExternalEntity
pcercuei 0:03b5121a232e 5211 extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5212 #define xmlLoadExternalEntity xmlLoadExternalEntity__internal_alias
pcercuei 0:03b5121a232e 5213 #endif
pcercuei 0:03b5121a232e 5214 #endif
pcercuei 0:03b5121a232e 5215
pcercuei 0:03b5121a232e 5216 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 5217 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 5218 #undef xmlLoadSGMLSuperCatalog
pcercuei 0:03b5121a232e 5219 extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog __attribute((alias("xmlLoadSGMLSuperCatalog__internal_alias")));
pcercuei 0:03b5121a232e 5220 #else
pcercuei 0:03b5121a232e 5221 #ifndef xmlLoadSGMLSuperCatalog
pcercuei 0:03b5121a232e 5222 extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5223 #define xmlLoadSGMLSuperCatalog xmlLoadSGMLSuperCatalog__internal_alias
pcercuei 0:03b5121a232e 5224 #endif
pcercuei 0:03b5121a232e 5225 #endif
pcercuei 0:03b5121a232e 5226 #endif
pcercuei 0:03b5121a232e 5227
pcercuei 0:03b5121a232e 5228 #ifdef bottom_threads
pcercuei 0:03b5121a232e 5229 #undef xmlLockLibrary
pcercuei 0:03b5121a232e 5230 extern __typeof (xmlLockLibrary) xmlLockLibrary __attribute((alias("xmlLockLibrary__internal_alias")));
pcercuei 0:03b5121a232e 5231 #else
pcercuei 0:03b5121a232e 5232 #ifndef xmlLockLibrary
pcercuei 0:03b5121a232e 5233 extern __typeof (xmlLockLibrary) xmlLockLibrary__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5234 #define xmlLockLibrary xmlLockLibrary__internal_alias
pcercuei 0:03b5121a232e 5235 #endif
pcercuei 0:03b5121a232e 5236 #endif
pcercuei 0:03b5121a232e 5237
pcercuei 0:03b5121a232e 5238 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 5239 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 5240 #undef xmlLsCountNode
pcercuei 0:03b5121a232e 5241 extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias")));
pcercuei 0:03b5121a232e 5242 #else
pcercuei 0:03b5121a232e 5243 #ifndef xmlLsCountNode
pcercuei 0:03b5121a232e 5244 extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5245 #define xmlLsCountNode xmlLsCountNode__internal_alias
pcercuei 0:03b5121a232e 5246 #endif
pcercuei 0:03b5121a232e 5247 #endif
pcercuei 0:03b5121a232e 5248 #endif
pcercuei 0:03b5121a232e 5249
pcercuei 0:03b5121a232e 5250 #if defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 5251 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 5252 #undef xmlLsOneNode
pcercuei 0:03b5121a232e 5253 extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));
pcercuei 0:03b5121a232e 5254 #else
pcercuei 0:03b5121a232e 5255 #ifndef xmlLsOneNode
pcercuei 0:03b5121a232e 5256 extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5257 #define xmlLsOneNode xmlLsOneNode__internal_alias
pcercuei 0:03b5121a232e 5258 #endif
pcercuei 0:03b5121a232e 5259 #endif
pcercuei 0:03b5121a232e 5260 #endif
pcercuei 0:03b5121a232e 5261
pcercuei 0:03b5121a232e 5262 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5263 #undef xmlMallocAtomicLoc
pcercuei 0:03b5121a232e 5264 extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc __attribute((alias("xmlMallocAtomicLoc__internal_alias")));
pcercuei 0:03b5121a232e 5265 #else
pcercuei 0:03b5121a232e 5266 #ifndef xmlMallocAtomicLoc
pcercuei 0:03b5121a232e 5267 extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5268 #define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias
pcercuei 0:03b5121a232e 5269 #endif
pcercuei 0:03b5121a232e 5270 #endif
pcercuei 0:03b5121a232e 5271
pcercuei 0:03b5121a232e 5272 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5273 #undef xmlMallocLoc
pcercuei 0:03b5121a232e 5274 extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
pcercuei 0:03b5121a232e 5275 #else
pcercuei 0:03b5121a232e 5276 #ifndef xmlMallocLoc
pcercuei 0:03b5121a232e 5277 extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5278 #define xmlMallocLoc xmlMallocLoc__internal_alias
pcercuei 0:03b5121a232e 5279 #endif
pcercuei 0:03b5121a232e 5280 #endif
pcercuei 0:03b5121a232e 5281
pcercuei 0:03b5121a232e 5282 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5283 #undef xmlMemBlocks
pcercuei 0:03b5121a232e 5284 extern __typeof (xmlMemBlocks) xmlMemBlocks __attribute((alias("xmlMemBlocks__internal_alias")));
pcercuei 0:03b5121a232e 5285 #else
pcercuei 0:03b5121a232e 5286 #ifndef xmlMemBlocks
pcercuei 0:03b5121a232e 5287 extern __typeof (xmlMemBlocks) xmlMemBlocks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5288 #define xmlMemBlocks xmlMemBlocks__internal_alias
pcercuei 0:03b5121a232e 5289 #endif
pcercuei 0:03b5121a232e 5290 #endif
pcercuei 0:03b5121a232e 5291
pcercuei 0:03b5121a232e 5292 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5293 #undef xmlMemDisplay
pcercuei 0:03b5121a232e 5294 extern __typeof (xmlMemDisplay) xmlMemDisplay __attribute((alias("xmlMemDisplay__internal_alias")));
pcercuei 0:03b5121a232e 5295 #else
pcercuei 0:03b5121a232e 5296 #ifndef xmlMemDisplay
pcercuei 0:03b5121a232e 5297 extern __typeof (xmlMemDisplay) xmlMemDisplay__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5298 #define xmlMemDisplay xmlMemDisplay__internal_alias
pcercuei 0:03b5121a232e 5299 #endif
pcercuei 0:03b5121a232e 5300 #endif
pcercuei 0:03b5121a232e 5301
pcercuei 0:03b5121a232e 5302 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5303 #undef xmlMemDisplayLast
pcercuei 0:03b5121a232e 5304 extern __typeof (xmlMemDisplayLast) xmlMemDisplayLast __attribute((alias("xmlMemDisplayLast__internal_alias")));
pcercuei 0:03b5121a232e 5305 #else
pcercuei 0:03b5121a232e 5306 #ifndef xmlMemDisplayLast
pcercuei 0:03b5121a232e 5307 extern __typeof (xmlMemDisplayLast) xmlMemDisplayLast__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5308 #define xmlMemDisplayLast xmlMemDisplayLast__internal_alias
pcercuei 0:03b5121a232e 5309 #endif
pcercuei 0:03b5121a232e 5310 #endif
pcercuei 0:03b5121a232e 5311
pcercuei 0:03b5121a232e 5312 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5313 #undef xmlMemFree
pcercuei 0:03b5121a232e 5314 extern __typeof (xmlMemFree) xmlMemFree __attribute((alias("xmlMemFree__internal_alias")));
pcercuei 0:03b5121a232e 5315 #else
pcercuei 0:03b5121a232e 5316 #ifndef xmlMemFree
pcercuei 0:03b5121a232e 5317 extern __typeof (xmlMemFree) xmlMemFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5318 #define xmlMemFree xmlMemFree__internal_alias
pcercuei 0:03b5121a232e 5319 #endif
pcercuei 0:03b5121a232e 5320 #endif
pcercuei 0:03b5121a232e 5321
pcercuei 0:03b5121a232e 5322 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5323 #undef xmlMemGet
pcercuei 0:03b5121a232e 5324 extern __typeof (xmlMemGet) xmlMemGet __attribute((alias("xmlMemGet__internal_alias")));
pcercuei 0:03b5121a232e 5325 #else
pcercuei 0:03b5121a232e 5326 #ifndef xmlMemGet
pcercuei 0:03b5121a232e 5327 extern __typeof (xmlMemGet) xmlMemGet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5328 #define xmlMemGet xmlMemGet__internal_alias
pcercuei 0:03b5121a232e 5329 #endif
pcercuei 0:03b5121a232e 5330 #endif
pcercuei 0:03b5121a232e 5331
pcercuei 0:03b5121a232e 5332 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5333 #undef xmlMemMalloc
pcercuei 0:03b5121a232e 5334 extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
pcercuei 0:03b5121a232e 5335 #else
pcercuei 0:03b5121a232e 5336 #ifndef xmlMemMalloc
pcercuei 0:03b5121a232e 5337 extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5338 #define xmlMemMalloc xmlMemMalloc__internal_alias
pcercuei 0:03b5121a232e 5339 #endif
pcercuei 0:03b5121a232e 5340 #endif
pcercuei 0:03b5121a232e 5341
pcercuei 0:03b5121a232e 5342 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5343 #undef xmlMemRealloc
pcercuei 0:03b5121a232e 5344 extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
pcercuei 0:03b5121a232e 5345 #else
pcercuei 0:03b5121a232e 5346 #ifndef xmlMemRealloc
pcercuei 0:03b5121a232e 5347 extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5348 #define xmlMemRealloc xmlMemRealloc__internal_alias
pcercuei 0:03b5121a232e 5349 #endif
pcercuei 0:03b5121a232e 5350 #endif
pcercuei 0:03b5121a232e 5351
pcercuei 0:03b5121a232e 5352 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5353 #undef xmlMemSetup
pcercuei 0:03b5121a232e 5354 extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias")));
pcercuei 0:03b5121a232e 5355 #else
pcercuei 0:03b5121a232e 5356 #ifndef xmlMemSetup
pcercuei 0:03b5121a232e 5357 extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5358 #define xmlMemSetup xmlMemSetup__internal_alias
pcercuei 0:03b5121a232e 5359 #endif
pcercuei 0:03b5121a232e 5360 #endif
pcercuei 0:03b5121a232e 5361
pcercuei 0:03b5121a232e 5362 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5363 #undef xmlMemShow
pcercuei 0:03b5121a232e 5364 extern __typeof (xmlMemShow) xmlMemShow __attribute((alias("xmlMemShow__internal_alias")));
pcercuei 0:03b5121a232e 5365 #else
pcercuei 0:03b5121a232e 5366 #ifndef xmlMemShow
pcercuei 0:03b5121a232e 5367 extern __typeof (xmlMemShow) xmlMemShow__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5368 #define xmlMemShow xmlMemShow__internal_alias
pcercuei 0:03b5121a232e 5369 #endif
pcercuei 0:03b5121a232e 5370 #endif
pcercuei 0:03b5121a232e 5371
pcercuei 0:03b5121a232e 5372 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5373 #undef xmlMemStrdupLoc
pcercuei 0:03b5121a232e 5374 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_alias")));
pcercuei 0:03b5121a232e 5375 #else
pcercuei 0:03b5121a232e 5376 #ifndef xmlMemStrdupLoc
pcercuei 0:03b5121a232e 5377 extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5378 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias
pcercuei 0:03b5121a232e 5379 #endif
pcercuei 0:03b5121a232e 5380 #endif
pcercuei 0:03b5121a232e 5381
pcercuei 0:03b5121a232e 5382 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5383 #undef xmlMemUsed
pcercuei 0:03b5121a232e 5384 extern __typeof (xmlMemUsed) xmlMemUsed __attribute((alias("xmlMemUsed__internal_alias")));
pcercuei 0:03b5121a232e 5385 #else
pcercuei 0:03b5121a232e 5386 #ifndef xmlMemUsed
pcercuei 0:03b5121a232e 5387 extern __typeof (xmlMemUsed) xmlMemUsed__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5388 #define xmlMemUsed xmlMemUsed__internal_alias
pcercuei 0:03b5121a232e 5389 #endif
pcercuei 0:03b5121a232e 5390 #endif
pcercuei 0:03b5121a232e 5391
pcercuei 0:03b5121a232e 5392 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5393 #undef xmlMemoryDump
pcercuei 0:03b5121a232e 5394 extern __typeof (xmlMemoryDump) xmlMemoryDump __attribute((alias("xmlMemoryDump__internal_alias")));
pcercuei 0:03b5121a232e 5395 #else
pcercuei 0:03b5121a232e 5396 #ifndef xmlMemoryDump
pcercuei 0:03b5121a232e 5397 extern __typeof (xmlMemoryDump) xmlMemoryDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5398 #define xmlMemoryDump xmlMemoryDump__internal_alias
pcercuei 0:03b5121a232e 5399 #endif
pcercuei 0:03b5121a232e 5400 #endif
pcercuei 0:03b5121a232e 5401
pcercuei 0:03b5121a232e 5402 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 5403 #undef xmlMemoryStrdup
pcercuei 0:03b5121a232e 5404 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_alias")));
pcercuei 0:03b5121a232e 5405 #else
pcercuei 0:03b5121a232e 5406 #ifndef xmlMemoryStrdup
pcercuei 0:03b5121a232e 5407 extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5408 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias
pcercuei 0:03b5121a232e 5409 #endif
pcercuei 0:03b5121a232e 5410 #endif
pcercuei 0:03b5121a232e 5411
pcercuei 0:03b5121a232e 5412 #if defined(LIBXML_MODULES_ENABLED)
pcercuei 0:03b5121a232e 5413 #ifdef bottom_xmlmodule
pcercuei 0:03b5121a232e 5414 #undef xmlModuleClose
pcercuei 0:03b5121a232e 5415 extern __typeof (xmlModuleClose) xmlModuleClose __attribute((alias("xmlModuleClose__internal_alias")));
pcercuei 0:03b5121a232e 5416 #else
pcercuei 0:03b5121a232e 5417 #ifndef xmlModuleClose
pcercuei 0:03b5121a232e 5418 extern __typeof (xmlModuleClose) xmlModuleClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5419 #define xmlModuleClose xmlModuleClose__internal_alias
pcercuei 0:03b5121a232e 5420 #endif
pcercuei 0:03b5121a232e 5421 #endif
pcercuei 0:03b5121a232e 5422 #endif
pcercuei 0:03b5121a232e 5423
pcercuei 0:03b5121a232e 5424 #if defined(LIBXML_MODULES_ENABLED)
pcercuei 0:03b5121a232e 5425 #ifdef bottom_xmlmodule
pcercuei 0:03b5121a232e 5426 #undef xmlModuleFree
pcercuei 0:03b5121a232e 5427 extern __typeof (xmlModuleFree) xmlModuleFree __attribute((alias("xmlModuleFree__internal_alias")));
pcercuei 0:03b5121a232e 5428 #else
pcercuei 0:03b5121a232e 5429 #ifndef xmlModuleFree
pcercuei 0:03b5121a232e 5430 extern __typeof (xmlModuleFree) xmlModuleFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5431 #define xmlModuleFree xmlModuleFree__internal_alias
pcercuei 0:03b5121a232e 5432 #endif
pcercuei 0:03b5121a232e 5433 #endif
pcercuei 0:03b5121a232e 5434 #endif
pcercuei 0:03b5121a232e 5435
pcercuei 0:03b5121a232e 5436 #if defined(LIBXML_MODULES_ENABLED)
pcercuei 0:03b5121a232e 5437 #ifdef bottom_xmlmodule
pcercuei 0:03b5121a232e 5438 #undef xmlModuleOpen
pcercuei 0:03b5121a232e 5439 extern __typeof (xmlModuleOpen) xmlModuleOpen __attribute((alias("xmlModuleOpen__internal_alias")));
pcercuei 0:03b5121a232e 5440 #else
pcercuei 0:03b5121a232e 5441 #ifndef xmlModuleOpen
pcercuei 0:03b5121a232e 5442 extern __typeof (xmlModuleOpen) xmlModuleOpen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5443 #define xmlModuleOpen xmlModuleOpen__internal_alias
pcercuei 0:03b5121a232e 5444 #endif
pcercuei 0:03b5121a232e 5445 #endif
pcercuei 0:03b5121a232e 5446 #endif
pcercuei 0:03b5121a232e 5447
pcercuei 0:03b5121a232e 5448 #if defined(LIBXML_MODULES_ENABLED)
pcercuei 0:03b5121a232e 5449 #ifdef bottom_xmlmodule
pcercuei 0:03b5121a232e 5450 #undef xmlModuleSymbol
pcercuei 0:03b5121a232e 5451 extern __typeof (xmlModuleSymbol) xmlModuleSymbol __attribute((alias("xmlModuleSymbol__internal_alias")));
pcercuei 0:03b5121a232e 5452 #else
pcercuei 0:03b5121a232e 5453 #ifndef xmlModuleSymbol
pcercuei 0:03b5121a232e 5454 extern __typeof (xmlModuleSymbol) xmlModuleSymbol__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5455 #define xmlModuleSymbol xmlModuleSymbol__internal_alias
pcercuei 0:03b5121a232e 5456 #endif
pcercuei 0:03b5121a232e 5457 #endif
pcercuei 0:03b5121a232e 5458 #endif
pcercuei 0:03b5121a232e 5459
pcercuei 0:03b5121a232e 5460 #ifdef bottom_threads
pcercuei 0:03b5121a232e 5461 #undef xmlMutexLock
pcercuei 0:03b5121a232e 5462 extern __typeof (xmlMutexLock) xmlMutexLock __attribute((alias("xmlMutexLock__internal_alias")));
pcercuei 0:03b5121a232e 5463 #else
pcercuei 0:03b5121a232e 5464 #ifndef xmlMutexLock
pcercuei 0:03b5121a232e 5465 extern __typeof (xmlMutexLock) xmlMutexLock__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5466 #define xmlMutexLock xmlMutexLock__internal_alias
pcercuei 0:03b5121a232e 5467 #endif
pcercuei 0:03b5121a232e 5468 #endif
pcercuei 0:03b5121a232e 5469
pcercuei 0:03b5121a232e 5470 #ifdef bottom_threads
pcercuei 0:03b5121a232e 5471 #undef xmlMutexUnlock
pcercuei 0:03b5121a232e 5472 extern __typeof (xmlMutexUnlock) xmlMutexUnlock __attribute((alias("xmlMutexUnlock__internal_alias")));
pcercuei 0:03b5121a232e 5473 #else
pcercuei 0:03b5121a232e 5474 #ifndef xmlMutexUnlock
pcercuei 0:03b5121a232e 5475 extern __typeof (xmlMutexUnlock) xmlMutexUnlock__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5476 #define xmlMutexUnlock xmlMutexUnlock__internal_alias
pcercuei 0:03b5121a232e 5477 #endif
pcercuei 0:03b5121a232e 5478 #endif
pcercuei 0:03b5121a232e 5479
pcercuei 0:03b5121a232e 5480 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 5481 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 5482 #undef xmlNamespaceParseNCName
pcercuei 0:03b5121a232e 5483 extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName __attribute((alias("xmlNamespaceParseNCName__internal_alias")));
pcercuei 0:03b5121a232e 5484 #else
pcercuei 0:03b5121a232e 5485 #ifndef xmlNamespaceParseNCName
pcercuei 0:03b5121a232e 5486 extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5487 #define xmlNamespaceParseNCName xmlNamespaceParseNCName__internal_alias
pcercuei 0:03b5121a232e 5488 #endif
pcercuei 0:03b5121a232e 5489 #endif
pcercuei 0:03b5121a232e 5490 #endif
pcercuei 0:03b5121a232e 5491
pcercuei 0:03b5121a232e 5492 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 5493 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 5494 #undef xmlNamespaceParseNSDef
pcercuei 0:03b5121a232e 5495 extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef __attribute((alias("xmlNamespaceParseNSDef__internal_alias")));
pcercuei 0:03b5121a232e 5496 #else
pcercuei 0:03b5121a232e 5497 #ifndef xmlNamespaceParseNSDef
pcercuei 0:03b5121a232e 5498 extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5499 #define xmlNamespaceParseNSDef xmlNamespaceParseNSDef__internal_alias
pcercuei 0:03b5121a232e 5500 #endif
pcercuei 0:03b5121a232e 5501 #endif
pcercuei 0:03b5121a232e 5502 #endif
pcercuei 0:03b5121a232e 5503
pcercuei 0:03b5121a232e 5504 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 5505 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 5506 #undef xmlNamespaceParseQName
pcercuei 0:03b5121a232e 5507 extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName __attribute((alias("xmlNamespaceParseQName__internal_alias")));
pcercuei 0:03b5121a232e 5508 #else
pcercuei 0:03b5121a232e 5509 #ifndef xmlNamespaceParseQName
pcercuei 0:03b5121a232e 5510 extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5511 #define xmlNamespaceParseQName xmlNamespaceParseQName__internal_alias
pcercuei 0:03b5121a232e 5512 #endif
pcercuei 0:03b5121a232e 5513 #endif
pcercuei 0:03b5121a232e 5514 #endif
pcercuei 0:03b5121a232e 5515
pcercuei 0:03b5121a232e 5516 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5517 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5518 #undef xmlNanoFTPCheckResponse
pcercuei 0:03b5121a232e 5519 extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse __attribute((alias("xmlNanoFTPCheckResponse__internal_alias")));
pcercuei 0:03b5121a232e 5520 #else
pcercuei 0:03b5121a232e 5521 #ifndef xmlNanoFTPCheckResponse
pcercuei 0:03b5121a232e 5522 extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5523 #define xmlNanoFTPCheckResponse xmlNanoFTPCheckResponse__internal_alias
pcercuei 0:03b5121a232e 5524 #endif
pcercuei 0:03b5121a232e 5525 #endif
pcercuei 0:03b5121a232e 5526 #endif
pcercuei 0:03b5121a232e 5527
pcercuei 0:03b5121a232e 5528 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5529 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5530 #undef xmlNanoFTPCleanup
pcercuei 0:03b5121a232e 5531 extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup __attribute((alias("xmlNanoFTPCleanup__internal_alias")));
pcercuei 0:03b5121a232e 5532 #else
pcercuei 0:03b5121a232e 5533 #ifndef xmlNanoFTPCleanup
pcercuei 0:03b5121a232e 5534 extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5535 #define xmlNanoFTPCleanup xmlNanoFTPCleanup__internal_alias
pcercuei 0:03b5121a232e 5536 #endif
pcercuei 0:03b5121a232e 5537 #endif
pcercuei 0:03b5121a232e 5538 #endif
pcercuei 0:03b5121a232e 5539
pcercuei 0:03b5121a232e 5540 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5541 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5542 #undef xmlNanoFTPClose
pcercuei 0:03b5121a232e 5543 extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose __attribute((alias("xmlNanoFTPClose__internal_alias")));
pcercuei 0:03b5121a232e 5544 #else
pcercuei 0:03b5121a232e 5545 #ifndef xmlNanoFTPClose
pcercuei 0:03b5121a232e 5546 extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5547 #define xmlNanoFTPClose xmlNanoFTPClose__internal_alias
pcercuei 0:03b5121a232e 5548 #endif
pcercuei 0:03b5121a232e 5549 #endif
pcercuei 0:03b5121a232e 5550 #endif
pcercuei 0:03b5121a232e 5551
pcercuei 0:03b5121a232e 5552 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5553 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5554 #undef xmlNanoFTPCloseConnection
pcercuei 0:03b5121a232e 5555 extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection __attribute((alias("xmlNanoFTPCloseConnection__internal_alias")));
pcercuei 0:03b5121a232e 5556 #else
pcercuei 0:03b5121a232e 5557 #ifndef xmlNanoFTPCloseConnection
pcercuei 0:03b5121a232e 5558 extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5559 #define xmlNanoFTPCloseConnection xmlNanoFTPCloseConnection__internal_alias
pcercuei 0:03b5121a232e 5560 #endif
pcercuei 0:03b5121a232e 5561 #endif
pcercuei 0:03b5121a232e 5562 #endif
pcercuei 0:03b5121a232e 5563
pcercuei 0:03b5121a232e 5564 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5565 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5566 #undef xmlNanoFTPConnect
pcercuei 0:03b5121a232e 5567 extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect __attribute((alias("xmlNanoFTPConnect__internal_alias")));
pcercuei 0:03b5121a232e 5568 #else
pcercuei 0:03b5121a232e 5569 #ifndef xmlNanoFTPConnect
pcercuei 0:03b5121a232e 5570 extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5571 #define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias
pcercuei 0:03b5121a232e 5572 #endif
pcercuei 0:03b5121a232e 5573 #endif
pcercuei 0:03b5121a232e 5574 #endif
pcercuei 0:03b5121a232e 5575
pcercuei 0:03b5121a232e 5576 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5577 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5578 #undef xmlNanoFTPConnectTo
pcercuei 0:03b5121a232e 5579 extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo __attribute((alias("xmlNanoFTPConnectTo__internal_alias")));
pcercuei 0:03b5121a232e 5580 #else
pcercuei 0:03b5121a232e 5581 #ifndef xmlNanoFTPConnectTo
pcercuei 0:03b5121a232e 5582 extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5583 #define xmlNanoFTPConnectTo xmlNanoFTPConnectTo__internal_alias
pcercuei 0:03b5121a232e 5584 #endif
pcercuei 0:03b5121a232e 5585 #endif
pcercuei 0:03b5121a232e 5586 #endif
pcercuei 0:03b5121a232e 5587
pcercuei 0:03b5121a232e 5588 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5589 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5590 #undef xmlNanoFTPCwd
pcercuei 0:03b5121a232e 5591 extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd __attribute((alias("xmlNanoFTPCwd__internal_alias")));
pcercuei 0:03b5121a232e 5592 #else
pcercuei 0:03b5121a232e 5593 #ifndef xmlNanoFTPCwd
pcercuei 0:03b5121a232e 5594 extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5595 #define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias
pcercuei 0:03b5121a232e 5596 #endif
pcercuei 0:03b5121a232e 5597 #endif
pcercuei 0:03b5121a232e 5598 #endif
pcercuei 0:03b5121a232e 5599
pcercuei 0:03b5121a232e 5600 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5601 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5602 #undef xmlNanoFTPDele
pcercuei 0:03b5121a232e 5603 extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele __attribute((alias("xmlNanoFTPDele__internal_alias")));
pcercuei 0:03b5121a232e 5604 #else
pcercuei 0:03b5121a232e 5605 #ifndef xmlNanoFTPDele
pcercuei 0:03b5121a232e 5606 extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5607 #define xmlNanoFTPDele xmlNanoFTPDele__internal_alias
pcercuei 0:03b5121a232e 5608 #endif
pcercuei 0:03b5121a232e 5609 #endif
pcercuei 0:03b5121a232e 5610 #endif
pcercuei 0:03b5121a232e 5611
pcercuei 0:03b5121a232e 5612 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5613 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5614 #undef xmlNanoFTPFreeCtxt
pcercuei 0:03b5121a232e 5615 extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt __attribute((alias("xmlNanoFTPFreeCtxt__internal_alias")));
pcercuei 0:03b5121a232e 5616 #else
pcercuei 0:03b5121a232e 5617 #ifndef xmlNanoFTPFreeCtxt
pcercuei 0:03b5121a232e 5618 extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5619 #define xmlNanoFTPFreeCtxt xmlNanoFTPFreeCtxt__internal_alias
pcercuei 0:03b5121a232e 5620 #endif
pcercuei 0:03b5121a232e 5621 #endif
pcercuei 0:03b5121a232e 5622 #endif
pcercuei 0:03b5121a232e 5623
pcercuei 0:03b5121a232e 5624 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5625 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5626 #undef xmlNanoFTPGet
pcercuei 0:03b5121a232e 5627 extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet __attribute((alias("xmlNanoFTPGet__internal_alias")));
pcercuei 0:03b5121a232e 5628 #else
pcercuei 0:03b5121a232e 5629 #ifndef xmlNanoFTPGet
pcercuei 0:03b5121a232e 5630 extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5631 #define xmlNanoFTPGet xmlNanoFTPGet__internal_alias
pcercuei 0:03b5121a232e 5632 #endif
pcercuei 0:03b5121a232e 5633 #endif
pcercuei 0:03b5121a232e 5634 #endif
pcercuei 0:03b5121a232e 5635
pcercuei 0:03b5121a232e 5636 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5637 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5638 #undef xmlNanoFTPGetConnection
pcercuei 0:03b5121a232e 5639 extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection __attribute((alias("xmlNanoFTPGetConnection__internal_alias")));
pcercuei 0:03b5121a232e 5640 #else
pcercuei 0:03b5121a232e 5641 #ifndef xmlNanoFTPGetConnection
pcercuei 0:03b5121a232e 5642 extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5643 #define xmlNanoFTPGetConnection xmlNanoFTPGetConnection__internal_alias
pcercuei 0:03b5121a232e 5644 #endif
pcercuei 0:03b5121a232e 5645 #endif
pcercuei 0:03b5121a232e 5646 #endif
pcercuei 0:03b5121a232e 5647
pcercuei 0:03b5121a232e 5648 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5649 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5650 #undef xmlNanoFTPGetResponse
pcercuei 0:03b5121a232e 5651 extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse __attribute((alias("xmlNanoFTPGetResponse__internal_alias")));
pcercuei 0:03b5121a232e 5652 #else
pcercuei 0:03b5121a232e 5653 #ifndef xmlNanoFTPGetResponse
pcercuei 0:03b5121a232e 5654 extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5655 #define xmlNanoFTPGetResponse xmlNanoFTPGetResponse__internal_alias
pcercuei 0:03b5121a232e 5656 #endif
pcercuei 0:03b5121a232e 5657 #endif
pcercuei 0:03b5121a232e 5658 #endif
pcercuei 0:03b5121a232e 5659
pcercuei 0:03b5121a232e 5660 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5661 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5662 #undef xmlNanoFTPGetSocket
pcercuei 0:03b5121a232e 5663 extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket __attribute((alias("xmlNanoFTPGetSocket__internal_alias")));
pcercuei 0:03b5121a232e 5664 #else
pcercuei 0:03b5121a232e 5665 #ifndef xmlNanoFTPGetSocket
pcercuei 0:03b5121a232e 5666 extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5667 #define xmlNanoFTPGetSocket xmlNanoFTPGetSocket__internal_alias
pcercuei 0:03b5121a232e 5668 #endif
pcercuei 0:03b5121a232e 5669 #endif
pcercuei 0:03b5121a232e 5670 #endif
pcercuei 0:03b5121a232e 5671
pcercuei 0:03b5121a232e 5672 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5673 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5674 #undef xmlNanoFTPInit
pcercuei 0:03b5121a232e 5675 extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit __attribute((alias("xmlNanoFTPInit__internal_alias")));
pcercuei 0:03b5121a232e 5676 #else
pcercuei 0:03b5121a232e 5677 #ifndef xmlNanoFTPInit
pcercuei 0:03b5121a232e 5678 extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5679 #define xmlNanoFTPInit xmlNanoFTPInit__internal_alias
pcercuei 0:03b5121a232e 5680 #endif
pcercuei 0:03b5121a232e 5681 #endif
pcercuei 0:03b5121a232e 5682 #endif
pcercuei 0:03b5121a232e 5683
pcercuei 0:03b5121a232e 5684 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5685 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5686 #undef xmlNanoFTPList
pcercuei 0:03b5121a232e 5687 extern __typeof (xmlNanoFTPList) xmlNanoFTPList __attribute((alias("xmlNanoFTPList__internal_alias")));
pcercuei 0:03b5121a232e 5688 #else
pcercuei 0:03b5121a232e 5689 #ifndef xmlNanoFTPList
pcercuei 0:03b5121a232e 5690 extern __typeof (xmlNanoFTPList) xmlNanoFTPList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5691 #define xmlNanoFTPList xmlNanoFTPList__internal_alias
pcercuei 0:03b5121a232e 5692 #endif
pcercuei 0:03b5121a232e 5693 #endif
pcercuei 0:03b5121a232e 5694 #endif
pcercuei 0:03b5121a232e 5695
pcercuei 0:03b5121a232e 5696 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5697 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5698 #undef xmlNanoFTPNewCtxt
pcercuei 0:03b5121a232e 5699 extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt __attribute((alias("xmlNanoFTPNewCtxt__internal_alias")));
pcercuei 0:03b5121a232e 5700 #else
pcercuei 0:03b5121a232e 5701 #ifndef xmlNanoFTPNewCtxt
pcercuei 0:03b5121a232e 5702 extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5703 #define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias
pcercuei 0:03b5121a232e 5704 #endif
pcercuei 0:03b5121a232e 5705 #endif
pcercuei 0:03b5121a232e 5706 #endif
pcercuei 0:03b5121a232e 5707
pcercuei 0:03b5121a232e 5708 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5709 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5710 #undef xmlNanoFTPOpen
pcercuei 0:03b5121a232e 5711 extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen __attribute((alias("xmlNanoFTPOpen__internal_alias")));
pcercuei 0:03b5121a232e 5712 #else
pcercuei 0:03b5121a232e 5713 #ifndef xmlNanoFTPOpen
pcercuei 0:03b5121a232e 5714 extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5715 #define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias
pcercuei 0:03b5121a232e 5716 #endif
pcercuei 0:03b5121a232e 5717 #endif
pcercuei 0:03b5121a232e 5718 #endif
pcercuei 0:03b5121a232e 5719
pcercuei 0:03b5121a232e 5720 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5721 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5722 #undef xmlNanoFTPProxy
pcercuei 0:03b5121a232e 5723 extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy __attribute((alias("xmlNanoFTPProxy__internal_alias")));
pcercuei 0:03b5121a232e 5724 #else
pcercuei 0:03b5121a232e 5725 #ifndef xmlNanoFTPProxy
pcercuei 0:03b5121a232e 5726 extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5727 #define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias
pcercuei 0:03b5121a232e 5728 #endif
pcercuei 0:03b5121a232e 5729 #endif
pcercuei 0:03b5121a232e 5730 #endif
pcercuei 0:03b5121a232e 5731
pcercuei 0:03b5121a232e 5732 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5733 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5734 #undef xmlNanoFTPQuit
pcercuei 0:03b5121a232e 5735 extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit __attribute((alias("xmlNanoFTPQuit__internal_alias")));
pcercuei 0:03b5121a232e 5736 #else
pcercuei 0:03b5121a232e 5737 #ifndef xmlNanoFTPQuit
pcercuei 0:03b5121a232e 5738 extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5739 #define xmlNanoFTPQuit xmlNanoFTPQuit__internal_alias
pcercuei 0:03b5121a232e 5740 #endif
pcercuei 0:03b5121a232e 5741 #endif
pcercuei 0:03b5121a232e 5742 #endif
pcercuei 0:03b5121a232e 5743
pcercuei 0:03b5121a232e 5744 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5745 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5746 #undef xmlNanoFTPRead
pcercuei 0:03b5121a232e 5747 extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead __attribute((alias("xmlNanoFTPRead__internal_alias")));
pcercuei 0:03b5121a232e 5748 #else
pcercuei 0:03b5121a232e 5749 #ifndef xmlNanoFTPRead
pcercuei 0:03b5121a232e 5750 extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5751 #define xmlNanoFTPRead xmlNanoFTPRead__internal_alias
pcercuei 0:03b5121a232e 5752 #endif
pcercuei 0:03b5121a232e 5753 #endif
pcercuei 0:03b5121a232e 5754 #endif
pcercuei 0:03b5121a232e 5755
pcercuei 0:03b5121a232e 5756 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5757 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5758 #undef xmlNanoFTPScanProxy
pcercuei 0:03b5121a232e 5759 extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy __attribute((alias("xmlNanoFTPScanProxy__internal_alias")));
pcercuei 0:03b5121a232e 5760 #else
pcercuei 0:03b5121a232e 5761 #ifndef xmlNanoFTPScanProxy
pcercuei 0:03b5121a232e 5762 extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5763 #define xmlNanoFTPScanProxy xmlNanoFTPScanProxy__internal_alias
pcercuei 0:03b5121a232e 5764 #endif
pcercuei 0:03b5121a232e 5765 #endif
pcercuei 0:03b5121a232e 5766 #endif
pcercuei 0:03b5121a232e 5767
pcercuei 0:03b5121a232e 5768 #if defined(LIBXML_FTP_ENABLED)
pcercuei 0:03b5121a232e 5769 #ifdef bottom_nanoftp
pcercuei 0:03b5121a232e 5770 #undef xmlNanoFTPUpdateURL
pcercuei 0:03b5121a232e 5771 extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL __attribute((alias("xmlNanoFTPUpdateURL__internal_alias")));
pcercuei 0:03b5121a232e 5772 #else
pcercuei 0:03b5121a232e 5773 #ifndef xmlNanoFTPUpdateURL
pcercuei 0:03b5121a232e 5774 extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5775 #define xmlNanoFTPUpdateURL xmlNanoFTPUpdateURL__internal_alias
pcercuei 0:03b5121a232e 5776 #endif
pcercuei 0:03b5121a232e 5777 #endif
pcercuei 0:03b5121a232e 5778 #endif
pcercuei 0:03b5121a232e 5779
pcercuei 0:03b5121a232e 5780 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5781 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5782 #undef xmlNanoHTTPAuthHeader
pcercuei 0:03b5121a232e 5783 extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader __attribute((alias("xmlNanoHTTPAuthHeader__internal_alias")));
pcercuei 0:03b5121a232e 5784 #else
pcercuei 0:03b5121a232e 5785 #ifndef xmlNanoHTTPAuthHeader
pcercuei 0:03b5121a232e 5786 extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5787 #define xmlNanoHTTPAuthHeader xmlNanoHTTPAuthHeader__internal_alias
pcercuei 0:03b5121a232e 5788 #endif
pcercuei 0:03b5121a232e 5789 #endif
pcercuei 0:03b5121a232e 5790 #endif
pcercuei 0:03b5121a232e 5791
pcercuei 0:03b5121a232e 5792 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5793 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5794 #undef xmlNanoHTTPCleanup
pcercuei 0:03b5121a232e 5795 extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup __attribute((alias("xmlNanoHTTPCleanup__internal_alias")));
pcercuei 0:03b5121a232e 5796 #else
pcercuei 0:03b5121a232e 5797 #ifndef xmlNanoHTTPCleanup
pcercuei 0:03b5121a232e 5798 extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5799 #define xmlNanoHTTPCleanup xmlNanoHTTPCleanup__internal_alias
pcercuei 0:03b5121a232e 5800 #endif
pcercuei 0:03b5121a232e 5801 #endif
pcercuei 0:03b5121a232e 5802 #endif
pcercuei 0:03b5121a232e 5803
pcercuei 0:03b5121a232e 5804 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5805 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5806 #undef xmlNanoHTTPClose
pcercuei 0:03b5121a232e 5807 extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose __attribute((alias("xmlNanoHTTPClose__internal_alias")));
pcercuei 0:03b5121a232e 5808 #else
pcercuei 0:03b5121a232e 5809 #ifndef xmlNanoHTTPClose
pcercuei 0:03b5121a232e 5810 extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5811 #define xmlNanoHTTPClose xmlNanoHTTPClose__internal_alias
pcercuei 0:03b5121a232e 5812 #endif
pcercuei 0:03b5121a232e 5813 #endif
pcercuei 0:03b5121a232e 5814 #endif
pcercuei 0:03b5121a232e 5815
pcercuei 0:03b5121a232e 5816 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5817 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5818 #undef xmlNanoHTTPContentLength
pcercuei 0:03b5121a232e 5819 extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength __attribute((alias("xmlNanoHTTPContentLength__internal_alias")));
pcercuei 0:03b5121a232e 5820 #else
pcercuei 0:03b5121a232e 5821 #ifndef xmlNanoHTTPContentLength
pcercuei 0:03b5121a232e 5822 extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5823 #define xmlNanoHTTPContentLength xmlNanoHTTPContentLength__internal_alias
pcercuei 0:03b5121a232e 5824 #endif
pcercuei 0:03b5121a232e 5825 #endif
pcercuei 0:03b5121a232e 5826 #endif
pcercuei 0:03b5121a232e 5827
pcercuei 0:03b5121a232e 5828 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5829 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5830 #undef xmlNanoHTTPEncoding
pcercuei 0:03b5121a232e 5831 extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding __attribute((alias("xmlNanoHTTPEncoding__internal_alias")));
pcercuei 0:03b5121a232e 5832 #else
pcercuei 0:03b5121a232e 5833 #ifndef xmlNanoHTTPEncoding
pcercuei 0:03b5121a232e 5834 extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5835 #define xmlNanoHTTPEncoding xmlNanoHTTPEncoding__internal_alias
pcercuei 0:03b5121a232e 5836 #endif
pcercuei 0:03b5121a232e 5837 #endif
pcercuei 0:03b5121a232e 5838 #endif
pcercuei 0:03b5121a232e 5839
pcercuei 0:03b5121a232e 5840 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5841 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5842 #undef xmlNanoHTTPFetch
pcercuei 0:03b5121a232e 5843 extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch __attribute((alias("xmlNanoHTTPFetch__internal_alias")));
pcercuei 0:03b5121a232e 5844 #else
pcercuei 0:03b5121a232e 5845 #ifndef xmlNanoHTTPFetch
pcercuei 0:03b5121a232e 5846 extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5847 #define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias
pcercuei 0:03b5121a232e 5848 #endif
pcercuei 0:03b5121a232e 5849 #endif
pcercuei 0:03b5121a232e 5850 #endif
pcercuei 0:03b5121a232e 5851
pcercuei 0:03b5121a232e 5852 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5853 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5854 #undef xmlNanoHTTPInit
pcercuei 0:03b5121a232e 5855 extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit __attribute((alias("xmlNanoHTTPInit__internal_alias")));
pcercuei 0:03b5121a232e 5856 #else
pcercuei 0:03b5121a232e 5857 #ifndef xmlNanoHTTPInit
pcercuei 0:03b5121a232e 5858 extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5859 #define xmlNanoHTTPInit xmlNanoHTTPInit__internal_alias
pcercuei 0:03b5121a232e 5860 #endif
pcercuei 0:03b5121a232e 5861 #endif
pcercuei 0:03b5121a232e 5862 #endif
pcercuei 0:03b5121a232e 5863
pcercuei 0:03b5121a232e 5864 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5865 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5866 #undef xmlNanoHTTPMethod
pcercuei 0:03b5121a232e 5867 extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod __attribute((alias("xmlNanoHTTPMethod__internal_alias")));
pcercuei 0:03b5121a232e 5868 #else
pcercuei 0:03b5121a232e 5869 #ifndef xmlNanoHTTPMethod
pcercuei 0:03b5121a232e 5870 extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5871 #define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias
pcercuei 0:03b5121a232e 5872 #endif
pcercuei 0:03b5121a232e 5873 #endif
pcercuei 0:03b5121a232e 5874 #endif
pcercuei 0:03b5121a232e 5875
pcercuei 0:03b5121a232e 5876 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5877 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5878 #undef xmlNanoHTTPMethodRedir
pcercuei 0:03b5121a232e 5879 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir __attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
pcercuei 0:03b5121a232e 5880 #else
pcercuei 0:03b5121a232e 5881 #ifndef xmlNanoHTTPMethodRedir
pcercuei 0:03b5121a232e 5882 extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5883 #define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias
pcercuei 0:03b5121a232e 5884 #endif
pcercuei 0:03b5121a232e 5885 #endif
pcercuei 0:03b5121a232e 5886 #endif
pcercuei 0:03b5121a232e 5887
pcercuei 0:03b5121a232e 5888 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5889 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5890 #undef xmlNanoHTTPMimeType
pcercuei 0:03b5121a232e 5891 extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType __attribute((alias("xmlNanoHTTPMimeType__internal_alias")));
pcercuei 0:03b5121a232e 5892 #else
pcercuei 0:03b5121a232e 5893 #ifndef xmlNanoHTTPMimeType
pcercuei 0:03b5121a232e 5894 extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5895 #define xmlNanoHTTPMimeType xmlNanoHTTPMimeType__internal_alias
pcercuei 0:03b5121a232e 5896 #endif
pcercuei 0:03b5121a232e 5897 #endif
pcercuei 0:03b5121a232e 5898 #endif
pcercuei 0:03b5121a232e 5899
pcercuei 0:03b5121a232e 5900 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5901 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5902 #undef xmlNanoHTTPOpen
pcercuei 0:03b5121a232e 5903 extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen __attribute((alias("xmlNanoHTTPOpen__internal_alias")));
pcercuei 0:03b5121a232e 5904 #else
pcercuei 0:03b5121a232e 5905 #ifndef xmlNanoHTTPOpen
pcercuei 0:03b5121a232e 5906 extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5907 #define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias
pcercuei 0:03b5121a232e 5908 #endif
pcercuei 0:03b5121a232e 5909 #endif
pcercuei 0:03b5121a232e 5910 #endif
pcercuei 0:03b5121a232e 5911
pcercuei 0:03b5121a232e 5912 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5913 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5914 #undef xmlNanoHTTPOpenRedir
pcercuei 0:03b5121a232e 5915 extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir __attribute((alias("xmlNanoHTTPOpenRedir__internal_alias")));
pcercuei 0:03b5121a232e 5916 #else
pcercuei 0:03b5121a232e 5917 #ifndef xmlNanoHTTPOpenRedir
pcercuei 0:03b5121a232e 5918 extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5919 #define xmlNanoHTTPOpenRedir xmlNanoHTTPOpenRedir__internal_alias
pcercuei 0:03b5121a232e 5920 #endif
pcercuei 0:03b5121a232e 5921 #endif
pcercuei 0:03b5121a232e 5922 #endif
pcercuei 0:03b5121a232e 5923
pcercuei 0:03b5121a232e 5924 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5925 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5926 #undef xmlNanoHTTPRead
pcercuei 0:03b5121a232e 5927 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias")));
pcercuei 0:03b5121a232e 5928 #else
pcercuei 0:03b5121a232e 5929 #ifndef xmlNanoHTTPRead
pcercuei 0:03b5121a232e 5930 extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5931 #define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias
pcercuei 0:03b5121a232e 5932 #endif
pcercuei 0:03b5121a232e 5933 #endif
pcercuei 0:03b5121a232e 5934 #endif
pcercuei 0:03b5121a232e 5935
pcercuei 0:03b5121a232e 5936 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5937 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5938 #undef xmlNanoHTTPRedir
pcercuei 0:03b5121a232e 5939 extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir __attribute((alias("xmlNanoHTTPRedir__internal_alias")));
pcercuei 0:03b5121a232e 5940 #else
pcercuei 0:03b5121a232e 5941 #ifndef xmlNanoHTTPRedir
pcercuei 0:03b5121a232e 5942 extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5943 #define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias
pcercuei 0:03b5121a232e 5944 #endif
pcercuei 0:03b5121a232e 5945 #endif
pcercuei 0:03b5121a232e 5946 #endif
pcercuei 0:03b5121a232e 5947
pcercuei 0:03b5121a232e 5948 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5949 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5950 #undef xmlNanoHTTPReturnCode
pcercuei 0:03b5121a232e 5951 extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode __attribute((alias("xmlNanoHTTPReturnCode__internal_alias")));
pcercuei 0:03b5121a232e 5952 #else
pcercuei 0:03b5121a232e 5953 #ifndef xmlNanoHTTPReturnCode
pcercuei 0:03b5121a232e 5954 extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5955 #define xmlNanoHTTPReturnCode xmlNanoHTTPReturnCode__internal_alias
pcercuei 0:03b5121a232e 5956 #endif
pcercuei 0:03b5121a232e 5957 #endif
pcercuei 0:03b5121a232e 5958 #endif
pcercuei 0:03b5121a232e 5959
pcercuei 0:03b5121a232e 5960 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 5961 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5962 #undef xmlNanoHTTPSave
pcercuei 0:03b5121a232e 5963 extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave __attribute((alias("xmlNanoHTTPSave__internal_alias")));
pcercuei 0:03b5121a232e 5964 #else
pcercuei 0:03b5121a232e 5965 #ifndef xmlNanoHTTPSave
pcercuei 0:03b5121a232e 5966 extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5967 #define xmlNanoHTTPSave xmlNanoHTTPSave__internal_alias
pcercuei 0:03b5121a232e 5968 #endif
pcercuei 0:03b5121a232e 5969 #endif
pcercuei 0:03b5121a232e 5970 #endif
pcercuei 0:03b5121a232e 5971
pcercuei 0:03b5121a232e 5972 #if defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 5973 #ifdef bottom_nanohttp
pcercuei 0:03b5121a232e 5974 #undef xmlNanoHTTPScanProxy
pcercuei 0:03b5121a232e 5975 extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy __attribute((alias("xmlNanoHTTPScanProxy__internal_alias")));
pcercuei 0:03b5121a232e 5976 #else
pcercuei 0:03b5121a232e 5977 #ifndef xmlNanoHTTPScanProxy
pcercuei 0:03b5121a232e 5978 extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5979 #define xmlNanoHTTPScanProxy xmlNanoHTTPScanProxy__internal_alias
pcercuei 0:03b5121a232e 5980 #endif
pcercuei 0:03b5121a232e 5981 #endif
pcercuei 0:03b5121a232e 5982 #endif
pcercuei 0:03b5121a232e 5983
pcercuei 0:03b5121a232e 5984 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
pcercuei 0:03b5121a232e 5985 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 5986 #undef xmlNewAutomata
pcercuei 0:03b5121a232e 5987 extern __typeof (xmlNewAutomata) xmlNewAutomata __attribute((alias("xmlNewAutomata__internal_alias")));
pcercuei 0:03b5121a232e 5988 #else
pcercuei 0:03b5121a232e 5989 #ifndef xmlNewAutomata
pcercuei 0:03b5121a232e 5990 extern __typeof (xmlNewAutomata) xmlNewAutomata__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 5991 #define xmlNewAutomata xmlNewAutomata__internal_alias
pcercuei 0:03b5121a232e 5992 #endif
pcercuei 0:03b5121a232e 5993 #endif
pcercuei 0:03b5121a232e 5994 #endif
pcercuei 0:03b5121a232e 5995
pcercuei 0:03b5121a232e 5996 #ifdef bottom_tree
pcercuei 0:03b5121a232e 5997 #undef xmlNewCDataBlock
pcercuei 0:03b5121a232e 5998 extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock __attribute((alias("xmlNewCDataBlock__internal_alias")));
pcercuei 0:03b5121a232e 5999 #else
pcercuei 0:03b5121a232e 6000 #ifndef xmlNewCDataBlock
pcercuei 0:03b5121a232e 6001 extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6002 #define xmlNewCDataBlock xmlNewCDataBlock__internal_alias
pcercuei 0:03b5121a232e 6003 #endif
pcercuei 0:03b5121a232e 6004 #endif
pcercuei 0:03b5121a232e 6005
pcercuei 0:03b5121a232e 6006 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 6007 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 6008 #undef xmlNewCatalog
pcercuei 0:03b5121a232e 6009 extern __typeof (xmlNewCatalog) xmlNewCatalog __attribute((alias("xmlNewCatalog__internal_alias")));
pcercuei 0:03b5121a232e 6010 #else
pcercuei 0:03b5121a232e 6011 #ifndef xmlNewCatalog
pcercuei 0:03b5121a232e 6012 extern __typeof (xmlNewCatalog) xmlNewCatalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6013 #define xmlNewCatalog xmlNewCatalog__internal_alias
pcercuei 0:03b5121a232e 6014 #endif
pcercuei 0:03b5121a232e 6015 #endif
pcercuei 0:03b5121a232e 6016 #endif
pcercuei 0:03b5121a232e 6017
pcercuei 0:03b5121a232e 6018 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 6019 #undef xmlNewCharEncodingHandler
pcercuei 0:03b5121a232e 6020 extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler __attribute((alias("xmlNewCharEncodingHandler__internal_alias")));
pcercuei 0:03b5121a232e 6021 #else
pcercuei 0:03b5121a232e 6022 #ifndef xmlNewCharEncodingHandler
pcercuei 0:03b5121a232e 6023 extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6024 #define xmlNewCharEncodingHandler xmlNewCharEncodingHandler__internal_alias
pcercuei 0:03b5121a232e 6025 #endif
pcercuei 0:03b5121a232e 6026 #endif
pcercuei 0:03b5121a232e 6027
pcercuei 0:03b5121a232e 6028 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6029 #undef xmlNewCharRef
pcercuei 0:03b5121a232e 6030 extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias")));
pcercuei 0:03b5121a232e 6031 #else
pcercuei 0:03b5121a232e 6032 #ifndef xmlNewCharRef
pcercuei 0:03b5121a232e 6033 extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6034 #define xmlNewCharRef xmlNewCharRef__internal_alias
pcercuei 0:03b5121a232e 6035 #endif
pcercuei 0:03b5121a232e 6036 #endif
pcercuei 0:03b5121a232e 6037
pcercuei 0:03b5121a232e 6038 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 6039 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6040 #undef xmlNewChild
pcercuei 0:03b5121a232e 6041 extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias")));
pcercuei 0:03b5121a232e 6042 #else
pcercuei 0:03b5121a232e 6043 #ifndef xmlNewChild
pcercuei 0:03b5121a232e 6044 extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6045 #define xmlNewChild xmlNewChild__internal_alias
pcercuei 0:03b5121a232e 6046 #endif
pcercuei 0:03b5121a232e 6047 #endif
pcercuei 0:03b5121a232e 6048 #endif
pcercuei 0:03b5121a232e 6049
pcercuei 0:03b5121a232e 6050 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6051 #undef xmlNewComment
pcercuei 0:03b5121a232e 6052 extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
pcercuei 0:03b5121a232e 6053 #else
pcercuei 0:03b5121a232e 6054 #ifndef xmlNewComment
pcercuei 0:03b5121a232e 6055 extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6056 #define xmlNewComment xmlNewComment__internal_alias
pcercuei 0:03b5121a232e 6057 #endif
pcercuei 0:03b5121a232e 6058 #endif
pcercuei 0:03b5121a232e 6059
pcercuei 0:03b5121a232e 6060 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6061 #undef xmlNewDoc
pcercuei 0:03b5121a232e 6062 extern __typeof (xmlNewDoc) xmlNewDoc __attribute((alias("xmlNewDoc__internal_alias")));
pcercuei 0:03b5121a232e 6063 #else
pcercuei 0:03b5121a232e 6064 #ifndef xmlNewDoc
pcercuei 0:03b5121a232e 6065 extern __typeof (xmlNewDoc) xmlNewDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6066 #define xmlNewDoc xmlNewDoc__internal_alias
pcercuei 0:03b5121a232e 6067 #endif
pcercuei 0:03b5121a232e 6068 #endif
pcercuei 0:03b5121a232e 6069
pcercuei 0:03b5121a232e 6070 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6071 #undef xmlNewDocComment
pcercuei 0:03b5121a232e 6072 extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
pcercuei 0:03b5121a232e 6073 #else
pcercuei 0:03b5121a232e 6074 #ifndef xmlNewDocComment
pcercuei 0:03b5121a232e 6075 extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6076 #define xmlNewDocComment xmlNewDocComment__internal_alias
pcercuei 0:03b5121a232e 6077 #endif
pcercuei 0:03b5121a232e 6078 #endif
pcercuei 0:03b5121a232e 6079
pcercuei 0:03b5121a232e 6080 #ifdef bottom_valid
pcercuei 0:03b5121a232e 6081 #undef xmlNewDocElementContent
pcercuei 0:03b5121a232e 6082 extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent __attribute((alias("xmlNewDocElementContent__internal_alias")));
pcercuei 0:03b5121a232e 6083 #else
pcercuei 0:03b5121a232e 6084 #ifndef xmlNewDocElementContent
pcercuei 0:03b5121a232e 6085 extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6086 #define xmlNewDocElementContent xmlNewDocElementContent__internal_alias
pcercuei 0:03b5121a232e 6087 #endif
pcercuei 0:03b5121a232e 6088 #endif
pcercuei 0:03b5121a232e 6089
pcercuei 0:03b5121a232e 6090 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6091 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6092 #undef xmlNewDocFragment
pcercuei 0:03b5121a232e 6093 extern __typeof (xmlNewDocFragment) xmlNewDocFragment __attribute((alias("xmlNewDocFragment__internal_alias")));
pcercuei 0:03b5121a232e 6094 #else
pcercuei 0:03b5121a232e 6095 #ifndef xmlNewDocFragment
pcercuei 0:03b5121a232e 6096 extern __typeof (xmlNewDocFragment) xmlNewDocFragment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6097 #define xmlNewDocFragment xmlNewDocFragment__internal_alias
pcercuei 0:03b5121a232e 6098 #endif
pcercuei 0:03b5121a232e 6099 #endif
pcercuei 0:03b5121a232e 6100 #endif
pcercuei 0:03b5121a232e 6101
pcercuei 0:03b5121a232e 6102 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6103 #undef xmlNewDocNode
pcercuei 0:03b5121a232e 6104 extern __typeof (xmlNewDocNode) xmlNewDocNode __attribute((alias("xmlNewDocNode__internal_alias")));
pcercuei 0:03b5121a232e 6105 #else
pcercuei 0:03b5121a232e 6106 #ifndef xmlNewDocNode
pcercuei 0:03b5121a232e 6107 extern __typeof (xmlNewDocNode) xmlNewDocNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6108 #define xmlNewDocNode xmlNewDocNode__internal_alias
pcercuei 0:03b5121a232e 6109 #endif
pcercuei 0:03b5121a232e 6110 #endif
pcercuei 0:03b5121a232e 6111
pcercuei 0:03b5121a232e 6112 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6113 #undef xmlNewDocNodeEatName
pcercuei 0:03b5121a232e 6114 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName __attribute((alias("xmlNewDocNodeEatName__internal_alias")));
pcercuei 0:03b5121a232e 6115 #else
pcercuei 0:03b5121a232e 6116 #ifndef xmlNewDocNodeEatName
pcercuei 0:03b5121a232e 6117 extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6118 #define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias
pcercuei 0:03b5121a232e 6119 #endif
pcercuei 0:03b5121a232e 6120 #endif
pcercuei 0:03b5121a232e 6121
pcercuei 0:03b5121a232e 6122 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6123 #undef xmlNewDocPI
pcercuei 0:03b5121a232e 6124 extern __typeof (xmlNewDocPI) xmlNewDocPI __attribute((alias("xmlNewDocPI__internal_alias")));
pcercuei 0:03b5121a232e 6125 #else
pcercuei 0:03b5121a232e 6126 #ifndef xmlNewDocPI
pcercuei 0:03b5121a232e 6127 extern __typeof (xmlNewDocPI) xmlNewDocPI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6128 #define xmlNewDocPI xmlNewDocPI__internal_alias
pcercuei 0:03b5121a232e 6129 #endif
pcercuei 0:03b5121a232e 6130 #endif
pcercuei 0:03b5121a232e 6131
pcercuei 0:03b5121a232e 6132 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6133 #undef xmlNewDocProp
pcercuei 0:03b5121a232e 6134 extern __typeof (xmlNewDocProp) xmlNewDocProp __attribute((alias("xmlNewDocProp__internal_alias")));
pcercuei 0:03b5121a232e 6135 #else
pcercuei 0:03b5121a232e 6136 #ifndef xmlNewDocProp
pcercuei 0:03b5121a232e 6137 extern __typeof (xmlNewDocProp) xmlNewDocProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6138 #define xmlNewDocProp xmlNewDocProp__internal_alias
pcercuei 0:03b5121a232e 6139 #endif
pcercuei 0:03b5121a232e 6140 #endif
pcercuei 0:03b5121a232e 6141
pcercuei 0:03b5121a232e 6142 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6143 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6144 #undef xmlNewDocRawNode
pcercuei 0:03b5121a232e 6145 extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode __attribute((alias("xmlNewDocRawNode__internal_alias")));
pcercuei 0:03b5121a232e 6146 #else
pcercuei 0:03b5121a232e 6147 #ifndef xmlNewDocRawNode
pcercuei 0:03b5121a232e 6148 extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6149 #define xmlNewDocRawNode xmlNewDocRawNode__internal_alias
pcercuei 0:03b5121a232e 6150 #endif
pcercuei 0:03b5121a232e 6151 #endif
pcercuei 0:03b5121a232e 6152 #endif
pcercuei 0:03b5121a232e 6153
pcercuei 0:03b5121a232e 6154 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6155 #undef xmlNewDocText
pcercuei 0:03b5121a232e 6156 extern __typeof (xmlNewDocText) xmlNewDocText __attribute((alias("xmlNewDocText__internal_alias")));
pcercuei 0:03b5121a232e 6157 #else
pcercuei 0:03b5121a232e 6158 #ifndef xmlNewDocText
pcercuei 0:03b5121a232e 6159 extern __typeof (xmlNewDocText) xmlNewDocText__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6160 #define xmlNewDocText xmlNewDocText__internal_alias
pcercuei 0:03b5121a232e 6161 #endif
pcercuei 0:03b5121a232e 6162 #endif
pcercuei 0:03b5121a232e 6163
pcercuei 0:03b5121a232e 6164 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6165 #undef xmlNewDocTextLen
pcercuei 0:03b5121a232e 6166 extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen __attribute((alias("xmlNewDocTextLen__internal_alias")));
pcercuei 0:03b5121a232e 6167 #else
pcercuei 0:03b5121a232e 6168 #ifndef xmlNewDocTextLen
pcercuei 0:03b5121a232e 6169 extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6170 #define xmlNewDocTextLen xmlNewDocTextLen__internal_alias
pcercuei 0:03b5121a232e 6171 #endif
pcercuei 0:03b5121a232e 6172 #endif
pcercuei 0:03b5121a232e 6173
pcercuei 0:03b5121a232e 6174 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6175 #undef xmlNewDtd
pcercuei 0:03b5121a232e 6176 extern __typeof (xmlNewDtd) xmlNewDtd __attribute((alias("xmlNewDtd__internal_alias")));
pcercuei 0:03b5121a232e 6177 #else
pcercuei 0:03b5121a232e 6178 #ifndef xmlNewDtd
pcercuei 0:03b5121a232e 6179 extern __typeof (xmlNewDtd) xmlNewDtd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6180 #define xmlNewDtd xmlNewDtd__internal_alias
pcercuei 0:03b5121a232e 6181 #endif
pcercuei 0:03b5121a232e 6182 #endif
pcercuei 0:03b5121a232e 6183
pcercuei 0:03b5121a232e 6184 #ifdef bottom_valid
pcercuei 0:03b5121a232e 6185 #undef xmlNewElementContent
pcercuei 0:03b5121a232e 6186 extern __typeof (xmlNewElementContent) xmlNewElementContent __attribute((alias("xmlNewElementContent__internal_alias")));
pcercuei 0:03b5121a232e 6187 #else
pcercuei 0:03b5121a232e 6188 #ifndef xmlNewElementContent
pcercuei 0:03b5121a232e 6189 extern __typeof (xmlNewElementContent) xmlNewElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6190 #define xmlNewElementContent xmlNewElementContent__internal_alias
pcercuei 0:03b5121a232e 6191 #endif
pcercuei 0:03b5121a232e 6192 #endif
pcercuei 0:03b5121a232e 6193
pcercuei 0:03b5121a232e 6194 #ifdef bottom_entities
pcercuei 0:03b5121a232e 6195 #undef xmlNewEntity
pcercuei 0:03b5121a232e 6196 extern __typeof (xmlNewEntity) xmlNewEntity __attribute((alias("xmlNewEntity__internal_alias")));
pcercuei 0:03b5121a232e 6197 #else
pcercuei 0:03b5121a232e 6198 #ifndef xmlNewEntity
pcercuei 0:03b5121a232e 6199 extern __typeof (xmlNewEntity) xmlNewEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6200 #define xmlNewEntity xmlNewEntity__internal_alias
pcercuei 0:03b5121a232e 6201 #endif
pcercuei 0:03b5121a232e 6202 #endif
pcercuei 0:03b5121a232e 6203
pcercuei 0:03b5121a232e 6204 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 6205 #undef xmlNewEntityInputStream
pcercuei 0:03b5121a232e 6206 extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream __attribute((alias("xmlNewEntityInputStream__internal_alias")));
pcercuei 0:03b5121a232e 6207 #else
pcercuei 0:03b5121a232e 6208 #ifndef xmlNewEntityInputStream
pcercuei 0:03b5121a232e 6209 extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6210 #define xmlNewEntityInputStream xmlNewEntityInputStream__internal_alias
pcercuei 0:03b5121a232e 6211 #endif
pcercuei 0:03b5121a232e 6212 #endif
pcercuei 0:03b5121a232e 6213
pcercuei 0:03b5121a232e 6214 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 6215 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 6216 #undef xmlNewGlobalNs
pcercuei 0:03b5121a232e 6217 extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs __attribute((alias("xmlNewGlobalNs__internal_alias")));
pcercuei 0:03b5121a232e 6218 #else
pcercuei 0:03b5121a232e 6219 #ifndef xmlNewGlobalNs
pcercuei 0:03b5121a232e 6220 extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6221 #define xmlNewGlobalNs xmlNewGlobalNs__internal_alias
pcercuei 0:03b5121a232e 6222 #endif
pcercuei 0:03b5121a232e 6223 #endif
pcercuei 0:03b5121a232e 6224 #endif
pcercuei 0:03b5121a232e 6225
pcercuei 0:03b5121a232e 6226 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 6227 #undef xmlNewIOInputStream
pcercuei 0:03b5121a232e 6228 extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream __attribute((alias("xmlNewIOInputStream__internal_alias")));
pcercuei 0:03b5121a232e 6229 #else
pcercuei 0:03b5121a232e 6230 #ifndef xmlNewIOInputStream
pcercuei 0:03b5121a232e 6231 extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6232 #define xmlNewIOInputStream xmlNewIOInputStream__internal_alias
pcercuei 0:03b5121a232e 6233 #endif
pcercuei 0:03b5121a232e 6234 #endif
pcercuei 0:03b5121a232e 6235
pcercuei 0:03b5121a232e 6236 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 6237 #undef xmlNewInputFromFile
pcercuei 0:03b5121a232e 6238 extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile __attribute((alias("xmlNewInputFromFile__internal_alias")));
pcercuei 0:03b5121a232e 6239 #else
pcercuei 0:03b5121a232e 6240 #ifndef xmlNewInputFromFile
pcercuei 0:03b5121a232e 6241 extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6242 #define xmlNewInputFromFile xmlNewInputFromFile__internal_alias
pcercuei 0:03b5121a232e 6243 #endif
pcercuei 0:03b5121a232e 6244 #endif
pcercuei 0:03b5121a232e 6245
pcercuei 0:03b5121a232e 6246 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 6247 #undef xmlNewInputStream
pcercuei 0:03b5121a232e 6248 extern __typeof (xmlNewInputStream) xmlNewInputStream __attribute((alias("xmlNewInputStream__internal_alias")));
pcercuei 0:03b5121a232e 6249 #else
pcercuei 0:03b5121a232e 6250 #ifndef xmlNewInputStream
pcercuei 0:03b5121a232e 6251 extern __typeof (xmlNewInputStream) xmlNewInputStream__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6252 #define xmlNewInputStream xmlNewInputStream__internal_alias
pcercuei 0:03b5121a232e 6253 #endif
pcercuei 0:03b5121a232e 6254 #endif
pcercuei 0:03b5121a232e 6255
pcercuei 0:03b5121a232e 6256 #ifdef bottom_threads
pcercuei 0:03b5121a232e 6257 #undef xmlNewMutex
pcercuei 0:03b5121a232e 6258 extern __typeof (xmlNewMutex) xmlNewMutex __attribute((alias("xmlNewMutex__internal_alias")));
pcercuei 0:03b5121a232e 6259 #else
pcercuei 0:03b5121a232e 6260 #ifndef xmlNewMutex
pcercuei 0:03b5121a232e 6261 extern __typeof (xmlNewMutex) xmlNewMutex__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6262 #define xmlNewMutex xmlNewMutex__internal_alias
pcercuei 0:03b5121a232e 6263 #endif
pcercuei 0:03b5121a232e 6264 #endif
pcercuei 0:03b5121a232e 6265
pcercuei 0:03b5121a232e 6266 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6267 #undef xmlNewNode
pcercuei 0:03b5121a232e 6268 extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
pcercuei 0:03b5121a232e 6269 #else
pcercuei 0:03b5121a232e 6270 #ifndef xmlNewNode
pcercuei 0:03b5121a232e 6271 extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6272 #define xmlNewNode xmlNewNode__internal_alias
pcercuei 0:03b5121a232e 6273 #endif
pcercuei 0:03b5121a232e 6274 #endif
pcercuei 0:03b5121a232e 6275
pcercuei 0:03b5121a232e 6276 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6277 #undef xmlNewNodeEatName
pcercuei 0:03b5121a232e 6278 extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName __attribute((alias("xmlNewNodeEatName__internal_alias")));
pcercuei 0:03b5121a232e 6279 #else
pcercuei 0:03b5121a232e 6280 #ifndef xmlNewNodeEatName
pcercuei 0:03b5121a232e 6281 extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6282 #define xmlNewNodeEatName xmlNewNodeEatName__internal_alias
pcercuei 0:03b5121a232e 6283 #endif
pcercuei 0:03b5121a232e 6284 #endif
pcercuei 0:03b5121a232e 6285
pcercuei 0:03b5121a232e 6286 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6287 #undef xmlNewNs
pcercuei 0:03b5121a232e 6288 extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias")));
pcercuei 0:03b5121a232e 6289 #else
pcercuei 0:03b5121a232e 6290 #ifndef xmlNewNs
pcercuei 0:03b5121a232e 6291 extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6292 #define xmlNewNs xmlNewNs__internal_alias
pcercuei 0:03b5121a232e 6293 #endif
pcercuei 0:03b5121a232e 6294 #endif
pcercuei 0:03b5121a232e 6295
pcercuei 0:03b5121a232e 6296 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6297 #undef xmlNewNsProp
pcercuei 0:03b5121a232e 6298 extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
pcercuei 0:03b5121a232e 6299 #else
pcercuei 0:03b5121a232e 6300 #ifndef xmlNewNsProp
pcercuei 0:03b5121a232e 6301 extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6302 #define xmlNewNsProp xmlNewNsProp__internal_alias
pcercuei 0:03b5121a232e 6303 #endif
pcercuei 0:03b5121a232e 6304 #endif
pcercuei 0:03b5121a232e 6305
pcercuei 0:03b5121a232e 6306 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6307 #undef xmlNewNsPropEatName
pcercuei 0:03b5121a232e 6308 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__internal_alias")));
pcercuei 0:03b5121a232e 6309 #else
pcercuei 0:03b5121a232e 6310 #ifndef xmlNewNsPropEatName
pcercuei 0:03b5121a232e 6311 extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6312 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias
pcercuei 0:03b5121a232e 6313 #endif
pcercuei 0:03b5121a232e 6314 #endif
pcercuei 0:03b5121a232e 6315
pcercuei 0:03b5121a232e 6316 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6317 #undef xmlNewPI
pcercuei 0:03b5121a232e 6318 extern __typeof (xmlNewPI) xmlNewPI __attribute((alias("xmlNewPI__internal_alias")));
pcercuei 0:03b5121a232e 6319 #else
pcercuei 0:03b5121a232e 6320 #ifndef xmlNewPI
pcercuei 0:03b5121a232e 6321 extern __typeof (xmlNewPI) xmlNewPI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6322 #define xmlNewPI xmlNewPI__internal_alias
pcercuei 0:03b5121a232e 6323 #endif
pcercuei 0:03b5121a232e 6324 #endif
pcercuei 0:03b5121a232e 6325
pcercuei 0:03b5121a232e 6326 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 6327 #undef xmlNewParserCtxt
pcercuei 0:03b5121a232e 6328 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt __attribute((alias("xmlNewParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 6329 #else
pcercuei 0:03b5121a232e 6330 #ifndef xmlNewParserCtxt
pcercuei 0:03b5121a232e 6331 extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6332 #define xmlNewParserCtxt xmlNewParserCtxt__internal_alias
pcercuei 0:03b5121a232e 6333 #endif
pcercuei 0:03b5121a232e 6334 #endif
pcercuei 0:03b5121a232e 6335
pcercuei 0:03b5121a232e 6336 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 6337 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6338 #undef xmlNewProp
pcercuei 0:03b5121a232e 6339 extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
pcercuei 0:03b5121a232e 6340 #else
pcercuei 0:03b5121a232e 6341 #ifndef xmlNewProp
pcercuei 0:03b5121a232e 6342 extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6343 #define xmlNewProp xmlNewProp__internal_alias
pcercuei 0:03b5121a232e 6344 #endif
pcercuei 0:03b5121a232e 6345 #endif
pcercuei 0:03b5121a232e 6346 #endif
pcercuei 0:03b5121a232e 6347
pcercuei 0:03b5121a232e 6348 #ifdef bottom_threads
pcercuei 0:03b5121a232e 6349 #undef xmlNewRMutex
pcercuei 0:03b5121a232e 6350 extern __typeof (xmlNewRMutex) xmlNewRMutex __attribute((alias("xmlNewRMutex__internal_alias")));
pcercuei 0:03b5121a232e 6351 #else
pcercuei 0:03b5121a232e 6352 #ifndef xmlNewRMutex
pcercuei 0:03b5121a232e 6353 extern __typeof (xmlNewRMutex) xmlNewRMutex__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6354 #define xmlNewRMutex xmlNewRMutex__internal_alias
pcercuei 0:03b5121a232e 6355 #endif
pcercuei 0:03b5121a232e 6356 #endif
pcercuei 0:03b5121a232e 6357
pcercuei 0:03b5121a232e 6358 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6359 #undef xmlNewReference
pcercuei 0:03b5121a232e 6360 extern __typeof (xmlNewReference) xmlNewReference __attribute((alias("xmlNewReference__internal_alias")));
pcercuei 0:03b5121a232e 6361 #else
pcercuei 0:03b5121a232e 6362 #ifndef xmlNewReference
pcercuei 0:03b5121a232e 6363 extern __typeof (xmlNewReference) xmlNewReference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6364 #define xmlNewReference xmlNewReference__internal_alias
pcercuei 0:03b5121a232e 6365 #endif
pcercuei 0:03b5121a232e 6366 #endif
pcercuei 0:03b5121a232e 6367
pcercuei 0:03b5121a232e 6368 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 6369 #undef xmlNewStringInputStream
pcercuei 0:03b5121a232e 6370 extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream __attribute((alias("xmlNewStringInputStream__internal_alias")));
pcercuei 0:03b5121a232e 6371 #else
pcercuei 0:03b5121a232e 6372 #ifndef xmlNewStringInputStream
pcercuei 0:03b5121a232e 6373 extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6374 #define xmlNewStringInputStream xmlNewStringInputStream__internal_alias
pcercuei 0:03b5121a232e 6375 #endif
pcercuei 0:03b5121a232e 6376 #endif
pcercuei 0:03b5121a232e 6377
pcercuei 0:03b5121a232e 6378 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6379 #undef xmlNewText
pcercuei 0:03b5121a232e 6380 extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias")));
pcercuei 0:03b5121a232e 6381 #else
pcercuei 0:03b5121a232e 6382 #ifndef xmlNewText
pcercuei 0:03b5121a232e 6383 extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6384 #define xmlNewText xmlNewText__internal_alias
pcercuei 0:03b5121a232e 6385 #endif
pcercuei 0:03b5121a232e 6386 #endif
pcercuei 0:03b5121a232e 6387
pcercuei 0:03b5121a232e 6388 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6389 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6390 #undef xmlNewTextChild
pcercuei 0:03b5121a232e 6391 extern __typeof (xmlNewTextChild) xmlNewTextChild __attribute((alias("xmlNewTextChild__internal_alias")));
pcercuei 0:03b5121a232e 6392 #else
pcercuei 0:03b5121a232e 6393 #ifndef xmlNewTextChild
pcercuei 0:03b5121a232e 6394 extern __typeof (xmlNewTextChild) xmlNewTextChild__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6395 #define xmlNewTextChild xmlNewTextChild__internal_alias
pcercuei 0:03b5121a232e 6396 #endif
pcercuei 0:03b5121a232e 6397 #endif
pcercuei 0:03b5121a232e 6398 #endif
pcercuei 0:03b5121a232e 6399
pcercuei 0:03b5121a232e 6400 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6401 #undef xmlNewTextLen
pcercuei 0:03b5121a232e 6402 extern __typeof (xmlNewTextLen) xmlNewTextLen __attribute((alias("xmlNewTextLen__internal_alias")));
pcercuei 0:03b5121a232e 6403 #else
pcercuei 0:03b5121a232e 6404 #ifndef xmlNewTextLen
pcercuei 0:03b5121a232e 6405 extern __typeof (xmlNewTextLen) xmlNewTextLen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6406 #define xmlNewTextLen xmlNewTextLen__internal_alias
pcercuei 0:03b5121a232e 6407 #endif
pcercuei 0:03b5121a232e 6408 #endif
pcercuei 0:03b5121a232e 6409
pcercuei 0:03b5121a232e 6410 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 6411 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 6412 #undef xmlNewTextReader
pcercuei 0:03b5121a232e 6413 extern __typeof (xmlNewTextReader) xmlNewTextReader __attribute((alias("xmlNewTextReader__internal_alias")));
pcercuei 0:03b5121a232e 6414 #else
pcercuei 0:03b5121a232e 6415 #ifndef xmlNewTextReader
pcercuei 0:03b5121a232e 6416 extern __typeof (xmlNewTextReader) xmlNewTextReader__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6417 #define xmlNewTextReader xmlNewTextReader__internal_alias
pcercuei 0:03b5121a232e 6418 #endif
pcercuei 0:03b5121a232e 6419 #endif
pcercuei 0:03b5121a232e 6420 #endif
pcercuei 0:03b5121a232e 6421
pcercuei 0:03b5121a232e 6422 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 6423 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 6424 #undef xmlNewTextReaderFilename
pcercuei 0:03b5121a232e 6425 extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename __attribute((alias("xmlNewTextReaderFilename__internal_alias")));
pcercuei 0:03b5121a232e 6426 #else
pcercuei 0:03b5121a232e 6427 #ifndef xmlNewTextReaderFilename
pcercuei 0:03b5121a232e 6428 extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6429 #define xmlNewTextReaderFilename xmlNewTextReaderFilename__internal_alias
pcercuei 0:03b5121a232e 6430 #endif
pcercuei 0:03b5121a232e 6431 #endif
pcercuei 0:03b5121a232e 6432 #endif
pcercuei 0:03b5121a232e 6433
pcercuei 0:03b5121a232e 6434 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 6435 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 6436 #undef xmlNewTextWriter
pcercuei 0:03b5121a232e 6437 extern __typeof (xmlNewTextWriter) xmlNewTextWriter __attribute((alias("xmlNewTextWriter__internal_alias")));
pcercuei 0:03b5121a232e 6438 #else
pcercuei 0:03b5121a232e 6439 #ifndef xmlNewTextWriter
pcercuei 0:03b5121a232e 6440 extern __typeof (xmlNewTextWriter) xmlNewTextWriter__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6441 #define xmlNewTextWriter xmlNewTextWriter__internal_alias
pcercuei 0:03b5121a232e 6442 #endif
pcercuei 0:03b5121a232e 6443 #endif
pcercuei 0:03b5121a232e 6444 #endif
pcercuei 0:03b5121a232e 6445
pcercuei 0:03b5121a232e 6446 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 6447 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 6448 #undef xmlNewTextWriterDoc
pcercuei 0:03b5121a232e 6449 extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc __attribute((alias("xmlNewTextWriterDoc__internal_alias")));
pcercuei 0:03b5121a232e 6450 #else
pcercuei 0:03b5121a232e 6451 #ifndef xmlNewTextWriterDoc
pcercuei 0:03b5121a232e 6452 extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6453 #define xmlNewTextWriterDoc xmlNewTextWriterDoc__internal_alias
pcercuei 0:03b5121a232e 6454 #endif
pcercuei 0:03b5121a232e 6455 #endif
pcercuei 0:03b5121a232e 6456 #endif
pcercuei 0:03b5121a232e 6457
pcercuei 0:03b5121a232e 6458 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 6459 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 6460 #undef xmlNewTextWriterFilename
pcercuei 0:03b5121a232e 6461 extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename __attribute((alias("xmlNewTextWriterFilename__internal_alias")));
pcercuei 0:03b5121a232e 6462 #else
pcercuei 0:03b5121a232e 6463 #ifndef xmlNewTextWriterFilename
pcercuei 0:03b5121a232e 6464 extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6465 #define xmlNewTextWriterFilename xmlNewTextWriterFilename__internal_alias
pcercuei 0:03b5121a232e 6466 #endif
pcercuei 0:03b5121a232e 6467 #endif
pcercuei 0:03b5121a232e 6468 #endif
pcercuei 0:03b5121a232e 6469
pcercuei 0:03b5121a232e 6470 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 6471 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 6472 #undef xmlNewTextWriterMemory
pcercuei 0:03b5121a232e 6473 extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory __attribute((alias("xmlNewTextWriterMemory__internal_alias")));
pcercuei 0:03b5121a232e 6474 #else
pcercuei 0:03b5121a232e 6475 #ifndef xmlNewTextWriterMemory
pcercuei 0:03b5121a232e 6476 extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6477 #define xmlNewTextWriterMemory xmlNewTextWriterMemory__internal_alias
pcercuei 0:03b5121a232e 6478 #endif
pcercuei 0:03b5121a232e 6479 #endif
pcercuei 0:03b5121a232e 6480 #endif
pcercuei 0:03b5121a232e 6481
pcercuei 0:03b5121a232e 6482 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 6483 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 6484 #undef xmlNewTextWriterPushParser
pcercuei 0:03b5121a232e 6485 extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser __attribute((alias("xmlNewTextWriterPushParser__internal_alias")));
pcercuei 0:03b5121a232e 6486 #else
pcercuei 0:03b5121a232e 6487 #ifndef xmlNewTextWriterPushParser
pcercuei 0:03b5121a232e 6488 extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6489 #define xmlNewTextWriterPushParser xmlNewTextWriterPushParser__internal_alias
pcercuei 0:03b5121a232e 6490 #endif
pcercuei 0:03b5121a232e 6491 #endif
pcercuei 0:03b5121a232e 6492 #endif
pcercuei 0:03b5121a232e 6493
pcercuei 0:03b5121a232e 6494 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 6495 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 6496 #undef xmlNewTextWriterTree
pcercuei 0:03b5121a232e 6497 extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree __attribute((alias("xmlNewTextWriterTree__internal_alias")));
pcercuei 0:03b5121a232e 6498 #else
pcercuei 0:03b5121a232e 6499 #ifndef xmlNewTextWriterTree
pcercuei 0:03b5121a232e 6500 extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6501 #define xmlNewTextWriterTree xmlNewTextWriterTree__internal_alias
pcercuei 0:03b5121a232e 6502 #endif
pcercuei 0:03b5121a232e 6503 #endif
pcercuei 0:03b5121a232e 6504 #endif
pcercuei 0:03b5121a232e 6505
pcercuei 0:03b5121a232e 6506 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 6507 #ifdef bottom_valid
pcercuei 0:03b5121a232e 6508 #undef xmlNewValidCtxt
pcercuei 0:03b5121a232e 6509 extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt __attribute((alias("xmlNewValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 6510 #else
pcercuei 0:03b5121a232e 6511 #ifndef xmlNewValidCtxt
pcercuei 0:03b5121a232e 6512 extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6513 #define xmlNewValidCtxt xmlNewValidCtxt__internal_alias
pcercuei 0:03b5121a232e 6514 #endif
pcercuei 0:03b5121a232e 6515 #endif
pcercuei 0:03b5121a232e 6516 #endif
pcercuei 0:03b5121a232e 6517
pcercuei 0:03b5121a232e 6518 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 6519 #undef xmlNextChar
pcercuei 0:03b5121a232e 6520 extern __typeof (xmlNextChar) xmlNextChar __attribute((alias("xmlNextChar__internal_alias")));
pcercuei 0:03b5121a232e 6521 #else
pcercuei 0:03b5121a232e 6522 #ifndef xmlNextChar
pcercuei 0:03b5121a232e 6523 extern __typeof (xmlNextChar) xmlNextChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6524 #define xmlNextChar xmlNextChar__internal_alias
pcercuei 0:03b5121a232e 6525 #endif
pcercuei 0:03b5121a232e 6526 #endif
pcercuei 0:03b5121a232e 6527
pcercuei 0:03b5121a232e 6528 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6529 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6530 #undef xmlNextElementSibling
pcercuei 0:03b5121a232e 6531 extern __typeof (xmlNextElementSibling) xmlNextElementSibling __attribute((alias("xmlNextElementSibling__internal_alias")));
pcercuei 0:03b5121a232e 6532 #else
pcercuei 0:03b5121a232e 6533 #ifndef xmlNextElementSibling
pcercuei 0:03b5121a232e 6534 extern __typeof (xmlNextElementSibling) xmlNextElementSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6535 #define xmlNextElementSibling xmlNextElementSibling__internal_alias
pcercuei 0:03b5121a232e 6536 #endif
pcercuei 0:03b5121a232e 6537 #endif
pcercuei 0:03b5121a232e 6538 #endif
pcercuei 0:03b5121a232e 6539
pcercuei 0:03b5121a232e 6540 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6541 #undef xmlNoNetExternalEntityLoader
pcercuei 0:03b5121a232e 6542 extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader __attribute((alias("xmlNoNetExternalEntityLoader__internal_alias")));
pcercuei 0:03b5121a232e 6543 #else
pcercuei 0:03b5121a232e 6544 #ifndef xmlNoNetExternalEntityLoader
pcercuei 0:03b5121a232e 6545 extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6546 #define xmlNoNetExternalEntityLoader xmlNoNetExternalEntityLoader__internal_alias
pcercuei 0:03b5121a232e 6547 #endif
pcercuei 0:03b5121a232e 6548 #endif
pcercuei 0:03b5121a232e 6549
pcercuei 0:03b5121a232e 6550 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6551 #undef xmlNodeAddContent
pcercuei 0:03b5121a232e 6552 extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__internal_alias")));
pcercuei 0:03b5121a232e 6553 #else
pcercuei 0:03b5121a232e 6554 #ifndef xmlNodeAddContent
pcercuei 0:03b5121a232e 6555 extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6556 #define xmlNodeAddContent xmlNodeAddContent__internal_alias
pcercuei 0:03b5121a232e 6557 #endif
pcercuei 0:03b5121a232e 6558 #endif
pcercuei 0:03b5121a232e 6559
pcercuei 0:03b5121a232e 6560 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6561 #undef xmlNodeAddContentLen
pcercuei 0:03b5121a232e 6562 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen __attribute((alias("xmlNodeAddContentLen__internal_alias")));
pcercuei 0:03b5121a232e 6563 #else
pcercuei 0:03b5121a232e 6564 #ifndef xmlNodeAddContentLen
pcercuei 0:03b5121a232e 6565 extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6566 #define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias
pcercuei 0:03b5121a232e 6567 #endif
pcercuei 0:03b5121a232e 6568 #endif
pcercuei 0:03b5121a232e 6569
pcercuei 0:03b5121a232e 6570 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6571 #undef xmlNodeBufGetContent
pcercuei 0:03b5121a232e 6572 extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent __attribute((alias("xmlNodeBufGetContent__internal_alias")));
pcercuei 0:03b5121a232e 6573 #else
pcercuei 0:03b5121a232e 6574 #ifndef xmlNodeBufGetContent
pcercuei 0:03b5121a232e 6575 extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6576 #define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias
pcercuei 0:03b5121a232e 6577 #endif
pcercuei 0:03b5121a232e 6578 #endif
pcercuei 0:03b5121a232e 6579
pcercuei 0:03b5121a232e 6580 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6581 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 6582 #undef xmlNodeDump
pcercuei 0:03b5121a232e 6583 extern __typeof (xmlNodeDump) xmlNodeDump __attribute((alias("xmlNodeDump__internal_alias")));
pcercuei 0:03b5121a232e 6584 #else
pcercuei 0:03b5121a232e 6585 #ifndef xmlNodeDump
pcercuei 0:03b5121a232e 6586 extern __typeof (xmlNodeDump) xmlNodeDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6587 #define xmlNodeDump xmlNodeDump__internal_alias
pcercuei 0:03b5121a232e 6588 #endif
pcercuei 0:03b5121a232e 6589 #endif
pcercuei 0:03b5121a232e 6590 #endif
pcercuei 0:03b5121a232e 6591
pcercuei 0:03b5121a232e 6592 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6593 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 6594 #undef xmlNodeDumpOutput
pcercuei 0:03b5121a232e 6595 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias")));
pcercuei 0:03b5121a232e 6596 #else
pcercuei 0:03b5121a232e 6597 #ifndef xmlNodeDumpOutput
pcercuei 0:03b5121a232e 6598 extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6599 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias
pcercuei 0:03b5121a232e 6600 #endif
pcercuei 0:03b5121a232e 6601 #endif
pcercuei 0:03b5121a232e 6602 #endif
pcercuei 0:03b5121a232e 6603
pcercuei 0:03b5121a232e 6604 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6605 #undef xmlNodeGetBase
pcercuei 0:03b5121a232e 6606 extern __typeof (xmlNodeGetBase) xmlNodeGetBase __attribute((alias("xmlNodeGetBase__internal_alias")));
pcercuei 0:03b5121a232e 6607 #else
pcercuei 0:03b5121a232e 6608 #ifndef xmlNodeGetBase
pcercuei 0:03b5121a232e 6609 extern __typeof (xmlNodeGetBase) xmlNodeGetBase__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6610 #define xmlNodeGetBase xmlNodeGetBase__internal_alias
pcercuei 0:03b5121a232e 6611 #endif
pcercuei 0:03b5121a232e 6612 #endif
pcercuei 0:03b5121a232e 6613
pcercuei 0:03b5121a232e 6614 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6615 #undef xmlNodeGetContent
pcercuei 0:03b5121a232e 6616 extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
pcercuei 0:03b5121a232e 6617 #else
pcercuei 0:03b5121a232e 6618 #ifndef xmlNodeGetContent
pcercuei 0:03b5121a232e 6619 extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6620 #define xmlNodeGetContent xmlNodeGetContent__internal_alias
pcercuei 0:03b5121a232e 6621 #endif
pcercuei 0:03b5121a232e 6622 #endif
pcercuei 0:03b5121a232e 6623
pcercuei 0:03b5121a232e 6624 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6625 #undef xmlNodeGetLang
pcercuei 0:03b5121a232e 6626 extern __typeof (xmlNodeGetLang) xmlNodeGetLang __attribute((alias("xmlNodeGetLang__internal_alias")));
pcercuei 0:03b5121a232e 6627 #else
pcercuei 0:03b5121a232e 6628 #ifndef xmlNodeGetLang
pcercuei 0:03b5121a232e 6629 extern __typeof (xmlNodeGetLang) xmlNodeGetLang__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6630 #define xmlNodeGetLang xmlNodeGetLang__internal_alias
pcercuei 0:03b5121a232e 6631 #endif
pcercuei 0:03b5121a232e 6632 #endif
pcercuei 0:03b5121a232e 6633
pcercuei 0:03b5121a232e 6634 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6635 #undef xmlNodeGetSpacePreserve
pcercuei 0:03b5121a232e 6636 extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve __attribute((alias("xmlNodeGetSpacePreserve__internal_alias")));
pcercuei 0:03b5121a232e 6637 #else
pcercuei 0:03b5121a232e 6638 #ifndef xmlNodeGetSpacePreserve
pcercuei 0:03b5121a232e 6639 extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6640 #define xmlNodeGetSpacePreserve xmlNodeGetSpacePreserve__internal_alias
pcercuei 0:03b5121a232e 6641 #endif
pcercuei 0:03b5121a232e 6642 #endif
pcercuei 0:03b5121a232e 6643
pcercuei 0:03b5121a232e 6644 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6645 #undef xmlNodeIsText
pcercuei 0:03b5121a232e 6646 extern __typeof (xmlNodeIsText) xmlNodeIsText __attribute((alias("xmlNodeIsText__internal_alias")));
pcercuei 0:03b5121a232e 6647 #else
pcercuei 0:03b5121a232e 6648 #ifndef xmlNodeIsText
pcercuei 0:03b5121a232e 6649 extern __typeof (xmlNodeIsText) xmlNodeIsText__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6650 #define xmlNodeIsText xmlNodeIsText__internal_alias
pcercuei 0:03b5121a232e 6651 #endif
pcercuei 0:03b5121a232e 6652 #endif
pcercuei 0:03b5121a232e 6653
pcercuei 0:03b5121a232e 6654 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6655 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6656 #undef xmlNodeListGetRawString
pcercuei 0:03b5121a232e 6657 extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString __attribute((alias("xmlNodeListGetRawString__internal_alias")));
pcercuei 0:03b5121a232e 6658 #else
pcercuei 0:03b5121a232e 6659 #ifndef xmlNodeListGetRawString
pcercuei 0:03b5121a232e 6660 extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6661 #define xmlNodeListGetRawString xmlNodeListGetRawString__internal_alias
pcercuei 0:03b5121a232e 6662 #endif
pcercuei 0:03b5121a232e 6663 #endif
pcercuei 0:03b5121a232e 6664 #endif
pcercuei 0:03b5121a232e 6665
pcercuei 0:03b5121a232e 6666 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6667 #undef xmlNodeListGetString
pcercuei 0:03b5121a232e 6668 extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetString__internal_alias")));
pcercuei 0:03b5121a232e 6669 #else
pcercuei 0:03b5121a232e 6670 #ifndef xmlNodeListGetString
pcercuei 0:03b5121a232e 6671 extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6672 #define xmlNodeListGetString xmlNodeListGetString__internal_alias
pcercuei 0:03b5121a232e 6673 #endif
pcercuei 0:03b5121a232e 6674 #endif
pcercuei 0:03b5121a232e 6675
pcercuei 0:03b5121a232e 6676 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 6677 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6678 #undef xmlNodeSetBase
pcercuei 0:03b5121a232e 6679 extern __typeof (xmlNodeSetBase) xmlNodeSetBase __attribute((alias("xmlNodeSetBase__internal_alias")));
pcercuei 0:03b5121a232e 6680 #else
pcercuei 0:03b5121a232e 6681 #ifndef xmlNodeSetBase
pcercuei 0:03b5121a232e 6682 extern __typeof (xmlNodeSetBase) xmlNodeSetBase__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6683 #define xmlNodeSetBase xmlNodeSetBase__internal_alias
pcercuei 0:03b5121a232e 6684 #endif
pcercuei 0:03b5121a232e 6685 #endif
pcercuei 0:03b5121a232e 6686 #endif
pcercuei 0:03b5121a232e 6687
pcercuei 0:03b5121a232e 6688 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6689 #undef xmlNodeSetContent
pcercuei 0:03b5121a232e 6690 extern __typeof (xmlNodeSetContent) xmlNodeSetContent __attribute((alias("xmlNodeSetContent__internal_alias")));
pcercuei 0:03b5121a232e 6691 #else
pcercuei 0:03b5121a232e 6692 #ifndef xmlNodeSetContent
pcercuei 0:03b5121a232e 6693 extern __typeof (xmlNodeSetContent) xmlNodeSetContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6694 #define xmlNodeSetContent xmlNodeSetContent__internal_alias
pcercuei 0:03b5121a232e 6695 #endif
pcercuei 0:03b5121a232e 6696 #endif
pcercuei 0:03b5121a232e 6697
pcercuei 0:03b5121a232e 6698 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6699 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6700 #undef xmlNodeSetContentLen
pcercuei 0:03b5121a232e 6701 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen __attribute((alias("xmlNodeSetContentLen__internal_alias")));
pcercuei 0:03b5121a232e 6702 #else
pcercuei 0:03b5121a232e 6703 #ifndef xmlNodeSetContentLen
pcercuei 0:03b5121a232e 6704 extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6705 #define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias
pcercuei 0:03b5121a232e 6706 #endif
pcercuei 0:03b5121a232e 6707 #endif
pcercuei 0:03b5121a232e 6708 #endif
pcercuei 0:03b5121a232e 6709
pcercuei 0:03b5121a232e 6710 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6711 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6712 #undef xmlNodeSetLang
pcercuei 0:03b5121a232e 6713 extern __typeof (xmlNodeSetLang) xmlNodeSetLang __attribute((alias("xmlNodeSetLang__internal_alias")));
pcercuei 0:03b5121a232e 6714 #else
pcercuei 0:03b5121a232e 6715 #ifndef xmlNodeSetLang
pcercuei 0:03b5121a232e 6716 extern __typeof (xmlNodeSetLang) xmlNodeSetLang__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6717 #define xmlNodeSetLang xmlNodeSetLang__internal_alias
pcercuei 0:03b5121a232e 6718 #endif
pcercuei 0:03b5121a232e 6719 #endif
pcercuei 0:03b5121a232e 6720 #endif
pcercuei 0:03b5121a232e 6721
pcercuei 0:03b5121a232e 6722 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6723 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6724 #undef xmlNodeSetName
pcercuei 0:03b5121a232e 6725 extern __typeof (xmlNodeSetName) xmlNodeSetName __attribute((alias("xmlNodeSetName__internal_alias")));
pcercuei 0:03b5121a232e 6726 #else
pcercuei 0:03b5121a232e 6727 #ifndef xmlNodeSetName
pcercuei 0:03b5121a232e 6728 extern __typeof (xmlNodeSetName) xmlNodeSetName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6729 #define xmlNodeSetName xmlNodeSetName__internal_alias
pcercuei 0:03b5121a232e 6730 #endif
pcercuei 0:03b5121a232e 6731 #endif
pcercuei 0:03b5121a232e 6732 #endif
pcercuei 0:03b5121a232e 6733
pcercuei 0:03b5121a232e 6734 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 6735 #ifdef bottom_tree
pcercuei 0:03b5121a232e 6736 #undef xmlNodeSetSpacePreserve
pcercuei 0:03b5121a232e 6737 extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve __attribute((alias("xmlNodeSetSpacePreserve__internal_alias")));
pcercuei 0:03b5121a232e 6738 #else
pcercuei 0:03b5121a232e 6739 #ifndef xmlNodeSetSpacePreserve
pcercuei 0:03b5121a232e 6740 extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6741 #define xmlNodeSetSpacePreserve xmlNodeSetSpacePreserve__internal_alias
pcercuei 0:03b5121a232e 6742 #endif
pcercuei 0:03b5121a232e 6743 #endif
pcercuei 0:03b5121a232e 6744 #endif
pcercuei 0:03b5121a232e 6745
pcercuei 0:03b5121a232e 6746 #ifdef bottom_uri
pcercuei 0:03b5121a232e 6747 #undef xmlNormalizeURIPath
pcercuei 0:03b5121a232e 6748 extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath __attribute((alias("xmlNormalizeURIPath__internal_alias")));
pcercuei 0:03b5121a232e 6749 #else
pcercuei 0:03b5121a232e 6750 #ifndef xmlNormalizeURIPath
pcercuei 0:03b5121a232e 6751 extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6752 #define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias
pcercuei 0:03b5121a232e 6753 #endif
pcercuei 0:03b5121a232e 6754 #endif
pcercuei 0:03b5121a232e 6755
pcercuei 0:03b5121a232e 6756 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6757 #undef xmlNormalizeWindowsPath
pcercuei 0:03b5121a232e 6758 extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath __attribute((alias("xmlNormalizeWindowsPath__internal_alias")));
pcercuei 0:03b5121a232e 6759 #else
pcercuei 0:03b5121a232e 6760 #ifndef xmlNormalizeWindowsPath
pcercuei 0:03b5121a232e 6761 extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6762 #define xmlNormalizeWindowsPath xmlNormalizeWindowsPath__internal_alias
pcercuei 0:03b5121a232e 6763 #endif
pcercuei 0:03b5121a232e 6764 #endif
pcercuei 0:03b5121a232e 6765
pcercuei 0:03b5121a232e 6766 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6767 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6768 #undef xmlOutputBufferClose
pcercuei 0:03b5121a232e 6769 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias")));
pcercuei 0:03b5121a232e 6770 #else
pcercuei 0:03b5121a232e 6771 #ifndef xmlOutputBufferClose
pcercuei 0:03b5121a232e 6772 extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6773 #define xmlOutputBufferClose xmlOutputBufferClose__internal_alias
pcercuei 0:03b5121a232e 6774 #endif
pcercuei 0:03b5121a232e 6775 #endif
pcercuei 0:03b5121a232e 6776 #endif
pcercuei 0:03b5121a232e 6777
pcercuei 0:03b5121a232e 6778 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6779 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6780 #undef xmlOutputBufferCreateBuffer
pcercuei 0:03b5121a232e 6781 extern __typeof (xmlOutputBufferCreateBuffer) xmlOutputBufferCreateBuffer __attribute((alias("xmlOutputBufferCreateBuffer__internal_alias")));
pcercuei 0:03b5121a232e 6782 #else
pcercuei 0:03b5121a232e 6783 #ifndef xmlOutputBufferCreateBuffer
pcercuei 0:03b5121a232e 6784 extern __typeof (xmlOutputBufferCreateBuffer) xmlOutputBufferCreateBuffer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6785 #define xmlOutputBufferCreateBuffer xmlOutputBufferCreateBuffer__internal_alias
pcercuei 0:03b5121a232e 6786 #endif
pcercuei 0:03b5121a232e 6787 #endif
pcercuei 0:03b5121a232e 6788 #endif
pcercuei 0:03b5121a232e 6789
pcercuei 0:03b5121a232e 6790 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6791 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6792 #undef xmlOutputBufferCreateFd
pcercuei 0:03b5121a232e 6793 extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd __attribute((alias("xmlOutputBufferCreateFd__internal_alias")));
pcercuei 0:03b5121a232e 6794 #else
pcercuei 0:03b5121a232e 6795 #ifndef xmlOutputBufferCreateFd
pcercuei 0:03b5121a232e 6796 extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6797 #define xmlOutputBufferCreateFd xmlOutputBufferCreateFd__internal_alias
pcercuei 0:03b5121a232e 6798 #endif
pcercuei 0:03b5121a232e 6799 #endif
pcercuei 0:03b5121a232e 6800 #endif
pcercuei 0:03b5121a232e 6801
pcercuei 0:03b5121a232e 6802 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6803 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6804 #undef xmlOutputBufferCreateFile
pcercuei 0:03b5121a232e 6805 extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile __attribute((alias("xmlOutputBufferCreateFile__internal_alias")));
pcercuei 0:03b5121a232e 6806 #else
pcercuei 0:03b5121a232e 6807 #ifndef xmlOutputBufferCreateFile
pcercuei 0:03b5121a232e 6808 extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6809 #define xmlOutputBufferCreateFile xmlOutputBufferCreateFile__internal_alias
pcercuei 0:03b5121a232e 6810 #endif
pcercuei 0:03b5121a232e 6811 #endif
pcercuei 0:03b5121a232e 6812 #endif
pcercuei 0:03b5121a232e 6813
pcercuei 0:03b5121a232e 6814 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6815 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6816 #undef xmlOutputBufferCreateFilename
pcercuei 0:03b5121a232e 6817 extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename __attribute((alias("xmlOutputBufferCreateFilename__internal_alias")));
pcercuei 0:03b5121a232e 6818 #else
pcercuei 0:03b5121a232e 6819 #ifndef xmlOutputBufferCreateFilename
pcercuei 0:03b5121a232e 6820 extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6821 #define xmlOutputBufferCreateFilename xmlOutputBufferCreateFilename__internal_alias
pcercuei 0:03b5121a232e 6822 #endif
pcercuei 0:03b5121a232e 6823 #endif
pcercuei 0:03b5121a232e 6824 #endif
pcercuei 0:03b5121a232e 6825
pcercuei 0:03b5121a232e 6826 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6827 #undef xmlOutputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 6828 extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault __attribute((alias("xmlOutputBufferCreateFilenameDefault__internal_alias")));
pcercuei 0:03b5121a232e 6829 #else
pcercuei 0:03b5121a232e 6830 #ifndef xmlOutputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 6831 extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6832 #define xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateFilenameDefault__internal_alias
pcercuei 0:03b5121a232e 6833 #endif
pcercuei 0:03b5121a232e 6834 #endif
pcercuei 0:03b5121a232e 6835
pcercuei 0:03b5121a232e 6836 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6837 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6838 #undef xmlOutputBufferCreateIO
pcercuei 0:03b5121a232e 6839 extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO __attribute((alias("xmlOutputBufferCreateIO__internal_alias")));
pcercuei 0:03b5121a232e 6840 #else
pcercuei 0:03b5121a232e 6841 #ifndef xmlOutputBufferCreateIO
pcercuei 0:03b5121a232e 6842 extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6843 #define xmlOutputBufferCreateIO xmlOutputBufferCreateIO__internal_alias
pcercuei 0:03b5121a232e 6844 #endif
pcercuei 0:03b5121a232e 6845 #endif
pcercuei 0:03b5121a232e 6846 #endif
pcercuei 0:03b5121a232e 6847
pcercuei 0:03b5121a232e 6848 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6849 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6850 #undef xmlOutputBufferFlush
pcercuei 0:03b5121a232e 6851 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias")));
pcercuei 0:03b5121a232e 6852 #else
pcercuei 0:03b5121a232e 6853 #ifndef xmlOutputBufferFlush
pcercuei 0:03b5121a232e 6854 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6855 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias
pcercuei 0:03b5121a232e 6856 #endif
pcercuei 0:03b5121a232e 6857 #endif
pcercuei 0:03b5121a232e 6858 #endif
pcercuei 0:03b5121a232e 6859
pcercuei 0:03b5121a232e 6860 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6861 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6862 #undef xmlOutputBufferGetContent
pcercuei 0:03b5121a232e 6863 extern __typeof (xmlOutputBufferGetContent) xmlOutputBufferGetContent __attribute((alias("xmlOutputBufferGetContent__internal_alias")));
pcercuei 0:03b5121a232e 6864 #else
pcercuei 0:03b5121a232e 6865 #ifndef xmlOutputBufferGetContent
pcercuei 0:03b5121a232e 6866 extern __typeof (xmlOutputBufferGetContent) xmlOutputBufferGetContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6867 #define xmlOutputBufferGetContent xmlOutputBufferGetContent__internal_alias
pcercuei 0:03b5121a232e 6868 #endif
pcercuei 0:03b5121a232e 6869 #endif
pcercuei 0:03b5121a232e 6870 #endif
pcercuei 0:03b5121a232e 6871
pcercuei 0:03b5121a232e 6872 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6873 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6874 #undef xmlOutputBufferGetSize
pcercuei 0:03b5121a232e 6875 extern __typeof (xmlOutputBufferGetSize) xmlOutputBufferGetSize __attribute((alias("xmlOutputBufferGetSize__internal_alias")));
pcercuei 0:03b5121a232e 6876 #else
pcercuei 0:03b5121a232e 6877 #ifndef xmlOutputBufferGetSize
pcercuei 0:03b5121a232e 6878 extern __typeof (xmlOutputBufferGetSize) xmlOutputBufferGetSize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6879 #define xmlOutputBufferGetSize xmlOutputBufferGetSize__internal_alias
pcercuei 0:03b5121a232e 6880 #endif
pcercuei 0:03b5121a232e 6881 #endif
pcercuei 0:03b5121a232e 6882 #endif
pcercuei 0:03b5121a232e 6883
pcercuei 0:03b5121a232e 6884 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6885 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6886 #undef xmlOutputBufferWrite
pcercuei 0:03b5121a232e 6887 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite __attribute((alias("xmlOutputBufferWrite__internal_alias")));
pcercuei 0:03b5121a232e 6888 #else
pcercuei 0:03b5121a232e 6889 #ifndef xmlOutputBufferWrite
pcercuei 0:03b5121a232e 6890 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6891 #define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias
pcercuei 0:03b5121a232e 6892 #endif
pcercuei 0:03b5121a232e 6893 #endif
pcercuei 0:03b5121a232e 6894 #endif
pcercuei 0:03b5121a232e 6895
pcercuei 0:03b5121a232e 6896 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6897 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6898 #undef xmlOutputBufferWriteEscape
pcercuei 0:03b5121a232e 6899 extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape __attribute((alias("xmlOutputBufferWriteEscape__internal_alias")));
pcercuei 0:03b5121a232e 6900 #else
pcercuei 0:03b5121a232e 6901 #ifndef xmlOutputBufferWriteEscape
pcercuei 0:03b5121a232e 6902 extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6903 #define xmlOutputBufferWriteEscape xmlOutputBufferWriteEscape__internal_alias
pcercuei 0:03b5121a232e 6904 #endif
pcercuei 0:03b5121a232e 6905 #endif
pcercuei 0:03b5121a232e 6906 #endif
pcercuei 0:03b5121a232e 6907
pcercuei 0:03b5121a232e 6908 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 6909 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 6910 #undef xmlOutputBufferWriteString
pcercuei 0:03b5121a232e 6911 extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString __attribute((alias("xmlOutputBufferWriteString__internal_alias")));
pcercuei 0:03b5121a232e 6912 #else
pcercuei 0:03b5121a232e 6913 #ifndef xmlOutputBufferWriteString
pcercuei 0:03b5121a232e 6914 extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6915 #define xmlOutputBufferWriteString xmlOutputBufferWriteString__internal_alias
pcercuei 0:03b5121a232e 6916 #endif
pcercuei 0:03b5121a232e 6917 #endif
pcercuei 0:03b5121a232e 6918 #endif
pcercuei 0:03b5121a232e 6919
pcercuei 0:03b5121a232e 6920 #ifdef bottom_parser
pcercuei 0:03b5121a232e 6921 #undef xmlParseAttValue
pcercuei 0:03b5121a232e 6922 extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_alias")));
pcercuei 0:03b5121a232e 6923 #else
pcercuei 0:03b5121a232e 6924 #ifndef xmlParseAttValue
pcercuei 0:03b5121a232e 6925 extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6926 #define xmlParseAttValue xmlParseAttValue__internal_alias
pcercuei 0:03b5121a232e 6927 #endif
pcercuei 0:03b5121a232e 6928 #endif
pcercuei 0:03b5121a232e 6929
pcercuei 0:03b5121a232e 6930 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 6931 #ifdef bottom_parser
pcercuei 0:03b5121a232e 6932 #undef xmlParseAttribute
pcercuei 0:03b5121a232e 6933 extern __typeof (xmlParseAttribute) xmlParseAttribute __attribute((alias("xmlParseAttribute__internal_alias")));
pcercuei 0:03b5121a232e 6934 #else
pcercuei 0:03b5121a232e 6935 #ifndef xmlParseAttribute
pcercuei 0:03b5121a232e 6936 extern __typeof (xmlParseAttribute) xmlParseAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6937 #define xmlParseAttribute xmlParseAttribute__internal_alias
pcercuei 0:03b5121a232e 6938 #endif
pcercuei 0:03b5121a232e 6939 #endif
pcercuei 0:03b5121a232e 6940 #endif
pcercuei 0:03b5121a232e 6941
pcercuei 0:03b5121a232e 6942 #ifdef bottom_parser
pcercuei 0:03b5121a232e 6943 #undef xmlParseAttributeListDecl
pcercuei 0:03b5121a232e 6944 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl __attribute((alias("xmlParseAttributeListDecl__internal_alias")));
pcercuei 0:03b5121a232e 6945 #else
pcercuei 0:03b5121a232e 6946 #ifndef xmlParseAttributeListDecl
pcercuei 0:03b5121a232e 6947 extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6948 #define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias
pcercuei 0:03b5121a232e 6949 #endif
pcercuei 0:03b5121a232e 6950 #endif
pcercuei 0:03b5121a232e 6951
pcercuei 0:03b5121a232e 6952 #ifdef bottom_parser
pcercuei 0:03b5121a232e 6953 #undef xmlParseAttributeType
pcercuei 0:03b5121a232e 6954 extern __typeof (xmlParseAttributeType) xmlParseAttributeType __attribute((alias("xmlParseAttributeType__internal_alias")));
pcercuei 0:03b5121a232e 6955 #else
pcercuei 0:03b5121a232e 6956 #ifndef xmlParseAttributeType
pcercuei 0:03b5121a232e 6957 extern __typeof (xmlParseAttributeType) xmlParseAttributeType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6958 #define xmlParseAttributeType xmlParseAttributeType__internal_alias
pcercuei 0:03b5121a232e 6959 #endif
pcercuei 0:03b5121a232e 6960 #endif
pcercuei 0:03b5121a232e 6961
pcercuei 0:03b5121a232e 6962 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 6963 #ifdef bottom_parser
pcercuei 0:03b5121a232e 6964 #undef xmlParseBalancedChunkMemory
pcercuei 0:03b5121a232e 6965 extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory __attribute((alias("xmlParseBalancedChunkMemory__internal_alias")));
pcercuei 0:03b5121a232e 6966 #else
pcercuei 0:03b5121a232e 6967 #ifndef xmlParseBalancedChunkMemory
pcercuei 0:03b5121a232e 6968 extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6969 #define xmlParseBalancedChunkMemory xmlParseBalancedChunkMemory__internal_alias
pcercuei 0:03b5121a232e 6970 #endif
pcercuei 0:03b5121a232e 6971 #endif
pcercuei 0:03b5121a232e 6972 #endif
pcercuei 0:03b5121a232e 6973
pcercuei 0:03b5121a232e 6974 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 6975 #ifdef bottom_parser
pcercuei 0:03b5121a232e 6976 #undef xmlParseBalancedChunkMemoryRecover
pcercuei 0:03b5121a232e 6977 extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover __attribute((alias("xmlParseBalancedChunkMemoryRecover__internal_alias")));
pcercuei 0:03b5121a232e 6978 #else
pcercuei 0:03b5121a232e 6979 #ifndef xmlParseBalancedChunkMemoryRecover
pcercuei 0:03b5121a232e 6980 extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6981 #define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMemoryRecover__internal_alias
pcercuei 0:03b5121a232e 6982 #endif
pcercuei 0:03b5121a232e 6983 #endif
pcercuei 0:03b5121a232e 6984 #endif
pcercuei 0:03b5121a232e 6985
pcercuei 0:03b5121a232e 6986 #ifdef bottom_parser
pcercuei 0:03b5121a232e 6987 #undef xmlParseCDSect
pcercuei 0:03b5121a232e 6988 extern __typeof (xmlParseCDSect) xmlParseCDSect __attribute((alias("xmlParseCDSect__internal_alias")));
pcercuei 0:03b5121a232e 6989 #else
pcercuei 0:03b5121a232e 6990 #ifndef xmlParseCDSect
pcercuei 0:03b5121a232e 6991 extern __typeof (xmlParseCDSect) xmlParseCDSect__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 6992 #define xmlParseCDSect xmlParseCDSect__internal_alias
pcercuei 0:03b5121a232e 6993 #endif
pcercuei 0:03b5121a232e 6994 #endif
pcercuei 0:03b5121a232e 6995
pcercuei 0:03b5121a232e 6996 #if defined(LIBXML_CATALOG_ENABLED)
pcercuei 0:03b5121a232e 6997 #ifdef bottom_catalog
pcercuei 0:03b5121a232e 6998 #undef xmlParseCatalogFile
pcercuei 0:03b5121a232e 6999 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile __attribute((alias("xmlParseCatalogFile__internal_alias")));
pcercuei 0:03b5121a232e 7000 #else
pcercuei 0:03b5121a232e 7001 #ifndef xmlParseCatalogFile
pcercuei 0:03b5121a232e 7002 extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7003 #define xmlParseCatalogFile xmlParseCatalogFile__internal_alias
pcercuei 0:03b5121a232e 7004 #endif
pcercuei 0:03b5121a232e 7005 #endif
pcercuei 0:03b5121a232e 7006 #endif
pcercuei 0:03b5121a232e 7007
pcercuei 0:03b5121a232e 7008 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7009 #undef xmlParseCharData
pcercuei 0:03b5121a232e 7010 extern __typeof (xmlParseCharData) xmlParseCharData __attribute((alias("xmlParseCharData__internal_alias")));
pcercuei 0:03b5121a232e 7011 #else
pcercuei 0:03b5121a232e 7012 #ifndef xmlParseCharData
pcercuei 0:03b5121a232e 7013 extern __typeof (xmlParseCharData) xmlParseCharData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7014 #define xmlParseCharData xmlParseCharData__internal_alias
pcercuei 0:03b5121a232e 7015 #endif
pcercuei 0:03b5121a232e 7016 #endif
pcercuei 0:03b5121a232e 7017
pcercuei 0:03b5121a232e 7018 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 7019 #undef xmlParseCharEncoding
pcercuei 0:03b5121a232e 7020 extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding __attribute((alias("xmlParseCharEncoding__internal_alias")));
pcercuei 0:03b5121a232e 7021 #else
pcercuei 0:03b5121a232e 7022 #ifndef xmlParseCharEncoding
pcercuei 0:03b5121a232e 7023 extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7024 #define xmlParseCharEncoding xmlParseCharEncoding__internal_alias
pcercuei 0:03b5121a232e 7025 #endif
pcercuei 0:03b5121a232e 7026 #endif
pcercuei 0:03b5121a232e 7027
pcercuei 0:03b5121a232e 7028 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7029 #undef xmlParseCharRef
pcercuei 0:03b5121a232e 7030 extern __typeof (xmlParseCharRef) xmlParseCharRef __attribute((alias("xmlParseCharRef__internal_alias")));
pcercuei 0:03b5121a232e 7031 #else
pcercuei 0:03b5121a232e 7032 #ifndef xmlParseCharRef
pcercuei 0:03b5121a232e 7033 extern __typeof (xmlParseCharRef) xmlParseCharRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7034 #define xmlParseCharRef xmlParseCharRef__internal_alias
pcercuei 0:03b5121a232e 7035 #endif
pcercuei 0:03b5121a232e 7036 #endif
pcercuei 0:03b5121a232e 7037
pcercuei 0:03b5121a232e 7038 #if defined(LIBXML_PUSH_ENABLED)
pcercuei 0:03b5121a232e 7039 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7040 #undef xmlParseChunk
pcercuei 0:03b5121a232e 7041 extern __typeof (xmlParseChunk) xmlParseChunk __attribute((alias("xmlParseChunk__internal_alias")));
pcercuei 0:03b5121a232e 7042 #else
pcercuei 0:03b5121a232e 7043 #ifndef xmlParseChunk
pcercuei 0:03b5121a232e 7044 extern __typeof (xmlParseChunk) xmlParseChunk__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7045 #define xmlParseChunk xmlParseChunk__internal_alias
pcercuei 0:03b5121a232e 7046 #endif
pcercuei 0:03b5121a232e 7047 #endif
pcercuei 0:03b5121a232e 7048 #endif
pcercuei 0:03b5121a232e 7049
pcercuei 0:03b5121a232e 7050 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7051 #undef xmlParseComment
pcercuei 0:03b5121a232e 7052 extern __typeof (xmlParseComment) xmlParseComment __attribute((alias("xmlParseComment__internal_alias")));
pcercuei 0:03b5121a232e 7053 #else
pcercuei 0:03b5121a232e 7054 #ifndef xmlParseComment
pcercuei 0:03b5121a232e 7055 extern __typeof (xmlParseComment) xmlParseComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7056 #define xmlParseComment xmlParseComment__internal_alias
pcercuei 0:03b5121a232e 7057 #endif
pcercuei 0:03b5121a232e 7058 #endif
pcercuei 0:03b5121a232e 7059
pcercuei 0:03b5121a232e 7060 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7061 #undef xmlParseContent
pcercuei 0:03b5121a232e 7062 extern __typeof (xmlParseContent) xmlParseContent __attribute((alias("xmlParseContent__internal_alias")));
pcercuei 0:03b5121a232e 7063 #else
pcercuei 0:03b5121a232e 7064 #ifndef xmlParseContent
pcercuei 0:03b5121a232e 7065 extern __typeof (xmlParseContent) xmlParseContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7066 #define xmlParseContent xmlParseContent__internal_alias
pcercuei 0:03b5121a232e 7067 #endif
pcercuei 0:03b5121a232e 7068 #endif
pcercuei 0:03b5121a232e 7069
pcercuei 0:03b5121a232e 7070 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7071 #undef xmlParseCtxtExternalEntity
pcercuei 0:03b5121a232e 7072 extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity __attribute((alias("xmlParseCtxtExternalEntity__internal_alias")));
pcercuei 0:03b5121a232e 7073 #else
pcercuei 0:03b5121a232e 7074 #ifndef xmlParseCtxtExternalEntity
pcercuei 0:03b5121a232e 7075 extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7076 #define xmlParseCtxtExternalEntity xmlParseCtxtExternalEntity__internal_alias
pcercuei 0:03b5121a232e 7077 #endif
pcercuei 0:03b5121a232e 7078 #endif
pcercuei 0:03b5121a232e 7079
pcercuei 0:03b5121a232e 7080 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 7081 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7082 #undef xmlParseDTD
pcercuei 0:03b5121a232e 7083 extern __typeof (xmlParseDTD) xmlParseDTD __attribute((alias("xmlParseDTD__internal_alias")));
pcercuei 0:03b5121a232e 7084 #else
pcercuei 0:03b5121a232e 7085 #ifndef xmlParseDTD
pcercuei 0:03b5121a232e 7086 extern __typeof (xmlParseDTD) xmlParseDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7087 #define xmlParseDTD xmlParseDTD__internal_alias
pcercuei 0:03b5121a232e 7088 #endif
pcercuei 0:03b5121a232e 7089 #endif
pcercuei 0:03b5121a232e 7090 #endif
pcercuei 0:03b5121a232e 7091
pcercuei 0:03b5121a232e 7092 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7093 #undef xmlParseDefaultDecl
pcercuei 0:03b5121a232e 7094 extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl __attribute((alias("xmlParseDefaultDecl__internal_alias")));
pcercuei 0:03b5121a232e 7095 #else
pcercuei 0:03b5121a232e 7096 #ifndef xmlParseDefaultDecl
pcercuei 0:03b5121a232e 7097 extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7098 #define xmlParseDefaultDecl xmlParseDefaultDecl__internal_alias
pcercuei 0:03b5121a232e 7099 #endif
pcercuei 0:03b5121a232e 7100 #endif
pcercuei 0:03b5121a232e 7101
pcercuei 0:03b5121a232e 7102 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 7103 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7104 #undef xmlParseDoc
pcercuei 0:03b5121a232e 7105 extern __typeof (xmlParseDoc) xmlParseDoc __attribute((alias("xmlParseDoc__internal_alias")));
pcercuei 0:03b5121a232e 7106 #else
pcercuei 0:03b5121a232e 7107 #ifndef xmlParseDoc
pcercuei 0:03b5121a232e 7108 extern __typeof (xmlParseDoc) xmlParseDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7109 #define xmlParseDoc xmlParseDoc__internal_alias
pcercuei 0:03b5121a232e 7110 #endif
pcercuei 0:03b5121a232e 7111 #endif
pcercuei 0:03b5121a232e 7112 #endif
pcercuei 0:03b5121a232e 7113
pcercuei 0:03b5121a232e 7114 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7115 #undef xmlParseDocTypeDecl
pcercuei 0:03b5121a232e 7116 extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl __attribute((alias("xmlParseDocTypeDecl__internal_alias")));
pcercuei 0:03b5121a232e 7117 #else
pcercuei 0:03b5121a232e 7118 #ifndef xmlParseDocTypeDecl
pcercuei 0:03b5121a232e 7119 extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7120 #define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias
pcercuei 0:03b5121a232e 7121 #endif
pcercuei 0:03b5121a232e 7122 #endif
pcercuei 0:03b5121a232e 7123
pcercuei 0:03b5121a232e 7124 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7125 #undef xmlParseDocument
pcercuei 0:03b5121a232e 7126 extern __typeof (xmlParseDocument) xmlParseDocument __attribute((alias("xmlParseDocument__internal_alias")));
pcercuei 0:03b5121a232e 7127 #else
pcercuei 0:03b5121a232e 7128 #ifndef xmlParseDocument
pcercuei 0:03b5121a232e 7129 extern __typeof (xmlParseDocument) xmlParseDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7130 #define xmlParseDocument xmlParseDocument__internal_alias
pcercuei 0:03b5121a232e 7131 #endif
pcercuei 0:03b5121a232e 7132 #endif
pcercuei 0:03b5121a232e 7133
pcercuei 0:03b5121a232e 7134 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7135 #undef xmlParseElement
pcercuei 0:03b5121a232e 7136 extern __typeof (xmlParseElement) xmlParseElement __attribute((alias("xmlParseElement__internal_alias")));
pcercuei 0:03b5121a232e 7137 #else
pcercuei 0:03b5121a232e 7138 #ifndef xmlParseElement
pcercuei 0:03b5121a232e 7139 extern __typeof (xmlParseElement) xmlParseElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7140 #define xmlParseElement xmlParseElement__internal_alias
pcercuei 0:03b5121a232e 7141 #endif
pcercuei 0:03b5121a232e 7142 #endif
pcercuei 0:03b5121a232e 7143
pcercuei 0:03b5121a232e 7144 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7145 #undef xmlParseElementChildrenContentDecl
pcercuei 0:03b5121a232e 7146 extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl __attribute((alias("xmlParseElementChildrenContentDecl__internal_alias")));
pcercuei 0:03b5121a232e 7147 #else
pcercuei 0:03b5121a232e 7148 #ifndef xmlParseElementChildrenContentDecl
pcercuei 0:03b5121a232e 7149 extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7150 #define xmlParseElementChildrenContentDecl xmlParseElementChildrenContentDecl__internal_alias
pcercuei 0:03b5121a232e 7151 #endif
pcercuei 0:03b5121a232e 7152 #endif
pcercuei 0:03b5121a232e 7153
pcercuei 0:03b5121a232e 7154 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7155 #undef xmlParseElementContentDecl
pcercuei 0:03b5121a232e 7156 extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl __attribute((alias("xmlParseElementContentDecl__internal_alias")));
pcercuei 0:03b5121a232e 7157 #else
pcercuei 0:03b5121a232e 7158 #ifndef xmlParseElementContentDecl
pcercuei 0:03b5121a232e 7159 extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7160 #define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias
pcercuei 0:03b5121a232e 7161 #endif
pcercuei 0:03b5121a232e 7162 #endif
pcercuei 0:03b5121a232e 7163
pcercuei 0:03b5121a232e 7164 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7165 #undef xmlParseElementDecl
pcercuei 0:03b5121a232e 7166 extern __typeof (xmlParseElementDecl) xmlParseElementDecl __attribute((alias("xmlParseElementDecl__internal_alias")));
pcercuei 0:03b5121a232e 7167 #else
pcercuei 0:03b5121a232e 7168 #ifndef xmlParseElementDecl
pcercuei 0:03b5121a232e 7169 extern __typeof (xmlParseElementDecl) xmlParseElementDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7170 #define xmlParseElementDecl xmlParseElementDecl__internal_alias
pcercuei 0:03b5121a232e 7171 #endif
pcercuei 0:03b5121a232e 7172 #endif
pcercuei 0:03b5121a232e 7173
pcercuei 0:03b5121a232e 7174 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7175 #undef xmlParseElementMixedContentDecl
pcercuei 0:03b5121a232e 7176 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl __attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
pcercuei 0:03b5121a232e 7177 #else
pcercuei 0:03b5121a232e 7178 #ifndef xmlParseElementMixedContentDecl
pcercuei 0:03b5121a232e 7179 extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7180 #define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias
pcercuei 0:03b5121a232e 7181 #endif
pcercuei 0:03b5121a232e 7182 #endif
pcercuei 0:03b5121a232e 7183
pcercuei 0:03b5121a232e 7184 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7185 #undef xmlParseEncName
pcercuei 0:03b5121a232e 7186 extern __typeof (xmlParseEncName) xmlParseEncName __attribute((alias("xmlParseEncName__internal_alias")));
pcercuei 0:03b5121a232e 7187 #else
pcercuei 0:03b5121a232e 7188 #ifndef xmlParseEncName
pcercuei 0:03b5121a232e 7189 extern __typeof (xmlParseEncName) xmlParseEncName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7190 #define xmlParseEncName xmlParseEncName__internal_alias
pcercuei 0:03b5121a232e 7191 #endif
pcercuei 0:03b5121a232e 7192 #endif
pcercuei 0:03b5121a232e 7193
pcercuei 0:03b5121a232e 7194 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7195 #undef xmlParseEncodingDecl
pcercuei 0:03b5121a232e 7196 extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl __attribute((alias("xmlParseEncodingDecl__internal_alias")));
pcercuei 0:03b5121a232e 7197 #else
pcercuei 0:03b5121a232e 7198 #ifndef xmlParseEncodingDecl
pcercuei 0:03b5121a232e 7199 extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7200 #define xmlParseEncodingDecl xmlParseEncodingDecl__internal_alias
pcercuei 0:03b5121a232e 7201 #endif
pcercuei 0:03b5121a232e 7202 #endif
pcercuei 0:03b5121a232e 7203
pcercuei 0:03b5121a232e 7204 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 7205 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7206 #undef xmlParseEndTag
pcercuei 0:03b5121a232e 7207 extern __typeof (xmlParseEndTag) xmlParseEndTag __attribute((alias("xmlParseEndTag__internal_alias")));
pcercuei 0:03b5121a232e 7208 #else
pcercuei 0:03b5121a232e 7209 #ifndef xmlParseEndTag
pcercuei 0:03b5121a232e 7210 extern __typeof (xmlParseEndTag) xmlParseEndTag__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7211 #define xmlParseEndTag xmlParseEndTag__internal_alias
pcercuei 0:03b5121a232e 7212 #endif
pcercuei 0:03b5121a232e 7213 #endif
pcercuei 0:03b5121a232e 7214 #endif
pcercuei 0:03b5121a232e 7215
pcercuei 0:03b5121a232e 7216 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 7217 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7218 #undef xmlParseEntity
pcercuei 0:03b5121a232e 7219 extern __typeof (xmlParseEntity) xmlParseEntity __attribute((alias("xmlParseEntity__internal_alias")));
pcercuei 0:03b5121a232e 7220 #else
pcercuei 0:03b5121a232e 7221 #ifndef xmlParseEntity
pcercuei 0:03b5121a232e 7222 extern __typeof (xmlParseEntity) xmlParseEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7223 #define xmlParseEntity xmlParseEntity__internal_alias
pcercuei 0:03b5121a232e 7224 #endif
pcercuei 0:03b5121a232e 7225 #endif
pcercuei 0:03b5121a232e 7226 #endif
pcercuei 0:03b5121a232e 7227
pcercuei 0:03b5121a232e 7228 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7229 #undef xmlParseEntityDecl
pcercuei 0:03b5121a232e 7230 extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl __attribute((alias("xmlParseEntityDecl__internal_alias")));
pcercuei 0:03b5121a232e 7231 #else
pcercuei 0:03b5121a232e 7232 #ifndef xmlParseEntityDecl
pcercuei 0:03b5121a232e 7233 extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7234 #define xmlParseEntityDecl xmlParseEntityDecl__internal_alias
pcercuei 0:03b5121a232e 7235 #endif
pcercuei 0:03b5121a232e 7236 #endif
pcercuei 0:03b5121a232e 7237
pcercuei 0:03b5121a232e 7238 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7239 #undef xmlParseEntityRef
pcercuei 0:03b5121a232e 7240 extern __typeof (xmlParseEntityRef) xmlParseEntityRef __attribute((alias("xmlParseEntityRef__internal_alias")));
pcercuei 0:03b5121a232e 7241 #else
pcercuei 0:03b5121a232e 7242 #ifndef xmlParseEntityRef
pcercuei 0:03b5121a232e 7243 extern __typeof (xmlParseEntityRef) xmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7244 #define xmlParseEntityRef xmlParseEntityRef__internal_alias
pcercuei 0:03b5121a232e 7245 #endif
pcercuei 0:03b5121a232e 7246 #endif
pcercuei 0:03b5121a232e 7247
pcercuei 0:03b5121a232e 7248 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7249 #undef xmlParseEntityValue
pcercuei 0:03b5121a232e 7250 extern __typeof (xmlParseEntityValue) xmlParseEntityValue __attribute((alias("xmlParseEntityValue__internal_alias")));
pcercuei 0:03b5121a232e 7251 #else
pcercuei 0:03b5121a232e 7252 #ifndef xmlParseEntityValue
pcercuei 0:03b5121a232e 7253 extern __typeof (xmlParseEntityValue) xmlParseEntityValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7254 #define xmlParseEntityValue xmlParseEntityValue__internal_alias
pcercuei 0:03b5121a232e 7255 #endif
pcercuei 0:03b5121a232e 7256 #endif
pcercuei 0:03b5121a232e 7257
pcercuei 0:03b5121a232e 7258 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7259 #undef xmlParseEnumeratedType
pcercuei 0:03b5121a232e 7260 extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType __attribute((alias("xmlParseEnumeratedType__internal_alias")));
pcercuei 0:03b5121a232e 7261 #else
pcercuei 0:03b5121a232e 7262 #ifndef xmlParseEnumeratedType
pcercuei 0:03b5121a232e 7263 extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7264 #define xmlParseEnumeratedType xmlParseEnumeratedType__internal_alias
pcercuei 0:03b5121a232e 7265 #endif
pcercuei 0:03b5121a232e 7266 #endif
pcercuei 0:03b5121a232e 7267
pcercuei 0:03b5121a232e 7268 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7269 #undef xmlParseEnumerationType
pcercuei 0:03b5121a232e 7270 extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType __attribute((alias("xmlParseEnumerationType__internal_alias")));
pcercuei 0:03b5121a232e 7271 #else
pcercuei 0:03b5121a232e 7272 #ifndef xmlParseEnumerationType
pcercuei 0:03b5121a232e 7273 extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7274 #define xmlParseEnumerationType xmlParseEnumerationType__internal_alias
pcercuei 0:03b5121a232e 7275 #endif
pcercuei 0:03b5121a232e 7276 #endif
pcercuei 0:03b5121a232e 7277
pcercuei 0:03b5121a232e 7278 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7279 #undef xmlParseExtParsedEnt
pcercuei 0:03b5121a232e 7280 extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt __attribute((alias("xmlParseExtParsedEnt__internal_alias")));
pcercuei 0:03b5121a232e 7281 #else
pcercuei 0:03b5121a232e 7282 #ifndef xmlParseExtParsedEnt
pcercuei 0:03b5121a232e 7283 extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7284 #define xmlParseExtParsedEnt xmlParseExtParsedEnt__internal_alias
pcercuei 0:03b5121a232e 7285 #endif
pcercuei 0:03b5121a232e 7286 #endif
pcercuei 0:03b5121a232e 7287
pcercuei 0:03b5121a232e 7288 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 7289 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7290 #undef xmlParseExternalEntity
pcercuei 0:03b5121a232e 7291 extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity __attribute((alias("xmlParseExternalEntity__internal_alias")));
pcercuei 0:03b5121a232e 7292 #else
pcercuei 0:03b5121a232e 7293 #ifndef xmlParseExternalEntity
pcercuei 0:03b5121a232e 7294 extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7295 #define xmlParseExternalEntity xmlParseExternalEntity__internal_alias
pcercuei 0:03b5121a232e 7296 #endif
pcercuei 0:03b5121a232e 7297 #endif
pcercuei 0:03b5121a232e 7298 #endif
pcercuei 0:03b5121a232e 7299
pcercuei 0:03b5121a232e 7300 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7301 #undef xmlParseExternalID
pcercuei 0:03b5121a232e 7302 extern __typeof (xmlParseExternalID) xmlParseExternalID __attribute((alias("xmlParseExternalID__internal_alias")));
pcercuei 0:03b5121a232e 7303 #else
pcercuei 0:03b5121a232e 7304 #ifndef xmlParseExternalID
pcercuei 0:03b5121a232e 7305 extern __typeof (xmlParseExternalID) xmlParseExternalID__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7306 #define xmlParseExternalID xmlParseExternalID__internal_alias
pcercuei 0:03b5121a232e 7307 #endif
pcercuei 0:03b5121a232e 7308 #endif
pcercuei 0:03b5121a232e 7309
pcercuei 0:03b5121a232e 7310 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7311 #undef xmlParseExternalSubset
pcercuei 0:03b5121a232e 7312 extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset __attribute((alias("xmlParseExternalSubset__internal_alias")));
pcercuei 0:03b5121a232e 7313 #else
pcercuei 0:03b5121a232e 7314 #ifndef xmlParseExternalSubset
pcercuei 0:03b5121a232e 7315 extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7316 #define xmlParseExternalSubset xmlParseExternalSubset__internal_alias
pcercuei 0:03b5121a232e 7317 #endif
pcercuei 0:03b5121a232e 7318 #endif
pcercuei 0:03b5121a232e 7319
pcercuei 0:03b5121a232e 7320 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 7321 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7322 #undef xmlParseFile
pcercuei 0:03b5121a232e 7323 extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias")));
pcercuei 0:03b5121a232e 7324 #else
pcercuei 0:03b5121a232e 7325 #ifndef xmlParseFile
pcercuei 0:03b5121a232e 7326 extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7327 #define xmlParseFile xmlParseFile__internal_alias
pcercuei 0:03b5121a232e 7328 #endif
pcercuei 0:03b5121a232e 7329 #endif
pcercuei 0:03b5121a232e 7330 #endif
pcercuei 0:03b5121a232e 7331
pcercuei 0:03b5121a232e 7332 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7333 #undef xmlParseInNodeContext
pcercuei 0:03b5121a232e 7334 extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext __attribute((alias("xmlParseInNodeContext__internal_alias")));
pcercuei 0:03b5121a232e 7335 #else
pcercuei 0:03b5121a232e 7336 #ifndef xmlParseInNodeContext
pcercuei 0:03b5121a232e 7337 extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7338 #define xmlParseInNodeContext xmlParseInNodeContext__internal_alias
pcercuei 0:03b5121a232e 7339 #endif
pcercuei 0:03b5121a232e 7340 #endif
pcercuei 0:03b5121a232e 7341
pcercuei 0:03b5121a232e 7342 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7343 #undef xmlParseMarkupDecl
pcercuei 0:03b5121a232e 7344 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias")));
pcercuei 0:03b5121a232e 7345 #else
pcercuei 0:03b5121a232e 7346 #ifndef xmlParseMarkupDecl
pcercuei 0:03b5121a232e 7347 extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7348 #define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias
pcercuei 0:03b5121a232e 7349 #endif
pcercuei 0:03b5121a232e 7350 #endif
pcercuei 0:03b5121a232e 7351
pcercuei 0:03b5121a232e 7352 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 7353 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7354 #undef xmlParseMemory
pcercuei 0:03b5121a232e 7355 extern __typeof (xmlParseMemory) xmlParseMemory __attribute((alias("xmlParseMemory__internal_alias")));
pcercuei 0:03b5121a232e 7356 #else
pcercuei 0:03b5121a232e 7357 #ifndef xmlParseMemory
pcercuei 0:03b5121a232e 7358 extern __typeof (xmlParseMemory) xmlParseMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7359 #define xmlParseMemory xmlParseMemory__internal_alias
pcercuei 0:03b5121a232e 7360 #endif
pcercuei 0:03b5121a232e 7361 #endif
pcercuei 0:03b5121a232e 7362 #endif
pcercuei 0:03b5121a232e 7363
pcercuei 0:03b5121a232e 7364 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7365 #undef xmlParseMisc
pcercuei 0:03b5121a232e 7366 extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
pcercuei 0:03b5121a232e 7367 #else
pcercuei 0:03b5121a232e 7368 #ifndef xmlParseMisc
pcercuei 0:03b5121a232e 7369 extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7370 #define xmlParseMisc xmlParseMisc__internal_alias
pcercuei 0:03b5121a232e 7371 #endif
pcercuei 0:03b5121a232e 7372 #endif
pcercuei 0:03b5121a232e 7373
pcercuei 0:03b5121a232e 7374 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7375 #undef xmlParseName
pcercuei 0:03b5121a232e 7376 extern __typeof (xmlParseName) xmlParseName __attribute((alias("xmlParseName__internal_alias")));
pcercuei 0:03b5121a232e 7377 #else
pcercuei 0:03b5121a232e 7378 #ifndef xmlParseName
pcercuei 0:03b5121a232e 7379 extern __typeof (xmlParseName) xmlParseName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7380 #define xmlParseName xmlParseName__internal_alias
pcercuei 0:03b5121a232e 7381 #endif
pcercuei 0:03b5121a232e 7382 #endif
pcercuei 0:03b5121a232e 7383
pcercuei 0:03b5121a232e 7384 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 7385 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 7386 #undef xmlParseNamespace
pcercuei 0:03b5121a232e 7387 extern __typeof (xmlParseNamespace) xmlParseNamespace __attribute((alias("xmlParseNamespace__internal_alias")));
pcercuei 0:03b5121a232e 7388 #else
pcercuei 0:03b5121a232e 7389 #ifndef xmlParseNamespace
pcercuei 0:03b5121a232e 7390 extern __typeof (xmlParseNamespace) xmlParseNamespace__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7391 #define xmlParseNamespace xmlParseNamespace__internal_alias
pcercuei 0:03b5121a232e 7392 #endif
pcercuei 0:03b5121a232e 7393 #endif
pcercuei 0:03b5121a232e 7394 #endif
pcercuei 0:03b5121a232e 7395
pcercuei 0:03b5121a232e 7396 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7397 #undef xmlParseNmtoken
pcercuei 0:03b5121a232e 7398 extern __typeof (xmlParseNmtoken) xmlParseNmtoken __attribute((alias("xmlParseNmtoken__internal_alias")));
pcercuei 0:03b5121a232e 7399 #else
pcercuei 0:03b5121a232e 7400 #ifndef xmlParseNmtoken
pcercuei 0:03b5121a232e 7401 extern __typeof (xmlParseNmtoken) xmlParseNmtoken__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7402 #define xmlParseNmtoken xmlParseNmtoken__internal_alias
pcercuei 0:03b5121a232e 7403 #endif
pcercuei 0:03b5121a232e 7404 #endif
pcercuei 0:03b5121a232e 7405
pcercuei 0:03b5121a232e 7406 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7407 #undef xmlParseNotationDecl
pcercuei 0:03b5121a232e 7408 extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl __attribute((alias("xmlParseNotationDecl__internal_alias")));
pcercuei 0:03b5121a232e 7409 #else
pcercuei 0:03b5121a232e 7410 #ifndef xmlParseNotationDecl
pcercuei 0:03b5121a232e 7411 extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7412 #define xmlParseNotationDecl xmlParseNotationDecl__internal_alias
pcercuei 0:03b5121a232e 7413 #endif
pcercuei 0:03b5121a232e 7414 #endif
pcercuei 0:03b5121a232e 7415
pcercuei 0:03b5121a232e 7416 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7417 #undef xmlParseNotationType
pcercuei 0:03b5121a232e 7418 extern __typeof (xmlParseNotationType) xmlParseNotationType __attribute((alias("xmlParseNotationType__internal_alias")));
pcercuei 0:03b5121a232e 7419 #else
pcercuei 0:03b5121a232e 7420 #ifndef xmlParseNotationType
pcercuei 0:03b5121a232e 7421 extern __typeof (xmlParseNotationType) xmlParseNotationType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7422 #define xmlParseNotationType xmlParseNotationType__internal_alias
pcercuei 0:03b5121a232e 7423 #endif
pcercuei 0:03b5121a232e 7424 #endif
pcercuei 0:03b5121a232e 7425
pcercuei 0:03b5121a232e 7426 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7427 #undef xmlParsePEReference
pcercuei 0:03b5121a232e 7428 extern __typeof (xmlParsePEReference) xmlParsePEReference __attribute((alias("xmlParsePEReference__internal_alias")));
pcercuei 0:03b5121a232e 7429 #else
pcercuei 0:03b5121a232e 7430 #ifndef xmlParsePEReference
pcercuei 0:03b5121a232e 7431 extern __typeof (xmlParsePEReference) xmlParsePEReference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7432 #define xmlParsePEReference xmlParsePEReference__internal_alias
pcercuei 0:03b5121a232e 7433 #endif
pcercuei 0:03b5121a232e 7434 #endif
pcercuei 0:03b5121a232e 7435
pcercuei 0:03b5121a232e 7436 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7437 #undef xmlParsePI
pcercuei 0:03b5121a232e 7438 extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
pcercuei 0:03b5121a232e 7439 #else
pcercuei 0:03b5121a232e 7440 #ifndef xmlParsePI
pcercuei 0:03b5121a232e 7441 extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7442 #define xmlParsePI xmlParsePI__internal_alias
pcercuei 0:03b5121a232e 7443 #endif
pcercuei 0:03b5121a232e 7444 #endif
pcercuei 0:03b5121a232e 7445
pcercuei 0:03b5121a232e 7446 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7447 #undef xmlParsePITarget
pcercuei 0:03b5121a232e 7448 extern __typeof (xmlParsePITarget) xmlParsePITarget __attribute((alias("xmlParsePITarget__internal_alias")));
pcercuei 0:03b5121a232e 7449 #else
pcercuei 0:03b5121a232e 7450 #ifndef xmlParsePITarget
pcercuei 0:03b5121a232e 7451 extern __typeof (xmlParsePITarget) xmlParsePITarget__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7452 #define xmlParsePITarget xmlParsePITarget__internal_alias
pcercuei 0:03b5121a232e 7453 #endif
pcercuei 0:03b5121a232e 7454 #endif
pcercuei 0:03b5121a232e 7455
pcercuei 0:03b5121a232e 7456 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7457 #undef xmlParsePubidLiteral
pcercuei 0:03b5121a232e 7458 extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral __attribute((alias("xmlParsePubidLiteral__internal_alias")));
pcercuei 0:03b5121a232e 7459 #else
pcercuei 0:03b5121a232e 7460 #ifndef xmlParsePubidLiteral
pcercuei 0:03b5121a232e 7461 extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7462 #define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias
pcercuei 0:03b5121a232e 7463 #endif
pcercuei 0:03b5121a232e 7464 #endif
pcercuei 0:03b5121a232e 7465
pcercuei 0:03b5121a232e 7466 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 7467 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 7468 #undef xmlParseQuotedString
pcercuei 0:03b5121a232e 7469 extern __typeof (xmlParseQuotedString) xmlParseQuotedString __attribute((alias("xmlParseQuotedString__internal_alias")));
pcercuei 0:03b5121a232e 7470 #else
pcercuei 0:03b5121a232e 7471 #ifndef xmlParseQuotedString
pcercuei 0:03b5121a232e 7472 extern __typeof (xmlParseQuotedString) xmlParseQuotedString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7473 #define xmlParseQuotedString xmlParseQuotedString__internal_alias
pcercuei 0:03b5121a232e 7474 #endif
pcercuei 0:03b5121a232e 7475 #endif
pcercuei 0:03b5121a232e 7476 #endif
pcercuei 0:03b5121a232e 7477
pcercuei 0:03b5121a232e 7478 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7479 #undef xmlParseReference
pcercuei 0:03b5121a232e 7480 extern __typeof (xmlParseReference) xmlParseReference __attribute((alias("xmlParseReference__internal_alias")));
pcercuei 0:03b5121a232e 7481 #else
pcercuei 0:03b5121a232e 7482 #ifndef xmlParseReference
pcercuei 0:03b5121a232e 7483 extern __typeof (xmlParseReference) xmlParseReference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7484 #define xmlParseReference xmlParseReference__internal_alias
pcercuei 0:03b5121a232e 7485 #endif
pcercuei 0:03b5121a232e 7486 #endif
pcercuei 0:03b5121a232e 7487
pcercuei 0:03b5121a232e 7488 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7489 #undef xmlParseSDDecl
pcercuei 0:03b5121a232e 7490 extern __typeof (xmlParseSDDecl) xmlParseSDDecl __attribute((alias("xmlParseSDDecl__internal_alias")));
pcercuei 0:03b5121a232e 7491 #else
pcercuei 0:03b5121a232e 7492 #ifndef xmlParseSDDecl
pcercuei 0:03b5121a232e 7493 extern __typeof (xmlParseSDDecl) xmlParseSDDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7494 #define xmlParseSDDecl xmlParseSDDecl__internal_alias
pcercuei 0:03b5121a232e 7495 #endif
pcercuei 0:03b5121a232e 7496 #endif
pcercuei 0:03b5121a232e 7497
pcercuei 0:03b5121a232e 7498 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 7499 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7500 #undef xmlParseStartTag
pcercuei 0:03b5121a232e 7501 extern __typeof (xmlParseStartTag) xmlParseStartTag __attribute((alias("xmlParseStartTag__internal_alias")));
pcercuei 0:03b5121a232e 7502 #else
pcercuei 0:03b5121a232e 7503 #ifndef xmlParseStartTag
pcercuei 0:03b5121a232e 7504 extern __typeof (xmlParseStartTag) xmlParseStartTag__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7505 #define xmlParseStartTag xmlParseStartTag__internal_alias
pcercuei 0:03b5121a232e 7506 #endif
pcercuei 0:03b5121a232e 7507 #endif
pcercuei 0:03b5121a232e 7508 #endif
pcercuei 0:03b5121a232e 7509
pcercuei 0:03b5121a232e 7510 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7511 #undef xmlParseSystemLiteral
pcercuei 0:03b5121a232e 7512 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias")));
pcercuei 0:03b5121a232e 7513 #else
pcercuei 0:03b5121a232e 7514 #ifndef xmlParseSystemLiteral
pcercuei 0:03b5121a232e 7515 extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7516 #define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias
pcercuei 0:03b5121a232e 7517 #endif
pcercuei 0:03b5121a232e 7518 #endif
pcercuei 0:03b5121a232e 7519
pcercuei 0:03b5121a232e 7520 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7521 #undef xmlParseTextDecl
pcercuei 0:03b5121a232e 7522 extern __typeof (xmlParseTextDecl) xmlParseTextDecl __attribute((alias("xmlParseTextDecl__internal_alias")));
pcercuei 0:03b5121a232e 7523 #else
pcercuei 0:03b5121a232e 7524 #ifndef xmlParseTextDecl
pcercuei 0:03b5121a232e 7525 extern __typeof (xmlParseTextDecl) xmlParseTextDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7526 #define xmlParseTextDecl xmlParseTextDecl__internal_alias
pcercuei 0:03b5121a232e 7527 #endif
pcercuei 0:03b5121a232e 7528 #endif
pcercuei 0:03b5121a232e 7529
pcercuei 0:03b5121a232e 7530 #ifdef bottom_uri
pcercuei 0:03b5121a232e 7531 #undef xmlParseURI
pcercuei 0:03b5121a232e 7532 extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias")));
pcercuei 0:03b5121a232e 7533 #else
pcercuei 0:03b5121a232e 7534 #ifndef xmlParseURI
pcercuei 0:03b5121a232e 7535 extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7536 #define xmlParseURI xmlParseURI__internal_alias
pcercuei 0:03b5121a232e 7537 #endif
pcercuei 0:03b5121a232e 7538 #endif
pcercuei 0:03b5121a232e 7539
pcercuei 0:03b5121a232e 7540 #ifdef bottom_uri
pcercuei 0:03b5121a232e 7541 #undef xmlParseURIRaw
pcercuei 0:03b5121a232e 7542 extern __typeof (xmlParseURIRaw) xmlParseURIRaw __attribute((alias("xmlParseURIRaw__internal_alias")));
pcercuei 0:03b5121a232e 7543 #else
pcercuei 0:03b5121a232e 7544 #ifndef xmlParseURIRaw
pcercuei 0:03b5121a232e 7545 extern __typeof (xmlParseURIRaw) xmlParseURIRaw__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7546 #define xmlParseURIRaw xmlParseURIRaw__internal_alias
pcercuei 0:03b5121a232e 7547 #endif
pcercuei 0:03b5121a232e 7548 #endif
pcercuei 0:03b5121a232e 7549
pcercuei 0:03b5121a232e 7550 #ifdef bottom_uri
pcercuei 0:03b5121a232e 7551 #undef xmlParseURIReference
pcercuei 0:03b5121a232e 7552 extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias")));
pcercuei 0:03b5121a232e 7553 #else
pcercuei 0:03b5121a232e 7554 #ifndef xmlParseURIReference
pcercuei 0:03b5121a232e 7555 extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7556 #define xmlParseURIReference xmlParseURIReference__internal_alias
pcercuei 0:03b5121a232e 7557 #endif
pcercuei 0:03b5121a232e 7558 #endif
pcercuei 0:03b5121a232e 7559
pcercuei 0:03b5121a232e 7560 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7561 #undef xmlParseVersionInfo
pcercuei 0:03b5121a232e 7562 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias")));
pcercuei 0:03b5121a232e 7563 #else
pcercuei 0:03b5121a232e 7564 #ifndef xmlParseVersionInfo
pcercuei 0:03b5121a232e 7565 extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7566 #define xmlParseVersionInfo xmlParseVersionInfo__internal_alias
pcercuei 0:03b5121a232e 7567 #endif
pcercuei 0:03b5121a232e 7568 #endif
pcercuei 0:03b5121a232e 7569
pcercuei 0:03b5121a232e 7570 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7571 #undef xmlParseVersionNum
pcercuei 0:03b5121a232e 7572 extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
pcercuei 0:03b5121a232e 7573 #else
pcercuei 0:03b5121a232e 7574 #ifndef xmlParseVersionNum
pcercuei 0:03b5121a232e 7575 extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7576 #define xmlParseVersionNum xmlParseVersionNum__internal_alias
pcercuei 0:03b5121a232e 7577 #endif
pcercuei 0:03b5121a232e 7578 #endif
pcercuei 0:03b5121a232e 7579
pcercuei 0:03b5121a232e 7580 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7581 #undef xmlParseXMLDecl
pcercuei 0:03b5121a232e 7582 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
pcercuei 0:03b5121a232e 7583 #else
pcercuei 0:03b5121a232e 7584 #ifndef xmlParseXMLDecl
pcercuei 0:03b5121a232e 7585 extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7586 #define xmlParseXMLDecl xmlParseXMLDecl__internal_alias
pcercuei 0:03b5121a232e 7587 #endif
pcercuei 0:03b5121a232e 7588 #endif
pcercuei 0:03b5121a232e 7589
pcercuei 0:03b5121a232e 7590 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 7591 #undef xmlParserAddNodeInfo
pcercuei 0:03b5121a232e 7592 extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo __attribute((alias("xmlParserAddNodeInfo__internal_alias")));
pcercuei 0:03b5121a232e 7593 #else
pcercuei 0:03b5121a232e 7594 #ifndef xmlParserAddNodeInfo
pcercuei 0:03b5121a232e 7595 extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7596 #define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias
pcercuei 0:03b5121a232e 7597 #endif
pcercuei 0:03b5121a232e 7598 #endif
pcercuei 0:03b5121a232e 7599
pcercuei 0:03b5121a232e 7600 #ifdef bottom_error
pcercuei 0:03b5121a232e 7601 #undef xmlParserError
pcercuei 0:03b5121a232e 7602 extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias")));
pcercuei 0:03b5121a232e 7603 #else
pcercuei 0:03b5121a232e 7604 #ifndef xmlParserError
pcercuei 0:03b5121a232e 7605 extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7606 #define xmlParserError xmlParserError__internal_alias
pcercuei 0:03b5121a232e 7607 #endif
pcercuei 0:03b5121a232e 7608 #endif
pcercuei 0:03b5121a232e 7609
pcercuei 0:03b5121a232e 7610 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 7611 #undef xmlParserFindNodeInfo
pcercuei 0:03b5121a232e 7612 extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo __attribute((alias("xmlParserFindNodeInfo__internal_alias")));
pcercuei 0:03b5121a232e 7613 #else
pcercuei 0:03b5121a232e 7614 #ifndef xmlParserFindNodeInfo
pcercuei 0:03b5121a232e 7615 extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7616 #define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias
pcercuei 0:03b5121a232e 7617 #endif
pcercuei 0:03b5121a232e 7618 #endif
pcercuei 0:03b5121a232e 7619
pcercuei 0:03b5121a232e 7620 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 7621 #undef xmlParserFindNodeInfoIndex
pcercuei 0:03b5121a232e 7622 extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex __attribute((alias("xmlParserFindNodeInfoIndex__internal_alias")));
pcercuei 0:03b5121a232e 7623 #else
pcercuei 0:03b5121a232e 7624 #ifndef xmlParserFindNodeInfoIndex
pcercuei 0:03b5121a232e 7625 extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7626 #define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias
pcercuei 0:03b5121a232e 7627 #endif
pcercuei 0:03b5121a232e 7628 #endif
pcercuei 0:03b5121a232e 7629
pcercuei 0:03b5121a232e 7630 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7631 #undef xmlParserGetDirectory
pcercuei 0:03b5121a232e 7632 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirectory__internal_alias")));
pcercuei 0:03b5121a232e 7633 #else
pcercuei 0:03b5121a232e 7634 #ifndef xmlParserGetDirectory
pcercuei 0:03b5121a232e 7635 extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7636 #define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
pcercuei 0:03b5121a232e 7637 #endif
pcercuei 0:03b5121a232e 7638 #endif
pcercuei 0:03b5121a232e 7639
pcercuei 0:03b5121a232e 7640 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7641 #undef xmlParserHandlePEReference
pcercuei 0:03b5121a232e 7642 extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference __attribute((alias("xmlParserHandlePEReference__internal_alias")));
pcercuei 0:03b5121a232e 7643 #else
pcercuei 0:03b5121a232e 7644 #ifndef xmlParserHandlePEReference
pcercuei 0:03b5121a232e 7645 extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7646 #define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias
pcercuei 0:03b5121a232e 7647 #endif
pcercuei 0:03b5121a232e 7648 #endif
pcercuei 0:03b5121a232e 7649
pcercuei 0:03b5121a232e 7650 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 7651 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 7652 #undef xmlParserHandleReference
pcercuei 0:03b5121a232e 7653 extern __typeof (xmlParserHandleReference) xmlParserHandleReference __attribute((alias("xmlParserHandleReference__internal_alias")));
pcercuei 0:03b5121a232e 7654 #else
pcercuei 0:03b5121a232e 7655 #ifndef xmlParserHandleReference
pcercuei 0:03b5121a232e 7656 extern __typeof (xmlParserHandleReference) xmlParserHandleReference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7657 #define xmlParserHandleReference xmlParserHandleReference__internal_alias
pcercuei 0:03b5121a232e 7658 #endif
pcercuei 0:03b5121a232e 7659 #endif
pcercuei 0:03b5121a232e 7660 #endif
pcercuei 0:03b5121a232e 7661
pcercuei 0:03b5121a232e 7662 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7663 #undef xmlParserInputBufferCreateFd
pcercuei 0:03b5121a232e 7664 extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd __attribute((alias("xmlParserInputBufferCreateFd__internal_alias")));
pcercuei 0:03b5121a232e 7665 #else
pcercuei 0:03b5121a232e 7666 #ifndef xmlParserInputBufferCreateFd
pcercuei 0:03b5121a232e 7667 extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7668 #define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias
pcercuei 0:03b5121a232e 7669 #endif
pcercuei 0:03b5121a232e 7670 #endif
pcercuei 0:03b5121a232e 7671
pcercuei 0:03b5121a232e 7672 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7673 #undef xmlParserInputBufferCreateFile
pcercuei 0:03b5121a232e 7674 extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile __attribute((alias("xmlParserInputBufferCreateFile__internal_alias")));
pcercuei 0:03b5121a232e 7675 #else
pcercuei 0:03b5121a232e 7676 #ifndef xmlParserInputBufferCreateFile
pcercuei 0:03b5121a232e 7677 extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7678 #define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias
pcercuei 0:03b5121a232e 7679 #endif
pcercuei 0:03b5121a232e 7680 #endif
pcercuei 0:03b5121a232e 7681
pcercuei 0:03b5121a232e 7682 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7683 #undef xmlParserInputBufferCreateFilename
pcercuei 0:03b5121a232e 7684 extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename __attribute((alias("xmlParserInputBufferCreateFilename__internal_alias")));
pcercuei 0:03b5121a232e 7685 #else
pcercuei 0:03b5121a232e 7686 #ifndef xmlParserInputBufferCreateFilename
pcercuei 0:03b5121a232e 7687 extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7688 #define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias
pcercuei 0:03b5121a232e 7689 #endif
pcercuei 0:03b5121a232e 7690 #endif
pcercuei 0:03b5121a232e 7691
pcercuei 0:03b5121a232e 7692 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7693 #undef xmlParserInputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 7694 extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault __attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias")));
pcercuei 0:03b5121a232e 7695 #else
pcercuei 0:03b5121a232e 7696 #ifndef xmlParserInputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 7697 extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7698 #define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias
pcercuei 0:03b5121a232e 7699 #endif
pcercuei 0:03b5121a232e 7700 #endif
pcercuei 0:03b5121a232e 7701
pcercuei 0:03b5121a232e 7702 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7703 #undef xmlParserInputBufferCreateIO
pcercuei 0:03b5121a232e 7704 extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO __attribute((alias("xmlParserInputBufferCreateIO__internal_alias")));
pcercuei 0:03b5121a232e 7705 #else
pcercuei 0:03b5121a232e 7706 #ifndef xmlParserInputBufferCreateIO
pcercuei 0:03b5121a232e 7707 extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7708 #define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias
pcercuei 0:03b5121a232e 7709 #endif
pcercuei 0:03b5121a232e 7710 #endif
pcercuei 0:03b5121a232e 7711
pcercuei 0:03b5121a232e 7712 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7713 #undef xmlParserInputBufferCreateMem
pcercuei 0:03b5121a232e 7714 extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem __attribute((alias("xmlParserInputBufferCreateMem__internal_alias")));
pcercuei 0:03b5121a232e 7715 #else
pcercuei 0:03b5121a232e 7716 #ifndef xmlParserInputBufferCreateMem
pcercuei 0:03b5121a232e 7717 extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7718 #define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias
pcercuei 0:03b5121a232e 7719 #endif
pcercuei 0:03b5121a232e 7720 #endif
pcercuei 0:03b5121a232e 7721
pcercuei 0:03b5121a232e 7722 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7723 #undef xmlParserInputBufferCreateStatic
pcercuei 0:03b5121a232e 7724 extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic __attribute((alias("xmlParserInputBufferCreateStatic__internal_alias")));
pcercuei 0:03b5121a232e 7725 #else
pcercuei 0:03b5121a232e 7726 #ifndef xmlParserInputBufferCreateStatic
pcercuei 0:03b5121a232e 7727 extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7728 #define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias
pcercuei 0:03b5121a232e 7729 #endif
pcercuei 0:03b5121a232e 7730 #endif
pcercuei 0:03b5121a232e 7731
pcercuei 0:03b5121a232e 7732 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7733 #undef xmlParserInputBufferGrow
pcercuei 0:03b5121a232e 7734 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias")));
pcercuei 0:03b5121a232e 7735 #else
pcercuei 0:03b5121a232e 7736 #ifndef xmlParserInputBufferGrow
pcercuei 0:03b5121a232e 7737 extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7738 #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
pcercuei 0:03b5121a232e 7739 #endif
pcercuei 0:03b5121a232e 7740 #endif
pcercuei 0:03b5121a232e 7741
pcercuei 0:03b5121a232e 7742 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7743 #undef xmlParserInputBufferPush
pcercuei 0:03b5121a232e 7744 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
pcercuei 0:03b5121a232e 7745 #else
pcercuei 0:03b5121a232e 7746 #ifndef xmlParserInputBufferPush
pcercuei 0:03b5121a232e 7747 extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7748 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
pcercuei 0:03b5121a232e 7749 #endif
pcercuei 0:03b5121a232e 7750 #endif
pcercuei 0:03b5121a232e 7751
pcercuei 0:03b5121a232e 7752 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7753 #undef xmlParserInputBufferRead
pcercuei 0:03b5121a232e 7754 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
pcercuei 0:03b5121a232e 7755 #else
pcercuei 0:03b5121a232e 7756 #ifndef xmlParserInputBufferRead
pcercuei 0:03b5121a232e 7757 extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7758 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
pcercuei 0:03b5121a232e 7759 #endif
pcercuei 0:03b5121a232e 7760 #endif
pcercuei 0:03b5121a232e 7761
pcercuei 0:03b5121a232e 7762 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 7763 #undef xmlParserInputGrow
pcercuei 0:03b5121a232e 7764 extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
pcercuei 0:03b5121a232e 7765 #else
pcercuei 0:03b5121a232e 7766 #ifndef xmlParserInputGrow
pcercuei 0:03b5121a232e 7767 extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7768 #define xmlParserInputGrow xmlParserInputGrow__internal_alias
pcercuei 0:03b5121a232e 7769 #endif
pcercuei 0:03b5121a232e 7770 #endif
pcercuei 0:03b5121a232e 7771
pcercuei 0:03b5121a232e 7772 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 7773 #undef xmlParserInputRead
pcercuei 0:03b5121a232e 7774 extern __typeof (xmlParserInputRead) xmlParserInputRead __attribute((alias("xmlParserInputRead__internal_alias")));
pcercuei 0:03b5121a232e 7775 #else
pcercuei 0:03b5121a232e 7776 #ifndef xmlParserInputRead
pcercuei 0:03b5121a232e 7777 extern __typeof (xmlParserInputRead) xmlParserInputRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7778 #define xmlParserInputRead xmlParserInputRead__internal_alias
pcercuei 0:03b5121a232e 7779 #endif
pcercuei 0:03b5121a232e 7780 #endif
pcercuei 0:03b5121a232e 7781
pcercuei 0:03b5121a232e 7782 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 7783 #undef xmlParserInputShrink
pcercuei 0:03b5121a232e 7784 extern __typeof (xmlParserInputShrink) xmlParserInputShrink __attribute((alias("xmlParserInputShrink__internal_alias")));
pcercuei 0:03b5121a232e 7785 #else
pcercuei 0:03b5121a232e 7786 #ifndef xmlParserInputShrink
pcercuei 0:03b5121a232e 7787 extern __typeof (xmlParserInputShrink) xmlParserInputShrink__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7788 #define xmlParserInputShrink xmlParserInputShrink__internal_alias
pcercuei 0:03b5121a232e 7789 #endif
pcercuei 0:03b5121a232e 7790 #endif
pcercuei 0:03b5121a232e 7791
pcercuei 0:03b5121a232e 7792 #ifdef bottom_error
pcercuei 0:03b5121a232e 7793 #undef xmlParserPrintFileContext
pcercuei 0:03b5121a232e 7794 extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext __attribute((alias("xmlParserPrintFileContext__internal_alias")));
pcercuei 0:03b5121a232e 7795 #else
pcercuei 0:03b5121a232e 7796 #ifndef xmlParserPrintFileContext
pcercuei 0:03b5121a232e 7797 extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7798 #define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias
pcercuei 0:03b5121a232e 7799 #endif
pcercuei 0:03b5121a232e 7800 #endif
pcercuei 0:03b5121a232e 7801
pcercuei 0:03b5121a232e 7802 #ifdef bottom_error
pcercuei 0:03b5121a232e 7803 #undef xmlParserPrintFileInfo
pcercuei 0:03b5121a232e 7804 extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo __attribute((alias("xmlParserPrintFileInfo__internal_alias")));
pcercuei 0:03b5121a232e 7805 #else
pcercuei 0:03b5121a232e 7806 #ifndef xmlParserPrintFileInfo
pcercuei 0:03b5121a232e 7807 extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7808 #define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias
pcercuei 0:03b5121a232e 7809 #endif
pcercuei 0:03b5121a232e 7810 #endif
pcercuei 0:03b5121a232e 7811
pcercuei 0:03b5121a232e 7812 #ifdef bottom_error
pcercuei 0:03b5121a232e 7813 #undef xmlParserValidityError
pcercuei 0:03b5121a232e 7814 extern __typeof (xmlParserValidityError) xmlParserValidityError __attribute((alias("xmlParserValidityError__internal_alias")));
pcercuei 0:03b5121a232e 7815 #else
pcercuei 0:03b5121a232e 7816 #ifndef xmlParserValidityError
pcercuei 0:03b5121a232e 7817 extern __typeof (xmlParserValidityError) xmlParserValidityError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7818 #define xmlParserValidityError xmlParserValidityError__internal_alias
pcercuei 0:03b5121a232e 7819 #endif
pcercuei 0:03b5121a232e 7820 #endif
pcercuei 0:03b5121a232e 7821
pcercuei 0:03b5121a232e 7822 #ifdef bottom_error
pcercuei 0:03b5121a232e 7823 #undef xmlParserValidityWarning
pcercuei 0:03b5121a232e 7824 extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning __attribute((alias("xmlParserValidityWarning__internal_alias")));
pcercuei 0:03b5121a232e 7825 #else
pcercuei 0:03b5121a232e 7826 #ifndef xmlParserValidityWarning
pcercuei 0:03b5121a232e 7827 extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7828 #define xmlParserValidityWarning xmlParserValidityWarning__internal_alias
pcercuei 0:03b5121a232e 7829 #endif
pcercuei 0:03b5121a232e 7830 #endif
pcercuei 0:03b5121a232e 7831
pcercuei 0:03b5121a232e 7832 #ifdef bottom_error
pcercuei 0:03b5121a232e 7833 #undef xmlParserWarning
pcercuei 0:03b5121a232e 7834 extern __typeof (xmlParserWarning) xmlParserWarning __attribute((alias("xmlParserWarning__internal_alias")));
pcercuei 0:03b5121a232e 7835 #else
pcercuei 0:03b5121a232e 7836 #ifndef xmlParserWarning
pcercuei 0:03b5121a232e 7837 extern __typeof (xmlParserWarning) xmlParserWarning__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7838 #define xmlParserWarning xmlParserWarning__internal_alias
pcercuei 0:03b5121a232e 7839 #endif
pcercuei 0:03b5121a232e 7840 #endif
pcercuei 0:03b5121a232e 7841
pcercuei 0:03b5121a232e 7842 #ifdef bottom_uri
pcercuei 0:03b5121a232e 7843 #undef xmlPathToURI
pcercuei 0:03b5121a232e 7844 extern __typeof (xmlPathToURI) xmlPathToURI __attribute((alias("xmlPathToURI__internal_alias")));
pcercuei 0:03b5121a232e 7845 #else
pcercuei 0:03b5121a232e 7846 #ifndef xmlPathToURI
pcercuei 0:03b5121a232e 7847 extern __typeof (xmlPathToURI) xmlPathToURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7848 #define xmlPathToURI xmlPathToURI__internal_alias
pcercuei 0:03b5121a232e 7849 #endif
pcercuei 0:03b5121a232e 7850 #endif
pcercuei 0:03b5121a232e 7851
pcercuei 0:03b5121a232e 7852 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 7853 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 7854 #undef xmlPatternFromRoot
pcercuei 0:03b5121a232e 7855 extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot __attribute((alias("xmlPatternFromRoot__internal_alias")));
pcercuei 0:03b5121a232e 7856 #else
pcercuei 0:03b5121a232e 7857 #ifndef xmlPatternFromRoot
pcercuei 0:03b5121a232e 7858 extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7859 #define xmlPatternFromRoot xmlPatternFromRoot__internal_alias
pcercuei 0:03b5121a232e 7860 #endif
pcercuei 0:03b5121a232e 7861 #endif
pcercuei 0:03b5121a232e 7862 #endif
pcercuei 0:03b5121a232e 7863
pcercuei 0:03b5121a232e 7864 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 7865 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 7866 #undef xmlPatternGetStreamCtxt
pcercuei 0:03b5121a232e 7867 extern __typeof (xmlPatternGetStreamCtxt) xmlPatternGetStreamCtxt __attribute((alias("xmlPatternGetStreamCtxt__internal_alias")));
pcercuei 0:03b5121a232e 7868 #else
pcercuei 0:03b5121a232e 7869 #ifndef xmlPatternGetStreamCtxt
pcercuei 0:03b5121a232e 7870 extern __typeof (xmlPatternGetStreamCtxt) xmlPatternGetStreamCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7871 #define xmlPatternGetStreamCtxt xmlPatternGetStreamCtxt__internal_alias
pcercuei 0:03b5121a232e 7872 #endif
pcercuei 0:03b5121a232e 7873 #endif
pcercuei 0:03b5121a232e 7874 #endif
pcercuei 0:03b5121a232e 7875
pcercuei 0:03b5121a232e 7876 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 7877 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 7878 #undef xmlPatternMatch
pcercuei 0:03b5121a232e 7879 extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias")));
pcercuei 0:03b5121a232e 7880 #else
pcercuei 0:03b5121a232e 7881 #ifndef xmlPatternMatch
pcercuei 0:03b5121a232e 7882 extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7883 #define xmlPatternMatch xmlPatternMatch__internal_alias
pcercuei 0:03b5121a232e 7884 #endif
pcercuei 0:03b5121a232e 7885 #endif
pcercuei 0:03b5121a232e 7886 #endif
pcercuei 0:03b5121a232e 7887
pcercuei 0:03b5121a232e 7888 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 7889 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 7890 #undef xmlPatternMaxDepth
pcercuei 0:03b5121a232e 7891 extern __typeof (xmlPatternMaxDepth) xmlPatternMaxDepth __attribute((alias("xmlPatternMaxDepth__internal_alias")));
pcercuei 0:03b5121a232e 7892 #else
pcercuei 0:03b5121a232e 7893 #ifndef xmlPatternMaxDepth
pcercuei 0:03b5121a232e 7894 extern __typeof (xmlPatternMaxDepth) xmlPatternMaxDepth__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7895 #define xmlPatternMaxDepth xmlPatternMaxDepth__internal_alias
pcercuei 0:03b5121a232e 7896 #endif
pcercuei 0:03b5121a232e 7897 #endif
pcercuei 0:03b5121a232e 7898 #endif
pcercuei 0:03b5121a232e 7899
pcercuei 0:03b5121a232e 7900 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 7901 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 7902 #undef xmlPatternMinDepth
pcercuei 0:03b5121a232e 7903 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth __attribute((alias("xmlPatternMinDepth__internal_alias")));
pcercuei 0:03b5121a232e 7904 #else
pcercuei 0:03b5121a232e 7905 #ifndef xmlPatternMinDepth
pcercuei 0:03b5121a232e 7906 extern __typeof (xmlPatternMinDepth) xmlPatternMinDepth__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7907 #define xmlPatternMinDepth xmlPatternMinDepth__internal_alias
pcercuei 0:03b5121a232e 7908 #endif
pcercuei 0:03b5121a232e 7909 #endif
pcercuei 0:03b5121a232e 7910 #endif
pcercuei 0:03b5121a232e 7911
pcercuei 0:03b5121a232e 7912 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 7913 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 7914 #undef xmlPatternStreamable
pcercuei 0:03b5121a232e 7915 extern __typeof (xmlPatternStreamable) xmlPatternStreamable __attribute((alias("xmlPatternStreamable__internal_alias")));
pcercuei 0:03b5121a232e 7916 #else
pcercuei 0:03b5121a232e 7917 #ifndef xmlPatternStreamable
pcercuei 0:03b5121a232e 7918 extern __typeof (xmlPatternStreamable) xmlPatternStreamable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7919 #define xmlPatternStreamable xmlPatternStreamable__internal_alias
pcercuei 0:03b5121a232e 7920 #endif
pcercuei 0:03b5121a232e 7921 #endif
pcercuei 0:03b5121a232e 7922 #endif
pcercuei 0:03b5121a232e 7923
pcercuei 0:03b5121a232e 7924 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 7925 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 7926 #undef xmlPatterncompile
pcercuei 0:03b5121a232e 7927 extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
pcercuei 0:03b5121a232e 7928 #else
pcercuei 0:03b5121a232e 7929 #ifndef xmlPatterncompile
pcercuei 0:03b5121a232e 7930 extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7931 #define xmlPatterncompile xmlPatterncompile__internal_alias
pcercuei 0:03b5121a232e 7932 #endif
pcercuei 0:03b5121a232e 7933 #endif
pcercuei 0:03b5121a232e 7934 #endif
pcercuei 0:03b5121a232e 7935
pcercuei 0:03b5121a232e 7936 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 7937 #undef xmlPedanticParserDefault
pcercuei 0:03b5121a232e 7938 extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault __attribute((alias("xmlPedanticParserDefault__internal_alias")));
pcercuei 0:03b5121a232e 7939 #else
pcercuei 0:03b5121a232e 7940 #ifndef xmlPedanticParserDefault
pcercuei 0:03b5121a232e 7941 extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7942 #define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias
pcercuei 0:03b5121a232e 7943 #endif
pcercuei 0:03b5121a232e 7944 #endif
pcercuei 0:03b5121a232e 7945
pcercuei 0:03b5121a232e 7946 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7947 #undef xmlPopInput
pcercuei 0:03b5121a232e 7948 extern __typeof (xmlPopInput) xmlPopInput __attribute((alias("xmlPopInput__internal_alias")));
pcercuei 0:03b5121a232e 7949 #else
pcercuei 0:03b5121a232e 7950 #ifndef xmlPopInput
pcercuei 0:03b5121a232e 7951 extern __typeof (xmlPopInput) xmlPopInput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7952 #define xmlPopInput xmlPopInput__internal_alias
pcercuei 0:03b5121a232e 7953 #endif
pcercuei 0:03b5121a232e 7954 #endif
pcercuei 0:03b5121a232e 7955
pcercuei 0:03b5121a232e 7956 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 7957 #undef xmlPopInputCallbacks
pcercuei 0:03b5121a232e 7958 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 7959 #else
pcercuei 0:03b5121a232e 7960 #ifndef xmlPopInputCallbacks
pcercuei 0:03b5121a232e 7961 extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7962 #define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias
pcercuei 0:03b5121a232e 7963 #endif
pcercuei 0:03b5121a232e 7964 #endif
pcercuei 0:03b5121a232e 7965
pcercuei 0:03b5121a232e 7966 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 7967 #ifdef bottom_tree
pcercuei 0:03b5121a232e 7968 #undef xmlPreviousElementSibling
pcercuei 0:03b5121a232e 7969 extern __typeof (xmlPreviousElementSibling) xmlPreviousElementSibling __attribute((alias("xmlPreviousElementSibling__internal_alias")));
pcercuei 0:03b5121a232e 7970 #else
pcercuei 0:03b5121a232e 7971 #ifndef xmlPreviousElementSibling
pcercuei 0:03b5121a232e 7972 extern __typeof (xmlPreviousElementSibling) xmlPreviousElementSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7973 #define xmlPreviousElementSibling xmlPreviousElementSibling__internal_alias
pcercuei 0:03b5121a232e 7974 #endif
pcercuei 0:03b5121a232e 7975 #endif
pcercuei 0:03b5121a232e 7976 #endif
pcercuei 0:03b5121a232e 7977
pcercuei 0:03b5121a232e 7978 #ifdef bottom_uri
pcercuei 0:03b5121a232e 7979 #undef xmlPrintURI
pcercuei 0:03b5121a232e 7980 extern __typeof (xmlPrintURI) xmlPrintURI __attribute((alias("xmlPrintURI__internal_alias")));
pcercuei 0:03b5121a232e 7981 #else
pcercuei 0:03b5121a232e 7982 #ifndef xmlPrintURI
pcercuei 0:03b5121a232e 7983 extern __typeof (xmlPrintURI) xmlPrintURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7984 #define xmlPrintURI xmlPrintURI__internal_alias
pcercuei 0:03b5121a232e 7985 #endif
pcercuei 0:03b5121a232e 7986 #endif
pcercuei 0:03b5121a232e 7987
pcercuei 0:03b5121a232e 7988 #ifdef bottom_parser
pcercuei 0:03b5121a232e 7989 #undef xmlPushInput
pcercuei 0:03b5121a232e 7990 extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
pcercuei 0:03b5121a232e 7991 #else
pcercuei 0:03b5121a232e 7992 #ifndef xmlPushInput
pcercuei 0:03b5121a232e 7993 extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 7994 #define xmlPushInput xmlPushInput__internal_alias
pcercuei 0:03b5121a232e 7995 #endif
pcercuei 0:03b5121a232e 7996 #endif
pcercuei 0:03b5121a232e 7997
pcercuei 0:03b5121a232e 7998 #ifdef bottom_threads
pcercuei 0:03b5121a232e 7999 #undef xmlRMutexLock
pcercuei 0:03b5121a232e 8000 extern __typeof (xmlRMutexLock) xmlRMutexLock __attribute((alias("xmlRMutexLock__internal_alias")));
pcercuei 0:03b5121a232e 8001 #else
pcercuei 0:03b5121a232e 8002 #ifndef xmlRMutexLock
pcercuei 0:03b5121a232e 8003 extern __typeof (xmlRMutexLock) xmlRMutexLock__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8004 #define xmlRMutexLock xmlRMutexLock__internal_alias
pcercuei 0:03b5121a232e 8005 #endif
pcercuei 0:03b5121a232e 8006 #endif
pcercuei 0:03b5121a232e 8007
pcercuei 0:03b5121a232e 8008 #ifdef bottom_threads
pcercuei 0:03b5121a232e 8009 #undef xmlRMutexUnlock
pcercuei 0:03b5121a232e 8010 extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock __attribute((alias("xmlRMutexUnlock__internal_alias")));
pcercuei 0:03b5121a232e 8011 #else
pcercuei 0:03b5121a232e 8012 #ifndef xmlRMutexUnlock
pcercuei 0:03b5121a232e 8013 extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8014 #define xmlRMutexUnlock xmlRMutexUnlock__internal_alias
pcercuei 0:03b5121a232e 8015 #endif
pcercuei 0:03b5121a232e 8016 #endif
pcercuei 0:03b5121a232e 8017
pcercuei 0:03b5121a232e 8018 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8019 #undef xmlReadDoc
pcercuei 0:03b5121a232e 8020 extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
pcercuei 0:03b5121a232e 8021 #else
pcercuei 0:03b5121a232e 8022 #ifndef xmlReadDoc
pcercuei 0:03b5121a232e 8023 extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8024 #define xmlReadDoc xmlReadDoc__internal_alias
pcercuei 0:03b5121a232e 8025 #endif
pcercuei 0:03b5121a232e 8026 #endif
pcercuei 0:03b5121a232e 8027
pcercuei 0:03b5121a232e 8028 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8029 #undef xmlReadFd
pcercuei 0:03b5121a232e 8030 extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));
pcercuei 0:03b5121a232e 8031 #else
pcercuei 0:03b5121a232e 8032 #ifndef xmlReadFd
pcercuei 0:03b5121a232e 8033 extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8034 #define xmlReadFd xmlReadFd__internal_alias
pcercuei 0:03b5121a232e 8035 #endif
pcercuei 0:03b5121a232e 8036 #endif
pcercuei 0:03b5121a232e 8037
pcercuei 0:03b5121a232e 8038 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8039 #undef xmlReadFile
pcercuei 0:03b5121a232e 8040 extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
pcercuei 0:03b5121a232e 8041 #else
pcercuei 0:03b5121a232e 8042 #ifndef xmlReadFile
pcercuei 0:03b5121a232e 8043 extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8044 #define xmlReadFile xmlReadFile__internal_alias
pcercuei 0:03b5121a232e 8045 #endif
pcercuei 0:03b5121a232e 8046 #endif
pcercuei 0:03b5121a232e 8047
pcercuei 0:03b5121a232e 8048 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8049 #undef xmlReadIO
pcercuei 0:03b5121a232e 8050 extern __typeof (xmlReadIO) xmlReadIO __attribute((alias("xmlReadIO__internal_alias")));
pcercuei 0:03b5121a232e 8051 #else
pcercuei 0:03b5121a232e 8052 #ifndef xmlReadIO
pcercuei 0:03b5121a232e 8053 extern __typeof (xmlReadIO) xmlReadIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8054 #define xmlReadIO xmlReadIO__internal_alias
pcercuei 0:03b5121a232e 8055 #endif
pcercuei 0:03b5121a232e 8056 #endif
pcercuei 0:03b5121a232e 8057
pcercuei 0:03b5121a232e 8058 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8059 #undef xmlReadMemory
pcercuei 0:03b5121a232e 8060 extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias")));
pcercuei 0:03b5121a232e 8061 #else
pcercuei 0:03b5121a232e 8062 #ifndef xmlReadMemory
pcercuei 0:03b5121a232e 8063 extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8064 #define xmlReadMemory xmlReadMemory__internal_alias
pcercuei 0:03b5121a232e 8065 #endif
pcercuei 0:03b5121a232e 8066 #endif
pcercuei 0:03b5121a232e 8067
pcercuei 0:03b5121a232e 8068 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8069 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8070 #undef xmlReaderForDoc
pcercuei 0:03b5121a232e 8071 extern __typeof (xmlReaderForDoc) xmlReaderForDoc __attribute((alias("xmlReaderForDoc__internal_alias")));
pcercuei 0:03b5121a232e 8072 #else
pcercuei 0:03b5121a232e 8073 #ifndef xmlReaderForDoc
pcercuei 0:03b5121a232e 8074 extern __typeof (xmlReaderForDoc) xmlReaderForDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8075 #define xmlReaderForDoc xmlReaderForDoc__internal_alias
pcercuei 0:03b5121a232e 8076 #endif
pcercuei 0:03b5121a232e 8077 #endif
pcercuei 0:03b5121a232e 8078 #endif
pcercuei 0:03b5121a232e 8079
pcercuei 0:03b5121a232e 8080 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8081 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8082 #undef xmlReaderForFd
pcercuei 0:03b5121a232e 8083 extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
pcercuei 0:03b5121a232e 8084 #else
pcercuei 0:03b5121a232e 8085 #ifndef xmlReaderForFd
pcercuei 0:03b5121a232e 8086 extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8087 #define xmlReaderForFd xmlReaderForFd__internal_alias
pcercuei 0:03b5121a232e 8088 #endif
pcercuei 0:03b5121a232e 8089 #endif
pcercuei 0:03b5121a232e 8090 #endif
pcercuei 0:03b5121a232e 8091
pcercuei 0:03b5121a232e 8092 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8093 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8094 #undef xmlReaderForFile
pcercuei 0:03b5121a232e 8095 extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
pcercuei 0:03b5121a232e 8096 #else
pcercuei 0:03b5121a232e 8097 #ifndef xmlReaderForFile
pcercuei 0:03b5121a232e 8098 extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8099 #define xmlReaderForFile xmlReaderForFile__internal_alias
pcercuei 0:03b5121a232e 8100 #endif
pcercuei 0:03b5121a232e 8101 #endif
pcercuei 0:03b5121a232e 8102 #endif
pcercuei 0:03b5121a232e 8103
pcercuei 0:03b5121a232e 8104 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8105 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8106 #undef xmlReaderForIO
pcercuei 0:03b5121a232e 8107 extern __typeof (xmlReaderForIO) xmlReaderForIO __attribute((alias("xmlReaderForIO__internal_alias")));
pcercuei 0:03b5121a232e 8108 #else
pcercuei 0:03b5121a232e 8109 #ifndef xmlReaderForIO
pcercuei 0:03b5121a232e 8110 extern __typeof (xmlReaderForIO) xmlReaderForIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8111 #define xmlReaderForIO xmlReaderForIO__internal_alias
pcercuei 0:03b5121a232e 8112 #endif
pcercuei 0:03b5121a232e 8113 #endif
pcercuei 0:03b5121a232e 8114 #endif
pcercuei 0:03b5121a232e 8115
pcercuei 0:03b5121a232e 8116 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8117 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8118 #undef xmlReaderForMemory
pcercuei 0:03b5121a232e 8119 extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
pcercuei 0:03b5121a232e 8120 #else
pcercuei 0:03b5121a232e 8121 #ifndef xmlReaderForMemory
pcercuei 0:03b5121a232e 8122 extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8123 #define xmlReaderForMemory xmlReaderForMemory__internal_alias
pcercuei 0:03b5121a232e 8124 #endif
pcercuei 0:03b5121a232e 8125 #endif
pcercuei 0:03b5121a232e 8126 #endif
pcercuei 0:03b5121a232e 8127
pcercuei 0:03b5121a232e 8128 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8129 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8130 #undef xmlReaderNewDoc
pcercuei 0:03b5121a232e 8131 extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc __attribute((alias("xmlReaderNewDoc__internal_alias")));
pcercuei 0:03b5121a232e 8132 #else
pcercuei 0:03b5121a232e 8133 #ifndef xmlReaderNewDoc
pcercuei 0:03b5121a232e 8134 extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8135 #define xmlReaderNewDoc xmlReaderNewDoc__internal_alias
pcercuei 0:03b5121a232e 8136 #endif
pcercuei 0:03b5121a232e 8137 #endif
pcercuei 0:03b5121a232e 8138 #endif
pcercuei 0:03b5121a232e 8139
pcercuei 0:03b5121a232e 8140 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8141 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8142 #undef xmlReaderNewFd
pcercuei 0:03b5121a232e 8143 extern __typeof (xmlReaderNewFd) xmlReaderNewFd __attribute((alias("xmlReaderNewFd__internal_alias")));
pcercuei 0:03b5121a232e 8144 #else
pcercuei 0:03b5121a232e 8145 #ifndef xmlReaderNewFd
pcercuei 0:03b5121a232e 8146 extern __typeof (xmlReaderNewFd) xmlReaderNewFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8147 #define xmlReaderNewFd xmlReaderNewFd__internal_alias
pcercuei 0:03b5121a232e 8148 #endif
pcercuei 0:03b5121a232e 8149 #endif
pcercuei 0:03b5121a232e 8150 #endif
pcercuei 0:03b5121a232e 8151
pcercuei 0:03b5121a232e 8152 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8153 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8154 #undef xmlReaderNewFile
pcercuei 0:03b5121a232e 8155 extern __typeof (xmlReaderNewFile) xmlReaderNewFile __attribute((alias("xmlReaderNewFile__internal_alias")));
pcercuei 0:03b5121a232e 8156 #else
pcercuei 0:03b5121a232e 8157 #ifndef xmlReaderNewFile
pcercuei 0:03b5121a232e 8158 extern __typeof (xmlReaderNewFile) xmlReaderNewFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8159 #define xmlReaderNewFile xmlReaderNewFile__internal_alias
pcercuei 0:03b5121a232e 8160 #endif
pcercuei 0:03b5121a232e 8161 #endif
pcercuei 0:03b5121a232e 8162 #endif
pcercuei 0:03b5121a232e 8163
pcercuei 0:03b5121a232e 8164 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8165 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8166 #undef xmlReaderNewIO
pcercuei 0:03b5121a232e 8167 extern __typeof (xmlReaderNewIO) xmlReaderNewIO __attribute((alias("xmlReaderNewIO__internal_alias")));
pcercuei 0:03b5121a232e 8168 #else
pcercuei 0:03b5121a232e 8169 #ifndef xmlReaderNewIO
pcercuei 0:03b5121a232e 8170 extern __typeof (xmlReaderNewIO) xmlReaderNewIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8171 #define xmlReaderNewIO xmlReaderNewIO__internal_alias
pcercuei 0:03b5121a232e 8172 #endif
pcercuei 0:03b5121a232e 8173 #endif
pcercuei 0:03b5121a232e 8174 #endif
pcercuei 0:03b5121a232e 8175
pcercuei 0:03b5121a232e 8176 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8177 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8178 #undef xmlReaderNewMemory
pcercuei 0:03b5121a232e 8179 extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory __attribute((alias("xmlReaderNewMemory__internal_alias")));
pcercuei 0:03b5121a232e 8180 #else
pcercuei 0:03b5121a232e 8181 #ifndef xmlReaderNewMemory
pcercuei 0:03b5121a232e 8182 extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8183 #define xmlReaderNewMemory xmlReaderNewMemory__internal_alias
pcercuei 0:03b5121a232e 8184 #endif
pcercuei 0:03b5121a232e 8185 #endif
pcercuei 0:03b5121a232e 8186 #endif
pcercuei 0:03b5121a232e 8187
pcercuei 0:03b5121a232e 8188 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8189 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8190 #undef xmlReaderNewWalker
pcercuei 0:03b5121a232e 8191 extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker __attribute((alias("xmlReaderNewWalker__internal_alias")));
pcercuei 0:03b5121a232e 8192 #else
pcercuei 0:03b5121a232e 8193 #ifndef xmlReaderNewWalker
pcercuei 0:03b5121a232e 8194 extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8195 #define xmlReaderNewWalker xmlReaderNewWalker__internal_alias
pcercuei 0:03b5121a232e 8196 #endif
pcercuei 0:03b5121a232e 8197 #endif
pcercuei 0:03b5121a232e 8198 #endif
pcercuei 0:03b5121a232e 8199
pcercuei 0:03b5121a232e 8200 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 8201 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 8202 #undef xmlReaderWalker
pcercuei 0:03b5121a232e 8203 extern __typeof (xmlReaderWalker) xmlReaderWalker __attribute((alias("xmlReaderWalker__internal_alias")));
pcercuei 0:03b5121a232e 8204 #else
pcercuei 0:03b5121a232e 8205 #ifndef xmlReaderWalker
pcercuei 0:03b5121a232e 8206 extern __typeof (xmlReaderWalker) xmlReaderWalker__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8207 #define xmlReaderWalker xmlReaderWalker__internal_alias
pcercuei 0:03b5121a232e 8208 #endif
pcercuei 0:03b5121a232e 8209 #endif
pcercuei 0:03b5121a232e 8210 #endif
pcercuei 0:03b5121a232e 8211
pcercuei 0:03b5121a232e 8212 #ifdef bottom_xmlmemory
pcercuei 0:03b5121a232e 8213 #undef xmlReallocLoc
pcercuei 0:03b5121a232e 8214 extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
pcercuei 0:03b5121a232e 8215 #else
pcercuei 0:03b5121a232e 8216 #ifndef xmlReallocLoc
pcercuei 0:03b5121a232e 8217 extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8218 #define xmlReallocLoc xmlReallocLoc__internal_alias
pcercuei 0:03b5121a232e 8219 #endif
pcercuei 0:03b5121a232e 8220 #endif
pcercuei 0:03b5121a232e 8221
pcercuei 0:03b5121a232e 8222 #if defined(LIBXML_TREE_ENABLED)
pcercuei 0:03b5121a232e 8223 #ifdef bottom_tree
pcercuei 0:03b5121a232e 8224 #undef xmlReconciliateNs
pcercuei 0:03b5121a232e 8225 extern __typeof (xmlReconciliateNs) xmlReconciliateNs __attribute((alias("xmlReconciliateNs__internal_alias")));
pcercuei 0:03b5121a232e 8226 #else
pcercuei 0:03b5121a232e 8227 #ifndef xmlReconciliateNs
pcercuei 0:03b5121a232e 8228 extern __typeof (xmlReconciliateNs) xmlReconciliateNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8229 #define xmlReconciliateNs xmlReconciliateNs__internal_alias
pcercuei 0:03b5121a232e 8230 #endif
pcercuei 0:03b5121a232e 8231 #endif
pcercuei 0:03b5121a232e 8232 #endif
pcercuei 0:03b5121a232e 8233
pcercuei 0:03b5121a232e 8234 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 8235 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8236 #undef xmlRecoverDoc
pcercuei 0:03b5121a232e 8237 extern __typeof (xmlRecoverDoc) xmlRecoverDoc __attribute((alias("xmlRecoverDoc__internal_alias")));
pcercuei 0:03b5121a232e 8238 #else
pcercuei 0:03b5121a232e 8239 #ifndef xmlRecoverDoc
pcercuei 0:03b5121a232e 8240 extern __typeof (xmlRecoverDoc) xmlRecoverDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8241 #define xmlRecoverDoc xmlRecoverDoc__internal_alias
pcercuei 0:03b5121a232e 8242 #endif
pcercuei 0:03b5121a232e 8243 #endif
pcercuei 0:03b5121a232e 8244 #endif
pcercuei 0:03b5121a232e 8245
pcercuei 0:03b5121a232e 8246 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 8247 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8248 #undef xmlRecoverFile
pcercuei 0:03b5121a232e 8249 extern __typeof (xmlRecoverFile) xmlRecoverFile __attribute((alias("xmlRecoverFile__internal_alias")));
pcercuei 0:03b5121a232e 8250 #else
pcercuei 0:03b5121a232e 8251 #ifndef xmlRecoverFile
pcercuei 0:03b5121a232e 8252 extern __typeof (xmlRecoverFile) xmlRecoverFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8253 #define xmlRecoverFile xmlRecoverFile__internal_alias
pcercuei 0:03b5121a232e 8254 #endif
pcercuei 0:03b5121a232e 8255 #endif
pcercuei 0:03b5121a232e 8256 #endif
pcercuei 0:03b5121a232e 8257
pcercuei 0:03b5121a232e 8258 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 8259 #ifdef bottom_parser
pcercuei 0:03b5121a232e 8260 #undef xmlRecoverMemory
pcercuei 0:03b5121a232e 8261 extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias")));
pcercuei 0:03b5121a232e 8262 #else
pcercuei 0:03b5121a232e 8263 #ifndef xmlRecoverMemory
pcercuei 0:03b5121a232e 8264 extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8265 #define xmlRecoverMemory xmlRecoverMemory__internal_alias
pcercuei 0:03b5121a232e 8266 #endif
pcercuei 0:03b5121a232e 8267 #endif
pcercuei 0:03b5121a232e 8268 #endif
pcercuei 0:03b5121a232e 8269
pcercuei 0:03b5121a232e 8270 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8271 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8272 #undef xmlRegExecErrInfo
pcercuei 0:03b5121a232e 8273 extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo __attribute((alias("xmlRegExecErrInfo__internal_alias")));
pcercuei 0:03b5121a232e 8274 #else
pcercuei 0:03b5121a232e 8275 #ifndef xmlRegExecErrInfo
pcercuei 0:03b5121a232e 8276 extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8277 #define xmlRegExecErrInfo xmlRegExecErrInfo__internal_alias
pcercuei 0:03b5121a232e 8278 #endif
pcercuei 0:03b5121a232e 8279 #endif
pcercuei 0:03b5121a232e 8280 #endif
pcercuei 0:03b5121a232e 8281
pcercuei 0:03b5121a232e 8282 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8283 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8284 #undef xmlRegExecNextValues
pcercuei 0:03b5121a232e 8285 extern __typeof (xmlRegExecNextValues) xmlRegExecNextValues __attribute((alias("xmlRegExecNextValues__internal_alias")));
pcercuei 0:03b5121a232e 8286 #else
pcercuei 0:03b5121a232e 8287 #ifndef xmlRegExecNextValues
pcercuei 0:03b5121a232e 8288 extern __typeof (xmlRegExecNextValues) xmlRegExecNextValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8289 #define xmlRegExecNextValues xmlRegExecNextValues__internal_alias
pcercuei 0:03b5121a232e 8290 #endif
pcercuei 0:03b5121a232e 8291 #endif
pcercuei 0:03b5121a232e 8292 #endif
pcercuei 0:03b5121a232e 8293
pcercuei 0:03b5121a232e 8294 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8295 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8296 #undef xmlRegExecPushString
pcercuei 0:03b5121a232e 8297 extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
pcercuei 0:03b5121a232e 8298 #else
pcercuei 0:03b5121a232e 8299 #ifndef xmlRegExecPushString
pcercuei 0:03b5121a232e 8300 extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8301 #define xmlRegExecPushString xmlRegExecPushString__internal_alias
pcercuei 0:03b5121a232e 8302 #endif
pcercuei 0:03b5121a232e 8303 #endif
pcercuei 0:03b5121a232e 8304 #endif
pcercuei 0:03b5121a232e 8305
pcercuei 0:03b5121a232e 8306 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8307 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8308 #undef xmlRegExecPushString2
pcercuei 0:03b5121a232e 8309 extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2 __attribute((alias("xmlRegExecPushString2__internal_alias")));
pcercuei 0:03b5121a232e 8310 #else
pcercuei 0:03b5121a232e 8311 #ifndef xmlRegExecPushString2
pcercuei 0:03b5121a232e 8312 extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8313 #define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias
pcercuei 0:03b5121a232e 8314 #endif
pcercuei 0:03b5121a232e 8315 #endif
pcercuei 0:03b5121a232e 8316 #endif
pcercuei 0:03b5121a232e 8317
pcercuei 0:03b5121a232e 8318 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8319 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8320 #undef xmlRegFreeExecCtxt
pcercuei 0:03b5121a232e 8321 extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt __attribute((alias("xmlRegFreeExecCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8322 #else
pcercuei 0:03b5121a232e 8323 #ifndef xmlRegFreeExecCtxt
pcercuei 0:03b5121a232e 8324 extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8325 #define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias
pcercuei 0:03b5121a232e 8326 #endif
pcercuei 0:03b5121a232e 8327 #endif
pcercuei 0:03b5121a232e 8328 #endif
pcercuei 0:03b5121a232e 8329
pcercuei 0:03b5121a232e 8330 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8331 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8332 #undef xmlRegFreeRegexp
pcercuei 0:03b5121a232e 8333 extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp __attribute((alias("xmlRegFreeRegexp__internal_alias")));
pcercuei 0:03b5121a232e 8334 #else
pcercuei 0:03b5121a232e 8335 #ifndef xmlRegFreeRegexp
pcercuei 0:03b5121a232e 8336 extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8337 #define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias
pcercuei 0:03b5121a232e 8338 #endif
pcercuei 0:03b5121a232e 8339 #endif
pcercuei 0:03b5121a232e 8340 #endif
pcercuei 0:03b5121a232e 8341
pcercuei 0:03b5121a232e 8342 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8343 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8344 #undef xmlRegNewExecCtxt
pcercuei 0:03b5121a232e 8345 extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt __attribute((alias("xmlRegNewExecCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8346 #else
pcercuei 0:03b5121a232e 8347 #ifndef xmlRegNewExecCtxt
pcercuei 0:03b5121a232e 8348 extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8349 #define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias
pcercuei 0:03b5121a232e 8350 #endif
pcercuei 0:03b5121a232e 8351 #endif
pcercuei 0:03b5121a232e 8352 #endif
pcercuei 0:03b5121a232e 8353
pcercuei 0:03b5121a232e 8354 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8355 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8356 #undef xmlRegexpCompile
pcercuei 0:03b5121a232e 8357 extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
pcercuei 0:03b5121a232e 8358 #else
pcercuei 0:03b5121a232e 8359 #ifndef xmlRegexpCompile
pcercuei 0:03b5121a232e 8360 extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8361 #define xmlRegexpCompile xmlRegexpCompile__internal_alias
pcercuei 0:03b5121a232e 8362 #endif
pcercuei 0:03b5121a232e 8363 #endif
pcercuei 0:03b5121a232e 8364 #endif
pcercuei 0:03b5121a232e 8365
pcercuei 0:03b5121a232e 8366 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8367 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8368 #undef xmlRegexpExec
pcercuei 0:03b5121a232e 8369 extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias")));
pcercuei 0:03b5121a232e 8370 #else
pcercuei 0:03b5121a232e 8371 #ifndef xmlRegexpExec
pcercuei 0:03b5121a232e 8372 extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8373 #define xmlRegexpExec xmlRegexpExec__internal_alias
pcercuei 0:03b5121a232e 8374 #endif
pcercuei 0:03b5121a232e 8375 #endif
pcercuei 0:03b5121a232e 8376 #endif
pcercuei 0:03b5121a232e 8377
pcercuei 0:03b5121a232e 8378 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8379 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8380 #undef xmlRegexpIsDeterminist
pcercuei 0:03b5121a232e 8381 extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist __attribute((alias("xmlRegexpIsDeterminist__internal_alias")));
pcercuei 0:03b5121a232e 8382 #else
pcercuei 0:03b5121a232e 8383 #ifndef xmlRegexpIsDeterminist
pcercuei 0:03b5121a232e 8384 extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8385 #define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias
pcercuei 0:03b5121a232e 8386 #endif
pcercuei 0:03b5121a232e 8387 #endif
pcercuei 0:03b5121a232e 8388 #endif
pcercuei 0:03b5121a232e 8389
pcercuei 0:03b5121a232e 8390 #if defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 8391 #ifdef bottom_xmlregexp
pcercuei 0:03b5121a232e 8392 #undef xmlRegexpPrint
pcercuei 0:03b5121a232e 8393 extern __typeof (xmlRegexpPrint) xmlRegexpPrint __attribute((alias("xmlRegexpPrint__internal_alias")));
pcercuei 0:03b5121a232e 8394 #else
pcercuei 0:03b5121a232e 8395 #ifndef xmlRegexpPrint
pcercuei 0:03b5121a232e 8396 extern __typeof (xmlRegexpPrint) xmlRegexpPrint__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8397 #define xmlRegexpPrint xmlRegexpPrint__internal_alias
pcercuei 0:03b5121a232e 8398 #endif
pcercuei 0:03b5121a232e 8399 #endif
pcercuei 0:03b5121a232e 8400 #endif
pcercuei 0:03b5121a232e 8401
pcercuei 0:03b5121a232e 8402 #ifdef bottom_encoding
pcercuei 0:03b5121a232e 8403 #undef xmlRegisterCharEncodingHandler
pcercuei 0:03b5121a232e 8404 extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler __attribute((alias("xmlRegisterCharEncodingHandler__internal_alias")));
pcercuei 0:03b5121a232e 8405 #else
pcercuei 0:03b5121a232e 8406 #ifndef xmlRegisterCharEncodingHandler
pcercuei 0:03b5121a232e 8407 extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8408 #define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias
pcercuei 0:03b5121a232e 8409 #endif
pcercuei 0:03b5121a232e 8410 #endif
pcercuei 0:03b5121a232e 8411
pcercuei 0:03b5121a232e 8412 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 8413 #undef xmlRegisterDefaultInputCallbacks
pcercuei 0:03b5121a232e 8414 extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks __attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 8415 #else
pcercuei 0:03b5121a232e 8416 #ifndef xmlRegisterDefaultInputCallbacks
pcercuei 0:03b5121a232e 8417 extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8418 #define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias
pcercuei 0:03b5121a232e 8419 #endif
pcercuei 0:03b5121a232e 8420 #endif
pcercuei 0:03b5121a232e 8421
pcercuei 0:03b5121a232e 8422 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 8423 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 8424 #undef xmlRegisterDefaultOutputCallbacks
pcercuei 0:03b5121a232e 8425 extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks __attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 8426 #else
pcercuei 0:03b5121a232e 8427 #ifndef xmlRegisterDefaultOutputCallbacks
pcercuei 0:03b5121a232e 8428 extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8429 #define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias
pcercuei 0:03b5121a232e 8430 #endif
pcercuei 0:03b5121a232e 8431 #endif
pcercuei 0:03b5121a232e 8432 #endif
pcercuei 0:03b5121a232e 8433
pcercuei 0:03b5121a232e 8434 #if defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED)
pcercuei 0:03b5121a232e 8435 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 8436 #undef xmlRegisterHTTPPostCallbacks
pcercuei 0:03b5121a232e 8437 extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks __attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 8438 #else
pcercuei 0:03b5121a232e 8439 #ifndef xmlRegisterHTTPPostCallbacks
pcercuei 0:03b5121a232e 8440 extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8441 #define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias
pcercuei 0:03b5121a232e 8442 #endif
pcercuei 0:03b5121a232e 8443 #endif
pcercuei 0:03b5121a232e 8444 #endif
pcercuei 0:03b5121a232e 8445
pcercuei 0:03b5121a232e 8446 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 8447 #undef xmlRegisterInputCallbacks
pcercuei 0:03b5121a232e 8448 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 8449 #else
pcercuei 0:03b5121a232e 8450 #ifndef xmlRegisterInputCallbacks
pcercuei 0:03b5121a232e 8451 extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8452 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
pcercuei 0:03b5121a232e 8453 #endif
pcercuei 0:03b5121a232e 8454 #endif
pcercuei 0:03b5121a232e 8455
pcercuei 0:03b5121a232e 8456 #ifdef bottom_globals
pcercuei 0:03b5121a232e 8457 #undef xmlRegisterNodeDefault
pcercuei 0:03b5121a232e 8458 extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault __attribute((alias("xmlRegisterNodeDefault__internal_alias")));
pcercuei 0:03b5121a232e 8459 #else
pcercuei 0:03b5121a232e 8460 #ifndef xmlRegisterNodeDefault
pcercuei 0:03b5121a232e 8461 extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8462 #define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias
pcercuei 0:03b5121a232e 8463 #endif
pcercuei 0:03b5121a232e 8464 #endif
pcercuei 0:03b5121a232e 8465
pcercuei 0:03b5121a232e 8466 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 8467 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 8468 #undef xmlRegisterOutputCallbacks
pcercuei 0:03b5121a232e 8469 extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks __attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
pcercuei 0:03b5121a232e 8470 #else
pcercuei 0:03b5121a232e 8471 #ifndef xmlRegisterOutputCallbacks
pcercuei 0:03b5121a232e 8472 extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8473 #define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias
pcercuei 0:03b5121a232e 8474 #endif
pcercuei 0:03b5121a232e 8475 #endif
pcercuei 0:03b5121a232e 8476 #endif
pcercuei 0:03b5121a232e 8477
pcercuei 0:03b5121a232e 8478 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8479 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8480 #undef xmlRelaxNGCleanupTypes
pcercuei 0:03b5121a232e 8481 extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes __attribute((alias("xmlRelaxNGCleanupTypes__internal_alias")));
pcercuei 0:03b5121a232e 8482 #else
pcercuei 0:03b5121a232e 8483 #ifndef xmlRelaxNGCleanupTypes
pcercuei 0:03b5121a232e 8484 extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8485 #define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias
pcercuei 0:03b5121a232e 8486 #endif
pcercuei 0:03b5121a232e 8487 #endif
pcercuei 0:03b5121a232e 8488 #endif
pcercuei 0:03b5121a232e 8489
pcercuei 0:03b5121a232e 8490 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 8491 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8492 #undef xmlRelaxNGDump
pcercuei 0:03b5121a232e 8493 extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump __attribute((alias("xmlRelaxNGDump__internal_alias")));
pcercuei 0:03b5121a232e 8494 #else
pcercuei 0:03b5121a232e 8495 #ifndef xmlRelaxNGDump
pcercuei 0:03b5121a232e 8496 extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8497 #define xmlRelaxNGDump xmlRelaxNGDump__internal_alias
pcercuei 0:03b5121a232e 8498 #endif
pcercuei 0:03b5121a232e 8499 #endif
pcercuei 0:03b5121a232e 8500 #endif
pcercuei 0:03b5121a232e 8501
pcercuei 0:03b5121a232e 8502 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 8503 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8504 #undef xmlRelaxNGDumpTree
pcercuei 0:03b5121a232e 8505 extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree __attribute((alias("xmlRelaxNGDumpTree__internal_alias")));
pcercuei 0:03b5121a232e 8506 #else
pcercuei 0:03b5121a232e 8507 #ifndef xmlRelaxNGDumpTree
pcercuei 0:03b5121a232e 8508 extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8509 #define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias
pcercuei 0:03b5121a232e 8510 #endif
pcercuei 0:03b5121a232e 8511 #endif
pcercuei 0:03b5121a232e 8512 #endif
pcercuei 0:03b5121a232e 8513
pcercuei 0:03b5121a232e 8514 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8515 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8516 #undef xmlRelaxNGFree
pcercuei 0:03b5121a232e 8517 extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree __attribute((alias("xmlRelaxNGFree__internal_alias")));
pcercuei 0:03b5121a232e 8518 #else
pcercuei 0:03b5121a232e 8519 #ifndef xmlRelaxNGFree
pcercuei 0:03b5121a232e 8520 extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8521 #define xmlRelaxNGFree xmlRelaxNGFree__internal_alias
pcercuei 0:03b5121a232e 8522 #endif
pcercuei 0:03b5121a232e 8523 #endif
pcercuei 0:03b5121a232e 8524 #endif
pcercuei 0:03b5121a232e 8525
pcercuei 0:03b5121a232e 8526 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8527 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8528 #undef xmlRelaxNGFreeParserCtxt
pcercuei 0:03b5121a232e 8529 extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt __attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8530 #else
pcercuei 0:03b5121a232e 8531 #ifndef xmlRelaxNGFreeParserCtxt
pcercuei 0:03b5121a232e 8532 extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8533 #define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias
pcercuei 0:03b5121a232e 8534 #endif
pcercuei 0:03b5121a232e 8535 #endif
pcercuei 0:03b5121a232e 8536 #endif
pcercuei 0:03b5121a232e 8537
pcercuei 0:03b5121a232e 8538 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8539 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8540 #undef xmlRelaxNGFreeValidCtxt
pcercuei 0:03b5121a232e 8541 extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt __attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8542 #else
pcercuei 0:03b5121a232e 8543 #ifndef xmlRelaxNGFreeValidCtxt
pcercuei 0:03b5121a232e 8544 extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8545 #define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias
pcercuei 0:03b5121a232e 8546 #endif
pcercuei 0:03b5121a232e 8547 #endif
pcercuei 0:03b5121a232e 8548 #endif
pcercuei 0:03b5121a232e 8549
pcercuei 0:03b5121a232e 8550 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8551 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8552 #undef xmlRelaxNGGetParserErrors
pcercuei 0:03b5121a232e 8553 extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors __attribute((alias("xmlRelaxNGGetParserErrors__internal_alias")));
pcercuei 0:03b5121a232e 8554 #else
pcercuei 0:03b5121a232e 8555 #ifndef xmlRelaxNGGetParserErrors
pcercuei 0:03b5121a232e 8556 extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8557 #define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias
pcercuei 0:03b5121a232e 8558 #endif
pcercuei 0:03b5121a232e 8559 #endif
pcercuei 0:03b5121a232e 8560 #endif
pcercuei 0:03b5121a232e 8561
pcercuei 0:03b5121a232e 8562 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8563 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8564 #undef xmlRelaxNGGetValidErrors
pcercuei 0:03b5121a232e 8565 extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors __attribute((alias("xmlRelaxNGGetValidErrors__internal_alias")));
pcercuei 0:03b5121a232e 8566 #else
pcercuei 0:03b5121a232e 8567 #ifndef xmlRelaxNGGetValidErrors
pcercuei 0:03b5121a232e 8568 extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8569 #define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias
pcercuei 0:03b5121a232e 8570 #endif
pcercuei 0:03b5121a232e 8571 #endif
pcercuei 0:03b5121a232e 8572 #endif
pcercuei 0:03b5121a232e 8573
pcercuei 0:03b5121a232e 8574 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8575 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8576 #undef xmlRelaxNGInitTypes
pcercuei 0:03b5121a232e 8577 extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes __attribute((alias("xmlRelaxNGInitTypes__internal_alias")));
pcercuei 0:03b5121a232e 8578 #else
pcercuei 0:03b5121a232e 8579 #ifndef xmlRelaxNGInitTypes
pcercuei 0:03b5121a232e 8580 extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8581 #define xmlRelaxNGInitTypes xmlRelaxNGInitTypes__internal_alias
pcercuei 0:03b5121a232e 8582 #endif
pcercuei 0:03b5121a232e 8583 #endif
pcercuei 0:03b5121a232e 8584 #endif
pcercuei 0:03b5121a232e 8585
pcercuei 0:03b5121a232e 8586 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8587 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8588 #undef xmlRelaxNGNewDocParserCtxt
pcercuei 0:03b5121a232e 8589 extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt __attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8590 #else
pcercuei 0:03b5121a232e 8591 #ifndef xmlRelaxNGNewDocParserCtxt
pcercuei 0:03b5121a232e 8592 extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8593 #define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias
pcercuei 0:03b5121a232e 8594 #endif
pcercuei 0:03b5121a232e 8595 #endif
pcercuei 0:03b5121a232e 8596 #endif
pcercuei 0:03b5121a232e 8597
pcercuei 0:03b5121a232e 8598 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8599 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8600 #undef xmlRelaxNGNewMemParserCtxt
pcercuei 0:03b5121a232e 8601 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8602 #else
pcercuei 0:03b5121a232e 8603 #ifndef xmlRelaxNGNewMemParserCtxt
pcercuei 0:03b5121a232e 8604 extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8605 #define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias
pcercuei 0:03b5121a232e 8606 #endif
pcercuei 0:03b5121a232e 8607 #endif
pcercuei 0:03b5121a232e 8608 #endif
pcercuei 0:03b5121a232e 8609
pcercuei 0:03b5121a232e 8610 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8611 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8612 #undef xmlRelaxNGNewParserCtxt
pcercuei 0:03b5121a232e 8613 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8614 #else
pcercuei 0:03b5121a232e 8615 #ifndef xmlRelaxNGNewParserCtxt
pcercuei 0:03b5121a232e 8616 extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8617 #define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias
pcercuei 0:03b5121a232e 8618 #endif
pcercuei 0:03b5121a232e 8619 #endif
pcercuei 0:03b5121a232e 8620 #endif
pcercuei 0:03b5121a232e 8621
pcercuei 0:03b5121a232e 8622 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8623 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8624 #undef xmlRelaxNGNewValidCtxt
pcercuei 0:03b5121a232e 8625 extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt __attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 8626 #else
pcercuei 0:03b5121a232e 8627 #ifndef xmlRelaxNGNewValidCtxt
pcercuei 0:03b5121a232e 8628 extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8629 #define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias
pcercuei 0:03b5121a232e 8630 #endif
pcercuei 0:03b5121a232e 8631 #endif
pcercuei 0:03b5121a232e 8632 #endif
pcercuei 0:03b5121a232e 8633
pcercuei 0:03b5121a232e 8634 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8635 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8636 #undef xmlRelaxNGParse
pcercuei 0:03b5121a232e 8637 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias")));
pcercuei 0:03b5121a232e 8638 #else
pcercuei 0:03b5121a232e 8639 #ifndef xmlRelaxNGParse
pcercuei 0:03b5121a232e 8640 extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8641 #define xmlRelaxNGParse xmlRelaxNGParse__internal_alias
pcercuei 0:03b5121a232e 8642 #endif
pcercuei 0:03b5121a232e 8643 #endif
pcercuei 0:03b5121a232e 8644 #endif
pcercuei 0:03b5121a232e 8645
pcercuei 0:03b5121a232e 8646 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8647 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8648 #undef xmlRelaxNGSetParserErrors
pcercuei 0:03b5121a232e 8649 extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors __attribute((alias("xmlRelaxNGSetParserErrors__internal_alias")));
pcercuei 0:03b5121a232e 8650 #else
pcercuei 0:03b5121a232e 8651 #ifndef xmlRelaxNGSetParserErrors
pcercuei 0:03b5121a232e 8652 extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8653 #define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias
pcercuei 0:03b5121a232e 8654 #endif
pcercuei 0:03b5121a232e 8655 #endif
pcercuei 0:03b5121a232e 8656 #endif
pcercuei 0:03b5121a232e 8657
pcercuei 0:03b5121a232e 8658 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8659 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8660 #undef xmlRelaxNGSetParserStructuredErrors
pcercuei 0:03b5121a232e 8661 extern __typeof (xmlRelaxNGSetParserStructuredErrors) xmlRelaxNGSetParserStructuredErrors __attribute((alias("xmlRelaxNGSetParserStructuredErrors__internal_alias")));
pcercuei 0:03b5121a232e 8662 #else
pcercuei 0:03b5121a232e 8663 #ifndef xmlRelaxNGSetParserStructuredErrors
pcercuei 0:03b5121a232e 8664 extern __typeof (xmlRelaxNGSetParserStructuredErrors) xmlRelaxNGSetParserStructuredErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8665 #define xmlRelaxNGSetParserStructuredErrors xmlRelaxNGSetParserStructuredErrors__internal_alias
pcercuei 0:03b5121a232e 8666 #endif
pcercuei 0:03b5121a232e 8667 #endif
pcercuei 0:03b5121a232e 8668 #endif
pcercuei 0:03b5121a232e 8669
pcercuei 0:03b5121a232e 8670 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8671 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8672 #undef xmlRelaxNGSetValidErrors
pcercuei 0:03b5121a232e 8673 extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors __attribute((alias("xmlRelaxNGSetValidErrors__internal_alias")));
pcercuei 0:03b5121a232e 8674 #else
pcercuei 0:03b5121a232e 8675 #ifndef xmlRelaxNGSetValidErrors
pcercuei 0:03b5121a232e 8676 extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8677 #define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias
pcercuei 0:03b5121a232e 8678 #endif
pcercuei 0:03b5121a232e 8679 #endif
pcercuei 0:03b5121a232e 8680 #endif
pcercuei 0:03b5121a232e 8681
pcercuei 0:03b5121a232e 8682 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8683 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8684 #undef xmlRelaxNGSetValidStructuredErrors
pcercuei 0:03b5121a232e 8685 extern __typeof (xmlRelaxNGSetValidStructuredErrors) xmlRelaxNGSetValidStructuredErrors __attribute((alias("xmlRelaxNGSetValidStructuredErrors__internal_alias")));
pcercuei 0:03b5121a232e 8686 #else
pcercuei 0:03b5121a232e 8687 #ifndef xmlRelaxNGSetValidStructuredErrors
pcercuei 0:03b5121a232e 8688 extern __typeof (xmlRelaxNGSetValidStructuredErrors) xmlRelaxNGSetValidStructuredErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8689 #define xmlRelaxNGSetValidStructuredErrors xmlRelaxNGSetValidStructuredErrors__internal_alias
pcercuei 0:03b5121a232e 8690 #endif
pcercuei 0:03b5121a232e 8691 #endif
pcercuei 0:03b5121a232e 8692 #endif
pcercuei 0:03b5121a232e 8693
pcercuei 0:03b5121a232e 8694 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8695 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8696 #undef xmlRelaxNGValidateDoc
pcercuei 0:03b5121a232e 8697 extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc __attribute((alias("xmlRelaxNGValidateDoc__internal_alias")));
pcercuei 0:03b5121a232e 8698 #else
pcercuei 0:03b5121a232e 8699 #ifndef xmlRelaxNGValidateDoc
pcercuei 0:03b5121a232e 8700 extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8701 #define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias
pcercuei 0:03b5121a232e 8702 #endif
pcercuei 0:03b5121a232e 8703 #endif
pcercuei 0:03b5121a232e 8704 #endif
pcercuei 0:03b5121a232e 8705
pcercuei 0:03b5121a232e 8706 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8707 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8708 #undef xmlRelaxNGValidateFullElement
pcercuei 0:03b5121a232e 8709 extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement __attribute((alias("xmlRelaxNGValidateFullElement__internal_alias")));
pcercuei 0:03b5121a232e 8710 #else
pcercuei 0:03b5121a232e 8711 #ifndef xmlRelaxNGValidateFullElement
pcercuei 0:03b5121a232e 8712 extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8713 #define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias
pcercuei 0:03b5121a232e 8714 #endif
pcercuei 0:03b5121a232e 8715 #endif
pcercuei 0:03b5121a232e 8716 #endif
pcercuei 0:03b5121a232e 8717
pcercuei 0:03b5121a232e 8718 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8719 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8720 #undef xmlRelaxNGValidatePopElement
pcercuei 0:03b5121a232e 8721 extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement __attribute((alias("xmlRelaxNGValidatePopElement__internal_alias")));
pcercuei 0:03b5121a232e 8722 #else
pcercuei 0:03b5121a232e 8723 #ifndef xmlRelaxNGValidatePopElement
pcercuei 0:03b5121a232e 8724 extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8725 #define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias
pcercuei 0:03b5121a232e 8726 #endif
pcercuei 0:03b5121a232e 8727 #endif
pcercuei 0:03b5121a232e 8728 #endif
pcercuei 0:03b5121a232e 8729
pcercuei 0:03b5121a232e 8730 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8731 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8732 #undef xmlRelaxNGValidatePushCData
pcercuei 0:03b5121a232e 8733 extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData __attribute((alias("xmlRelaxNGValidatePushCData__internal_alias")));
pcercuei 0:03b5121a232e 8734 #else
pcercuei 0:03b5121a232e 8735 #ifndef xmlRelaxNGValidatePushCData
pcercuei 0:03b5121a232e 8736 extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8737 #define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias
pcercuei 0:03b5121a232e 8738 #endif
pcercuei 0:03b5121a232e 8739 #endif
pcercuei 0:03b5121a232e 8740 #endif
pcercuei 0:03b5121a232e 8741
pcercuei 0:03b5121a232e 8742 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8743 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8744 #undef xmlRelaxNGValidatePushElement
pcercuei 0:03b5121a232e 8745 extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement __attribute((alias("xmlRelaxNGValidatePushElement__internal_alias")));
pcercuei 0:03b5121a232e 8746 #else
pcercuei 0:03b5121a232e 8747 #ifndef xmlRelaxNGValidatePushElement
pcercuei 0:03b5121a232e 8748 extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8749 #define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias
pcercuei 0:03b5121a232e 8750 #endif
pcercuei 0:03b5121a232e 8751 #endif
pcercuei 0:03b5121a232e 8752 #endif
pcercuei 0:03b5121a232e 8753
pcercuei 0:03b5121a232e 8754 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 8755 #ifdef bottom_relaxng
pcercuei 0:03b5121a232e 8756 #undef xmlRelaxParserSetFlag
pcercuei 0:03b5121a232e 8757 extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag __attribute((alias("xmlRelaxParserSetFlag__internal_alias")));
pcercuei 0:03b5121a232e 8758 #else
pcercuei 0:03b5121a232e 8759 #ifndef xmlRelaxParserSetFlag
pcercuei 0:03b5121a232e 8760 extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8761 #define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias
pcercuei 0:03b5121a232e 8762 #endif
pcercuei 0:03b5121a232e 8763 #endif
pcercuei 0:03b5121a232e 8764 #endif
pcercuei 0:03b5121a232e 8765
pcercuei 0:03b5121a232e 8766 #ifdef bottom_valid
pcercuei 0:03b5121a232e 8767 #undef xmlRemoveID
pcercuei 0:03b5121a232e 8768 extern __typeof (xmlRemoveID) xmlRemoveID __attribute((alias("xmlRemoveID__internal_alias")));
pcercuei 0:03b5121a232e 8769 #else
pcercuei 0:03b5121a232e 8770 #ifndef xmlRemoveID
pcercuei 0:03b5121a232e 8771 extern __typeof (xmlRemoveID) xmlRemoveID__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8772 #define xmlRemoveID xmlRemoveID__internal_alias
pcercuei 0:03b5121a232e 8773 #endif
pcercuei 0:03b5121a232e 8774 #endif
pcercuei 0:03b5121a232e 8775
pcercuei 0:03b5121a232e 8776 #ifdef bottom_tree
pcercuei 0:03b5121a232e 8777 #undef xmlRemoveProp
pcercuei 0:03b5121a232e 8778 extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
pcercuei 0:03b5121a232e 8779 #else
pcercuei 0:03b5121a232e 8780 #ifndef xmlRemoveProp
pcercuei 0:03b5121a232e 8781 extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8782 #define xmlRemoveProp xmlRemoveProp__internal_alias
pcercuei 0:03b5121a232e 8783 #endif
pcercuei 0:03b5121a232e 8784 #endif
pcercuei 0:03b5121a232e 8785
pcercuei 0:03b5121a232e 8786 #ifdef bottom_valid
pcercuei 0:03b5121a232e 8787 #undef xmlRemoveRef
pcercuei 0:03b5121a232e 8788 extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
pcercuei 0:03b5121a232e 8789 #else
pcercuei 0:03b5121a232e 8790 #ifndef xmlRemoveRef
pcercuei 0:03b5121a232e 8791 extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8792 #define xmlRemoveRef xmlRemoveRef__internal_alias
pcercuei 0:03b5121a232e 8793 #endif
pcercuei 0:03b5121a232e 8794 #endif
pcercuei 0:03b5121a232e 8795
pcercuei 0:03b5121a232e 8796 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 8797 #ifdef bottom_tree
pcercuei 0:03b5121a232e 8798 #undef xmlReplaceNode
pcercuei 0:03b5121a232e 8799 extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
pcercuei 0:03b5121a232e 8800 #else
pcercuei 0:03b5121a232e 8801 #ifndef xmlReplaceNode
pcercuei 0:03b5121a232e 8802 extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8803 #define xmlReplaceNode xmlReplaceNode__internal_alias
pcercuei 0:03b5121a232e 8804 #endif
pcercuei 0:03b5121a232e 8805 #endif
pcercuei 0:03b5121a232e 8806 #endif
pcercuei 0:03b5121a232e 8807
pcercuei 0:03b5121a232e 8808 #ifdef bottom_error
pcercuei 0:03b5121a232e 8809 #undef xmlResetError
pcercuei 0:03b5121a232e 8810 extern __typeof (xmlResetError) xmlResetError __attribute((alias("xmlResetError__internal_alias")));
pcercuei 0:03b5121a232e 8811 #else
pcercuei 0:03b5121a232e 8812 #ifndef xmlResetError
pcercuei 0:03b5121a232e 8813 extern __typeof (xmlResetError) xmlResetError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8814 #define xmlResetError xmlResetError__internal_alias
pcercuei 0:03b5121a232e 8815 #endif
pcercuei 0:03b5121a232e 8816 #endif
pcercuei 0:03b5121a232e 8817
pcercuei 0:03b5121a232e 8818 #ifdef bottom_error
pcercuei 0:03b5121a232e 8819 #undef xmlResetLastError
pcercuei 0:03b5121a232e 8820 extern __typeof (xmlResetLastError) xmlResetLastError __attribute((alias("xmlResetLastError__internal_alias")));
pcercuei 0:03b5121a232e 8821 #else
pcercuei 0:03b5121a232e 8822 #ifndef xmlResetLastError
pcercuei 0:03b5121a232e 8823 extern __typeof (xmlResetLastError) xmlResetLastError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8824 #define xmlResetLastError xmlResetLastError__internal_alias
pcercuei 0:03b5121a232e 8825 #endif
pcercuei 0:03b5121a232e 8826 #endif
pcercuei 0:03b5121a232e 8827
pcercuei 0:03b5121a232e 8828 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8829 #undef xmlSAX2AttributeDecl
pcercuei 0:03b5121a232e 8830 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
pcercuei 0:03b5121a232e 8831 #else
pcercuei 0:03b5121a232e 8832 #ifndef xmlSAX2AttributeDecl
pcercuei 0:03b5121a232e 8833 extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8834 #define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias
pcercuei 0:03b5121a232e 8835 #endif
pcercuei 0:03b5121a232e 8836 #endif
pcercuei 0:03b5121a232e 8837
pcercuei 0:03b5121a232e 8838 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8839 #undef xmlSAX2CDataBlock
pcercuei 0:03b5121a232e 8840 extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock __attribute((alias("xmlSAX2CDataBlock__internal_alias")));
pcercuei 0:03b5121a232e 8841 #else
pcercuei 0:03b5121a232e 8842 #ifndef xmlSAX2CDataBlock
pcercuei 0:03b5121a232e 8843 extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8844 #define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias
pcercuei 0:03b5121a232e 8845 #endif
pcercuei 0:03b5121a232e 8846 #endif
pcercuei 0:03b5121a232e 8847
pcercuei 0:03b5121a232e 8848 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8849 #undef xmlSAX2Characters
pcercuei 0:03b5121a232e 8850 extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias")));
pcercuei 0:03b5121a232e 8851 #else
pcercuei 0:03b5121a232e 8852 #ifndef xmlSAX2Characters
pcercuei 0:03b5121a232e 8853 extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8854 #define xmlSAX2Characters xmlSAX2Characters__internal_alias
pcercuei 0:03b5121a232e 8855 #endif
pcercuei 0:03b5121a232e 8856 #endif
pcercuei 0:03b5121a232e 8857
pcercuei 0:03b5121a232e 8858 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8859 #undef xmlSAX2Comment
pcercuei 0:03b5121a232e 8860 extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
pcercuei 0:03b5121a232e 8861 #else
pcercuei 0:03b5121a232e 8862 #ifndef xmlSAX2Comment
pcercuei 0:03b5121a232e 8863 extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8864 #define xmlSAX2Comment xmlSAX2Comment__internal_alias
pcercuei 0:03b5121a232e 8865 #endif
pcercuei 0:03b5121a232e 8866 #endif
pcercuei 0:03b5121a232e 8867
pcercuei 0:03b5121a232e 8868 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8869 #undef xmlSAX2ElementDecl
pcercuei 0:03b5121a232e 8870 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
pcercuei 0:03b5121a232e 8871 #else
pcercuei 0:03b5121a232e 8872 #ifndef xmlSAX2ElementDecl
pcercuei 0:03b5121a232e 8873 extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8874 #define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias
pcercuei 0:03b5121a232e 8875 #endif
pcercuei 0:03b5121a232e 8876 #endif
pcercuei 0:03b5121a232e 8877
pcercuei 0:03b5121a232e 8878 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8879 #undef xmlSAX2EndDocument
pcercuei 0:03b5121a232e 8880 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
pcercuei 0:03b5121a232e 8881 #else
pcercuei 0:03b5121a232e 8882 #ifndef xmlSAX2EndDocument
pcercuei 0:03b5121a232e 8883 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8884 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias
pcercuei 0:03b5121a232e 8885 #endif
pcercuei 0:03b5121a232e 8886 #endif
pcercuei 0:03b5121a232e 8887
pcercuei 0:03b5121a232e 8888 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 8889 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8890 #undef xmlSAX2EndElement
pcercuei 0:03b5121a232e 8891 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
pcercuei 0:03b5121a232e 8892 #else
pcercuei 0:03b5121a232e 8893 #ifndef xmlSAX2EndElement
pcercuei 0:03b5121a232e 8894 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8895 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias
pcercuei 0:03b5121a232e 8896 #endif
pcercuei 0:03b5121a232e 8897 #endif
pcercuei 0:03b5121a232e 8898 #endif
pcercuei 0:03b5121a232e 8899
pcercuei 0:03b5121a232e 8900 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8901 #undef xmlSAX2EndElementNs
pcercuei 0:03b5121a232e 8902 extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs __attribute((alias("xmlSAX2EndElementNs__internal_alias")));
pcercuei 0:03b5121a232e 8903 #else
pcercuei 0:03b5121a232e 8904 #ifndef xmlSAX2EndElementNs
pcercuei 0:03b5121a232e 8905 extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8906 #define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias
pcercuei 0:03b5121a232e 8907 #endif
pcercuei 0:03b5121a232e 8908 #endif
pcercuei 0:03b5121a232e 8909
pcercuei 0:03b5121a232e 8910 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8911 #undef xmlSAX2EntityDecl
pcercuei 0:03b5121a232e 8912 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias")));
pcercuei 0:03b5121a232e 8913 #else
pcercuei 0:03b5121a232e 8914 #ifndef xmlSAX2EntityDecl
pcercuei 0:03b5121a232e 8915 extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8916 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias
pcercuei 0:03b5121a232e 8917 #endif
pcercuei 0:03b5121a232e 8918 #endif
pcercuei 0:03b5121a232e 8919
pcercuei 0:03b5121a232e 8920 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8921 #undef xmlSAX2ExternalSubset
pcercuei 0:03b5121a232e 8922 extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset __attribute((alias("xmlSAX2ExternalSubset__internal_alias")));
pcercuei 0:03b5121a232e 8923 #else
pcercuei 0:03b5121a232e 8924 #ifndef xmlSAX2ExternalSubset
pcercuei 0:03b5121a232e 8925 extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8926 #define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias
pcercuei 0:03b5121a232e 8927 #endif
pcercuei 0:03b5121a232e 8928 #endif
pcercuei 0:03b5121a232e 8929
pcercuei 0:03b5121a232e 8930 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8931 #undef xmlSAX2GetColumnNumber
pcercuei 0:03b5121a232e 8932 extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber __attribute((alias("xmlSAX2GetColumnNumber__internal_alias")));
pcercuei 0:03b5121a232e 8933 #else
pcercuei 0:03b5121a232e 8934 #ifndef xmlSAX2GetColumnNumber
pcercuei 0:03b5121a232e 8935 extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8936 #define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias
pcercuei 0:03b5121a232e 8937 #endif
pcercuei 0:03b5121a232e 8938 #endif
pcercuei 0:03b5121a232e 8939
pcercuei 0:03b5121a232e 8940 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8941 #undef xmlSAX2GetEntity
pcercuei 0:03b5121a232e 8942 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
pcercuei 0:03b5121a232e 8943 #else
pcercuei 0:03b5121a232e 8944 #ifndef xmlSAX2GetEntity
pcercuei 0:03b5121a232e 8945 extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8946 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
pcercuei 0:03b5121a232e 8947 #endif
pcercuei 0:03b5121a232e 8948 #endif
pcercuei 0:03b5121a232e 8949
pcercuei 0:03b5121a232e 8950 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8951 #undef xmlSAX2GetLineNumber
pcercuei 0:03b5121a232e 8952 extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber __attribute((alias("xmlSAX2GetLineNumber__internal_alias")));
pcercuei 0:03b5121a232e 8953 #else
pcercuei 0:03b5121a232e 8954 #ifndef xmlSAX2GetLineNumber
pcercuei 0:03b5121a232e 8955 extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8956 #define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias
pcercuei 0:03b5121a232e 8957 #endif
pcercuei 0:03b5121a232e 8958 #endif
pcercuei 0:03b5121a232e 8959
pcercuei 0:03b5121a232e 8960 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8961 #undef xmlSAX2GetParameterEntity
pcercuei 0:03b5121a232e 8962 extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity __attribute((alias("xmlSAX2GetParameterEntity__internal_alias")));
pcercuei 0:03b5121a232e 8963 #else
pcercuei 0:03b5121a232e 8964 #ifndef xmlSAX2GetParameterEntity
pcercuei 0:03b5121a232e 8965 extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8966 #define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias
pcercuei 0:03b5121a232e 8967 #endif
pcercuei 0:03b5121a232e 8968 #endif
pcercuei 0:03b5121a232e 8969
pcercuei 0:03b5121a232e 8970 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8971 #undef xmlSAX2GetPublicId
pcercuei 0:03b5121a232e 8972 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias")));
pcercuei 0:03b5121a232e 8973 #else
pcercuei 0:03b5121a232e 8974 #ifndef xmlSAX2GetPublicId
pcercuei 0:03b5121a232e 8975 extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8976 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias
pcercuei 0:03b5121a232e 8977 #endif
pcercuei 0:03b5121a232e 8978 #endif
pcercuei 0:03b5121a232e 8979
pcercuei 0:03b5121a232e 8980 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8981 #undef xmlSAX2GetSystemId
pcercuei 0:03b5121a232e 8982 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__internal_alias")));
pcercuei 0:03b5121a232e 8983 #else
pcercuei 0:03b5121a232e 8984 #ifndef xmlSAX2GetSystemId
pcercuei 0:03b5121a232e 8985 extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8986 #define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias
pcercuei 0:03b5121a232e 8987 #endif
pcercuei 0:03b5121a232e 8988 #endif
pcercuei 0:03b5121a232e 8989
pcercuei 0:03b5121a232e 8990 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 8991 #undef xmlSAX2HasExternalSubset
pcercuei 0:03b5121a232e 8992 extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset __attribute((alias("xmlSAX2HasExternalSubset__internal_alias")));
pcercuei 0:03b5121a232e 8993 #else
pcercuei 0:03b5121a232e 8994 #ifndef xmlSAX2HasExternalSubset
pcercuei 0:03b5121a232e 8995 extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 8996 #define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias
pcercuei 0:03b5121a232e 8997 #endif
pcercuei 0:03b5121a232e 8998 #endif
pcercuei 0:03b5121a232e 8999
pcercuei 0:03b5121a232e 9000 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9001 #undef xmlSAX2HasInternalSubset
pcercuei 0:03b5121a232e 9002 extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset __attribute((alias("xmlSAX2HasInternalSubset__internal_alias")));
pcercuei 0:03b5121a232e 9003 #else
pcercuei 0:03b5121a232e 9004 #ifndef xmlSAX2HasInternalSubset
pcercuei 0:03b5121a232e 9005 extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9006 #define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias
pcercuei 0:03b5121a232e 9007 #endif
pcercuei 0:03b5121a232e 9008 #endif
pcercuei 0:03b5121a232e 9009
pcercuei 0:03b5121a232e 9010 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9011 #undef xmlSAX2IgnorableWhitespace
pcercuei 0:03b5121a232e 9012 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
pcercuei 0:03b5121a232e 9013 #else
pcercuei 0:03b5121a232e 9014 #ifndef xmlSAX2IgnorableWhitespace
pcercuei 0:03b5121a232e 9015 extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9016 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias
pcercuei 0:03b5121a232e 9017 #endif
pcercuei 0:03b5121a232e 9018 #endif
pcercuei 0:03b5121a232e 9019
pcercuei 0:03b5121a232e 9020 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9021 #undef xmlSAX2InitDefaultSAXHandler
pcercuei 0:03b5121a232e 9022 extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler __attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias")));
pcercuei 0:03b5121a232e 9023 #else
pcercuei 0:03b5121a232e 9024 #ifndef xmlSAX2InitDefaultSAXHandler
pcercuei 0:03b5121a232e 9025 extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9026 #define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias
pcercuei 0:03b5121a232e 9027 #endif
pcercuei 0:03b5121a232e 9028 #endif
pcercuei 0:03b5121a232e 9029
pcercuei 0:03b5121a232e 9030 #if defined(LIBXML_DOCB_ENABLED)
pcercuei 0:03b5121a232e 9031 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9032 #undef xmlSAX2InitDocbDefaultSAXHandler
pcercuei 0:03b5121a232e 9033 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler __attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias")));
pcercuei 0:03b5121a232e 9034 #else
pcercuei 0:03b5121a232e 9035 #ifndef xmlSAX2InitDocbDefaultSAXHandler
pcercuei 0:03b5121a232e 9036 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9037 #define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias
pcercuei 0:03b5121a232e 9038 #endif
pcercuei 0:03b5121a232e 9039 #endif
pcercuei 0:03b5121a232e 9040 #endif
pcercuei 0:03b5121a232e 9041
pcercuei 0:03b5121a232e 9042 #if defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 9043 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9044 #undef xmlSAX2InitHtmlDefaultSAXHandler
pcercuei 0:03b5121a232e 9045 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler __attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias")));
pcercuei 0:03b5121a232e 9046 #else
pcercuei 0:03b5121a232e 9047 #ifndef xmlSAX2InitHtmlDefaultSAXHandler
pcercuei 0:03b5121a232e 9048 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9049 #define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
pcercuei 0:03b5121a232e 9050 #endif
pcercuei 0:03b5121a232e 9051 #endif
pcercuei 0:03b5121a232e 9052 #endif
pcercuei 0:03b5121a232e 9053
pcercuei 0:03b5121a232e 9054 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9055 #undef xmlSAX2InternalSubset
pcercuei 0:03b5121a232e 9056 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias")));
pcercuei 0:03b5121a232e 9057 #else
pcercuei 0:03b5121a232e 9058 #ifndef xmlSAX2InternalSubset
pcercuei 0:03b5121a232e 9059 extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9060 #define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias
pcercuei 0:03b5121a232e 9061 #endif
pcercuei 0:03b5121a232e 9062 #endif
pcercuei 0:03b5121a232e 9063
pcercuei 0:03b5121a232e 9064 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9065 #undef xmlSAX2IsStandalone
pcercuei 0:03b5121a232e 9066 extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone __attribute((alias("xmlSAX2IsStandalone__internal_alias")));
pcercuei 0:03b5121a232e 9067 #else
pcercuei 0:03b5121a232e 9068 #ifndef xmlSAX2IsStandalone
pcercuei 0:03b5121a232e 9069 extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9070 #define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias
pcercuei 0:03b5121a232e 9071 #endif
pcercuei 0:03b5121a232e 9072 #endif
pcercuei 0:03b5121a232e 9073
pcercuei 0:03b5121a232e 9074 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9075 #undef xmlSAX2NotationDecl
pcercuei 0:03b5121a232e 9076 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias")));
pcercuei 0:03b5121a232e 9077 #else
pcercuei 0:03b5121a232e 9078 #ifndef xmlSAX2NotationDecl
pcercuei 0:03b5121a232e 9079 extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9080 #define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
pcercuei 0:03b5121a232e 9081 #endif
pcercuei 0:03b5121a232e 9082 #endif
pcercuei 0:03b5121a232e 9083
pcercuei 0:03b5121a232e 9084 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9085 #undef xmlSAX2ProcessingInstruction
pcercuei 0:03b5121a232e 9086 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
pcercuei 0:03b5121a232e 9087 #else
pcercuei 0:03b5121a232e 9088 #ifndef xmlSAX2ProcessingInstruction
pcercuei 0:03b5121a232e 9089 extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9090 #define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias
pcercuei 0:03b5121a232e 9091 #endif
pcercuei 0:03b5121a232e 9092 #endif
pcercuei 0:03b5121a232e 9093
pcercuei 0:03b5121a232e 9094 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9095 #undef xmlSAX2Reference
pcercuei 0:03b5121a232e 9096 extern __typeof (xmlSAX2Reference) xmlSAX2Reference __attribute((alias("xmlSAX2Reference__internal_alias")));
pcercuei 0:03b5121a232e 9097 #else
pcercuei 0:03b5121a232e 9098 #ifndef xmlSAX2Reference
pcercuei 0:03b5121a232e 9099 extern __typeof (xmlSAX2Reference) xmlSAX2Reference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9100 #define xmlSAX2Reference xmlSAX2Reference__internal_alias
pcercuei 0:03b5121a232e 9101 #endif
pcercuei 0:03b5121a232e 9102 #endif
pcercuei 0:03b5121a232e 9103
pcercuei 0:03b5121a232e 9104 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9105 #undef xmlSAX2ResolveEntity
pcercuei 0:03b5121a232e 9106 extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity __attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
pcercuei 0:03b5121a232e 9107 #else
pcercuei 0:03b5121a232e 9108 #ifndef xmlSAX2ResolveEntity
pcercuei 0:03b5121a232e 9109 extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9110 #define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias
pcercuei 0:03b5121a232e 9111 #endif
pcercuei 0:03b5121a232e 9112 #endif
pcercuei 0:03b5121a232e 9113
pcercuei 0:03b5121a232e 9114 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9115 #undef xmlSAX2SetDocumentLocator
pcercuei 0:03b5121a232e 9116 extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator __attribute((alias("xmlSAX2SetDocumentLocator__internal_alias")));
pcercuei 0:03b5121a232e 9117 #else
pcercuei 0:03b5121a232e 9118 #ifndef xmlSAX2SetDocumentLocator
pcercuei 0:03b5121a232e 9119 extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9120 #define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias
pcercuei 0:03b5121a232e 9121 #endif
pcercuei 0:03b5121a232e 9122 #endif
pcercuei 0:03b5121a232e 9123
pcercuei 0:03b5121a232e 9124 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9125 #undef xmlSAX2StartDocument
pcercuei 0:03b5121a232e 9126 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("xmlSAX2StartDocument__internal_alias")));
pcercuei 0:03b5121a232e 9127 #else
pcercuei 0:03b5121a232e 9128 #ifndef xmlSAX2StartDocument
pcercuei 0:03b5121a232e 9129 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9130 #define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias
pcercuei 0:03b5121a232e 9131 #endif
pcercuei 0:03b5121a232e 9132 #endif
pcercuei 0:03b5121a232e 9133
pcercuei 0:03b5121a232e 9134 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 9135 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9136 #undef xmlSAX2StartElement
pcercuei 0:03b5121a232e 9137 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
pcercuei 0:03b5121a232e 9138 #else
pcercuei 0:03b5121a232e 9139 #ifndef xmlSAX2StartElement
pcercuei 0:03b5121a232e 9140 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9141 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias
pcercuei 0:03b5121a232e 9142 #endif
pcercuei 0:03b5121a232e 9143 #endif
pcercuei 0:03b5121a232e 9144 #endif
pcercuei 0:03b5121a232e 9145
pcercuei 0:03b5121a232e 9146 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9147 #undef xmlSAX2StartElementNs
pcercuei 0:03b5121a232e 9148 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
pcercuei 0:03b5121a232e 9149 #else
pcercuei 0:03b5121a232e 9150 #ifndef xmlSAX2StartElementNs
pcercuei 0:03b5121a232e 9151 extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9152 #define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
pcercuei 0:03b5121a232e 9153 #endif
pcercuei 0:03b5121a232e 9154 #endif
pcercuei 0:03b5121a232e 9155
pcercuei 0:03b5121a232e 9156 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9157 #undef xmlSAX2UnparsedEntityDecl
pcercuei 0:03b5121a232e 9158 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
pcercuei 0:03b5121a232e 9159 #else
pcercuei 0:03b5121a232e 9160 #ifndef xmlSAX2UnparsedEntityDecl
pcercuei 0:03b5121a232e 9161 extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9162 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias
pcercuei 0:03b5121a232e 9163 #endif
pcercuei 0:03b5121a232e 9164 #endif
pcercuei 0:03b5121a232e 9165
pcercuei 0:03b5121a232e 9166 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9167 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9168 #undef xmlSAXDefaultVersion
pcercuei 0:03b5121a232e 9169 extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion __attribute((alias("xmlSAXDefaultVersion__internal_alias")));
pcercuei 0:03b5121a232e 9170 #else
pcercuei 0:03b5121a232e 9171 #ifndef xmlSAXDefaultVersion
pcercuei 0:03b5121a232e 9172 extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9173 #define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias
pcercuei 0:03b5121a232e 9174 #endif
pcercuei 0:03b5121a232e 9175 #endif
pcercuei 0:03b5121a232e 9176 #endif
pcercuei 0:03b5121a232e 9177
pcercuei 0:03b5121a232e 9178 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 9179 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9180 #undef xmlSAXParseDTD
pcercuei 0:03b5121a232e 9181 extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD __attribute((alias("xmlSAXParseDTD__internal_alias")));
pcercuei 0:03b5121a232e 9182 #else
pcercuei 0:03b5121a232e 9183 #ifndef xmlSAXParseDTD
pcercuei 0:03b5121a232e 9184 extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9185 #define xmlSAXParseDTD xmlSAXParseDTD__internal_alias
pcercuei 0:03b5121a232e 9186 #endif
pcercuei 0:03b5121a232e 9187 #endif
pcercuei 0:03b5121a232e 9188 #endif
pcercuei 0:03b5121a232e 9189
pcercuei 0:03b5121a232e 9190 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9191 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9192 #undef xmlSAXParseDoc
pcercuei 0:03b5121a232e 9193 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
pcercuei 0:03b5121a232e 9194 #else
pcercuei 0:03b5121a232e 9195 #ifndef xmlSAXParseDoc
pcercuei 0:03b5121a232e 9196 extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9197 #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
pcercuei 0:03b5121a232e 9198 #endif
pcercuei 0:03b5121a232e 9199 #endif
pcercuei 0:03b5121a232e 9200 #endif
pcercuei 0:03b5121a232e 9201
pcercuei 0:03b5121a232e 9202 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9203 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9204 #undef xmlSAXParseEntity
pcercuei 0:03b5121a232e 9205 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
pcercuei 0:03b5121a232e 9206 #else
pcercuei 0:03b5121a232e 9207 #ifndef xmlSAXParseEntity
pcercuei 0:03b5121a232e 9208 extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9209 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias
pcercuei 0:03b5121a232e 9210 #endif
pcercuei 0:03b5121a232e 9211 #endif
pcercuei 0:03b5121a232e 9212 #endif
pcercuei 0:03b5121a232e 9213
pcercuei 0:03b5121a232e 9214 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9215 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9216 #undef xmlSAXParseFile
pcercuei 0:03b5121a232e 9217 extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
pcercuei 0:03b5121a232e 9218 #else
pcercuei 0:03b5121a232e 9219 #ifndef xmlSAXParseFile
pcercuei 0:03b5121a232e 9220 extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9221 #define xmlSAXParseFile xmlSAXParseFile__internal_alias
pcercuei 0:03b5121a232e 9222 #endif
pcercuei 0:03b5121a232e 9223 #endif
pcercuei 0:03b5121a232e 9224 #endif
pcercuei 0:03b5121a232e 9225
pcercuei 0:03b5121a232e 9226 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9227 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9228 #undef xmlSAXParseFileWithData
pcercuei 0:03b5121a232e 9229 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias")));
pcercuei 0:03b5121a232e 9230 #else
pcercuei 0:03b5121a232e 9231 #ifndef xmlSAXParseFileWithData
pcercuei 0:03b5121a232e 9232 extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9233 #define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias
pcercuei 0:03b5121a232e 9234 #endif
pcercuei 0:03b5121a232e 9235 #endif
pcercuei 0:03b5121a232e 9236 #endif
pcercuei 0:03b5121a232e 9237
pcercuei 0:03b5121a232e 9238 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9239 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9240 #undef xmlSAXParseMemory
pcercuei 0:03b5121a232e 9241 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias")));
pcercuei 0:03b5121a232e 9242 #else
pcercuei 0:03b5121a232e 9243 #ifndef xmlSAXParseMemory
pcercuei 0:03b5121a232e 9244 extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9245 #define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
pcercuei 0:03b5121a232e 9246 #endif
pcercuei 0:03b5121a232e 9247 #endif
pcercuei 0:03b5121a232e 9248 #endif
pcercuei 0:03b5121a232e 9249
pcercuei 0:03b5121a232e 9250 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9251 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9252 #undef xmlSAXParseMemoryWithData
pcercuei 0:03b5121a232e 9253 extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData __attribute((alias("xmlSAXParseMemoryWithData__internal_alias")));
pcercuei 0:03b5121a232e 9254 #else
pcercuei 0:03b5121a232e 9255 #ifndef xmlSAXParseMemoryWithData
pcercuei 0:03b5121a232e 9256 extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9257 #define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias
pcercuei 0:03b5121a232e 9258 #endif
pcercuei 0:03b5121a232e 9259 #endif
pcercuei 0:03b5121a232e 9260 #endif
pcercuei 0:03b5121a232e 9261
pcercuei 0:03b5121a232e 9262 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9263 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9264 #undef xmlSAXUserParseFile
pcercuei 0:03b5121a232e 9265 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
pcercuei 0:03b5121a232e 9266 #else
pcercuei 0:03b5121a232e 9267 #ifndef xmlSAXUserParseFile
pcercuei 0:03b5121a232e 9268 extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9269 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias
pcercuei 0:03b5121a232e 9270 #endif
pcercuei 0:03b5121a232e 9271 #endif
pcercuei 0:03b5121a232e 9272 #endif
pcercuei 0:03b5121a232e 9273
pcercuei 0:03b5121a232e 9274 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 9275 #ifdef bottom_parser
pcercuei 0:03b5121a232e 9276 #undef xmlSAXUserParseMemory
pcercuei 0:03b5121a232e 9277 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias")));
pcercuei 0:03b5121a232e 9278 #else
pcercuei 0:03b5121a232e 9279 #ifndef xmlSAXUserParseMemory
pcercuei 0:03b5121a232e 9280 extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9281 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias
pcercuei 0:03b5121a232e 9282 #endif
pcercuei 0:03b5121a232e 9283 #endif
pcercuei 0:03b5121a232e 9284 #endif
pcercuei 0:03b5121a232e 9285
pcercuei 0:03b5121a232e 9286 #ifdef bottom_SAX2
pcercuei 0:03b5121a232e 9287 #undef xmlSAXVersion
pcercuei 0:03b5121a232e 9288 extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
pcercuei 0:03b5121a232e 9289 #else
pcercuei 0:03b5121a232e 9290 #ifndef xmlSAXVersion
pcercuei 0:03b5121a232e 9291 extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9292 #define xmlSAXVersion xmlSAXVersion__internal_alias
pcercuei 0:03b5121a232e 9293 #endif
pcercuei 0:03b5121a232e 9294 #endif
pcercuei 0:03b5121a232e 9295
pcercuei 0:03b5121a232e 9296 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9297 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9298 #undef xmlSaveClose
pcercuei 0:03b5121a232e 9299 extern __typeof (xmlSaveClose) xmlSaveClose __attribute((alias("xmlSaveClose__internal_alias")));
pcercuei 0:03b5121a232e 9300 #else
pcercuei 0:03b5121a232e 9301 #ifndef xmlSaveClose
pcercuei 0:03b5121a232e 9302 extern __typeof (xmlSaveClose) xmlSaveClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9303 #define xmlSaveClose xmlSaveClose__internal_alias
pcercuei 0:03b5121a232e 9304 #endif
pcercuei 0:03b5121a232e 9305 #endif
pcercuei 0:03b5121a232e 9306 #endif
pcercuei 0:03b5121a232e 9307
pcercuei 0:03b5121a232e 9308 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9309 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9310 #undef xmlSaveDoc
pcercuei 0:03b5121a232e 9311 extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
pcercuei 0:03b5121a232e 9312 #else
pcercuei 0:03b5121a232e 9313 #ifndef xmlSaveDoc
pcercuei 0:03b5121a232e 9314 extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9315 #define xmlSaveDoc xmlSaveDoc__internal_alias
pcercuei 0:03b5121a232e 9316 #endif
pcercuei 0:03b5121a232e 9317 #endif
pcercuei 0:03b5121a232e 9318 #endif
pcercuei 0:03b5121a232e 9319
pcercuei 0:03b5121a232e 9320 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9321 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9322 #undef xmlSaveFile
pcercuei 0:03b5121a232e 9323 extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias")));
pcercuei 0:03b5121a232e 9324 #else
pcercuei 0:03b5121a232e 9325 #ifndef xmlSaveFile
pcercuei 0:03b5121a232e 9326 extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9327 #define xmlSaveFile xmlSaveFile__internal_alias
pcercuei 0:03b5121a232e 9328 #endif
pcercuei 0:03b5121a232e 9329 #endif
pcercuei 0:03b5121a232e 9330 #endif
pcercuei 0:03b5121a232e 9331
pcercuei 0:03b5121a232e 9332 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9333 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9334 #undef xmlSaveFileEnc
pcercuei 0:03b5121a232e 9335 extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc __attribute((alias("xmlSaveFileEnc__internal_alias")));
pcercuei 0:03b5121a232e 9336 #else
pcercuei 0:03b5121a232e 9337 #ifndef xmlSaveFileEnc
pcercuei 0:03b5121a232e 9338 extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9339 #define xmlSaveFileEnc xmlSaveFileEnc__internal_alias
pcercuei 0:03b5121a232e 9340 #endif
pcercuei 0:03b5121a232e 9341 #endif
pcercuei 0:03b5121a232e 9342 #endif
pcercuei 0:03b5121a232e 9343
pcercuei 0:03b5121a232e 9344 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9345 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9346 #undef xmlSaveFileTo
pcercuei 0:03b5121a232e 9347 extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
pcercuei 0:03b5121a232e 9348 #else
pcercuei 0:03b5121a232e 9349 #ifndef xmlSaveFileTo
pcercuei 0:03b5121a232e 9350 extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9351 #define xmlSaveFileTo xmlSaveFileTo__internal_alias
pcercuei 0:03b5121a232e 9352 #endif
pcercuei 0:03b5121a232e 9353 #endif
pcercuei 0:03b5121a232e 9354 #endif
pcercuei 0:03b5121a232e 9355
pcercuei 0:03b5121a232e 9356 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9357 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9358 #undef xmlSaveFlush
pcercuei 0:03b5121a232e 9359 extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
pcercuei 0:03b5121a232e 9360 #else
pcercuei 0:03b5121a232e 9361 #ifndef xmlSaveFlush
pcercuei 0:03b5121a232e 9362 extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9363 #define xmlSaveFlush xmlSaveFlush__internal_alias
pcercuei 0:03b5121a232e 9364 #endif
pcercuei 0:03b5121a232e 9365 #endif
pcercuei 0:03b5121a232e 9366 #endif
pcercuei 0:03b5121a232e 9367
pcercuei 0:03b5121a232e 9368 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9369 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9370 #undef xmlSaveFormatFile
pcercuei 0:03b5121a232e 9371 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
pcercuei 0:03b5121a232e 9372 #else
pcercuei 0:03b5121a232e 9373 #ifndef xmlSaveFormatFile
pcercuei 0:03b5121a232e 9374 extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9375 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias
pcercuei 0:03b5121a232e 9376 #endif
pcercuei 0:03b5121a232e 9377 #endif
pcercuei 0:03b5121a232e 9378 #endif
pcercuei 0:03b5121a232e 9379
pcercuei 0:03b5121a232e 9380 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9381 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9382 #undef xmlSaveFormatFileEnc
pcercuei 0:03b5121a232e 9383 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
pcercuei 0:03b5121a232e 9384 #else
pcercuei 0:03b5121a232e 9385 #ifndef xmlSaveFormatFileEnc
pcercuei 0:03b5121a232e 9386 extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9387 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
pcercuei 0:03b5121a232e 9388 #endif
pcercuei 0:03b5121a232e 9389 #endif
pcercuei 0:03b5121a232e 9390 #endif
pcercuei 0:03b5121a232e 9391
pcercuei 0:03b5121a232e 9392 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9393 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9394 #undef xmlSaveFormatFileTo
pcercuei 0:03b5121a232e 9395 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
pcercuei 0:03b5121a232e 9396 #else
pcercuei 0:03b5121a232e 9397 #ifndef xmlSaveFormatFileTo
pcercuei 0:03b5121a232e 9398 extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9399 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias
pcercuei 0:03b5121a232e 9400 #endif
pcercuei 0:03b5121a232e 9401 #endif
pcercuei 0:03b5121a232e 9402 #endif
pcercuei 0:03b5121a232e 9403
pcercuei 0:03b5121a232e 9404 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9405 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9406 #undef xmlSaveSetAttrEscape
pcercuei 0:03b5121a232e 9407 extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape __attribute((alias("xmlSaveSetAttrEscape__internal_alias")));
pcercuei 0:03b5121a232e 9408 #else
pcercuei 0:03b5121a232e 9409 #ifndef xmlSaveSetAttrEscape
pcercuei 0:03b5121a232e 9410 extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9411 #define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias
pcercuei 0:03b5121a232e 9412 #endif
pcercuei 0:03b5121a232e 9413 #endif
pcercuei 0:03b5121a232e 9414 #endif
pcercuei 0:03b5121a232e 9415
pcercuei 0:03b5121a232e 9416 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9417 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9418 #undef xmlSaveSetEscape
pcercuei 0:03b5121a232e 9419 extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape __attribute((alias("xmlSaveSetEscape__internal_alias")));
pcercuei 0:03b5121a232e 9420 #else
pcercuei 0:03b5121a232e 9421 #ifndef xmlSaveSetEscape
pcercuei 0:03b5121a232e 9422 extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9423 #define xmlSaveSetEscape xmlSaveSetEscape__internal_alias
pcercuei 0:03b5121a232e 9424 #endif
pcercuei 0:03b5121a232e 9425 #endif
pcercuei 0:03b5121a232e 9426 #endif
pcercuei 0:03b5121a232e 9427
pcercuei 0:03b5121a232e 9428 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9429 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9430 #undef xmlSaveToBuffer
pcercuei 0:03b5121a232e 9431 extern __typeof (xmlSaveToBuffer) xmlSaveToBuffer __attribute((alias("xmlSaveToBuffer__internal_alias")));
pcercuei 0:03b5121a232e 9432 #else
pcercuei 0:03b5121a232e 9433 #ifndef xmlSaveToBuffer
pcercuei 0:03b5121a232e 9434 extern __typeof (xmlSaveToBuffer) xmlSaveToBuffer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9435 #define xmlSaveToBuffer xmlSaveToBuffer__internal_alias
pcercuei 0:03b5121a232e 9436 #endif
pcercuei 0:03b5121a232e 9437 #endif
pcercuei 0:03b5121a232e 9438 #endif
pcercuei 0:03b5121a232e 9439
pcercuei 0:03b5121a232e 9440 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9441 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9442 #undef xmlSaveToFd
pcercuei 0:03b5121a232e 9443 extern __typeof (xmlSaveToFd) xmlSaveToFd __attribute((alias("xmlSaveToFd__internal_alias")));
pcercuei 0:03b5121a232e 9444 #else
pcercuei 0:03b5121a232e 9445 #ifndef xmlSaveToFd
pcercuei 0:03b5121a232e 9446 extern __typeof (xmlSaveToFd) xmlSaveToFd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9447 #define xmlSaveToFd xmlSaveToFd__internal_alias
pcercuei 0:03b5121a232e 9448 #endif
pcercuei 0:03b5121a232e 9449 #endif
pcercuei 0:03b5121a232e 9450 #endif
pcercuei 0:03b5121a232e 9451
pcercuei 0:03b5121a232e 9452 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9453 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9454 #undef xmlSaveToFilename
pcercuei 0:03b5121a232e 9455 extern __typeof (xmlSaveToFilename) xmlSaveToFilename __attribute((alias("xmlSaveToFilename__internal_alias")));
pcercuei 0:03b5121a232e 9456 #else
pcercuei 0:03b5121a232e 9457 #ifndef xmlSaveToFilename
pcercuei 0:03b5121a232e 9458 extern __typeof (xmlSaveToFilename) xmlSaveToFilename__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9459 #define xmlSaveToFilename xmlSaveToFilename__internal_alias
pcercuei 0:03b5121a232e 9460 #endif
pcercuei 0:03b5121a232e 9461 #endif
pcercuei 0:03b5121a232e 9462 #endif
pcercuei 0:03b5121a232e 9463
pcercuei 0:03b5121a232e 9464 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9465 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9466 #undef xmlSaveToIO
pcercuei 0:03b5121a232e 9467 extern __typeof (xmlSaveToIO) xmlSaveToIO __attribute((alias("xmlSaveToIO__internal_alias")));
pcercuei 0:03b5121a232e 9468 #else
pcercuei 0:03b5121a232e 9469 #ifndef xmlSaveToIO
pcercuei 0:03b5121a232e 9470 extern __typeof (xmlSaveToIO) xmlSaveToIO__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9471 #define xmlSaveToIO xmlSaveToIO__internal_alias
pcercuei 0:03b5121a232e 9472 #endif
pcercuei 0:03b5121a232e 9473 #endif
pcercuei 0:03b5121a232e 9474 #endif
pcercuei 0:03b5121a232e 9475
pcercuei 0:03b5121a232e 9476 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9477 #ifdef bottom_xmlsave
pcercuei 0:03b5121a232e 9478 #undef xmlSaveTree
pcercuei 0:03b5121a232e 9479 extern __typeof (xmlSaveTree) xmlSaveTree __attribute((alias("xmlSaveTree__internal_alias")));
pcercuei 0:03b5121a232e 9480 #else
pcercuei 0:03b5121a232e 9481 #ifndef xmlSaveTree
pcercuei 0:03b5121a232e 9482 extern __typeof (xmlSaveTree) xmlSaveTree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9483 #define xmlSaveTree xmlSaveTree__internal_alias
pcercuei 0:03b5121a232e 9484 #endif
pcercuei 0:03b5121a232e 9485 #endif
pcercuei 0:03b5121a232e 9486 #endif
pcercuei 0:03b5121a232e 9487
pcercuei 0:03b5121a232e 9488 #ifdef bottom_uri
pcercuei 0:03b5121a232e 9489 #undef xmlSaveUri
pcercuei 0:03b5121a232e 9490 extern __typeof (xmlSaveUri) xmlSaveUri __attribute((alias("xmlSaveUri__internal_alias")));
pcercuei 0:03b5121a232e 9491 #else
pcercuei 0:03b5121a232e 9492 #ifndef xmlSaveUri
pcercuei 0:03b5121a232e 9493 extern __typeof (xmlSaveUri) xmlSaveUri__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9494 #define xmlSaveUri xmlSaveUri__internal_alias
pcercuei 0:03b5121a232e 9495 #endif
pcercuei 0:03b5121a232e 9496 #endif
pcercuei 0:03b5121a232e 9497
pcercuei 0:03b5121a232e 9498 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 9499 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 9500 #undef xmlScanName
pcercuei 0:03b5121a232e 9501 extern __typeof (xmlScanName) xmlScanName __attribute((alias("xmlScanName__internal_alias")));
pcercuei 0:03b5121a232e 9502 #else
pcercuei 0:03b5121a232e 9503 #ifndef xmlScanName
pcercuei 0:03b5121a232e 9504 extern __typeof (xmlScanName) xmlScanName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9505 #define xmlScanName xmlScanName__internal_alias
pcercuei 0:03b5121a232e 9506 #endif
pcercuei 0:03b5121a232e 9507 #endif
pcercuei 0:03b5121a232e 9508 #endif
pcercuei 0:03b5121a232e 9509
pcercuei 0:03b5121a232e 9510 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9511 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9512 #undef xmlSchemaCheckFacet
pcercuei 0:03b5121a232e 9513 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias")));
pcercuei 0:03b5121a232e 9514 #else
pcercuei 0:03b5121a232e 9515 #ifndef xmlSchemaCheckFacet
pcercuei 0:03b5121a232e 9516 extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9517 #define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias
pcercuei 0:03b5121a232e 9518 #endif
pcercuei 0:03b5121a232e 9519 #endif
pcercuei 0:03b5121a232e 9520 #endif
pcercuei 0:03b5121a232e 9521
pcercuei 0:03b5121a232e 9522 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9523 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9524 #undef xmlSchemaCleanupTypes
pcercuei 0:03b5121a232e 9525 extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes __attribute((alias("xmlSchemaCleanupTypes__internal_alias")));
pcercuei 0:03b5121a232e 9526 #else
pcercuei 0:03b5121a232e 9527 #ifndef xmlSchemaCleanupTypes
pcercuei 0:03b5121a232e 9528 extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9529 #define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias
pcercuei 0:03b5121a232e 9530 #endif
pcercuei 0:03b5121a232e 9531 #endif
pcercuei 0:03b5121a232e 9532 #endif
pcercuei 0:03b5121a232e 9533
pcercuei 0:03b5121a232e 9534 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9535 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9536 #undef xmlSchemaCollapseString
pcercuei 0:03b5121a232e 9537 extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString __attribute((alias("xmlSchemaCollapseString__internal_alias")));
pcercuei 0:03b5121a232e 9538 #else
pcercuei 0:03b5121a232e 9539 #ifndef xmlSchemaCollapseString
pcercuei 0:03b5121a232e 9540 extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9541 #define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias
pcercuei 0:03b5121a232e 9542 #endif
pcercuei 0:03b5121a232e 9543 #endif
pcercuei 0:03b5121a232e 9544 #endif
pcercuei 0:03b5121a232e 9545
pcercuei 0:03b5121a232e 9546 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9547 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9548 #undef xmlSchemaCompareValues
pcercuei 0:03b5121a232e 9549 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
pcercuei 0:03b5121a232e 9550 #else
pcercuei 0:03b5121a232e 9551 #ifndef xmlSchemaCompareValues
pcercuei 0:03b5121a232e 9552 extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9553 #define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias
pcercuei 0:03b5121a232e 9554 #endif
pcercuei 0:03b5121a232e 9555 #endif
pcercuei 0:03b5121a232e 9556 #endif
pcercuei 0:03b5121a232e 9557
pcercuei 0:03b5121a232e 9558 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9559 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9560 #undef xmlSchemaCompareValuesWhtsp
pcercuei 0:03b5121a232e 9561 extern __typeof (xmlSchemaCompareValuesWhtsp) xmlSchemaCompareValuesWhtsp __attribute((alias("xmlSchemaCompareValuesWhtsp__internal_alias")));
pcercuei 0:03b5121a232e 9562 #else
pcercuei 0:03b5121a232e 9563 #ifndef xmlSchemaCompareValuesWhtsp
pcercuei 0:03b5121a232e 9564 extern __typeof (xmlSchemaCompareValuesWhtsp) xmlSchemaCompareValuesWhtsp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9565 #define xmlSchemaCompareValuesWhtsp xmlSchemaCompareValuesWhtsp__internal_alias
pcercuei 0:03b5121a232e 9566 #endif
pcercuei 0:03b5121a232e 9567 #endif
pcercuei 0:03b5121a232e 9568 #endif
pcercuei 0:03b5121a232e 9569
pcercuei 0:03b5121a232e 9570 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9571 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9572 #undef xmlSchemaCopyValue
pcercuei 0:03b5121a232e 9573 extern __typeof (xmlSchemaCopyValue) xmlSchemaCopyValue __attribute((alias("xmlSchemaCopyValue__internal_alias")));
pcercuei 0:03b5121a232e 9574 #else
pcercuei 0:03b5121a232e 9575 #ifndef xmlSchemaCopyValue
pcercuei 0:03b5121a232e 9576 extern __typeof (xmlSchemaCopyValue) xmlSchemaCopyValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9577 #define xmlSchemaCopyValue xmlSchemaCopyValue__internal_alias
pcercuei 0:03b5121a232e 9578 #endif
pcercuei 0:03b5121a232e 9579 #endif
pcercuei 0:03b5121a232e 9580 #endif
pcercuei 0:03b5121a232e 9581
pcercuei 0:03b5121a232e 9582 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 9583 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9584 #undef xmlSchemaDump
pcercuei 0:03b5121a232e 9585 extern __typeof (xmlSchemaDump) xmlSchemaDump __attribute((alias("xmlSchemaDump__internal_alias")));
pcercuei 0:03b5121a232e 9586 #else
pcercuei 0:03b5121a232e 9587 #ifndef xmlSchemaDump
pcercuei 0:03b5121a232e 9588 extern __typeof (xmlSchemaDump) xmlSchemaDump__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9589 #define xmlSchemaDump xmlSchemaDump__internal_alias
pcercuei 0:03b5121a232e 9590 #endif
pcercuei 0:03b5121a232e 9591 #endif
pcercuei 0:03b5121a232e 9592 #endif
pcercuei 0:03b5121a232e 9593
pcercuei 0:03b5121a232e 9594 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9595 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9596 #undef xmlSchemaFree
pcercuei 0:03b5121a232e 9597 extern __typeof (xmlSchemaFree) xmlSchemaFree __attribute((alias("xmlSchemaFree__internal_alias")));
pcercuei 0:03b5121a232e 9598 #else
pcercuei 0:03b5121a232e 9599 #ifndef xmlSchemaFree
pcercuei 0:03b5121a232e 9600 extern __typeof (xmlSchemaFree) xmlSchemaFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9601 #define xmlSchemaFree xmlSchemaFree__internal_alias
pcercuei 0:03b5121a232e 9602 #endif
pcercuei 0:03b5121a232e 9603 #endif
pcercuei 0:03b5121a232e 9604 #endif
pcercuei 0:03b5121a232e 9605
pcercuei 0:03b5121a232e 9606 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9607 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9608 #undef xmlSchemaFreeFacet
pcercuei 0:03b5121a232e 9609 extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet __attribute((alias("xmlSchemaFreeFacet__internal_alias")));
pcercuei 0:03b5121a232e 9610 #else
pcercuei 0:03b5121a232e 9611 #ifndef xmlSchemaFreeFacet
pcercuei 0:03b5121a232e 9612 extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9613 #define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias
pcercuei 0:03b5121a232e 9614 #endif
pcercuei 0:03b5121a232e 9615 #endif
pcercuei 0:03b5121a232e 9616 #endif
pcercuei 0:03b5121a232e 9617
pcercuei 0:03b5121a232e 9618 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9619 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9620 #undef xmlSchemaFreeParserCtxt
pcercuei 0:03b5121a232e 9621 extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt __attribute((alias("xmlSchemaFreeParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 9622 #else
pcercuei 0:03b5121a232e 9623 #ifndef xmlSchemaFreeParserCtxt
pcercuei 0:03b5121a232e 9624 extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9625 #define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias
pcercuei 0:03b5121a232e 9626 #endif
pcercuei 0:03b5121a232e 9627 #endif
pcercuei 0:03b5121a232e 9628 #endif
pcercuei 0:03b5121a232e 9629
pcercuei 0:03b5121a232e 9630 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9631 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9632 #undef xmlSchemaFreeType
pcercuei 0:03b5121a232e 9633 extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType __attribute((alias("xmlSchemaFreeType__internal_alias")));
pcercuei 0:03b5121a232e 9634 #else
pcercuei 0:03b5121a232e 9635 #ifndef xmlSchemaFreeType
pcercuei 0:03b5121a232e 9636 extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9637 #define xmlSchemaFreeType xmlSchemaFreeType__internal_alias
pcercuei 0:03b5121a232e 9638 #endif
pcercuei 0:03b5121a232e 9639 #endif
pcercuei 0:03b5121a232e 9640 #endif
pcercuei 0:03b5121a232e 9641
pcercuei 0:03b5121a232e 9642 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9643 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9644 #undef xmlSchemaFreeValidCtxt
pcercuei 0:03b5121a232e 9645 extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt __attribute((alias("xmlSchemaFreeValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 9646 #else
pcercuei 0:03b5121a232e 9647 #ifndef xmlSchemaFreeValidCtxt
pcercuei 0:03b5121a232e 9648 extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9649 #define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias
pcercuei 0:03b5121a232e 9650 #endif
pcercuei 0:03b5121a232e 9651 #endif
pcercuei 0:03b5121a232e 9652 #endif
pcercuei 0:03b5121a232e 9653
pcercuei 0:03b5121a232e 9654 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9655 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9656 #undef xmlSchemaFreeValue
pcercuei 0:03b5121a232e 9657 extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue __attribute((alias("xmlSchemaFreeValue__internal_alias")));
pcercuei 0:03b5121a232e 9658 #else
pcercuei 0:03b5121a232e 9659 #ifndef xmlSchemaFreeValue
pcercuei 0:03b5121a232e 9660 extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9661 #define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias
pcercuei 0:03b5121a232e 9662 #endif
pcercuei 0:03b5121a232e 9663 #endif
pcercuei 0:03b5121a232e 9664 #endif
pcercuei 0:03b5121a232e 9665
pcercuei 0:03b5121a232e 9666 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9667 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9668 #undef xmlSchemaFreeWildcard
pcercuei 0:03b5121a232e 9669 extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard __attribute((alias("xmlSchemaFreeWildcard__internal_alias")));
pcercuei 0:03b5121a232e 9670 #else
pcercuei 0:03b5121a232e 9671 #ifndef xmlSchemaFreeWildcard
pcercuei 0:03b5121a232e 9672 extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9673 #define xmlSchemaFreeWildcard xmlSchemaFreeWildcard__internal_alias
pcercuei 0:03b5121a232e 9674 #endif
pcercuei 0:03b5121a232e 9675 #endif
pcercuei 0:03b5121a232e 9676 #endif
pcercuei 0:03b5121a232e 9677
pcercuei 0:03b5121a232e 9678 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9679 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9680 #undef xmlSchemaGetBuiltInListSimpleTypeItemType
pcercuei 0:03b5121a232e 9681 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType __attribute((alias("xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias")));
pcercuei 0:03b5121a232e 9682 #else
pcercuei 0:03b5121a232e 9683 #ifndef xmlSchemaGetBuiltInListSimpleTypeItemType
pcercuei 0:03b5121a232e 9684 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9685 #define xmlSchemaGetBuiltInListSimpleTypeItemType xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
pcercuei 0:03b5121a232e 9686 #endif
pcercuei 0:03b5121a232e 9687 #endif
pcercuei 0:03b5121a232e 9688 #endif
pcercuei 0:03b5121a232e 9689
pcercuei 0:03b5121a232e 9690 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9691 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9692 #undef xmlSchemaGetBuiltInType
pcercuei 0:03b5121a232e 9693 extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType __attribute((alias("xmlSchemaGetBuiltInType__internal_alias")));
pcercuei 0:03b5121a232e 9694 #else
pcercuei 0:03b5121a232e 9695 #ifndef xmlSchemaGetBuiltInType
pcercuei 0:03b5121a232e 9696 extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9697 #define xmlSchemaGetBuiltInType xmlSchemaGetBuiltInType__internal_alias
pcercuei 0:03b5121a232e 9698 #endif
pcercuei 0:03b5121a232e 9699 #endif
pcercuei 0:03b5121a232e 9700 #endif
pcercuei 0:03b5121a232e 9701
pcercuei 0:03b5121a232e 9702 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9703 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9704 #undef xmlSchemaGetCanonValue
pcercuei 0:03b5121a232e 9705 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue __attribute((alias("xmlSchemaGetCanonValue__internal_alias")));
pcercuei 0:03b5121a232e 9706 #else
pcercuei 0:03b5121a232e 9707 #ifndef xmlSchemaGetCanonValue
pcercuei 0:03b5121a232e 9708 extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9709 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias
pcercuei 0:03b5121a232e 9710 #endif
pcercuei 0:03b5121a232e 9711 #endif
pcercuei 0:03b5121a232e 9712 #endif
pcercuei 0:03b5121a232e 9713
pcercuei 0:03b5121a232e 9714 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9715 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9716 #undef xmlSchemaGetCanonValueWhtsp
pcercuei 0:03b5121a232e 9717 extern __typeof (xmlSchemaGetCanonValueWhtsp) xmlSchemaGetCanonValueWhtsp __attribute((alias("xmlSchemaGetCanonValueWhtsp__internal_alias")));
pcercuei 0:03b5121a232e 9718 #else
pcercuei 0:03b5121a232e 9719 #ifndef xmlSchemaGetCanonValueWhtsp
pcercuei 0:03b5121a232e 9720 extern __typeof (xmlSchemaGetCanonValueWhtsp) xmlSchemaGetCanonValueWhtsp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9721 #define xmlSchemaGetCanonValueWhtsp xmlSchemaGetCanonValueWhtsp__internal_alias
pcercuei 0:03b5121a232e 9722 #endif
pcercuei 0:03b5121a232e 9723 #endif
pcercuei 0:03b5121a232e 9724 #endif
pcercuei 0:03b5121a232e 9725
pcercuei 0:03b5121a232e 9726 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9727 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9728 #undef xmlSchemaGetFacetValueAsULong
pcercuei 0:03b5121a232e 9729 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("xmlSchemaGetFacetValueAsULong__internal_alias")));
pcercuei 0:03b5121a232e 9730 #else
pcercuei 0:03b5121a232e 9731 #ifndef xmlSchemaGetFacetValueAsULong
pcercuei 0:03b5121a232e 9732 extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9733 #define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias
pcercuei 0:03b5121a232e 9734 #endif
pcercuei 0:03b5121a232e 9735 #endif
pcercuei 0:03b5121a232e 9736 #endif
pcercuei 0:03b5121a232e 9737
pcercuei 0:03b5121a232e 9738 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9739 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9740 #undef xmlSchemaGetParserErrors
pcercuei 0:03b5121a232e 9741 extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors __attribute((alias("xmlSchemaGetParserErrors__internal_alias")));
pcercuei 0:03b5121a232e 9742 #else
pcercuei 0:03b5121a232e 9743 #ifndef xmlSchemaGetParserErrors
pcercuei 0:03b5121a232e 9744 extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9745 #define xmlSchemaGetParserErrors xmlSchemaGetParserErrors__internal_alias
pcercuei 0:03b5121a232e 9746 #endif
pcercuei 0:03b5121a232e 9747 #endif
pcercuei 0:03b5121a232e 9748 #endif
pcercuei 0:03b5121a232e 9749
pcercuei 0:03b5121a232e 9750 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9751 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9752 #undef xmlSchemaGetPredefinedType
pcercuei 0:03b5121a232e 9753 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
pcercuei 0:03b5121a232e 9754 #else
pcercuei 0:03b5121a232e 9755 #ifndef xmlSchemaGetPredefinedType
pcercuei 0:03b5121a232e 9756 extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9757 #define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
pcercuei 0:03b5121a232e 9758 #endif
pcercuei 0:03b5121a232e 9759 #endif
pcercuei 0:03b5121a232e 9760 #endif
pcercuei 0:03b5121a232e 9761
pcercuei 0:03b5121a232e 9762 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9763 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9764 #undef xmlSchemaGetValType
pcercuei 0:03b5121a232e 9765 extern __typeof (xmlSchemaGetValType) xmlSchemaGetValType __attribute((alias("xmlSchemaGetValType__internal_alias")));
pcercuei 0:03b5121a232e 9766 #else
pcercuei 0:03b5121a232e 9767 #ifndef xmlSchemaGetValType
pcercuei 0:03b5121a232e 9768 extern __typeof (xmlSchemaGetValType) xmlSchemaGetValType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9769 #define xmlSchemaGetValType xmlSchemaGetValType__internal_alias
pcercuei 0:03b5121a232e 9770 #endif
pcercuei 0:03b5121a232e 9771 #endif
pcercuei 0:03b5121a232e 9772 #endif
pcercuei 0:03b5121a232e 9773
pcercuei 0:03b5121a232e 9774 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9775 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9776 #undef xmlSchemaGetValidErrors
pcercuei 0:03b5121a232e 9777 extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors __attribute((alias("xmlSchemaGetValidErrors__internal_alias")));
pcercuei 0:03b5121a232e 9778 #else
pcercuei 0:03b5121a232e 9779 #ifndef xmlSchemaGetValidErrors
pcercuei 0:03b5121a232e 9780 extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9781 #define xmlSchemaGetValidErrors xmlSchemaGetValidErrors__internal_alias
pcercuei 0:03b5121a232e 9782 #endif
pcercuei 0:03b5121a232e 9783 #endif
pcercuei 0:03b5121a232e 9784 #endif
pcercuei 0:03b5121a232e 9785
pcercuei 0:03b5121a232e 9786 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9787 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9788 #undef xmlSchemaInitTypes
pcercuei 0:03b5121a232e 9789 extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes __attribute((alias("xmlSchemaInitTypes__internal_alias")));
pcercuei 0:03b5121a232e 9790 #else
pcercuei 0:03b5121a232e 9791 #ifndef xmlSchemaInitTypes
pcercuei 0:03b5121a232e 9792 extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9793 #define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias
pcercuei 0:03b5121a232e 9794 #endif
pcercuei 0:03b5121a232e 9795 #endif
pcercuei 0:03b5121a232e 9796 #endif
pcercuei 0:03b5121a232e 9797
pcercuei 0:03b5121a232e 9798 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9799 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9800 #undef xmlSchemaIsBuiltInTypeFacet
pcercuei 0:03b5121a232e 9801 extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet __attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
pcercuei 0:03b5121a232e 9802 #else
pcercuei 0:03b5121a232e 9803 #ifndef xmlSchemaIsBuiltInTypeFacet
pcercuei 0:03b5121a232e 9804 extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9805 #define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias
pcercuei 0:03b5121a232e 9806 #endif
pcercuei 0:03b5121a232e 9807 #endif
pcercuei 0:03b5121a232e 9808 #endif
pcercuei 0:03b5121a232e 9809
pcercuei 0:03b5121a232e 9810 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9811 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9812 #undef xmlSchemaIsValid
pcercuei 0:03b5121a232e 9813 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid __attribute((alias("xmlSchemaIsValid__internal_alias")));
pcercuei 0:03b5121a232e 9814 #else
pcercuei 0:03b5121a232e 9815 #ifndef xmlSchemaIsValid
pcercuei 0:03b5121a232e 9816 extern __typeof (xmlSchemaIsValid) xmlSchemaIsValid__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9817 #define xmlSchemaIsValid xmlSchemaIsValid__internal_alias
pcercuei 0:03b5121a232e 9818 #endif
pcercuei 0:03b5121a232e 9819 #endif
pcercuei 0:03b5121a232e 9820 #endif
pcercuei 0:03b5121a232e 9821
pcercuei 0:03b5121a232e 9822 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9823 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9824 #undef xmlSchemaNewDocParserCtxt
pcercuei 0:03b5121a232e 9825 extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt __attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 9826 #else
pcercuei 0:03b5121a232e 9827 #ifndef xmlSchemaNewDocParserCtxt
pcercuei 0:03b5121a232e 9828 extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9829 #define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias
pcercuei 0:03b5121a232e 9830 #endif
pcercuei 0:03b5121a232e 9831 #endif
pcercuei 0:03b5121a232e 9832 #endif
pcercuei 0:03b5121a232e 9833
pcercuei 0:03b5121a232e 9834 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9835 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9836 #undef xmlSchemaNewFacet
pcercuei 0:03b5121a232e 9837 extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet __attribute((alias("xmlSchemaNewFacet__internal_alias")));
pcercuei 0:03b5121a232e 9838 #else
pcercuei 0:03b5121a232e 9839 #ifndef xmlSchemaNewFacet
pcercuei 0:03b5121a232e 9840 extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9841 #define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias
pcercuei 0:03b5121a232e 9842 #endif
pcercuei 0:03b5121a232e 9843 #endif
pcercuei 0:03b5121a232e 9844 #endif
pcercuei 0:03b5121a232e 9845
pcercuei 0:03b5121a232e 9846 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9847 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9848 #undef xmlSchemaNewMemParserCtxt
pcercuei 0:03b5121a232e 9849 extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt __attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 9850 #else
pcercuei 0:03b5121a232e 9851 #ifndef xmlSchemaNewMemParserCtxt
pcercuei 0:03b5121a232e 9852 extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9853 #define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias
pcercuei 0:03b5121a232e 9854 #endif
pcercuei 0:03b5121a232e 9855 #endif
pcercuei 0:03b5121a232e 9856 #endif
pcercuei 0:03b5121a232e 9857
pcercuei 0:03b5121a232e 9858 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9859 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9860 #undef xmlSchemaNewNOTATIONValue
pcercuei 0:03b5121a232e 9861 extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue __attribute((alias("xmlSchemaNewNOTATIONValue__internal_alias")));
pcercuei 0:03b5121a232e 9862 #else
pcercuei 0:03b5121a232e 9863 #ifndef xmlSchemaNewNOTATIONValue
pcercuei 0:03b5121a232e 9864 extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9865 #define xmlSchemaNewNOTATIONValue xmlSchemaNewNOTATIONValue__internal_alias
pcercuei 0:03b5121a232e 9866 #endif
pcercuei 0:03b5121a232e 9867 #endif
pcercuei 0:03b5121a232e 9868 #endif
pcercuei 0:03b5121a232e 9869
pcercuei 0:03b5121a232e 9870 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9871 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9872 #undef xmlSchemaNewParserCtxt
pcercuei 0:03b5121a232e 9873 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 9874 #else
pcercuei 0:03b5121a232e 9875 #ifndef xmlSchemaNewParserCtxt
pcercuei 0:03b5121a232e 9876 extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9877 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias
pcercuei 0:03b5121a232e 9878 #endif
pcercuei 0:03b5121a232e 9879 #endif
pcercuei 0:03b5121a232e 9880 #endif
pcercuei 0:03b5121a232e 9881
pcercuei 0:03b5121a232e 9882 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9883 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9884 #undef xmlSchemaNewQNameValue
pcercuei 0:03b5121a232e 9885 extern __typeof (xmlSchemaNewQNameValue) xmlSchemaNewQNameValue __attribute((alias("xmlSchemaNewQNameValue__internal_alias")));
pcercuei 0:03b5121a232e 9886 #else
pcercuei 0:03b5121a232e 9887 #ifndef xmlSchemaNewQNameValue
pcercuei 0:03b5121a232e 9888 extern __typeof (xmlSchemaNewQNameValue) xmlSchemaNewQNameValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9889 #define xmlSchemaNewQNameValue xmlSchemaNewQNameValue__internal_alias
pcercuei 0:03b5121a232e 9890 #endif
pcercuei 0:03b5121a232e 9891 #endif
pcercuei 0:03b5121a232e 9892 #endif
pcercuei 0:03b5121a232e 9893
pcercuei 0:03b5121a232e 9894 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9895 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 9896 #undef xmlSchemaNewStringValue
pcercuei 0:03b5121a232e 9897 extern __typeof (xmlSchemaNewStringValue) xmlSchemaNewStringValue __attribute((alias("xmlSchemaNewStringValue__internal_alias")));
pcercuei 0:03b5121a232e 9898 #else
pcercuei 0:03b5121a232e 9899 #ifndef xmlSchemaNewStringValue
pcercuei 0:03b5121a232e 9900 extern __typeof (xmlSchemaNewStringValue) xmlSchemaNewStringValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9901 #define xmlSchemaNewStringValue xmlSchemaNewStringValue__internal_alias
pcercuei 0:03b5121a232e 9902 #endif
pcercuei 0:03b5121a232e 9903 #endif
pcercuei 0:03b5121a232e 9904 #endif
pcercuei 0:03b5121a232e 9905
pcercuei 0:03b5121a232e 9906 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9907 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9908 #undef xmlSchemaNewValidCtxt
pcercuei 0:03b5121a232e 9909 extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt __attribute((alias("xmlSchemaNewValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 9910 #else
pcercuei 0:03b5121a232e 9911 #ifndef xmlSchemaNewValidCtxt
pcercuei 0:03b5121a232e 9912 extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9913 #define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias
pcercuei 0:03b5121a232e 9914 #endif
pcercuei 0:03b5121a232e 9915 #endif
pcercuei 0:03b5121a232e 9916 #endif
pcercuei 0:03b5121a232e 9917
pcercuei 0:03b5121a232e 9918 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9919 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9920 #undef xmlSchemaParse
pcercuei 0:03b5121a232e 9921 extern __typeof (xmlSchemaParse) xmlSchemaParse __attribute((alias("xmlSchemaParse__internal_alias")));
pcercuei 0:03b5121a232e 9922 #else
pcercuei 0:03b5121a232e 9923 #ifndef xmlSchemaParse
pcercuei 0:03b5121a232e 9924 extern __typeof (xmlSchemaParse) xmlSchemaParse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9925 #define xmlSchemaParse xmlSchemaParse__internal_alias
pcercuei 0:03b5121a232e 9926 #endif
pcercuei 0:03b5121a232e 9927 #endif
pcercuei 0:03b5121a232e 9928 #endif
pcercuei 0:03b5121a232e 9929
pcercuei 0:03b5121a232e 9930 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9931 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9932 #undef xmlSchemaSAXPlug
pcercuei 0:03b5121a232e 9933 extern __typeof (xmlSchemaSAXPlug) xmlSchemaSAXPlug __attribute((alias("xmlSchemaSAXPlug__internal_alias")));
pcercuei 0:03b5121a232e 9934 #else
pcercuei 0:03b5121a232e 9935 #ifndef xmlSchemaSAXPlug
pcercuei 0:03b5121a232e 9936 extern __typeof (xmlSchemaSAXPlug) xmlSchemaSAXPlug__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9937 #define xmlSchemaSAXPlug xmlSchemaSAXPlug__internal_alias
pcercuei 0:03b5121a232e 9938 #endif
pcercuei 0:03b5121a232e 9939 #endif
pcercuei 0:03b5121a232e 9940 #endif
pcercuei 0:03b5121a232e 9941
pcercuei 0:03b5121a232e 9942 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9943 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9944 #undef xmlSchemaSAXUnplug
pcercuei 0:03b5121a232e 9945 extern __typeof (xmlSchemaSAXUnplug) xmlSchemaSAXUnplug __attribute((alias("xmlSchemaSAXUnplug__internal_alias")));
pcercuei 0:03b5121a232e 9946 #else
pcercuei 0:03b5121a232e 9947 #ifndef xmlSchemaSAXUnplug
pcercuei 0:03b5121a232e 9948 extern __typeof (xmlSchemaSAXUnplug) xmlSchemaSAXUnplug__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9949 #define xmlSchemaSAXUnplug xmlSchemaSAXUnplug__internal_alias
pcercuei 0:03b5121a232e 9950 #endif
pcercuei 0:03b5121a232e 9951 #endif
pcercuei 0:03b5121a232e 9952 #endif
pcercuei 0:03b5121a232e 9953
pcercuei 0:03b5121a232e 9954 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9955 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9956 #undef xmlSchemaSetParserErrors
pcercuei 0:03b5121a232e 9957 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
pcercuei 0:03b5121a232e 9958 #else
pcercuei 0:03b5121a232e 9959 #ifndef xmlSchemaSetParserErrors
pcercuei 0:03b5121a232e 9960 extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9961 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias
pcercuei 0:03b5121a232e 9962 #endif
pcercuei 0:03b5121a232e 9963 #endif
pcercuei 0:03b5121a232e 9964 #endif
pcercuei 0:03b5121a232e 9965
pcercuei 0:03b5121a232e 9966 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9967 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9968 #undef xmlSchemaSetParserStructuredErrors
pcercuei 0:03b5121a232e 9969 extern __typeof (xmlSchemaSetParserStructuredErrors) xmlSchemaSetParserStructuredErrors __attribute((alias("xmlSchemaSetParserStructuredErrors__internal_alias")));
pcercuei 0:03b5121a232e 9970 #else
pcercuei 0:03b5121a232e 9971 #ifndef xmlSchemaSetParserStructuredErrors
pcercuei 0:03b5121a232e 9972 extern __typeof (xmlSchemaSetParserStructuredErrors) xmlSchemaSetParserStructuredErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9973 #define xmlSchemaSetParserStructuredErrors xmlSchemaSetParserStructuredErrors__internal_alias
pcercuei 0:03b5121a232e 9974 #endif
pcercuei 0:03b5121a232e 9975 #endif
pcercuei 0:03b5121a232e 9976 #endif
pcercuei 0:03b5121a232e 9977
pcercuei 0:03b5121a232e 9978 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9979 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9980 #undef xmlSchemaSetValidErrors
pcercuei 0:03b5121a232e 9981 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
pcercuei 0:03b5121a232e 9982 #else
pcercuei 0:03b5121a232e 9983 #ifndef xmlSchemaSetValidErrors
pcercuei 0:03b5121a232e 9984 extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9985 #define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias
pcercuei 0:03b5121a232e 9986 #endif
pcercuei 0:03b5121a232e 9987 #endif
pcercuei 0:03b5121a232e 9988 #endif
pcercuei 0:03b5121a232e 9989
pcercuei 0:03b5121a232e 9990 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 9991 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 9992 #undef xmlSchemaSetValidOptions
pcercuei 0:03b5121a232e 9993 extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions __attribute((alias("xmlSchemaSetValidOptions__internal_alias")));
pcercuei 0:03b5121a232e 9994 #else
pcercuei 0:03b5121a232e 9995 #ifndef xmlSchemaSetValidOptions
pcercuei 0:03b5121a232e 9996 extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 9997 #define xmlSchemaSetValidOptions xmlSchemaSetValidOptions__internal_alias
pcercuei 0:03b5121a232e 9998 #endif
pcercuei 0:03b5121a232e 9999 #endif
pcercuei 0:03b5121a232e 10000 #endif
pcercuei 0:03b5121a232e 10001
pcercuei 0:03b5121a232e 10002 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10003 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10004 #undef xmlSchemaSetValidStructuredErrors
pcercuei 0:03b5121a232e 10005 extern __typeof (xmlSchemaSetValidStructuredErrors) xmlSchemaSetValidStructuredErrors __attribute((alias("xmlSchemaSetValidStructuredErrors__internal_alias")));
pcercuei 0:03b5121a232e 10006 #else
pcercuei 0:03b5121a232e 10007 #ifndef xmlSchemaSetValidStructuredErrors
pcercuei 0:03b5121a232e 10008 extern __typeof (xmlSchemaSetValidStructuredErrors) xmlSchemaSetValidStructuredErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10009 #define xmlSchemaSetValidStructuredErrors xmlSchemaSetValidStructuredErrors__internal_alias
pcercuei 0:03b5121a232e 10010 #endif
pcercuei 0:03b5121a232e 10011 #endif
pcercuei 0:03b5121a232e 10012 #endif
pcercuei 0:03b5121a232e 10013
pcercuei 0:03b5121a232e 10014 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10015 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10016 #undef xmlSchemaValPredefTypeNode
pcercuei 0:03b5121a232e 10017 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
pcercuei 0:03b5121a232e 10018 #else
pcercuei 0:03b5121a232e 10019 #ifndef xmlSchemaValPredefTypeNode
pcercuei 0:03b5121a232e 10020 extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10021 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
pcercuei 0:03b5121a232e 10022 #endif
pcercuei 0:03b5121a232e 10023 #endif
pcercuei 0:03b5121a232e 10024 #endif
pcercuei 0:03b5121a232e 10025
pcercuei 0:03b5121a232e 10026 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10027 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10028 #undef xmlSchemaValPredefTypeNodeNoNorm
pcercuei 0:03b5121a232e 10029 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm __attribute((alias("xmlSchemaValPredefTypeNodeNoNorm__internal_alias")));
pcercuei 0:03b5121a232e 10030 #else
pcercuei 0:03b5121a232e 10031 #ifndef xmlSchemaValPredefTypeNodeNoNorm
pcercuei 0:03b5121a232e 10032 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10033 #define xmlSchemaValPredefTypeNodeNoNorm xmlSchemaValPredefTypeNodeNoNorm__internal_alias
pcercuei 0:03b5121a232e 10034 #endif
pcercuei 0:03b5121a232e 10035 #endif
pcercuei 0:03b5121a232e 10036 #endif
pcercuei 0:03b5121a232e 10037
pcercuei 0:03b5121a232e 10038 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10039 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10040 #undef xmlSchemaValidCtxtGetOptions
pcercuei 0:03b5121a232e 10041 extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions __attribute((alias("xmlSchemaValidCtxtGetOptions__internal_alias")));
pcercuei 0:03b5121a232e 10042 #else
pcercuei 0:03b5121a232e 10043 #ifndef xmlSchemaValidCtxtGetOptions
pcercuei 0:03b5121a232e 10044 extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10045 #define xmlSchemaValidCtxtGetOptions xmlSchemaValidCtxtGetOptions__internal_alias
pcercuei 0:03b5121a232e 10046 #endif
pcercuei 0:03b5121a232e 10047 #endif
pcercuei 0:03b5121a232e 10048 #endif
pcercuei 0:03b5121a232e 10049
pcercuei 0:03b5121a232e 10050 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10051 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10052 #undef xmlSchemaValidCtxtGetParserCtxt
pcercuei 0:03b5121a232e 10053 extern __typeof (xmlSchemaValidCtxtGetParserCtxt) xmlSchemaValidCtxtGetParserCtxt __attribute((alias("xmlSchemaValidCtxtGetParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 10054 #else
pcercuei 0:03b5121a232e 10055 #ifndef xmlSchemaValidCtxtGetParserCtxt
pcercuei 0:03b5121a232e 10056 extern __typeof (xmlSchemaValidCtxtGetParserCtxt) xmlSchemaValidCtxtGetParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10057 #define xmlSchemaValidCtxtGetParserCtxt xmlSchemaValidCtxtGetParserCtxt__internal_alias
pcercuei 0:03b5121a232e 10058 #endif
pcercuei 0:03b5121a232e 10059 #endif
pcercuei 0:03b5121a232e 10060 #endif
pcercuei 0:03b5121a232e 10061
pcercuei 0:03b5121a232e 10062 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10063 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10064 #undef xmlSchemaValidateDoc
pcercuei 0:03b5121a232e 10065 extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc __attribute((alias("xmlSchemaValidateDoc__internal_alias")));
pcercuei 0:03b5121a232e 10066 #else
pcercuei 0:03b5121a232e 10067 #ifndef xmlSchemaValidateDoc
pcercuei 0:03b5121a232e 10068 extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10069 #define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias
pcercuei 0:03b5121a232e 10070 #endif
pcercuei 0:03b5121a232e 10071 #endif
pcercuei 0:03b5121a232e 10072 #endif
pcercuei 0:03b5121a232e 10073
pcercuei 0:03b5121a232e 10074 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10075 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10076 #undef xmlSchemaValidateFacet
pcercuei 0:03b5121a232e 10077 extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet __attribute((alias("xmlSchemaValidateFacet__internal_alias")));
pcercuei 0:03b5121a232e 10078 #else
pcercuei 0:03b5121a232e 10079 #ifndef xmlSchemaValidateFacet
pcercuei 0:03b5121a232e 10080 extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10081 #define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias
pcercuei 0:03b5121a232e 10082 #endif
pcercuei 0:03b5121a232e 10083 #endif
pcercuei 0:03b5121a232e 10084 #endif
pcercuei 0:03b5121a232e 10085
pcercuei 0:03b5121a232e 10086 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10087 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10088 #undef xmlSchemaValidateFacetWhtsp
pcercuei 0:03b5121a232e 10089 extern __typeof (xmlSchemaValidateFacetWhtsp) xmlSchemaValidateFacetWhtsp __attribute((alias("xmlSchemaValidateFacetWhtsp__internal_alias")));
pcercuei 0:03b5121a232e 10090 #else
pcercuei 0:03b5121a232e 10091 #ifndef xmlSchemaValidateFacetWhtsp
pcercuei 0:03b5121a232e 10092 extern __typeof (xmlSchemaValidateFacetWhtsp) xmlSchemaValidateFacetWhtsp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10093 #define xmlSchemaValidateFacetWhtsp xmlSchemaValidateFacetWhtsp__internal_alias
pcercuei 0:03b5121a232e 10094 #endif
pcercuei 0:03b5121a232e 10095 #endif
pcercuei 0:03b5121a232e 10096 #endif
pcercuei 0:03b5121a232e 10097
pcercuei 0:03b5121a232e 10098 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10099 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10100 #undef xmlSchemaValidateFile
pcercuei 0:03b5121a232e 10101 extern __typeof (xmlSchemaValidateFile) xmlSchemaValidateFile __attribute((alias("xmlSchemaValidateFile__internal_alias")));
pcercuei 0:03b5121a232e 10102 #else
pcercuei 0:03b5121a232e 10103 #ifndef xmlSchemaValidateFile
pcercuei 0:03b5121a232e 10104 extern __typeof (xmlSchemaValidateFile) xmlSchemaValidateFile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10105 #define xmlSchemaValidateFile xmlSchemaValidateFile__internal_alias
pcercuei 0:03b5121a232e 10106 #endif
pcercuei 0:03b5121a232e 10107 #endif
pcercuei 0:03b5121a232e 10108 #endif
pcercuei 0:03b5121a232e 10109
pcercuei 0:03b5121a232e 10110 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10111 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10112 #undef xmlSchemaValidateLengthFacet
pcercuei 0:03b5121a232e 10113 extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet __attribute((alias("xmlSchemaValidateLengthFacet__internal_alias")));
pcercuei 0:03b5121a232e 10114 #else
pcercuei 0:03b5121a232e 10115 #ifndef xmlSchemaValidateLengthFacet
pcercuei 0:03b5121a232e 10116 extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10117 #define xmlSchemaValidateLengthFacet xmlSchemaValidateLengthFacet__internal_alias
pcercuei 0:03b5121a232e 10118 #endif
pcercuei 0:03b5121a232e 10119 #endif
pcercuei 0:03b5121a232e 10120 #endif
pcercuei 0:03b5121a232e 10121
pcercuei 0:03b5121a232e 10122 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10123 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10124 #undef xmlSchemaValidateLengthFacetWhtsp
pcercuei 0:03b5121a232e 10125 extern __typeof (xmlSchemaValidateLengthFacetWhtsp) xmlSchemaValidateLengthFacetWhtsp __attribute((alias("xmlSchemaValidateLengthFacetWhtsp__internal_alias")));
pcercuei 0:03b5121a232e 10126 #else
pcercuei 0:03b5121a232e 10127 #ifndef xmlSchemaValidateLengthFacetWhtsp
pcercuei 0:03b5121a232e 10128 extern __typeof (xmlSchemaValidateLengthFacetWhtsp) xmlSchemaValidateLengthFacetWhtsp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10129 #define xmlSchemaValidateLengthFacetWhtsp xmlSchemaValidateLengthFacetWhtsp__internal_alias
pcercuei 0:03b5121a232e 10130 #endif
pcercuei 0:03b5121a232e 10131 #endif
pcercuei 0:03b5121a232e 10132 #endif
pcercuei 0:03b5121a232e 10133
pcercuei 0:03b5121a232e 10134 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10135 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10136 #undef xmlSchemaValidateListSimpleTypeFacet
pcercuei 0:03b5121a232e 10137 extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet __attribute((alias("xmlSchemaValidateListSimpleTypeFacet__internal_alias")));
pcercuei 0:03b5121a232e 10138 #else
pcercuei 0:03b5121a232e 10139 #ifndef xmlSchemaValidateListSimpleTypeFacet
pcercuei 0:03b5121a232e 10140 extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10141 #define xmlSchemaValidateListSimpleTypeFacet xmlSchemaValidateListSimpleTypeFacet__internal_alias
pcercuei 0:03b5121a232e 10142 #endif
pcercuei 0:03b5121a232e 10143 #endif
pcercuei 0:03b5121a232e 10144 #endif
pcercuei 0:03b5121a232e 10145
pcercuei 0:03b5121a232e 10146 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10147 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10148 #undef xmlSchemaValidateOneElement
pcercuei 0:03b5121a232e 10149 extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement __attribute((alias("xmlSchemaValidateOneElement__internal_alias")));
pcercuei 0:03b5121a232e 10150 #else
pcercuei 0:03b5121a232e 10151 #ifndef xmlSchemaValidateOneElement
pcercuei 0:03b5121a232e 10152 extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10153 #define xmlSchemaValidateOneElement xmlSchemaValidateOneElement__internal_alias
pcercuei 0:03b5121a232e 10154 #endif
pcercuei 0:03b5121a232e 10155 #endif
pcercuei 0:03b5121a232e 10156 #endif
pcercuei 0:03b5121a232e 10157
pcercuei 0:03b5121a232e 10158 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10159 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10160 #undef xmlSchemaValidatePredefinedType
pcercuei 0:03b5121a232e 10161 extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType __attribute((alias("xmlSchemaValidatePredefinedType__internal_alias")));
pcercuei 0:03b5121a232e 10162 #else
pcercuei 0:03b5121a232e 10163 #ifndef xmlSchemaValidatePredefinedType
pcercuei 0:03b5121a232e 10164 extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10165 #define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias
pcercuei 0:03b5121a232e 10166 #endif
pcercuei 0:03b5121a232e 10167 #endif
pcercuei 0:03b5121a232e 10168 #endif
pcercuei 0:03b5121a232e 10169
pcercuei 0:03b5121a232e 10170 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10171 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10172 #undef xmlSchemaValidateSetFilename
pcercuei 0:03b5121a232e 10173 extern __typeof (xmlSchemaValidateSetFilename) xmlSchemaValidateSetFilename __attribute((alias("xmlSchemaValidateSetFilename__internal_alias")));
pcercuei 0:03b5121a232e 10174 #else
pcercuei 0:03b5121a232e 10175 #ifndef xmlSchemaValidateSetFilename
pcercuei 0:03b5121a232e 10176 extern __typeof (xmlSchemaValidateSetFilename) xmlSchemaValidateSetFilename__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10177 #define xmlSchemaValidateSetFilename xmlSchemaValidateSetFilename__internal_alias
pcercuei 0:03b5121a232e 10178 #endif
pcercuei 0:03b5121a232e 10179 #endif
pcercuei 0:03b5121a232e 10180 #endif
pcercuei 0:03b5121a232e 10181
pcercuei 0:03b5121a232e 10182 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10183 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10184 #undef xmlSchemaValidateSetLocator
pcercuei 0:03b5121a232e 10185 extern __typeof (xmlSchemaValidateSetLocator) xmlSchemaValidateSetLocator __attribute((alias("xmlSchemaValidateSetLocator__internal_alias")));
pcercuei 0:03b5121a232e 10186 #else
pcercuei 0:03b5121a232e 10187 #ifndef xmlSchemaValidateSetLocator
pcercuei 0:03b5121a232e 10188 extern __typeof (xmlSchemaValidateSetLocator) xmlSchemaValidateSetLocator__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10189 #define xmlSchemaValidateSetLocator xmlSchemaValidateSetLocator__internal_alias
pcercuei 0:03b5121a232e 10190 #endif
pcercuei 0:03b5121a232e 10191 #endif
pcercuei 0:03b5121a232e 10192 #endif
pcercuei 0:03b5121a232e 10193
pcercuei 0:03b5121a232e 10194 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10195 #ifdef bottom_xmlschemas
pcercuei 0:03b5121a232e 10196 #undef xmlSchemaValidateStream
pcercuei 0:03b5121a232e 10197 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((alias("xmlSchemaValidateStream__internal_alias")));
pcercuei 0:03b5121a232e 10198 #else
pcercuei 0:03b5121a232e 10199 #ifndef xmlSchemaValidateStream
pcercuei 0:03b5121a232e 10200 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10201 #define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias
pcercuei 0:03b5121a232e 10202 #endif
pcercuei 0:03b5121a232e 10203 #endif
pcercuei 0:03b5121a232e 10204 #endif
pcercuei 0:03b5121a232e 10205
pcercuei 0:03b5121a232e 10206 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10207 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10208 #undef xmlSchemaValueAppend
pcercuei 0:03b5121a232e 10209 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend __attribute((alias("xmlSchemaValueAppend__internal_alias")));
pcercuei 0:03b5121a232e 10210 #else
pcercuei 0:03b5121a232e 10211 #ifndef xmlSchemaValueAppend
pcercuei 0:03b5121a232e 10212 extern __typeof (xmlSchemaValueAppend) xmlSchemaValueAppend__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10213 #define xmlSchemaValueAppend xmlSchemaValueAppend__internal_alias
pcercuei 0:03b5121a232e 10214 #endif
pcercuei 0:03b5121a232e 10215 #endif
pcercuei 0:03b5121a232e 10216 #endif
pcercuei 0:03b5121a232e 10217
pcercuei 0:03b5121a232e 10218 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10219 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10220 #undef xmlSchemaValueGetAsBoolean
pcercuei 0:03b5121a232e 10221 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean __attribute((alias("xmlSchemaValueGetAsBoolean__internal_alias")));
pcercuei 0:03b5121a232e 10222 #else
pcercuei 0:03b5121a232e 10223 #ifndef xmlSchemaValueGetAsBoolean
pcercuei 0:03b5121a232e 10224 extern __typeof (xmlSchemaValueGetAsBoolean) xmlSchemaValueGetAsBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10225 #define xmlSchemaValueGetAsBoolean xmlSchemaValueGetAsBoolean__internal_alias
pcercuei 0:03b5121a232e 10226 #endif
pcercuei 0:03b5121a232e 10227 #endif
pcercuei 0:03b5121a232e 10228 #endif
pcercuei 0:03b5121a232e 10229
pcercuei 0:03b5121a232e 10230 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10231 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10232 #undef xmlSchemaValueGetAsString
pcercuei 0:03b5121a232e 10233 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString __attribute((alias("xmlSchemaValueGetAsString__internal_alias")));
pcercuei 0:03b5121a232e 10234 #else
pcercuei 0:03b5121a232e 10235 #ifndef xmlSchemaValueGetAsString
pcercuei 0:03b5121a232e 10236 extern __typeof (xmlSchemaValueGetAsString) xmlSchemaValueGetAsString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10237 #define xmlSchemaValueGetAsString xmlSchemaValueGetAsString__internal_alias
pcercuei 0:03b5121a232e 10238 #endif
pcercuei 0:03b5121a232e 10239 #endif
pcercuei 0:03b5121a232e 10240 #endif
pcercuei 0:03b5121a232e 10241
pcercuei 0:03b5121a232e 10242 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10243 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10244 #undef xmlSchemaValueGetNext
pcercuei 0:03b5121a232e 10245 extern __typeof (xmlSchemaValueGetNext) xmlSchemaValueGetNext __attribute((alias("xmlSchemaValueGetNext__internal_alias")));
pcercuei 0:03b5121a232e 10246 #else
pcercuei 0:03b5121a232e 10247 #ifndef xmlSchemaValueGetNext
pcercuei 0:03b5121a232e 10248 extern __typeof (xmlSchemaValueGetNext) xmlSchemaValueGetNext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10249 #define xmlSchemaValueGetNext xmlSchemaValueGetNext__internal_alias
pcercuei 0:03b5121a232e 10250 #endif
pcercuei 0:03b5121a232e 10251 #endif
pcercuei 0:03b5121a232e 10252 #endif
pcercuei 0:03b5121a232e 10253
pcercuei 0:03b5121a232e 10254 #if defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 10255 #ifdef bottom_xmlschemastypes
pcercuei 0:03b5121a232e 10256 #undef xmlSchemaWhiteSpaceReplace
pcercuei 0:03b5121a232e 10257 extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace __attribute((alias("xmlSchemaWhiteSpaceReplace__internal_alias")));
pcercuei 0:03b5121a232e 10258 #else
pcercuei 0:03b5121a232e 10259 #ifndef xmlSchemaWhiteSpaceReplace
pcercuei 0:03b5121a232e 10260 extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10261 #define xmlSchemaWhiteSpaceReplace xmlSchemaWhiteSpaceReplace__internal_alias
pcercuei 0:03b5121a232e 10262 #endif
pcercuei 0:03b5121a232e 10263 #endif
pcercuei 0:03b5121a232e 10264 #endif
pcercuei 0:03b5121a232e 10265
pcercuei 0:03b5121a232e 10266 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10267 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10268 #undef xmlSchematronFree
pcercuei 0:03b5121a232e 10269 extern __typeof (xmlSchematronFree) xmlSchematronFree __attribute((alias("xmlSchematronFree__internal_alias")));
pcercuei 0:03b5121a232e 10270 #else
pcercuei 0:03b5121a232e 10271 #ifndef xmlSchematronFree
pcercuei 0:03b5121a232e 10272 extern __typeof (xmlSchematronFree) xmlSchematronFree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10273 #define xmlSchematronFree xmlSchematronFree__internal_alias
pcercuei 0:03b5121a232e 10274 #endif
pcercuei 0:03b5121a232e 10275 #endif
pcercuei 0:03b5121a232e 10276 #endif
pcercuei 0:03b5121a232e 10277
pcercuei 0:03b5121a232e 10278 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10279 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10280 #undef xmlSchematronFreeParserCtxt
pcercuei 0:03b5121a232e 10281 extern __typeof (xmlSchematronFreeParserCtxt) xmlSchematronFreeParserCtxt __attribute((alias("xmlSchematronFreeParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 10282 #else
pcercuei 0:03b5121a232e 10283 #ifndef xmlSchematronFreeParserCtxt
pcercuei 0:03b5121a232e 10284 extern __typeof (xmlSchematronFreeParserCtxt) xmlSchematronFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10285 #define xmlSchematronFreeParserCtxt xmlSchematronFreeParserCtxt__internal_alias
pcercuei 0:03b5121a232e 10286 #endif
pcercuei 0:03b5121a232e 10287 #endif
pcercuei 0:03b5121a232e 10288 #endif
pcercuei 0:03b5121a232e 10289
pcercuei 0:03b5121a232e 10290 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10291 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10292 #undef xmlSchematronFreeValidCtxt
pcercuei 0:03b5121a232e 10293 extern __typeof (xmlSchematronFreeValidCtxt) xmlSchematronFreeValidCtxt __attribute((alias("xmlSchematronFreeValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 10294 #else
pcercuei 0:03b5121a232e 10295 #ifndef xmlSchematronFreeValidCtxt
pcercuei 0:03b5121a232e 10296 extern __typeof (xmlSchematronFreeValidCtxt) xmlSchematronFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10297 #define xmlSchematronFreeValidCtxt xmlSchematronFreeValidCtxt__internal_alias
pcercuei 0:03b5121a232e 10298 #endif
pcercuei 0:03b5121a232e 10299 #endif
pcercuei 0:03b5121a232e 10300 #endif
pcercuei 0:03b5121a232e 10301
pcercuei 0:03b5121a232e 10302 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10303 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10304 #undef xmlSchematronNewDocParserCtxt
pcercuei 0:03b5121a232e 10305 extern __typeof (xmlSchematronNewDocParserCtxt) xmlSchematronNewDocParserCtxt __attribute((alias("xmlSchematronNewDocParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 10306 #else
pcercuei 0:03b5121a232e 10307 #ifndef xmlSchematronNewDocParserCtxt
pcercuei 0:03b5121a232e 10308 extern __typeof (xmlSchematronNewDocParserCtxt) xmlSchematronNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10309 #define xmlSchematronNewDocParserCtxt xmlSchematronNewDocParserCtxt__internal_alias
pcercuei 0:03b5121a232e 10310 #endif
pcercuei 0:03b5121a232e 10311 #endif
pcercuei 0:03b5121a232e 10312 #endif
pcercuei 0:03b5121a232e 10313
pcercuei 0:03b5121a232e 10314 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10315 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10316 #undef xmlSchematronNewMemParserCtxt
pcercuei 0:03b5121a232e 10317 extern __typeof (xmlSchematronNewMemParserCtxt) xmlSchematronNewMemParserCtxt __attribute((alias("xmlSchematronNewMemParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 10318 #else
pcercuei 0:03b5121a232e 10319 #ifndef xmlSchematronNewMemParserCtxt
pcercuei 0:03b5121a232e 10320 extern __typeof (xmlSchematronNewMemParserCtxt) xmlSchematronNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10321 #define xmlSchematronNewMemParserCtxt xmlSchematronNewMemParserCtxt__internal_alias
pcercuei 0:03b5121a232e 10322 #endif
pcercuei 0:03b5121a232e 10323 #endif
pcercuei 0:03b5121a232e 10324 #endif
pcercuei 0:03b5121a232e 10325
pcercuei 0:03b5121a232e 10326 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10327 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10328 #undef xmlSchematronNewParserCtxt
pcercuei 0:03b5121a232e 10329 extern __typeof (xmlSchematronNewParserCtxt) xmlSchematronNewParserCtxt __attribute((alias("xmlSchematronNewParserCtxt__internal_alias")));
pcercuei 0:03b5121a232e 10330 #else
pcercuei 0:03b5121a232e 10331 #ifndef xmlSchematronNewParserCtxt
pcercuei 0:03b5121a232e 10332 extern __typeof (xmlSchematronNewParserCtxt) xmlSchematronNewParserCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10333 #define xmlSchematronNewParserCtxt xmlSchematronNewParserCtxt__internal_alias
pcercuei 0:03b5121a232e 10334 #endif
pcercuei 0:03b5121a232e 10335 #endif
pcercuei 0:03b5121a232e 10336 #endif
pcercuei 0:03b5121a232e 10337
pcercuei 0:03b5121a232e 10338 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10339 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10340 #undef xmlSchematronNewValidCtxt
pcercuei 0:03b5121a232e 10341 extern __typeof (xmlSchematronNewValidCtxt) xmlSchematronNewValidCtxt __attribute((alias("xmlSchematronNewValidCtxt__internal_alias")));
pcercuei 0:03b5121a232e 10342 #else
pcercuei 0:03b5121a232e 10343 #ifndef xmlSchematronNewValidCtxt
pcercuei 0:03b5121a232e 10344 extern __typeof (xmlSchematronNewValidCtxt) xmlSchematronNewValidCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10345 #define xmlSchematronNewValidCtxt xmlSchematronNewValidCtxt__internal_alias
pcercuei 0:03b5121a232e 10346 #endif
pcercuei 0:03b5121a232e 10347 #endif
pcercuei 0:03b5121a232e 10348 #endif
pcercuei 0:03b5121a232e 10349
pcercuei 0:03b5121a232e 10350 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10351 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10352 #undef xmlSchematronParse
pcercuei 0:03b5121a232e 10353 extern __typeof (xmlSchematronParse) xmlSchematronParse __attribute((alias("xmlSchematronParse__internal_alias")));
pcercuei 0:03b5121a232e 10354 #else
pcercuei 0:03b5121a232e 10355 #ifndef xmlSchematronParse
pcercuei 0:03b5121a232e 10356 extern __typeof (xmlSchematronParse) xmlSchematronParse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10357 #define xmlSchematronParse xmlSchematronParse__internal_alias
pcercuei 0:03b5121a232e 10358 #endif
pcercuei 0:03b5121a232e 10359 #endif
pcercuei 0:03b5121a232e 10360 #endif
pcercuei 0:03b5121a232e 10361
pcercuei 0:03b5121a232e 10362 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10363 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10364 #undef xmlSchematronSetValidStructuredErrors
pcercuei 0:03b5121a232e 10365 extern __typeof (xmlSchematronSetValidStructuredErrors) xmlSchematronSetValidStructuredErrors __attribute((alias("xmlSchematronSetValidStructuredErrors__internal_alias")));
pcercuei 0:03b5121a232e 10366 #else
pcercuei 0:03b5121a232e 10367 #ifndef xmlSchematronSetValidStructuredErrors
pcercuei 0:03b5121a232e 10368 extern __typeof (xmlSchematronSetValidStructuredErrors) xmlSchematronSetValidStructuredErrors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10369 #define xmlSchematronSetValidStructuredErrors xmlSchematronSetValidStructuredErrors__internal_alias
pcercuei 0:03b5121a232e 10370 #endif
pcercuei 0:03b5121a232e 10371 #endif
pcercuei 0:03b5121a232e 10372 #endif
pcercuei 0:03b5121a232e 10373
pcercuei 0:03b5121a232e 10374 #if defined(LIBXML_SCHEMATRON_ENABLED)
pcercuei 0:03b5121a232e 10375 #ifdef bottom_schematron
pcercuei 0:03b5121a232e 10376 #undef xmlSchematronValidateDoc
pcercuei 0:03b5121a232e 10377 extern __typeof (xmlSchematronValidateDoc) xmlSchematronValidateDoc __attribute((alias("xmlSchematronValidateDoc__internal_alias")));
pcercuei 0:03b5121a232e 10378 #else
pcercuei 0:03b5121a232e 10379 #ifndef xmlSchematronValidateDoc
pcercuei 0:03b5121a232e 10380 extern __typeof (xmlSchematronValidateDoc) xmlSchematronValidateDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10381 #define xmlSchematronValidateDoc xmlSchematronValidateDoc__internal_alias
pcercuei 0:03b5121a232e 10382 #endif
pcercuei 0:03b5121a232e 10383 #endif
pcercuei 0:03b5121a232e 10384 #endif
pcercuei 0:03b5121a232e 10385
pcercuei 0:03b5121a232e 10386 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10387 #undef xmlSearchNs
pcercuei 0:03b5121a232e 10388 extern __typeof (xmlSearchNs) xmlSearchNs __attribute((alias("xmlSearchNs__internal_alias")));
pcercuei 0:03b5121a232e 10389 #else
pcercuei 0:03b5121a232e 10390 #ifndef xmlSearchNs
pcercuei 0:03b5121a232e 10391 extern __typeof (xmlSearchNs) xmlSearchNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10392 #define xmlSearchNs xmlSearchNs__internal_alias
pcercuei 0:03b5121a232e 10393 #endif
pcercuei 0:03b5121a232e 10394 #endif
pcercuei 0:03b5121a232e 10395
pcercuei 0:03b5121a232e 10396 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10397 #undef xmlSearchNsByHref
pcercuei 0:03b5121a232e 10398 extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref __attribute((alias("xmlSearchNsByHref__internal_alias")));
pcercuei 0:03b5121a232e 10399 #else
pcercuei 0:03b5121a232e 10400 #ifndef xmlSearchNsByHref
pcercuei 0:03b5121a232e 10401 extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10402 #define xmlSearchNsByHref xmlSearchNsByHref__internal_alias
pcercuei 0:03b5121a232e 10403 #endif
pcercuei 0:03b5121a232e 10404 #endif
pcercuei 0:03b5121a232e 10405
pcercuei 0:03b5121a232e 10406 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10407 #undef xmlSetBufferAllocationScheme
pcercuei 0:03b5121a232e 10408 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
pcercuei 0:03b5121a232e 10409 #else
pcercuei 0:03b5121a232e 10410 #ifndef xmlSetBufferAllocationScheme
pcercuei 0:03b5121a232e 10411 extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10412 #define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias
pcercuei 0:03b5121a232e 10413 #endif
pcercuei 0:03b5121a232e 10414 #endif
pcercuei 0:03b5121a232e 10415
pcercuei 0:03b5121a232e 10416 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10417 #undef xmlSetCompressMode
pcercuei 0:03b5121a232e 10418 extern __typeof (xmlSetCompressMode) xmlSetCompressMode __attribute((alias("xmlSetCompressMode__internal_alias")));
pcercuei 0:03b5121a232e 10419 #else
pcercuei 0:03b5121a232e 10420 #ifndef xmlSetCompressMode
pcercuei 0:03b5121a232e 10421 extern __typeof (xmlSetCompressMode) xmlSetCompressMode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10422 #define xmlSetCompressMode xmlSetCompressMode__internal_alias
pcercuei 0:03b5121a232e 10423 #endif
pcercuei 0:03b5121a232e 10424 #endif
pcercuei 0:03b5121a232e 10425
pcercuei 0:03b5121a232e 10426 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10427 #undef xmlSetDocCompressMode
pcercuei 0:03b5121a232e 10428 extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode __attribute((alias("xmlSetDocCompressMode__internal_alias")));
pcercuei 0:03b5121a232e 10429 #else
pcercuei 0:03b5121a232e 10430 #ifndef xmlSetDocCompressMode
pcercuei 0:03b5121a232e 10431 extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10432 #define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias
pcercuei 0:03b5121a232e 10433 #endif
pcercuei 0:03b5121a232e 10434 #endif
pcercuei 0:03b5121a232e 10435
pcercuei 0:03b5121a232e 10436 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 10437 #ifdef bottom_parser
pcercuei 0:03b5121a232e 10438 #undef xmlSetEntityReferenceFunc
pcercuei 0:03b5121a232e 10439 extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc __attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
pcercuei 0:03b5121a232e 10440 #else
pcercuei 0:03b5121a232e 10441 #ifndef xmlSetEntityReferenceFunc
pcercuei 0:03b5121a232e 10442 extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10443 #define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias
pcercuei 0:03b5121a232e 10444 #endif
pcercuei 0:03b5121a232e 10445 #endif
pcercuei 0:03b5121a232e 10446 #endif
pcercuei 0:03b5121a232e 10447
pcercuei 0:03b5121a232e 10448 #ifdef bottom_xmlIO
pcercuei 0:03b5121a232e 10449 #undef xmlSetExternalEntityLoader
pcercuei 0:03b5121a232e 10450 extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader __attribute((alias("xmlSetExternalEntityLoader__internal_alias")));
pcercuei 0:03b5121a232e 10451 #else
pcercuei 0:03b5121a232e 10452 #ifndef xmlSetExternalEntityLoader
pcercuei 0:03b5121a232e 10453 extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10454 #define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias
pcercuei 0:03b5121a232e 10455 #endif
pcercuei 0:03b5121a232e 10456 #endif
pcercuei 0:03b5121a232e 10457
pcercuei 0:03b5121a232e 10458 #if defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 10459 #ifdef bottom_legacy
pcercuei 0:03b5121a232e 10460 #undef xmlSetFeature
pcercuei 0:03b5121a232e 10461 extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias")));
pcercuei 0:03b5121a232e 10462 #else
pcercuei 0:03b5121a232e 10463 #ifndef xmlSetFeature
pcercuei 0:03b5121a232e 10464 extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10465 #define xmlSetFeature xmlSetFeature__internal_alias
pcercuei 0:03b5121a232e 10466 #endif
pcercuei 0:03b5121a232e 10467 #endif
pcercuei 0:03b5121a232e 10468 #endif
pcercuei 0:03b5121a232e 10469
pcercuei 0:03b5121a232e 10470 #ifdef bottom_error
pcercuei 0:03b5121a232e 10471 #undef xmlSetGenericErrorFunc
pcercuei 0:03b5121a232e 10472 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
pcercuei 0:03b5121a232e 10473 #else
pcercuei 0:03b5121a232e 10474 #ifndef xmlSetGenericErrorFunc
pcercuei 0:03b5121a232e 10475 extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10476 #define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias
pcercuei 0:03b5121a232e 10477 #endif
pcercuei 0:03b5121a232e 10478 #endif
pcercuei 0:03b5121a232e 10479
pcercuei 0:03b5121a232e 10480 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10481 #undef xmlSetListDoc
pcercuei 0:03b5121a232e 10482 extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias")));
pcercuei 0:03b5121a232e 10483 #else
pcercuei 0:03b5121a232e 10484 #ifndef xmlSetListDoc
pcercuei 0:03b5121a232e 10485 extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10486 #define xmlSetListDoc xmlSetListDoc__internal_alias
pcercuei 0:03b5121a232e 10487 #endif
pcercuei 0:03b5121a232e 10488 #endif
pcercuei 0:03b5121a232e 10489
pcercuei 0:03b5121a232e 10490 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10491 #undef xmlSetNs
pcercuei 0:03b5121a232e 10492 extern __typeof (xmlSetNs) xmlSetNs __attribute((alias("xmlSetNs__internal_alias")));
pcercuei 0:03b5121a232e 10493 #else
pcercuei 0:03b5121a232e 10494 #ifndef xmlSetNs
pcercuei 0:03b5121a232e 10495 extern __typeof (xmlSetNs) xmlSetNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10496 #define xmlSetNs xmlSetNs__internal_alias
pcercuei 0:03b5121a232e 10497 #endif
pcercuei 0:03b5121a232e 10498 #endif
pcercuei 0:03b5121a232e 10499
pcercuei 0:03b5121a232e 10500 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 10501 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10502 #undef xmlSetNsProp
pcercuei 0:03b5121a232e 10503 extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
pcercuei 0:03b5121a232e 10504 #else
pcercuei 0:03b5121a232e 10505 #ifndef xmlSetNsProp
pcercuei 0:03b5121a232e 10506 extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10507 #define xmlSetNsProp xmlSetNsProp__internal_alias
pcercuei 0:03b5121a232e 10508 #endif
pcercuei 0:03b5121a232e 10509 #endif
pcercuei 0:03b5121a232e 10510 #endif
pcercuei 0:03b5121a232e 10511
pcercuei 0:03b5121a232e 10512 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
pcercuei 0:03b5121a232e 10513 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10514 #undef xmlSetProp
pcercuei 0:03b5121a232e 10515 extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
pcercuei 0:03b5121a232e 10516 #else
pcercuei 0:03b5121a232e 10517 #ifndef xmlSetProp
pcercuei 0:03b5121a232e 10518 extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10519 #define xmlSetProp xmlSetProp__internal_alias
pcercuei 0:03b5121a232e 10520 #endif
pcercuei 0:03b5121a232e 10521 #endif
pcercuei 0:03b5121a232e 10522 #endif
pcercuei 0:03b5121a232e 10523
pcercuei 0:03b5121a232e 10524 #ifdef bottom_error
pcercuei 0:03b5121a232e 10525 #undef xmlSetStructuredErrorFunc
pcercuei 0:03b5121a232e 10526 extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc __attribute((alias("xmlSetStructuredErrorFunc__internal_alias")));
pcercuei 0:03b5121a232e 10527 #else
pcercuei 0:03b5121a232e 10528 #ifndef xmlSetStructuredErrorFunc
pcercuei 0:03b5121a232e 10529 extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10530 #define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias
pcercuei 0:03b5121a232e 10531 #endif
pcercuei 0:03b5121a232e 10532 #endif
pcercuei 0:03b5121a232e 10533
pcercuei 0:03b5121a232e 10534 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10535 #undef xmlSetTreeDoc
pcercuei 0:03b5121a232e 10536 extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc __attribute((alias("xmlSetTreeDoc__internal_alias")));
pcercuei 0:03b5121a232e 10537 #else
pcercuei 0:03b5121a232e 10538 #ifndef xmlSetTreeDoc
pcercuei 0:03b5121a232e 10539 extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10540 #define xmlSetTreeDoc xmlSetTreeDoc__internal_alias
pcercuei 0:03b5121a232e 10541 #endif
pcercuei 0:03b5121a232e 10542 #endif
pcercuei 0:03b5121a232e 10543
pcercuei 0:03b5121a232e 10544 #if defined(LIBXML_SAX1_ENABLED)
pcercuei 0:03b5121a232e 10545 #ifdef bottom_parser
pcercuei 0:03b5121a232e 10546 #undef xmlSetupParserForBuffer
pcercuei 0:03b5121a232e 10547 extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer __attribute((alias("xmlSetupParserForBuffer__internal_alias")));
pcercuei 0:03b5121a232e 10548 #else
pcercuei 0:03b5121a232e 10549 #ifndef xmlSetupParserForBuffer
pcercuei 0:03b5121a232e 10550 extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10551 #define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias
pcercuei 0:03b5121a232e 10552 #endif
pcercuei 0:03b5121a232e 10553 #endif
pcercuei 0:03b5121a232e 10554 #endif
pcercuei 0:03b5121a232e 10555
pcercuei 0:03b5121a232e 10556 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10557 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10558 #undef xmlShell
pcercuei 0:03b5121a232e 10559 extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias")));
pcercuei 0:03b5121a232e 10560 #else
pcercuei 0:03b5121a232e 10561 #ifndef xmlShell
pcercuei 0:03b5121a232e 10562 extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10563 #define xmlShell xmlShell__internal_alias
pcercuei 0:03b5121a232e 10564 #endif
pcercuei 0:03b5121a232e 10565 #endif
pcercuei 0:03b5121a232e 10566 #endif
pcercuei 0:03b5121a232e 10567
pcercuei 0:03b5121a232e 10568 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10569 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10570 #undef xmlShellBase
pcercuei 0:03b5121a232e 10571 extern __typeof (xmlShellBase) xmlShellBase __attribute((alias("xmlShellBase__internal_alias")));
pcercuei 0:03b5121a232e 10572 #else
pcercuei 0:03b5121a232e 10573 #ifndef xmlShellBase
pcercuei 0:03b5121a232e 10574 extern __typeof (xmlShellBase) xmlShellBase__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10575 #define xmlShellBase xmlShellBase__internal_alias
pcercuei 0:03b5121a232e 10576 #endif
pcercuei 0:03b5121a232e 10577 #endif
pcercuei 0:03b5121a232e 10578 #endif
pcercuei 0:03b5121a232e 10579
pcercuei 0:03b5121a232e 10580 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 10581 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10582 #undef xmlShellCat
pcercuei 0:03b5121a232e 10583 extern __typeof (xmlShellCat) xmlShellCat __attribute((alias("xmlShellCat__internal_alias")));
pcercuei 0:03b5121a232e 10584 #else
pcercuei 0:03b5121a232e 10585 #ifndef xmlShellCat
pcercuei 0:03b5121a232e 10586 extern __typeof (xmlShellCat) xmlShellCat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10587 #define xmlShellCat xmlShellCat__internal_alias
pcercuei 0:03b5121a232e 10588 #endif
pcercuei 0:03b5121a232e 10589 #endif
pcercuei 0:03b5121a232e 10590 #endif
pcercuei 0:03b5121a232e 10591
pcercuei 0:03b5121a232e 10592 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10593 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10594 #undef xmlShellDir
pcercuei 0:03b5121a232e 10595 extern __typeof (xmlShellDir) xmlShellDir __attribute((alias("xmlShellDir__internal_alias")));
pcercuei 0:03b5121a232e 10596 #else
pcercuei 0:03b5121a232e 10597 #ifndef xmlShellDir
pcercuei 0:03b5121a232e 10598 extern __typeof (xmlShellDir) xmlShellDir__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10599 #define xmlShellDir xmlShellDir__internal_alias
pcercuei 0:03b5121a232e 10600 #endif
pcercuei 0:03b5121a232e 10601 #endif
pcercuei 0:03b5121a232e 10602 #endif
pcercuei 0:03b5121a232e 10603
pcercuei 0:03b5121a232e 10604 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10605 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10606 #undef xmlShellDu
pcercuei 0:03b5121a232e 10607 extern __typeof (xmlShellDu) xmlShellDu __attribute((alias("xmlShellDu__internal_alias")));
pcercuei 0:03b5121a232e 10608 #else
pcercuei 0:03b5121a232e 10609 #ifndef xmlShellDu
pcercuei 0:03b5121a232e 10610 extern __typeof (xmlShellDu) xmlShellDu__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10611 #define xmlShellDu xmlShellDu__internal_alias
pcercuei 0:03b5121a232e 10612 #endif
pcercuei 0:03b5121a232e 10613 #endif
pcercuei 0:03b5121a232e 10614 #endif
pcercuei 0:03b5121a232e 10615
pcercuei 0:03b5121a232e 10616 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10617 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10618 #undef xmlShellList
pcercuei 0:03b5121a232e 10619 extern __typeof (xmlShellList) xmlShellList __attribute((alias("xmlShellList__internal_alias")));
pcercuei 0:03b5121a232e 10620 #else
pcercuei 0:03b5121a232e 10621 #ifndef xmlShellList
pcercuei 0:03b5121a232e 10622 extern __typeof (xmlShellList) xmlShellList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10623 #define xmlShellList xmlShellList__internal_alias
pcercuei 0:03b5121a232e 10624 #endif
pcercuei 0:03b5121a232e 10625 #endif
pcercuei 0:03b5121a232e 10626 #endif
pcercuei 0:03b5121a232e 10627
pcercuei 0:03b5121a232e 10628 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10629 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10630 #undef xmlShellLoad
pcercuei 0:03b5121a232e 10631 extern __typeof (xmlShellLoad) xmlShellLoad __attribute((alias("xmlShellLoad__internal_alias")));
pcercuei 0:03b5121a232e 10632 #else
pcercuei 0:03b5121a232e 10633 #ifndef xmlShellLoad
pcercuei 0:03b5121a232e 10634 extern __typeof (xmlShellLoad) xmlShellLoad__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10635 #define xmlShellLoad xmlShellLoad__internal_alias
pcercuei 0:03b5121a232e 10636 #endif
pcercuei 0:03b5121a232e 10637 #endif
pcercuei 0:03b5121a232e 10638 #endif
pcercuei 0:03b5121a232e 10639
pcercuei 0:03b5121a232e 10640 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 10641 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10642 #undef xmlShellPrintNode
pcercuei 0:03b5121a232e 10643 extern __typeof (xmlShellPrintNode) xmlShellPrintNode __attribute((alias("xmlShellPrintNode__internal_alias")));
pcercuei 0:03b5121a232e 10644 #else
pcercuei 0:03b5121a232e 10645 #ifndef xmlShellPrintNode
pcercuei 0:03b5121a232e 10646 extern __typeof (xmlShellPrintNode) xmlShellPrintNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10647 #define xmlShellPrintNode xmlShellPrintNode__internal_alias
pcercuei 0:03b5121a232e 10648 #endif
pcercuei 0:03b5121a232e 10649 #endif
pcercuei 0:03b5121a232e 10650 #endif
pcercuei 0:03b5121a232e 10651
pcercuei 0:03b5121a232e 10652 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10653 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10654 #undef xmlShellPrintXPathError
pcercuei 0:03b5121a232e 10655 extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError __attribute((alias("xmlShellPrintXPathError__internal_alias")));
pcercuei 0:03b5121a232e 10656 #else
pcercuei 0:03b5121a232e 10657 #ifndef xmlShellPrintXPathError
pcercuei 0:03b5121a232e 10658 extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10659 #define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias
pcercuei 0:03b5121a232e 10660 #endif
pcercuei 0:03b5121a232e 10661 #endif
pcercuei 0:03b5121a232e 10662 #endif
pcercuei 0:03b5121a232e 10663
pcercuei 0:03b5121a232e 10664 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10665 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10666 #undef xmlShellPrintXPathResult
pcercuei 0:03b5121a232e 10667 extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult __attribute((alias("xmlShellPrintXPathResult__internal_alias")));
pcercuei 0:03b5121a232e 10668 #else
pcercuei 0:03b5121a232e 10669 #ifndef xmlShellPrintXPathResult
pcercuei 0:03b5121a232e 10670 extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10671 #define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias
pcercuei 0:03b5121a232e 10672 #endif
pcercuei 0:03b5121a232e 10673 #endif
pcercuei 0:03b5121a232e 10674 #endif
pcercuei 0:03b5121a232e 10675
pcercuei 0:03b5121a232e 10676 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 10677 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10678 #undef xmlShellPwd
pcercuei 0:03b5121a232e 10679 extern __typeof (xmlShellPwd) xmlShellPwd __attribute((alias("xmlShellPwd__internal_alias")));
pcercuei 0:03b5121a232e 10680 #else
pcercuei 0:03b5121a232e 10681 #ifndef xmlShellPwd
pcercuei 0:03b5121a232e 10682 extern __typeof (xmlShellPwd) xmlShellPwd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10683 #define xmlShellPwd xmlShellPwd__internal_alias
pcercuei 0:03b5121a232e 10684 #endif
pcercuei 0:03b5121a232e 10685 #endif
pcercuei 0:03b5121a232e 10686 #endif
pcercuei 0:03b5121a232e 10687
pcercuei 0:03b5121a232e 10688 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 10689 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10690 #undef xmlShellSave
pcercuei 0:03b5121a232e 10691 extern __typeof (xmlShellSave) xmlShellSave __attribute((alias("xmlShellSave__internal_alias")));
pcercuei 0:03b5121a232e 10692 #else
pcercuei 0:03b5121a232e 10693 #ifndef xmlShellSave
pcercuei 0:03b5121a232e 10694 extern __typeof (xmlShellSave) xmlShellSave__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10695 #define xmlShellSave xmlShellSave__internal_alias
pcercuei 0:03b5121a232e 10696 #endif
pcercuei 0:03b5121a232e 10697 #endif
pcercuei 0:03b5121a232e 10698 #endif
pcercuei 0:03b5121a232e 10699
pcercuei 0:03b5121a232e 10700 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 10701 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10702 #undef xmlShellValidate
pcercuei 0:03b5121a232e 10703 extern __typeof (xmlShellValidate) xmlShellValidate __attribute((alias("xmlShellValidate__internal_alias")));
pcercuei 0:03b5121a232e 10704 #else
pcercuei 0:03b5121a232e 10705 #ifndef xmlShellValidate
pcercuei 0:03b5121a232e 10706 extern __typeof (xmlShellValidate) xmlShellValidate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10707 #define xmlShellValidate xmlShellValidate__internal_alias
pcercuei 0:03b5121a232e 10708 #endif
pcercuei 0:03b5121a232e 10709 #endif
pcercuei 0:03b5121a232e 10710 #endif
pcercuei 0:03b5121a232e 10711
pcercuei 0:03b5121a232e 10712 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 10713 #ifdef bottom_debugXML
pcercuei 0:03b5121a232e 10714 #undef xmlShellWrite
pcercuei 0:03b5121a232e 10715 extern __typeof (xmlShellWrite) xmlShellWrite __attribute((alias("xmlShellWrite__internal_alias")));
pcercuei 0:03b5121a232e 10716 #else
pcercuei 0:03b5121a232e 10717 #ifndef xmlShellWrite
pcercuei 0:03b5121a232e 10718 extern __typeof (xmlShellWrite) xmlShellWrite__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10719 #define xmlShellWrite xmlShellWrite__internal_alias
pcercuei 0:03b5121a232e 10720 #endif
pcercuei 0:03b5121a232e 10721 #endif
pcercuei 0:03b5121a232e 10722 #endif
pcercuei 0:03b5121a232e 10723
pcercuei 0:03b5121a232e 10724 #ifdef bottom_parser
pcercuei 0:03b5121a232e 10725 #undef xmlSkipBlankChars
pcercuei 0:03b5121a232e 10726 extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars __attribute((alias("xmlSkipBlankChars__internal_alias")));
pcercuei 0:03b5121a232e 10727 #else
pcercuei 0:03b5121a232e 10728 #ifndef xmlSkipBlankChars
pcercuei 0:03b5121a232e 10729 extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10730 #define xmlSkipBlankChars xmlSkipBlankChars__internal_alias
pcercuei 0:03b5121a232e 10731 #endif
pcercuei 0:03b5121a232e 10732 #endif
pcercuei 0:03b5121a232e 10733
pcercuei 0:03b5121a232e 10734 #ifdef bottom_valid
pcercuei 0:03b5121a232e 10735 #undef xmlSnprintfElementContent
pcercuei 0:03b5121a232e 10736 extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent __attribute((alias("xmlSnprintfElementContent__internal_alias")));
pcercuei 0:03b5121a232e 10737 #else
pcercuei 0:03b5121a232e 10738 #ifndef xmlSnprintfElementContent
pcercuei 0:03b5121a232e 10739 extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10740 #define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias
pcercuei 0:03b5121a232e 10741 #endif
pcercuei 0:03b5121a232e 10742 #endif
pcercuei 0:03b5121a232e 10743
pcercuei 0:03b5121a232e 10744 #ifdef bottom_parser
pcercuei 0:03b5121a232e 10745 #undef xmlSplitQName
pcercuei 0:03b5121a232e 10746 extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
pcercuei 0:03b5121a232e 10747 #else
pcercuei 0:03b5121a232e 10748 #ifndef xmlSplitQName
pcercuei 0:03b5121a232e 10749 extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10750 #define xmlSplitQName xmlSplitQName__internal_alias
pcercuei 0:03b5121a232e 10751 #endif
pcercuei 0:03b5121a232e 10752 #endif
pcercuei 0:03b5121a232e 10753
pcercuei 0:03b5121a232e 10754 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10755 #undef xmlSplitQName2
pcercuei 0:03b5121a232e 10756 extern __typeof (xmlSplitQName2) xmlSplitQName2 __attribute((alias("xmlSplitQName2__internal_alias")));
pcercuei 0:03b5121a232e 10757 #else
pcercuei 0:03b5121a232e 10758 #ifndef xmlSplitQName2
pcercuei 0:03b5121a232e 10759 extern __typeof (xmlSplitQName2) xmlSplitQName2__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10760 #define xmlSplitQName2 xmlSplitQName2__internal_alias
pcercuei 0:03b5121a232e 10761 #endif
pcercuei 0:03b5121a232e 10762 #endif
pcercuei 0:03b5121a232e 10763
pcercuei 0:03b5121a232e 10764 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10765 #undef xmlSplitQName3
pcercuei 0:03b5121a232e 10766 extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
pcercuei 0:03b5121a232e 10767 #else
pcercuei 0:03b5121a232e 10768 #ifndef xmlSplitQName3
pcercuei 0:03b5121a232e 10769 extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10770 #define xmlSplitQName3 xmlSplitQName3__internal_alias
pcercuei 0:03b5121a232e 10771 #endif
pcercuei 0:03b5121a232e 10772 #endif
pcercuei 0:03b5121a232e 10773
pcercuei 0:03b5121a232e 10774 #if defined(LIBXML_OUTPUT_ENABLED)
pcercuei 0:03b5121a232e 10775 #ifdef bottom_valid
pcercuei 0:03b5121a232e 10776 #undef xmlSprintfElementContent
pcercuei 0:03b5121a232e 10777 extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent __attribute((alias("xmlSprintfElementContent__internal_alias")));
pcercuei 0:03b5121a232e 10778 #else
pcercuei 0:03b5121a232e 10779 #ifndef xmlSprintfElementContent
pcercuei 0:03b5121a232e 10780 extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10781 #define xmlSprintfElementContent xmlSprintfElementContent__internal_alias
pcercuei 0:03b5121a232e 10782 #endif
pcercuei 0:03b5121a232e 10783 #endif
pcercuei 0:03b5121a232e 10784 #endif
pcercuei 0:03b5121a232e 10785
pcercuei 0:03b5121a232e 10786 #ifdef bottom_parser
pcercuei 0:03b5121a232e 10787 #undef xmlStopParser
pcercuei 0:03b5121a232e 10788 extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
pcercuei 0:03b5121a232e 10789 #else
pcercuei 0:03b5121a232e 10790 #ifndef xmlStopParser
pcercuei 0:03b5121a232e 10791 extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10792 #define xmlStopParser xmlStopParser__internal_alias
pcercuei 0:03b5121a232e 10793 #endif
pcercuei 0:03b5121a232e 10794 #endif
pcercuei 0:03b5121a232e 10795
pcercuei 0:03b5121a232e 10796 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10797 #undef xmlStrEqual
pcercuei 0:03b5121a232e 10798 extern __typeof (xmlStrEqual) xmlStrEqual __attribute((alias("xmlStrEqual__internal_alias")));
pcercuei 0:03b5121a232e 10799 #else
pcercuei 0:03b5121a232e 10800 #ifndef xmlStrEqual
pcercuei 0:03b5121a232e 10801 extern __typeof (xmlStrEqual) xmlStrEqual__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10802 #define xmlStrEqual xmlStrEqual__internal_alias
pcercuei 0:03b5121a232e 10803 #endif
pcercuei 0:03b5121a232e 10804 #endif
pcercuei 0:03b5121a232e 10805
pcercuei 0:03b5121a232e 10806 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10807 #undef xmlStrPrintf
pcercuei 0:03b5121a232e 10808 extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
pcercuei 0:03b5121a232e 10809 #else
pcercuei 0:03b5121a232e 10810 #ifndef xmlStrPrintf
pcercuei 0:03b5121a232e 10811 extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10812 #define xmlStrPrintf xmlStrPrintf__internal_alias
pcercuei 0:03b5121a232e 10813 #endif
pcercuei 0:03b5121a232e 10814 #endif
pcercuei 0:03b5121a232e 10815
pcercuei 0:03b5121a232e 10816 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10817 #undef xmlStrQEqual
pcercuei 0:03b5121a232e 10818 extern __typeof (xmlStrQEqual) xmlStrQEqual __attribute((alias("xmlStrQEqual__internal_alias")));
pcercuei 0:03b5121a232e 10819 #else
pcercuei 0:03b5121a232e 10820 #ifndef xmlStrQEqual
pcercuei 0:03b5121a232e 10821 extern __typeof (xmlStrQEqual) xmlStrQEqual__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10822 #define xmlStrQEqual xmlStrQEqual__internal_alias
pcercuei 0:03b5121a232e 10823 #endif
pcercuei 0:03b5121a232e 10824 #endif
pcercuei 0:03b5121a232e 10825
pcercuei 0:03b5121a232e 10826 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10827 #undef xmlStrVPrintf
pcercuei 0:03b5121a232e 10828 extern __typeof (xmlStrVPrintf) xmlStrVPrintf __attribute((alias("xmlStrVPrintf__internal_alias")));
pcercuei 0:03b5121a232e 10829 #else
pcercuei 0:03b5121a232e 10830 #ifndef xmlStrVPrintf
pcercuei 0:03b5121a232e 10831 extern __typeof (xmlStrVPrintf) xmlStrVPrintf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10832 #define xmlStrVPrintf xmlStrVPrintf__internal_alias
pcercuei 0:03b5121a232e 10833 #endif
pcercuei 0:03b5121a232e 10834 #endif
pcercuei 0:03b5121a232e 10835
pcercuei 0:03b5121a232e 10836 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10837 #undef xmlStrcasecmp
pcercuei 0:03b5121a232e 10838 extern __typeof (xmlStrcasecmp) xmlStrcasecmp __attribute((alias("xmlStrcasecmp__internal_alias")));
pcercuei 0:03b5121a232e 10839 #else
pcercuei 0:03b5121a232e 10840 #ifndef xmlStrcasecmp
pcercuei 0:03b5121a232e 10841 extern __typeof (xmlStrcasecmp) xmlStrcasecmp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10842 #define xmlStrcasecmp xmlStrcasecmp__internal_alias
pcercuei 0:03b5121a232e 10843 #endif
pcercuei 0:03b5121a232e 10844 #endif
pcercuei 0:03b5121a232e 10845
pcercuei 0:03b5121a232e 10846 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10847 #undef xmlStrcasestr
pcercuei 0:03b5121a232e 10848 extern __typeof (xmlStrcasestr) xmlStrcasestr __attribute((alias("xmlStrcasestr__internal_alias")));
pcercuei 0:03b5121a232e 10849 #else
pcercuei 0:03b5121a232e 10850 #ifndef xmlStrcasestr
pcercuei 0:03b5121a232e 10851 extern __typeof (xmlStrcasestr) xmlStrcasestr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10852 #define xmlStrcasestr xmlStrcasestr__internal_alias
pcercuei 0:03b5121a232e 10853 #endif
pcercuei 0:03b5121a232e 10854 #endif
pcercuei 0:03b5121a232e 10855
pcercuei 0:03b5121a232e 10856 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10857 #undef xmlStrcat
pcercuei 0:03b5121a232e 10858 extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
pcercuei 0:03b5121a232e 10859 #else
pcercuei 0:03b5121a232e 10860 #ifndef xmlStrcat
pcercuei 0:03b5121a232e 10861 extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10862 #define xmlStrcat xmlStrcat__internal_alias
pcercuei 0:03b5121a232e 10863 #endif
pcercuei 0:03b5121a232e 10864 #endif
pcercuei 0:03b5121a232e 10865
pcercuei 0:03b5121a232e 10866 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10867 #undef xmlStrchr
pcercuei 0:03b5121a232e 10868 extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias")));
pcercuei 0:03b5121a232e 10869 #else
pcercuei 0:03b5121a232e 10870 #ifndef xmlStrchr
pcercuei 0:03b5121a232e 10871 extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10872 #define xmlStrchr xmlStrchr__internal_alias
pcercuei 0:03b5121a232e 10873 #endif
pcercuei 0:03b5121a232e 10874 #endif
pcercuei 0:03b5121a232e 10875
pcercuei 0:03b5121a232e 10876 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10877 #undef xmlStrcmp
pcercuei 0:03b5121a232e 10878 extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
pcercuei 0:03b5121a232e 10879 #else
pcercuei 0:03b5121a232e 10880 #ifndef xmlStrcmp
pcercuei 0:03b5121a232e 10881 extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10882 #define xmlStrcmp xmlStrcmp__internal_alias
pcercuei 0:03b5121a232e 10883 #endif
pcercuei 0:03b5121a232e 10884 #endif
pcercuei 0:03b5121a232e 10885
pcercuei 0:03b5121a232e 10886 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 10887 #undef xmlStrdup
pcercuei 0:03b5121a232e 10888 extern __typeof (xmlStrdup) xmlStrdup __attribute((alias("xmlStrdup__internal_alias")));
pcercuei 0:03b5121a232e 10889 #else
pcercuei 0:03b5121a232e 10890 #ifndef xmlStrdup
pcercuei 0:03b5121a232e 10891 extern __typeof (xmlStrdup) xmlStrdup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10892 #define xmlStrdup xmlStrdup__internal_alias
pcercuei 0:03b5121a232e 10893 #endif
pcercuei 0:03b5121a232e 10894 #endif
pcercuei 0:03b5121a232e 10895
pcercuei 0:03b5121a232e 10896 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 10897 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 10898 #undef xmlStreamPop
pcercuei 0:03b5121a232e 10899 extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));
pcercuei 0:03b5121a232e 10900 #else
pcercuei 0:03b5121a232e 10901 #ifndef xmlStreamPop
pcercuei 0:03b5121a232e 10902 extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10903 #define xmlStreamPop xmlStreamPop__internal_alias
pcercuei 0:03b5121a232e 10904 #endif
pcercuei 0:03b5121a232e 10905 #endif
pcercuei 0:03b5121a232e 10906 #endif
pcercuei 0:03b5121a232e 10907
pcercuei 0:03b5121a232e 10908 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 10909 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 10910 #undef xmlStreamPush
pcercuei 0:03b5121a232e 10911 extern __typeof (xmlStreamPush) xmlStreamPush __attribute((alias("xmlStreamPush__internal_alias")));
pcercuei 0:03b5121a232e 10912 #else
pcercuei 0:03b5121a232e 10913 #ifndef xmlStreamPush
pcercuei 0:03b5121a232e 10914 extern __typeof (xmlStreamPush) xmlStreamPush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10915 #define xmlStreamPush xmlStreamPush__internal_alias
pcercuei 0:03b5121a232e 10916 #endif
pcercuei 0:03b5121a232e 10917 #endif
pcercuei 0:03b5121a232e 10918 #endif
pcercuei 0:03b5121a232e 10919
pcercuei 0:03b5121a232e 10920 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 10921 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 10922 #undef xmlStreamPushAttr
pcercuei 0:03b5121a232e 10923 extern __typeof (xmlStreamPushAttr) xmlStreamPushAttr __attribute((alias("xmlStreamPushAttr__internal_alias")));
pcercuei 0:03b5121a232e 10924 #else
pcercuei 0:03b5121a232e 10925 #ifndef xmlStreamPushAttr
pcercuei 0:03b5121a232e 10926 extern __typeof (xmlStreamPushAttr) xmlStreamPushAttr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10927 #define xmlStreamPushAttr xmlStreamPushAttr__internal_alias
pcercuei 0:03b5121a232e 10928 #endif
pcercuei 0:03b5121a232e 10929 #endif
pcercuei 0:03b5121a232e 10930 #endif
pcercuei 0:03b5121a232e 10931
pcercuei 0:03b5121a232e 10932 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 10933 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 10934 #undef xmlStreamPushNode
pcercuei 0:03b5121a232e 10935 extern __typeof (xmlStreamPushNode) xmlStreamPushNode __attribute((alias("xmlStreamPushNode__internal_alias")));
pcercuei 0:03b5121a232e 10936 #else
pcercuei 0:03b5121a232e 10937 #ifndef xmlStreamPushNode
pcercuei 0:03b5121a232e 10938 extern __typeof (xmlStreamPushNode) xmlStreamPushNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10939 #define xmlStreamPushNode xmlStreamPushNode__internal_alias
pcercuei 0:03b5121a232e 10940 #endif
pcercuei 0:03b5121a232e 10941 #endif
pcercuei 0:03b5121a232e 10942 #endif
pcercuei 0:03b5121a232e 10943
pcercuei 0:03b5121a232e 10944 #if defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 10945 #ifdef bottom_pattern
pcercuei 0:03b5121a232e 10946 #undef xmlStreamWantsAnyNode
pcercuei 0:03b5121a232e 10947 extern __typeof (xmlStreamWantsAnyNode) xmlStreamWantsAnyNode __attribute((alias("xmlStreamWantsAnyNode__internal_alias")));
pcercuei 0:03b5121a232e 10948 #else
pcercuei 0:03b5121a232e 10949 #ifndef xmlStreamWantsAnyNode
pcercuei 0:03b5121a232e 10950 extern __typeof (xmlStreamWantsAnyNode) xmlStreamWantsAnyNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10951 #define xmlStreamWantsAnyNode xmlStreamWantsAnyNode__internal_alias
pcercuei 0:03b5121a232e 10952 #endif
pcercuei 0:03b5121a232e 10953 #endif
pcercuei 0:03b5121a232e 10954 #endif
pcercuei 0:03b5121a232e 10955
pcercuei 0:03b5121a232e 10956 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 10957 #undef xmlStringCurrentChar
pcercuei 0:03b5121a232e 10958 extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar __attribute((alias("xmlStringCurrentChar__internal_alias")));
pcercuei 0:03b5121a232e 10959 #else
pcercuei 0:03b5121a232e 10960 #ifndef xmlStringCurrentChar
pcercuei 0:03b5121a232e 10961 extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10962 #define xmlStringCurrentChar xmlStringCurrentChar__internal_alias
pcercuei 0:03b5121a232e 10963 #endif
pcercuei 0:03b5121a232e 10964 #endif
pcercuei 0:03b5121a232e 10965
pcercuei 0:03b5121a232e 10966 #ifdef bottom_parser
pcercuei 0:03b5121a232e 10967 #undef xmlStringDecodeEntities
pcercuei 0:03b5121a232e 10968 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
pcercuei 0:03b5121a232e 10969 #else
pcercuei 0:03b5121a232e 10970 #ifndef xmlStringDecodeEntities
pcercuei 0:03b5121a232e 10971 extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10972 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias
pcercuei 0:03b5121a232e 10973 #endif
pcercuei 0:03b5121a232e 10974 #endif
pcercuei 0:03b5121a232e 10975
pcercuei 0:03b5121a232e 10976 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10977 #undef xmlStringGetNodeList
pcercuei 0:03b5121a232e 10978 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
pcercuei 0:03b5121a232e 10979 #else
pcercuei 0:03b5121a232e 10980 #ifndef xmlStringGetNodeList
pcercuei 0:03b5121a232e 10981 extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10982 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
pcercuei 0:03b5121a232e 10983 #endif
pcercuei 0:03b5121a232e 10984 #endif
pcercuei 0:03b5121a232e 10985
pcercuei 0:03b5121a232e 10986 #ifdef bottom_parser
pcercuei 0:03b5121a232e 10987 #undef xmlStringLenDecodeEntities
pcercuei 0:03b5121a232e 10988 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
pcercuei 0:03b5121a232e 10989 #else
pcercuei 0:03b5121a232e 10990 #ifndef xmlStringLenDecodeEntities
pcercuei 0:03b5121a232e 10991 extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 10992 #define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
pcercuei 0:03b5121a232e 10993 #endif
pcercuei 0:03b5121a232e 10994 #endif
pcercuei 0:03b5121a232e 10995
pcercuei 0:03b5121a232e 10996 #ifdef bottom_tree
pcercuei 0:03b5121a232e 10997 #undef xmlStringLenGetNodeList
pcercuei 0:03b5121a232e 10998 extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList __attribute((alias("xmlStringLenGetNodeList__internal_alias")));
pcercuei 0:03b5121a232e 10999 #else
pcercuei 0:03b5121a232e 11000 #ifndef xmlStringLenGetNodeList
pcercuei 0:03b5121a232e 11001 extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11002 #define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias
pcercuei 0:03b5121a232e 11003 #endif
pcercuei 0:03b5121a232e 11004 #endif
pcercuei 0:03b5121a232e 11005
pcercuei 0:03b5121a232e 11006 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11007 #undef xmlStrlen
pcercuei 0:03b5121a232e 11008 extern __typeof (xmlStrlen) xmlStrlen __attribute((alias("xmlStrlen__internal_alias")));
pcercuei 0:03b5121a232e 11009 #else
pcercuei 0:03b5121a232e 11010 #ifndef xmlStrlen
pcercuei 0:03b5121a232e 11011 extern __typeof (xmlStrlen) xmlStrlen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11012 #define xmlStrlen xmlStrlen__internal_alias
pcercuei 0:03b5121a232e 11013 #endif
pcercuei 0:03b5121a232e 11014 #endif
pcercuei 0:03b5121a232e 11015
pcercuei 0:03b5121a232e 11016 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11017 #undef xmlStrncasecmp
pcercuei 0:03b5121a232e 11018 extern __typeof (xmlStrncasecmp) xmlStrncasecmp __attribute((alias("xmlStrncasecmp__internal_alias")));
pcercuei 0:03b5121a232e 11019 #else
pcercuei 0:03b5121a232e 11020 #ifndef xmlStrncasecmp
pcercuei 0:03b5121a232e 11021 extern __typeof (xmlStrncasecmp) xmlStrncasecmp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11022 #define xmlStrncasecmp xmlStrncasecmp__internal_alias
pcercuei 0:03b5121a232e 11023 #endif
pcercuei 0:03b5121a232e 11024 #endif
pcercuei 0:03b5121a232e 11025
pcercuei 0:03b5121a232e 11026 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11027 #undef xmlStrncat
pcercuei 0:03b5121a232e 11028 extern __typeof (xmlStrncat) xmlStrncat __attribute((alias("xmlStrncat__internal_alias")));
pcercuei 0:03b5121a232e 11029 #else
pcercuei 0:03b5121a232e 11030 #ifndef xmlStrncat
pcercuei 0:03b5121a232e 11031 extern __typeof (xmlStrncat) xmlStrncat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11032 #define xmlStrncat xmlStrncat__internal_alias
pcercuei 0:03b5121a232e 11033 #endif
pcercuei 0:03b5121a232e 11034 #endif
pcercuei 0:03b5121a232e 11035
pcercuei 0:03b5121a232e 11036 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11037 #undef xmlStrncatNew
pcercuei 0:03b5121a232e 11038 extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
pcercuei 0:03b5121a232e 11039 #else
pcercuei 0:03b5121a232e 11040 #ifndef xmlStrncatNew
pcercuei 0:03b5121a232e 11041 extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11042 #define xmlStrncatNew xmlStrncatNew__internal_alias
pcercuei 0:03b5121a232e 11043 #endif
pcercuei 0:03b5121a232e 11044 #endif
pcercuei 0:03b5121a232e 11045
pcercuei 0:03b5121a232e 11046 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11047 #undef xmlStrncmp
pcercuei 0:03b5121a232e 11048 extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
pcercuei 0:03b5121a232e 11049 #else
pcercuei 0:03b5121a232e 11050 #ifndef xmlStrncmp
pcercuei 0:03b5121a232e 11051 extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11052 #define xmlStrncmp xmlStrncmp__internal_alias
pcercuei 0:03b5121a232e 11053 #endif
pcercuei 0:03b5121a232e 11054 #endif
pcercuei 0:03b5121a232e 11055
pcercuei 0:03b5121a232e 11056 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11057 #undef xmlStrndup
pcercuei 0:03b5121a232e 11058 extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
pcercuei 0:03b5121a232e 11059 #else
pcercuei 0:03b5121a232e 11060 #ifndef xmlStrndup
pcercuei 0:03b5121a232e 11061 extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11062 #define xmlStrndup xmlStrndup__internal_alias
pcercuei 0:03b5121a232e 11063 #endif
pcercuei 0:03b5121a232e 11064 #endif
pcercuei 0:03b5121a232e 11065
pcercuei 0:03b5121a232e 11066 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11067 #undef xmlStrstr
pcercuei 0:03b5121a232e 11068 extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
pcercuei 0:03b5121a232e 11069 #else
pcercuei 0:03b5121a232e 11070 #ifndef xmlStrstr
pcercuei 0:03b5121a232e 11071 extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11072 #define xmlStrstr xmlStrstr__internal_alias
pcercuei 0:03b5121a232e 11073 #endif
pcercuei 0:03b5121a232e 11074 #endif
pcercuei 0:03b5121a232e 11075
pcercuei 0:03b5121a232e 11076 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 11077 #undef xmlStrsub
pcercuei 0:03b5121a232e 11078 extern __typeof (xmlStrsub) xmlStrsub __attribute((alias("xmlStrsub__internal_alias")));
pcercuei 0:03b5121a232e 11079 #else
pcercuei 0:03b5121a232e 11080 #ifndef xmlStrsub
pcercuei 0:03b5121a232e 11081 extern __typeof (xmlStrsub) xmlStrsub__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11082 #define xmlStrsub xmlStrsub__internal_alias
pcercuei 0:03b5121a232e 11083 #endif
pcercuei 0:03b5121a232e 11084 #endif
pcercuei 0:03b5121a232e 11085
pcercuei 0:03b5121a232e 11086 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 11087 #undef xmlSubstituteEntitiesDefault
pcercuei 0:03b5121a232e 11088 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xmlSubstituteEntitiesDefault__internal_alias")));
pcercuei 0:03b5121a232e 11089 #else
pcercuei 0:03b5121a232e 11090 #ifndef xmlSubstituteEntitiesDefault
pcercuei 0:03b5121a232e 11091 extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11092 #define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias
pcercuei 0:03b5121a232e 11093 #endif
pcercuei 0:03b5121a232e 11094 #endif
pcercuei 0:03b5121a232e 11095
pcercuei 0:03b5121a232e 11096 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 11097 #undef xmlSwitchEncoding
pcercuei 0:03b5121a232e 11098 extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding __attribute((alias("xmlSwitchEncoding__internal_alias")));
pcercuei 0:03b5121a232e 11099 #else
pcercuei 0:03b5121a232e 11100 #ifndef xmlSwitchEncoding
pcercuei 0:03b5121a232e 11101 extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11102 #define xmlSwitchEncoding xmlSwitchEncoding__internal_alias
pcercuei 0:03b5121a232e 11103 #endif
pcercuei 0:03b5121a232e 11104 #endif
pcercuei 0:03b5121a232e 11105
pcercuei 0:03b5121a232e 11106 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 11107 #undef xmlSwitchInputEncoding
pcercuei 0:03b5121a232e 11108 extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding __attribute((alias("xmlSwitchInputEncoding__internal_alias")));
pcercuei 0:03b5121a232e 11109 #else
pcercuei 0:03b5121a232e 11110 #ifndef xmlSwitchInputEncoding
pcercuei 0:03b5121a232e 11111 extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11112 #define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias
pcercuei 0:03b5121a232e 11113 #endif
pcercuei 0:03b5121a232e 11114 #endif
pcercuei 0:03b5121a232e 11115
pcercuei 0:03b5121a232e 11116 #ifdef bottom_parserInternals
pcercuei 0:03b5121a232e 11117 #undef xmlSwitchToEncoding
pcercuei 0:03b5121a232e 11118 extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding __attribute((alias("xmlSwitchToEncoding__internal_alias")));
pcercuei 0:03b5121a232e 11119 #else
pcercuei 0:03b5121a232e 11120 #ifndef xmlSwitchToEncoding
pcercuei 0:03b5121a232e 11121 extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11122 #define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias
pcercuei 0:03b5121a232e 11123 #endif
pcercuei 0:03b5121a232e 11124 #endif
pcercuei 0:03b5121a232e 11125
pcercuei 0:03b5121a232e 11126 #ifdef bottom_tree
pcercuei 0:03b5121a232e 11127 #undef xmlTextConcat
pcercuei 0:03b5121a232e 11128 extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
pcercuei 0:03b5121a232e 11129 #else
pcercuei 0:03b5121a232e 11130 #ifndef xmlTextConcat
pcercuei 0:03b5121a232e 11131 extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11132 #define xmlTextConcat xmlTextConcat__internal_alias
pcercuei 0:03b5121a232e 11133 #endif
pcercuei 0:03b5121a232e 11134 #endif
pcercuei 0:03b5121a232e 11135
pcercuei 0:03b5121a232e 11136 #ifdef bottom_tree
pcercuei 0:03b5121a232e 11137 #undef xmlTextMerge
pcercuei 0:03b5121a232e 11138 extern __typeof (xmlTextMerge) xmlTextMerge __attribute((alias("xmlTextMerge__internal_alias")));
pcercuei 0:03b5121a232e 11139 #else
pcercuei 0:03b5121a232e 11140 #ifndef xmlTextMerge
pcercuei 0:03b5121a232e 11141 extern __typeof (xmlTextMerge) xmlTextMerge__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11142 #define xmlTextMerge xmlTextMerge__internal_alias
pcercuei 0:03b5121a232e 11143 #endif
pcercuei 0:03b5121a232e 11144 #endif
pcercuei 0:03b5121a232e 11145
pcercuei 0:03b5121a232e 11146 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11147 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11148 #undef xmlTextReaderAttributeCount
pcercuei 0:03b5121a232e 11149 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
pcercuei 0:03b5121a232e 11150 #else
pcercuei 0:03b5121a232e 11151 #ifndef xmlTextReaderAttributeCount
pcercuei 0:03b5121a232e 11152 extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11153 #define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
pcercuei 0:03b5121a232e 11154 #endif
pcercuei 0:03b5121a232e 11155 #endif
pcercuei 0:03b5121a232e 11156 #endif
pcercuei 0:03b5121a232e 11157
pcercuei 0:03b5121a232e 11158 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11159 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11160 #undef xmlTextReaderBaseUri
pcercuei 0:03b5121a232e 11161 extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri __attribute((alias("xmlTextReaderBaseUri__internal_alias")));
pcercuei 0:03b5121a232e 11162 #else
pcercuei 0:03b5121a232e 11163 #ifndef xmlTextReaderBaseUri
pcercuei 0:03b5121a232e 11164 extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11165 #define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias
pcercuei 0:03b5121a232e 11166 #endif
pcercuei 0:03b5121a232e 11167 #endif
pcercuei 0:03b5121a232e 11168 #endif
pcercuei 0:03b5121a232e 11169
pcercuei 0:03b5121a232e 11170 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11171 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11172 #undef xmlTextReaderByteConsumed
pcercuei 0:03b5121a232e 11173 extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed __attribute((alias("xmlTextReaderByteConsumed__internal_alias")));
pcercuei 0:03b5121a232e 11174 #else
pcercuei 0:03b5121a232e 11175 #ifndef xmlTextReaderByteConsumed
pcercuei 0:03b5121a232e 11176 extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11177 #define xmlTextReaderByteConsumed xmlTextReaderByteConsumed__internal_alias
pcercuei 0:03b5121a232e 11178 #endif
pcercuei 0:03b5121a232e 11179 #endif
pcercuei 0:03b5121a232e 11180 #endif
pcercuei 0:03b5121a232e 11181
pcercuei 0:03b5121a232e 11182 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11183 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11184 #undef xmlTextReaderClose
pcercuei 0:03b5121a232e 11185 extern __typeof (xmlTextReaderClose) xmlTextReaderClose __attribute((alias("xmlTextReaderClose__internal_alias")));
pcercuei 0:03b5121a232e 11186 #else
pcercuei 0:03b5121a232e 11187 #ifndef xmlTextReaderClose
pcercuei 0:03b5121a232e 11188 extern __typeof (xmlTextReaderClose) xmlTextReaderClose__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11189 #define xmlTextReaderClose xmlTextReaderClose__internal_alias
pcercuei 0:03b5121a232e 11190 #endif
pcercuei 0:03b5121a232e 11191 #endif
pcercuei 0:03b5121a232e 11192 #endif
pcercuei 0:03b5121a232e 11193
pcercuei 0:03b5121a232e 11194 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11195 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11196 #undef xmlTextReaderConstBaseUri
pcercuei 0:03b5121a232e 11197 extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri __attribute((alias("xmlTextReaderConstBaseUri__internal_alias")));
pcercuei 0:03b5121a232e 11198 #else
pcercuei 0:03b5121a232e 11199 #ifndef xmlTextReaderConstBaseUri
pcercuei 0:03b5121a232e 11200 extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11201 #define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias
pcercuei 0:03b5121a232e 11202 #endif
pcercuei 0:03b5121a232e 11203 #endif
pcercuei 0:03b5121a232e 11204 #endif
pcercuei 0:03b5121a232e 11205
pcercuei 0:03b5121a232e 11206 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11207 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11208 #undef xmlTextReaderConstEncoding
pcercuei 0:03b5121a232e 11209 extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding __attribute((alias("xmlTextReaderConstEncoding__internal_alias")));
pcercuei 0:03b5121a232e 11210 #else
pcercuei 0:03b5121a232e 11211 #ifndef xmlTextReaderConstEncoding
pcercuei 0:03b5121a232e 11212 extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11213 #define xmlTextReaderConstEncoding xmlTextReaderConstEncoding__internal_alias
pcercuei 0:03b5121a232e 11214 #endif
pcercuei 0:03b5121a232e 11215 #endif
pcercuei 0:03b5121a232e 11216 #endif
pcercuei 0:03b5121a232e 11217
pcercuei 0:03b5121a232e 11218 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11219 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11220 #undef xmlTextReaderConstLocalName
pcercuei 0:03b5121a232e 11221 extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName __attribute((alias("xmlTextReaderConstLocalName__internal_alias")));
pcercuei 0:03b5121a232e 11222 #else
pcercuei 0:03b5121a232e 11223 #ifndef xmlTextReaderConstLocalName
pcercuei 0:03b5121a232e 11224 extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11225 #define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias
pcercuei 0:03b5121a232e 11226 #endif
pcercuei 0:03b5121a232e 11227 #endif
pcercuei 0:03b5121a232e 11228 #endif
pcercuei 0:03b5121a232e 11229
pcercuei 0:03b5121a232e 11230 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11231 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11232 #undef xmlTextReaderConstName
pcercuei 0:03b5121a232e 11233 extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName __attribute((alias("xmlTextReaderConstName__internal_alias")));
pcercuei 0:03b5121a232e 11234 #else
pcercuei 0:03b5121a232e 11235 #ifndef xmlTextReaderConstName
pcercuei 0:03b5121a232e 11236 extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11237 #define xmlTextReaderConstName xmlTextReaderConstName__internal_alias
pcercuei 0:03b5121a232e 11238 #endif
pcercuei 0:03b5121a232e 11239 #endif
pcercuei 0:03b5121a232e 11240 #endif
pcercuei 0:03b5121a232e 11241
pcercuei 0:03b5121a232e 11242 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11243 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11244 #undef xmlTextReaderConstNamespaceUri
pcercuei 0:03b5121a232e 11245 extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri __attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias")));
pcercuei 0:03b5121a232e 11246 #else
pcercuei 0:03b5121a232e 11247 #ifndef xmlTextReaderConstNamespaceUri
pcercuei 0:03b5121a232e 11248 extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11249 #define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias
pcercuei 0:03b5121a232e 11250 #endif
pcercuei 0:03b5121a232e 11251 #endif
pcercuei 0:03b5121a232e 11252 #endif
pcercuei 0:03b5121a232e 11253
pcercuei 0:03b5121a232e 11254 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11255 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11256 #undef xmlTextReaderConstPrefix
pcercuei 0:03b5121a232e 11257 extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix __attribute((alias("xmlTextReaderConstPrefix__internal_alias")));
pcercuei 0:03b5121a232e 11258 #else
pcercuei 0:03b5121a232e 11259 #ifndef xmlTextReaderConstPrefix
pcercuei 0:03b5121a232e 11260 extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11261 #define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias
pcercuei 0:03b5121a232e 11262 #endif
pcercuei 0:03b5121a232e 11263 #endif
pcercuei 0:03b5121a232e 11264 #endif
pcercuei 0:03b5121a232e 11265
pcercuei 0:03b5121a232e 11266 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11267 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11268 #undef xmlTextReaderConstString
pcercuei 0:03b5121a232e 11269 extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString __attribute((alias("xmlTextReaderConstString__internal_alias")));
pcercuei 0:03b5121a232e 11270 #else
pcercuei 0:03b5121a232e 11271 #ifndef xmlTextReaderConstString
pcercuei 0:03b5121a232e 11272 extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11273 #define xmlTextReaderConstString xmlTextReaderConstString__internal_alias
pcercuei 0:03b5121a232e 11274 #endif
pcercuei 0:03b5121a232e 11275 #endif
pcercuei 0:03b5121a232e 11276 #endif
pcercuei 0:03b5121a232e 11277
pcercuei 0:03b5121a232e 11278 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11279 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11280 #undef xmlTextReaderConstValue
pcercuei 0:03b5121a232e 11281 extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue __attribute((alias("xmlTextReaderConstValue__internal_alias")));
pcercuei 0:03b5121a232e 11282 #else
pcercuei 0:03b5121a232e 11283 #ifndef xmlTextReaderConstValue
pcercuei 0:03b5121a232e 11284 extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11285 #define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias
pcercuei 0:03b5121a232e 11286 #endif
pcercuei 0:03b5121a232e 11287 #endif
pcercuei 0:03b5121a232e 11288 #endif
pcercuei 0:03b5121a232e 11289
pcercuei 0:03b5121a232e 11290 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11291 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11292 #undef xmlTextReaderConstXmlLang
pcercuei 0:03b5121a232e 11293 extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang __attribute((alias("xmlTextReaderConstXmlLang__internal_alias")));
pcercuei 0:03b5121a232e 11294 #else
pcercuei 0:03b5121a232e 11295 #ifndef xmlTextReaderConstXmlLang
pcercuei 0:03b5121a232e 11296 extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11297 #define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias
pcercuei 0:03b5121a232e 11298 #endif
pcercuei 0:03b5121a232e 11299 #endif
pcercuei 0:03b5121a232e 11300 #endif
pcercuei 0:03b5121a232e 11301
pcercuei 0:03b5121a232e 11302 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11303 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11304 #undef xmlTextReaderConstXmlVersion
pcercuei 0:03b5121a232e 11305 extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion __attribute((alias("xmlTextReaderConstXmlVersion__internal_alias")));
pcercuei 0:03b5121a232e 11306 #else
pcercuei 0:03b5121a232e 11307 #ifndef xmlTextReaderConstXmlVersion
pcercuei 0:03b5121a232e 11308 extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11309 #define xmlTextReaderConstXmlVersion xmlTextReaderConstXmlVersion__internal_alias
pcercuei 0:03b5121a232e 11310 #endif
pcercuei 0:03b5121a232e 11311 #endif
pcercuei 0:03b5121a232e 11312 #endif
pcercuei 0:03b5121a232e 11313
pcercuei 0:03b5121a232e 11314 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11315 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11316 #undef xmlTextReaderCurrentDoc
pcercuei 0:03b5121a232e 11317 extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc __attribute((alias("xmlTextReaderCurrentDoc__internal_alias")));
pcercuei 0:03b5121a232e 11318 #else
pcercuei 0:03b5121a232e 11319 #ifndef xmlTextReaderCurrentDoc
pcercuei 0:03b5121a232e 11320 extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11321 #define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias
pcercuei 0:03b5121a232e 11322 #endif
pcercuei 0:03b5121a232e 11323 #endif
pcercuei 0:03b5121a232e 11324 #endif
pcercuei 0:03b5121a232e 11325
pcercuei 0:03b5121a232e 11326 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11327 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11328 #undef xmlTextReaderCurrentNode
pcercuei 0:03b5121a232e 11329 extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode __attribute((alias("xmlTextReaderCurrentNode__internal_alias")));
pcercuei 0:03b5121a232e 11330 #else
pcercuei 0:03b5121a232e 11331 #ifndef xmlTextReaderCurrentNode
pcercuei 0:03b5121a232e 11332 extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11333 #define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias
pcercuei 0:03b5121a232e 11334 #endif
pcercuei 0:03b5121a232e 11335 #endif
pcercuei 0:03b5121a232e 11336 #endif
pcercuei 0:03b5121a232e 11337
pcercuei 0:03b5121a232e 11338 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11339 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11340 #undef xmlTextReaderDepth
pcercuei 0:03b5121a232e 11341 extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth __attribute((alias("xmlTextReaderDepth__internal_alias")));
pcercuei 0:03b5121a232e 11342 #else
pcercuei 0:03b5121a232e 11343 #ifndef xmlTextReaderDepth
pcercuei 0:03b5121a232e 11344 extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11345 #define xmlTextReaderDepth xmlTextReaderDepth__internal_alias
pcercuei 0:03b5121a232e 11346 #endif
pcercuei 0:03b5121a232e 11347 #endif
pcercuei 0:03b5121a232e 11348 #endif
pcercuei 0:03b5121a232e 11349
pcercuei 0:03b5121a232e 11350 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11351 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11352 #undef xmlTextReaderExpand
pcercuei 0:03b5121a232e 11353 extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand __attribute((alias("xmlTextReaderExpand__internal_alias")));
pcercuei 0:03b5121a232e 11354 #else
pcercuei 0:03b5121a232e 11355 #ifndef xmlTextReaderExpand
pcercuei 0:03b5121a232e 11356 extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11357 #define xmlTextReaderExpand xmlTextReaderExpand__internal_alias
pcercuei 0:03b5121a232e 11358 #endif
pcercuei 0:03b5121a232e 11359 #endif
pcercuei 0:03b5121a232e 11360 #endif
pcercuei 0:03b5121a232e 11361
pcercuei 0:03b5121a232e 11362 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11363 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11364 #undef xmlTextReaderGetAttribute
pcercuei 0:03b5121a232e 11365 extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute __attribute((alias("xmlTextReaderGetAttribute__internal_alias")));
pcercuei 0:03b5121a232e 11366 #else
pcercuei 0:03b5121a232e 11367 #ifndef xmlTextReaderGetAttribute
pcercuei 0:03b5121a232e 11368 extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11369 #define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias
pcercuei 0:03b5121a232e 11370 #endif
pcercuei 0:03b5121a232e 11371 #endif
pcercuei 0:03b5121a232e 11372 #endif
pcercuei 0:03b5121a232e 11373
pcercuei 0:03b5121a232e 11374 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11375 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11376 #undef xmlTextReaderGetAttributeNo
pcercuei 0:03b5121a232e 11377 extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo __attribute((alias("xmlTextReaderGetAttributeNo__internal_alias")));
pcercuei 0:03b5121a232e 11378 #else
pcercuei 0:03b5121a232e 11379 #ifndef xmlTextReaderGetAttributeNo
pcercuei 0:03b5121a232e 11380 extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11381 #define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias
pcercuei 0:03b5121a232e 11382 #endif
pcercuei 0:03b5121a232e 11383 #endif
pcercuei 0:03b5121a232e 11384 #endif
pcercuei 0:03b5121a232e 11385
pcercuei 0:03b5121a232e 11386 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11387 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11388 #undef xmlTextReaderGetAttributeNs
pcercuei 0:03b5121a232e 11389 extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs __attribute((alias("xmlTextReaderGetAttributeNs__internal_alias")));
pcercuei 0:03b5121a232e 11390 #else
pcercuei 0:03b5121a232e 11391 #ifndef xmlTextReaderGetAttributeNs
pcercuei 0:03b5121a232e 11392 extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11393 #define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias
pcercuei 0:03b5121a232e 11394 #endif
pcercuei 0:03b5121a232e 11395 #endif
pcercuei 0:03b5121a232e 11396 #endif
pcercuei 0:03b5121a232e 11397
pcercuei 0:03b5121a232e 11398 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11399 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11400 #undef xmlTextReaderGetErrorHandler
pcercuei 0:03b5121a232e 11401 extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler __attribute((alias("xmlTextReaderGetErrorHandler__internal_alias")));
pcercuei 0:03b5121a232e 11402 #else
pcercuei 0:03b5121a232e 11403 #ifndef xmlTextReaderGetErrorHandler
pcercuei 0:03b5121a232e 11404 extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11405 #define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias
pcercuei 0:03b5121a232e 11406 #endif
pcercuei 0:03b5121a232e 11407 #endif
pcercuei 0:03b5121a232e 11408 #endif
pcercuei 0:03b5121a232e 11409
pcercuei 0:03b5121a232e 11410 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11411 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11412 #undef xmlTextReaderGetParserColumnNumber
pcercuei 0:03b5121a232e 11413 extern __typeof (xmlTextReaderGetParserColumnNumber) xmlTextReaderGetParserColumnNumber __attribute((alias("xmlTextReaderGetParserColumnNumber__internal_alias")));
pcercuei 0:03b5121a232e 11414 #else
pcercuei 0:03b5121a232e 11415 #ifndef xmlTextReaderGetParserColumnNumber
pcercuei 0:03b5121a232e 11416 extern __typeof (xmlTextReaderGetParserColumnNumber) xmlTextReaderGetParserColumnNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11417 #define xmlTextReaderGetParserColumnNumber xmlTextReaderGetParserColumnNumber__internal_alias
pcercuei 0:03b5121a232e 11418 #endif
pcercuei 0:03b5121a232e 11419 #endif
pcercuei 0:03b5121a232e 11420 #endif
pcercuei 0:03b5121a232e 11421
pcercuei 0:03b5121a232e 11422 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11423 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11424 #undef xmlTextReaderGetParserLineNumber
pcercuei 0:03b5121a232e 11425 extern __typeof (xmlTextReaderGetParserLineNumber) xmlTextReaderGetParserLineNumber __attribute((alias("xmlTextReaderGetParserLineNumber__internal_alias")));
pcercuei 0:03b5121a232e 11426 #else
pcercuei 0:03b5121a232e 11427 #ifndef xmlTextReaderGetParserLineNumber
pcercuei 0:03b5121a232e 11428 extern __typeof (xmlTextReaderGetParserLineNumber) xmlTextReaderGetParserLineNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11429 #define xmlTextReaderGetParserLineNumber xmlTextReaderGetParserLineNumber__internal_alias
pcercuei 0:03b5121a232e 11430 #endif
pcercuei 0:03b5121a232e 11431 #endif
pcercuei 0:03b5121a232e 11432 #endif
pcercuei 0:03b5121a232e 11433
pcercuei 0:03b5121a232e 11434 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11435 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11436 #undef xmlTextReaderGetParserProp
pcercuei 0:03b5121a232e 11437 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
pcercuei 0:03b5121a232e 11438 #else
pcercuei 0:03b5121a232e 11439 #ifndef xmlTextReaderGetParserProp
pcercuei 0:03b5121a232e 11440 extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11441 #define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias
pcercuei 0:03b5121a232e 11442 #endif
pcercuei 0:03b5121a232e 11443 #endif
pcercuei 0:03b5121a232e 11444 #endif
pcercuei 0:03b5121a232e 11445
pcercuei 0:03b5121a232e 11446 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11447 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11448 #undef xmlTextReaderGetRemainder
pcercuei 0:03b5121a232e 11449 extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder __attribute((alias("xmlTextReaderGetRemainder__internal_alias")));
pcercuei 0:03b5121a232e 11450 #else
pcercuei 0:03b5121a232e 11451 #ifndef xmlTextReaderGetRemainder
pcercuei 0:03b5121a232e 11452 extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11453 #define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias
pcercuei 0:03b5121a232e 11454 #endif
pcercuei 0:03b5121a232e 11455 #endif
pcercuei 0:03b5121a232e 11456 #endif
pcercuei 0:03b5121a232e 11457
pcercuei 0:03b5121a232e 11458 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11459 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11460 #undef xmlTextReaderHasAttributes
pcercuei 0:03b5121a232e 11461 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
pcercuei 0:03b5121a232e 11462 #else
pcercuei 0:03b5121a232e 11463 #ifndef xmlTextReaderHasAttributes
pcercuei 0:03b5121a232e 11464 extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11465 #define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias
pcercuei 0:03b5121a232e 11466 #endif
pcercuei 0:03b5121a232e 11467 #endif
pcercuei 0:03b5121a232e 11468 #endif
pcercuei 0:03b5121a232e 11469
pcercuei 0:03b5121a232e 11470 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11471 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11472 #undef xmlTextReaderHasValue
pcercuei 0:03b5121a232e 11473 extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue __attribute((alias("xmlTextReaderHasValue__internal_alias")));
pcercuei 0:03b5121a232e 11474 #else
pcercuei 0:03b5121a232e 11475 #ifndef xmlTextReaderHasValue
pcercuei 0:03b5121a232e 11476 extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11477 #define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias
pcercuei 0:03b5121a232e 11478 #endif
pcercuei 0:03b5121a232e 11479 #endif
pcercuei 0:03b5121a232e 11480 #endif
pcercuei 0:03b5121a232e 11481
pcercuei 0:03b5121a232e 11482 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11483 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11484 #undef xmlTextReaderIsDefault
pcercuei 0:03b5121a232e 11485 extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault __attribute((alias("xmlTextReaderIsDefault__internal_alias")));
pcercuei 0:03b5121a232e 11486 #else
pcercuei 0:03b5121a232e 11487 #ifndef xmlTextReaderIsDefault
pcercuei 0:03b5121a232e 11488 extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11489 #define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias
pcercuei 0:03b5121a232e 11490 #endif
pcercuei 0:03b5121a232e 11491 #endif
pcercuei 0:03b5121a232e 11492 #endif
pcercuei 0:03b5121a232e 11493
pcercuei 0:03b5121a232e 11494 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11495 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11496 #undef xmlTextReaderIsEmptyElement
pcercuei 0:03b5121a232e 11497 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
pcercuei 0:03b5121a232e 11498 #else
pcercuei 0:03b5121a232e 11499 #ifndef xmlTextReaderIsEmptyElement
pcercuei 0:03b5121a232e 11500 extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11501 #define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
pcercuei 0:03b5121a232e 11502 #endif
pcercuei 0:03b5121a232e 11503 #endif
pcercuei 0:03b5121a232e 11504 #endif
pcercuei 0:03b5121a232e 11505
pcercuei 0:03b5121a232e 11506 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11507 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11508 #undef xmlTextReaderIsNamespaceDecl
pcercuei 0:03b5121a232e 11509 extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl __attribute((alias("xmlTextReaderIsNamespaceDecl__internal_alias")));
pcercuei 0:03b5121a232e 11510 #else
pcercuei 0:03b5121a232e 11511 #ifndef xmlTextReaderIsNamespaceDecl
pcercuei 0:03b5121a232e 11512 extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11513 #define xmlTextReaderIsNamespaceDecl xmlTextReaderIsNamespaceDecl__internal_alias
pcercuei 0:03b5121a232e 11514 #endif
pcercuei 0:03b5121a232e 11515 #endif
pcercuei 0:03b5121a232e 11516 #endif
pcercuei 0:03b5121a232e 11517
pcercuei 0:03b5121a232e 11518 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11519 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11520 #undef xmlTextReaderIsValid
pcercuei 0:03b5121a232e 11521 extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid __attribute((alias("xmlTextReaderIsValid__internal_alias")));
pcercuei 0:03b5121a232e 11522 #else
pcercuei 0:03b5121a232e 11523 #ifndef xmlTextReaderIsValid
pcercuei 0:03b5121a232e 11524 extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11525 #define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias
pcercuei 0:03b5121a232e 11526 #endif
pcercuei 0:03b5121a232e 11527 #endif
pcercuei 0:03b5121a232e 11528 #endif
pcercuei 0:03b5121a232e 11529
pcercuei 0:03b5121a232e 11530 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11531 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11532 #undef xmlTextReaderLocalName
pcercuei 0:03b5121a232e 11533 extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName __attribute((alias("xmlTextReaderLocalName__internal_alias")));
pcercuei 0:03b5121a232e 11534 #else
pcercuei 0:03b5121a232e 11535 #ifndef xmlTextReaderLocalName
pcercuei 0:03b5121a232e 11536 extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11537 #define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias
pcercuei 0:03b5121a232e 11538 #endif
pcercuei 0:03b5121a232e 11539 #endif
pcercuei 0:03b5121a232e 11540 #endif
pcercuei 0:03b5121a232e 11541
pcercuei 0:03b5121a232e 11542 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11543 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11544 #undef xmlTextReaderLocatorBaseURI
pcercuei 0:03b5121a232e 11545 extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI __attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias")));
pcercuei 0:03b5121a232e 11546 #else
pcercuei 0:03b5121a232e 11547 #ifndef xmlTextReaderLocatorBaseURI
pcercuei 0:03b5121a232e 11548 extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11549 #define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias
pcercuei 0:03b5121a232e 11550 #endif
pcercuei 0:03b5121a232e 11551 #endif
pcercuei 0:03b5121a232e 11552 #endif
pcercuei 0:03b5121a232e 11553
pcercuei 0:03b5121a232e 11554 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11555 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11556 #undef xmlTextReaderLocatorLineNumber
pcercuei 0:03b5121a232e 11557 extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber __attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias")));
pcercuei 0:03b5121a232e 11558 #else
pcercuei 0:03b5121a232e 11559 #ifndef xmlTextReaderLocatorLineNumber
pcercuei 0:03b5121a232e 11560 extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11561 #define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias
pcercuei 0:03b5121a232e 11562 #endif
pcercuei 0:03b5121a232e 11563 #endif
pcercuei 0:03b5121a232e 11564 #endif
pcercuei 0:03b5121a232e 11565
pcercuei 0:03b5121a232e 11566 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11567 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11568 #undef xmlTextReaderLookupNamespace
pcercuei 0:03b5121a232e 11569 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
pcercuei 0:03b5121a232e 11570 #else
pcercuei 0:03b5121a232e 11571 #ifndef xmlTextReaderLookupNamespace
pcercuei 0:03b5121a232e 11572 extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11573 #define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias
pcercuei 0:03b5121a232e 11574 #endif
pcercuei 0:03b5121a232e 11575 #endif
pcercuei 0:03b5121a232e 11576 #endif
pcercuei 0:03b5121a232e 11577
pcercuei 0:03b5121a232e 11578 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11579 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11580 #undef xmlTextReaderMoveToAttribute
pcercuei 0:03b5121a232e 11581 extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute __attribute((alias("xmlTextReaderMoveToAttribute__internal_alias")));
pcercuei 0:03b5121a232e 11582 #else
pcercuei 0:03b5121a232e 11583 #ifndef xmlTextReaderMoveToAttribute
pcercuei 0:03b5121a232e 11584 extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11585 #define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias
pcercuei 0:03b5121a232e 11586 #endif
pcercuei 0:03b5121a232e 11587 #endif
pcercuei 0:03b5121a232e 11588 #endif
pcercuei 0:03b5121a232e 11589
pcercuei 0:03b5121a232e 11590 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11591 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11592 #undef xmlTextReaderMoveToAttributeNo
pcercuei 0:03b5121a232e 11593 extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo __attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias")));
pcercuei 0:03b5121a232e 11594 #else
pcercuei 0:03b5121a232e 11595 #ifndef xmlTextReaderMoveToAttributeNo
pcercuei 0:03b5121a232e 11596 extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11597 #define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias
pcercuei 0:03b5121a232e 11598 #endif
pcercuei 0:03b5121a232e 11599 #endif
pcercuei 0:03b5121a232e 11600 #endif
pcercuei 0:03b5121a232e 11601
pcercuei 0:03b5121a232e 11602 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11603 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11604 #undef xmlTextReaderMoveToAttributeNs
pcercuei 0:03b5121a232e 11605 extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs __attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias")));
pcercuei 0:03b5121a232e 11606 #else
pcercuei 0:03b5121a232e 11607 #ifndef xmlTextReaderMoveToAttributeNs
pcercuei 0:03b5121a232e 11608 extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11609 #define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias
pcercuei 0:03b5121a232e 11610 #endif
pcercuei 0:03b5121a232e 11611 #endif
pcercuei 0:03b5121a232e 11612 #endif
pcercuei 0:03b5121a232e 11613
pcercuei 0:03b5121a232e 11614 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11615 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11616 #undef xmlTextReaderMoveToElement
pcercuei 0:03b5121a232e 11617 extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement __attribute((alias("xmlTextReaderMoveToElement__internal_alias")));
pcercuei 0:03b5121a232e 11618 #else
pcercuei 0:03b5121a232e 11619 #ifndef xmlTextReaderMoveToElement
pcercuei 0:03b5121a232e 11620 extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11621 #define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias
pcercuei 0:03b5121a232e 11622 #endif
pcercuei 0:03b5121a232e 11623 #endif
pcercuei 0:03b5121a232e 11624 #endif
pcercuei 0:03b5121a232e 11625
pcercuei 0:03b5121a232e 11626 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11627 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11628 #undef xmlTextReaderMoveToFirstAttribute
pcercuei 0:03b5121a232e 11629 extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute __attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
pcercuei 0:03b5121a232e 11630 #else
pcercuei 0:03b5121a232e 11631 #ifndef xmlTextReaderMoveToFirstAttribute
pcercuei 0:03b5121a232e 11632 extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11633 #define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
pcercuei 0:03b5121a232e 11634 #endif
pcercuei 0:03b5121a232e 11635 #endif
pcercuei 0:03b5121a232e 11636 #endif
pcercuei 0:03b5121a232e 11637
pcercuei 0:03b5121a232e 11638 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11639 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11640 #undef xmlTextReaderMoveToNextAttribute
pcercuei 0:03b5121a232e 11641 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
pcercuei 0:03b5121a232e 11642 #else
pcercuei 0:03b5121a232e 11643 #ifndef xmlTextReaderMoveToNextAttribute
pcercuei 0:03b5121a232e 11644 extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11645 #define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias
pcercuei 0:03b5121a232e 11646 #endif
pcercuei 0:03b5121a232e 11647 #endif
pcercuei 0:03b5121a232e 11648 #endif
pcercuei 0:03b5121a232e 11649
pcercuei 0:03b5121a232e 11650 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11651 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11652 #undef xmlTextReaderName
pcercuei 0:03b5121a232e 11653 extern __typeof (xmlTextReaderName) xmlTextReaderName __attribute((alias("xmlTextReaderName__internal_alias")));
pcercuei 0:03b5121a232e 11654 #else
pcercuei 0:03b5121a232e 11655 #ifndef xmlTextReaderName
pcercuei 0:03b5121a232e 11656 extern __typeof (xmlTextReaderName) xmlTextReaderName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11657 #define xmlTextReaderName xmlTextReaderName__internal_alias
pcercuei 0:03b5121a232e 11658 #endif
pcercuei 0:03b5121a232e 11659 #endif
pcercuei 0:03b5121a232e 11660 #endif
pcercuei 0:03b5121a232e 11661
pcercuei 0:03b5121a232e 11662 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11663 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11664 #undef xmlTextReaderNamespaceUri
pcercuei 0:03b5121a232e 11665 extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri __attribute((alias("xmlTextReaderNamespaceUri__internal_alias")));
pcercuei 0:03b5121a232e 11666 #else
pcercuei 0:03b5121a232e 11667 #ifndef xmlTextReaderNamespaceUri
pcercuei 0:03b5121a232e 11668 extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11669 #define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias
pcercuei 0:03b5121a232e 11670 #endif
pcercuei 0:03b5121a232e 11671 #endif
pcercuei 0:03b5121a232e 11672 #endif
pcercuei 0:03b5121a232e 11673
pcercuei 0:03b5121a232e 11674 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11675 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11676 #undef xmlTextReaderNext
pcercuei 0:03b5121a232e 11677 extern __typeof (xmlTextReaderNext) xmlTextReaderNext __attribute((alias("xmlTextReaderNext__internal_alias")));
pcercuei 0:03b5121a232e 11678 #else
pcercuei 0:03b5121a232e 11679 #ifndef xmlTextReaderNext
pcercuei 0:03b5121a232e 11680 extern __typeof (xmlTextReaderNext) xmlTextReaderNext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11681 #define xmlTextReaderNext xmlTextReaderNext__internal_alias
pcercuei 0:03b5121a232e 11682 #endif
pcercuei 0:03b5121a232e 11683 #endif
pcercuei 0:03b5121a232e 11684 #endif
pcercuei 0:03b5121a232e 11685
pcercuei 0:03b5121a232e 11686 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11687 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11688 #undef xmlTextReaderNextSibling
pcercuei 0:03b5121a232e 11689 extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling __attribute((alias("xmlTextReaderNextSibling__internal_alias")));
pcercuei 0:03b5121a232e 11690 #else
pcercuei 0:03b5121a232e 11691 #ifndef xmlTextReaderNextSibling
pcercuei 0:03b5121a232e 11692 extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11693 #define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias
pcercuei 0:03b5121a232e 11694 #endif
pcercuei 0:03b5121a232e 11695 #endif
pcercuei 0:03b5121a232e 11696 #endif
pcercuei 0:03b5121a232e 11697
pcercuei 0:03b5121a232e 11698 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11699 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11700 #undef xmlTextReaderNodeType
pcercuei 0:03b5121a232e 11701 extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType __attribute((alias("xmlTextReaderNodeType__internal_alias")));
pcercuei 0:03b5121a232e 11702 #else
pcercuei 0:03b5121a232e 11703 #ifndef xmlTextReaderNodeType
pcercuei 0:03b5121a232e 11704 extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11705 #define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias
pcercuei 0:03b5121a232e 11706 #endif
pcercuei 0:03b5121a232e 11707 #endif
pcercuei 0:03b5121a232e 11708 #endif
pcercuei 0:03b5121a232e 11709
pcercuei 0:03b5121a232e 11710 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11711 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11712 #undef xmlTextReaderNormalization
pcercuei 0:03b5121a232e 11713 extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization __attribute((alias("xmlTextReaderNormalization__internal_alias")));
pcercuei 0:03b5121a232e 11714 #else
pcercuei 0:03b5121a232e 11715 #ifndef xmlTextReaderNormalization
pcercuei 0:03b5121a232e 11716 extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11717 #define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias
pcercuei 0:03b5121a232e 11718 #endif
pcercuei 0:03b5121a232e 11719 #endif
pcercuei 0:03b5121a232e 11720 #endif
pcercuei 0:03b5121a232e 11721
pcercuei 0:03b5121a232e 11722 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11723 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11724 #undef xmlTextReaderPrefix
pcercuei 0:03b5121a232e 11725 extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix __attribute((alias("xmlTextReaderPrefix__internal_alias")));
pcercuei 0:03b5121a232e 11726 #else
pcercuei 0:03b5121a232e 11727 #ifndef xmlTextReaderPrefix
pcercuei 0:03b5121a232e 11728 extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11729 #define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias
pcercuei 0:03b5121a232e 11730 #endif
pcercuei 0:03b5121a232e 11731 #endif
pcercuei 0:03b5121a232e 11732 #endif
pcercuei 0:03b5121a232e 11733
pcercuei 0:03b5121a232e 11734 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11735 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11736 #undef xmlTextReaderPreserve
pcercuei 0:03b5121a232e 11737 extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve __attribute((alias("xmlTextReaderPreserve__internal_alias")));
pcercuei 0:03b5121a232e 11738 #else
pcercuei 0:03b5121a232e 11739 #ifndef xmlTextReaderPreserve
pcercuei 0:03b5121a232e 11740 extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11741 #define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias
pcercuei 0:03b5121a232e 11742 #endif
pcercuei 0:03b5121a232e 11743 #endif
pcercuei 0:03b5121a232e 11744 #endif
pcercuei 0:03b5121a232e 11745
pcercuei 0:03b5121a232e 11746 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
pcercuei 0:03b5121a232e 11747 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11748 #undef xmlTextReaderPreservePattern
pcercuei 0:03b5121a232e 11749 extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern __attribute((alias("xmlTextReaderPreservePattern__internal_alias")));
pcercuei 0:03b5121a232e 11750 #else
pcercuei 0:03b5121a232e 11751 #ifndef xmlTextReaderPreservePattern
pcercuei 0:03b5121a232e 11752 extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11753 #define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias
pcercuei 0:03b5121a232e 11754 #endif
pcercuei 0:03b5121a232e 11755 #endif
pcercuei 0:03b5121a232e 11756 #endif
pcercuei 0:03b5121a232e 11757
pcercuei 0:03b5121a232e 11758 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11759 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11760 #undef xmlTextReaderQuoteChar
pcercuei 0:03b5121a232e 11761 extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar __attribute((alias("xmlTextReaderQuoteChar__internal_alias")));
pcercuei 0:03b5121a232e 11762 #else
pcercuei 0:03b5121a232e 11763 #ifndef xmlTextReaderQuoteChar
pcercuei 0:03b5121a232e 11764 extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11765 #define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias
pcercuei 0:03b5121a232e 11766 #endif
pcercuei 0:03b5121a232e 11767 #endif
pcercuei 0:03b5121a232e 11768 #endif
pcercuei 0:03b5121a232e 11769
pcercuei 0:03b5121a232e 11770 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11771 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11772 #undef xmlTextReaderRead
pcercuei 0:03b5121a232e 11773 extern __typeof (xmlTextReaderRead) xmlTextReaderRead __attribute((alias("xmlTextReaderRead__internal_alias")));
pcercuei 0:03b5121a232e 11774 #else
pcercuei 0:03b5121a232e 11775 #ifndef xmlTextReaderRead
pcercuei 0:03b5121a232e 11776 extern __typeof (xmlTextReaderRead) xmlTextReaderRead__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11777 #define xmlTextReaderRead xmlTextReaderRead__internal_alias
pcercuei 0:03b5121a232e 11778 #endif
pcercuei 0:03b5121a232e 11779 #endif
pcercuei 0:03b5121a232e 11780 #endif
pcercuei 0:03b5121a232e 11781
pcercuei 0:03b5121a232e 11782 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11783 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11784 #undef xmlTextReaderReadAttributeValue
pcercuei 0:03b5121a232e 11785 extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue __attribute((alias("xmlTextReaderReadAttributeValue__internal_alias")));
pcercuei 0:03b5121a232e 11786 #else
pcercuei 0:03b5121a232e 11787 #ifndef xmlTextReaderReadAttributeValue
pcercuei 0:03b5121a232e 11788 extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11789 #define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias
pcercuei 0:03b5121a232e 11790 #endif
pcercuei 0:03b5121a232e 11791 #endif
pcercuei 0:03b5121a232e 11792 #endif
pcercuei 0:03b5121a232e 11793
pcercuei 0:03b5121a232e 11794 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 11795 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11796 #undef xmlTextReaderReadInnerXml
pcercuei 0:03b5121a232e 11797 extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml __attribute((alias("xmlTextReaderReadInnerXml__internal_alias")));
pcercuei 0:03b5121a232e 11798 #else
pcercuei 0:03b5121a232e 11799 #ifndef xmlTextReaderReadInnerXml
pcercuei 0:03b5121a232e 11800 extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11801 #define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias
pcercuei 0:03b5121a232e 11802 #endif
pcercuei 0:03b5121a232e 11803 #endif
pcercuei 0:03b5121a232e 11804 #endif
pcercuei 0:03b5121a232e 11805
pcercuei 0:03b5121a232e 11806 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 11807 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11808 #undef xmlTextReaderReadOuterXml
pcercuei 0:03b5121a232e 11809 extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml __attribute((alias("xmlTextReaderReadOuterXml__internal_alias")));
pcercuei 0:03b5121a232e 11810 #else
pcercuei 0:03b5121a232e 11811 #ifndef xmlTextReaderReadOuterXml
pcercuei 0:03b5121a232e 11812 extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11813 #define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias
pcercuei 0:03b5121a232e 11814 #endif
pcercuei 0:03b5121a232e 11815 #endif
pcercuei 0:03b5121a232e 11816 #endif
pcercuei 0:03b5121a232e 11817
pcercuei 0:03b5121a232e 11818 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11819 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11820 #undef xmlTextReaderReadState
pcercuei 0:03b5121a232e 11821 extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState __attribute((alias("xmlTextReaderReadState__internal_alias")));
pcercuei 0:03b5121a232e 11822 #else
pcercuei 0:03b5121a232e 11823 #ifndef xmlTextReaderReadState
pcercuei 0:03b5121a232e 11824 extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11825 #define xmlTextReaderReadState xmlTextReaderReadState__internal_alias
pcercuei 0:03b5121a232e 11826 #endif
pcercuei 0:03b5121a232e 11827 #endif
pcercuei 0:03b5121a232e 11828 #endif
pcercuei 0:03b5121a232e 11829
pcercuei 0:03b5121a232e 11830 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11831 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11832 #undef xmlTextReaderReadString
pcercuei 0:03b5121a232e 11833 extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString __attribute((alias("xmlTextReaderReadString__internal_alias")));
pcercuei 0:03b5121a232e 11834 #else
pcercuei 0:03b5121a232e 11835 #ifndef xmlTextReaderReadString
pcercuei 0:03b5121a232e 11836 extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11837 #define xmlTextReaderReadString xmlTextReaderReadString__internal_alias
pcercuei 0:03b5121a232e 11838 #endif
pcercuei 0:03b5121a232e 11839 #endif
pcercuei 0:03b5121a232e 11840 #endif
pcercuei 0:03b5121a232e 11841
pcercuei 0:03b5121a232e 11842 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 11843 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11844 #undef xmlTextReaderRelaxNGSetSchema
pcercuei 0:03b5121a232e 11845 extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema __attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias")));
pcercuei 0:03b5121a232e 11846 #else
pcercuei 0:03b5121a232e 11847 #ifndef xmlTextReaderRelaxNGSetSchema
pcercuei 0:03b5121a232e 11848 extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11849 #define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias
pcercuei 0:03b5121a232e 11850 #endif
pcercuei 0:03b5121a232e 11851 #endif
pcercuei 0:03b5121a232e 11852 #endif
pcercuei 0:03b5121a232e 11853
pcercuei 0:03b5121a232e 11854 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 11855 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11856 #undef xmlTextReaderRelaxNGValidate
pcercuei 0:03b5121a232e 11857 extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate __attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias")));
pcercuei 0:03b5121a232e 11858 #else
pcercuei 0:03b5121a232e 11859 #ifndef xmlTextReaderRelaxNGValidate
pcercuei 0:03b5121a232e 11860 extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11861 #define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias
pcercuei 0:03b5121a232e 11862 #endif
pcercuei 0:03b5121a232e 11863 #endif
pcercuei 0:03b5121a232e 11864 #endif
pcercuei 0:03b5121a232e 11865
pcercuei 0:03b5121a232e 11866 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 11867 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11868 #undef xmlTextReaderRelaxNGValidateCtxt
pcercuei 0:03b5121a232e 11869 extern __typeof (xmlTextReaderRelaxNGValidateCtxt) xmlTextReaderRelaxNGValidateCtxt __attribute((alias("xmlTextReaderRelaxNGValidateCtxt__internal_alias")));
pcercuei 0:03b5121a232e 11870 #else
pcercuei 0:03b5121a232e 11871 #ifndef xmlTextReaderRelaxNGValidateCtxt
pcercuei 0:03b5121a232e 11872 extern __typeof (xmlTextReaderRelaxNGValidateCtxt) xmlTextReaderRelaxNGValidateCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11873 #define xmlTextReaderRelaxNGValidateCtxt xmlTextReaderRelaxNGValidateCtxt__internal_alias
pcercuei 0:03b5121a232e 11874 #endif
pcercuei 0:03b5121a232e 11875 #endif
pcercuei 0:03b5121a232e 11876 #endif
pcercuei 0:03b5121a232e 11877
pcercuei 0:03b5121a232e 11878 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 11879 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11880 #undef xmlTextReaderSchemaValidate
pcercuei 0:03b5121a232e 11881 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate __attribute((alias("xmlTextReaderSchemaValidate__internal_alias")));
pcercuei 0:03b5121a232e 11882 #else
pcercuei 0:03b5121a232e 11883 #ifndef xmlTextReaderSchemaValidate
pcercuei 0:03b5121a232e 11884 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11885 #define xmlTextReaderSchemaValidate xmlTextReaderSchemaValidate__internal_alias
pcercuei 0:03b5121a232e 11886 #endif
pcercuei 0:03b5121a232e 11887 #endif
pcercuei 0:03b5121a232e 11888 #endif
pcercuei 0:03b5121a232e 11889
pcercuei 0:03b5121a232e 11890 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 11891 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11892 #undef xmlTextReaderSchemaValidateCtxt
pcercuei 0:03b5121a232e 11893 extern __typeof (xmlTextReaderSchemaValidateCtxt) xmlTextReaderSchemaValidateCtxt __attribute((alias("xmlTextReaderSchemaValidateCtxt__internal_alias")));
pcercuei 0:03b5121a232e 11894 #else
pcercuei 0:03b5121a232e 11895 #ifndef xmlTextReaderSchemaValidateCtxt
pcercuei 0:03b5121a232e 11896 extern __typeof (xmlTextReaderSchemaValidateCtxt) xmlTextReaderSchemaValidateCtxt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11897 #define xmlTextReaderSchemaValidateCtxt xmlTextReaderSchemaValidateCtxt__internal_alias
pcercuei 0:03b5121a232e 11898 #endif
pcercuei 0:03b5121a232e 11899 #endif
pcercuei 0:03b5121a232e 11900 #endif
pcercuei 0:03b5121a232e 11901
pcercuei 0:03b5121a232e 11902 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11903 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11904 #undef xmlTextReaderSetErrorHandler
pcercuei 0:03b5121a232e 11905 extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler __attribute((alias("xmlTextReaderSetErrorHandler__internal_alias")));
pcercuei 0:03b5121a232e 11906 #else
pcercuei 0:03b5121a232e 11907 #ifndef xmlTextReaderSetErrorHandler
pcercuei 0:03b5121a232e 11908 extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11909 #define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias
pcercuei 0:03b5121a232e 11910 #endif
pcercuei 0:03b5121a232e 11911 #endif
pcercuei 0:03b5121a232e 11912 #endif
pcercuei 0:03b5121a232e 11913
pcercuei 0:03b5121a232e 11914 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11915 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11916 #undef xmlTextReaderSetParserProp
pcercuei 0:03b5121a232e 11917 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
pcercuei 0:03b5121a232e 11918 #else
pcercuei 0:03b5121a232e 11919 #ifndef xmlTextReaderSetParserProp
pcercuei 0:03b5121a232e 11920 extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11921 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
pcercuei 0:03b5121a232e 11922 #endif
pcercuei 0:03b5121a232e 11923 #endif
pcercuei 0:03b5121a232e 11924 #endif
pcercuei 0:03b5121a232e 11925
pcercuei 0:03b5121a232e 11926 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 11927 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11928 #undef xmlTextReaderSetSchema
pcercuei 0:03b5121a232e 11929 extern __typeof (xmlTextReaderSetSchema) xmlTextReaderSetSchema __attribute((alias("xmlTextReaderSetSchema__internal_alias")));
pcercuei 0:03b5121a232e 11930 #else
pcercuei 0:03b5121a232e 11931 #ifndef xmlTextReaderSetSchema
pcercuei 0:03b5121a232e 11932 extern __typeof (xmlTextReaderSetSchema) xmlTextReaderSetSchema__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11933 #define xmlTextReaderSetSchema xmlTextReaderSetSchema__internal_alias
pcercuei 0:03b5121a232e 11934 #endif
pcercuei 0:03b5121a232e 11935 #endif
pcercuei 0:03b5121a232e 11936 #endif
pcercuei 0:03b5121a232e 11937
pcercuei 0:03b5121a232e 11938 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11939 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11940 #undef xmlTextReaderSetStructuredErrorHandler
pcercuei 0:03b5121a232e 11941 extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler __attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias")));
pcercuei 0:03b5121a232e 11942 #else
pcercuei 0:03b5121a232e 11943 #ifndef xmlTextReaderSetStructuredErrorHandler
pcercuei 0:03b5121a232e 11944 extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11945 #define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias
pcercuei 0:03b5121a232e 11946 #endif
pcercuei 0:03b5121a232e 11947 #endif
pcercuei 0:03b5121a232e 11948 #endif
pcercuei 0:03b5121a232e 11949
pcercuei 0:03b5121a232e 11950 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11951 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11952 #undef xmlTextReaderSetup
pcercuei 0:03b5121a232e 11953 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup __attribute((alias("xmlTextReaderSetup__internal_alias")));
pcercuei 0:03b5121a232e 11954 #else
pcercuei 0:03b5121a232e 11955 #ifndef xmlTextReaderSetup
pcercuei 0:03b5121a232e 11956 extern __typeof (xmlTextReaderSetup) xmlTextReaderSetup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11957 #define xmlTextReaderSetup xmlTextReaderSetup__internal_alias
pcercuei 0:03b5121a232e 11958 #endif
pcercuei 0:03b5121a232e 11959 #endif
pcercuei 0:03b5121a232e 11960 #endif
pcercuei 0:03b5121a232e 11961
pcercuei 0:03b5121a232e 11962 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11963 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11964 #undef xmlTextReaderStandalone
pcercuei 0:03b5121a232e 11965 extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone __attribute((alias("xmlTextReaderStandalone__internal_alias")));
pcercuei 0:03b5121a232e 11966 #else
pcercuei 0:03b5121a232e 11967 #ifndef xmlTextReaderStandalone
pcercuei 0:03b5121a232e 11968 extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11969 #define xmlTextReaderStandalone xmlTextReaderStandalone__internal_alias
pcercuei 0:03b5121a232e 11970 #endif
pcercuei 0:03b5121a232e 11971 #endif
pcercuei 0:03b5121a232e 11972 #endif
pcercuei 0:03b5121a232e 11973
pcercuei 0:03b5121a232e 11974 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11975 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11976 #undef xmlTextReaderValue
pcercuei 0:03b5121a232e 11977 extern __typeof (xmlTextReaderValue) xmlTextReaderValue __attribute((alias("xmlTextReaderValue__internal_alias")));
pcercuei 0:03b5121a232e 11978 #else
pcercuei 0:03b5121a232e 11979 #ifndef xmlTextReaderValue
pcercuei 0:03b5121a232e 11980 extern __typeof (xmlTextReaderValue) xmlTextReaderValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11981 #define xmlTextReaderValue xmlTextReaderValue__internal_alias
pcercuei 0:03b5121a232e 11982 #endif
pcercuei 0:03b5121a232e 11983 #endif
pcercuei 0:03b5121a232e 11984 #endif
pcercuei 0:03b5121a232e 11985
pcercuei 0:03b5121a232e 11986 #if defined(LIBXML_READER_ENABLED)
pcercuei 0:03b5121a232e 11987 #ifdef bottom_xmlreader
pcercuei 0:03b5121a232e 11988 #undef xmlTextReaderXmlLang
pcercuei 0:03b5121a232e 11989 extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang __attribute((alias("xmlTextReaderXmlLang__internal_alias")));
pcercuei 0:03b5121a232e 11990 #else
pcercuei 0:03b5121a232e 11991 #ifndef xmlTextReaderXmlLang
pcercuei 0:03b5121a232e 11992 extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 11993 #define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias
pcercuei 0:03b5121a232e 11994 #endif
pcercuei 0:03b5121a232e 11995 #endif
pcercuei 0:03b5121a232e 11996 #endif
pcercuei 0:03b5121a232e 11997
pcercuei 0:03b5121a232e 11998 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 11999 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12000 #undef xmlTextWriterEndAttribute
pcercuei 0:03b5121a232e 12001 extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute __attribute((alias("xmlTextWriterEndAttribute__internal_alias")));
pcercuei 0:03b5121a232e 12002 #else
pcercuei 0:03b5121a232e 12003 #ifndef xmlTextWriterEndAttribute
pcercuei 0:03b5121a232e 12004 extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12005 #define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias
pcercuei 0:03b5121a232e 12006 #endif
pcercuei 0:03b5121a232e 12007 #endif
pcercuei 0:03b5121a232e 12008 #endif
pcercuei 0:03b5121a232e 12009
pcercuei 0:03b5121a232e 12010 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12011 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12012 #undef xmlTextWriterEndCDATA
pcercuei 0:03b5121a232e 12013 extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA __attribute((alias("xmlTextWriterEndCDATA__internal_alias")));
pcercuei 0:03b5121a232e 12014 #else
pcercuei 0:03b5121a232e 12015 #ifndef xmlTextWriterEndCDATA
pcercuei 0:03b5121a232e 12016 extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12017 #define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias
pcercuei 0:03b5121a232e 12018 #endif
pcercuei 0:03b5121a232e 12019 #endif
pcercuei 0:03b5121a232e 12020 #endif
pcercuei 0:03b5121a232e 12021
pcercuei 0:03b5121a232e 12022 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12023 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12024 #undef xmlTextWriterEndComment
pcercuei 0:03b5121a232e 12025 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
pcercuei 0:03b5121a232e 12026 #else
pcercuei 0:03b5121a232e 12027 #ifndef xmlTextWriterEndComment
pcercuei 0:03b5121a232e 12028 extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12029 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias
pcercuei 0:03b5121a232e 12030 #endif
pcercuei 0:03b5121a232e 12031 #endif
pcercuei 0:03b5121a232e 12032 #endif
pcercuei 0:03b5121a232e 12033
pcercuei 0:03b5121a232e 12034 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12035 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12036 #undef xmlTextWriterEndDTD
pcercuei 0:03b5121a232e 12037 extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD __attribute((alias("xmlTextWriterEndDTD__internal_alias")));
pcercuei 0:03b5121a232e 12038 #else
pcercuei 0:03b5121a232e 12039 #ifndef xmlTextWriterEndDTD
pcercuei 0:03b5121a232e 12040 extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12041 #define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias
pcercuei 0:03b5121a232e 12042 #endif
pcercuei 0:03b5121a232e 12043 #endif
pcercuei 0:03b5121a232e 12044 #endif
pcercuei 0:03b5121a232e 12045
pcercuei 0:03b5121a232e 12046 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12047 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12048 #undef xmlTextWriterEndDTDAttlist
pcercuei 0:03b5121a232e 12049 extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist __attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias")));
pcercuei 0:03b5121a232e 12050 #else
pcercuei 0:03b5121a232e 12051 #ifndef xmlTextWriterEndDTDAttlist
pcercuei 0:03b5121a232e 12052 extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12053 #define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias
pcercuei 0:03b5121a232e 12054 #endif
pcercuei 0:03b5121a232e 12055 #endif
pcercuei 0:03b5121a232e 12056 #endif
pcercuei 0:03b5121a232e 12057
pcercuei 0:03b5121a232e 12058 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12059 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12060 #undef xmlTextWriterEndDTDElement
pcercuei 0:03b5121a232e 12061 extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement __attribute((alias("xmlTextWriterEndDTDElement__internal_alias")));
pcercuei 0:03b5121a232e 12062 #else
pcercuei 0:03b5121a232e 12063 #ifndef xmlTextWriterEndDTDElement
pcercuei 0:03b5121a232e 12064 extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12065 #define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias
pcercuei 0:03b5121a232e 12066 #endif
pcercuei 0:03b5121a232e 12067 #endif
pcercuei 0:03b5121a232e 12068 #endif
pcercuei 0:03b5121a232e 12069
pcercuei 0:03b5121a232e 12070 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12071 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12072 #undef xmlTextWriterEndDTDEntity
pcercuei 0:03b5121a232e 12073 extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity __attribute((alias("xmlTextWriterEndDTDEntity__internal_alias")));
pcercuei 0:03b5121a232e 12074 #else
pcercuei 0:03b5121a232e 12075 #ifndef xmlTextWriterEndDTDEntity
pcercuei 0:03b5121a232e 12076 extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12077 #define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias
pcercuei 0:03b5121a232e 12078 #endif
pcercuei 0:03b5121a232e 12079 #endif
pcercuei 0:03b5121a232e 12080 #endif
pcercuei 0:03b5121a232e 12081
pcercuei 0:03b5121a232e 12082 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12083 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12084 #undef xmlTextWriterEndDocument
pcercuei 0:03b5121a232e 12085 extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument __attribute((alias("xmlTextWriterEndDocument__internal_alias")));
pcercuei 0:03b5121a232e 12086 #else
pcercuei 0:03b5121a232e 12087 #ifndef xmlTextWriterEndDocument
pcercuei 0:03b5121a232e 12088 extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12089 #define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias
pcercuei 0:03b5121a232e 12090 #endif
pcercuei 0:03b5121a232e 12091 #endif
pcercuei 0:03b5121a232e 12092 #endif
pcercuei 0:03b5121a232e 12093
pcercuei 0:03b5121a232e 12094 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12095 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12096 #undef xmlTextWriterEndElement
pcercuei 0:03b5121a232e 12097 extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement __attribute((alias("xmlTextWriterEndElement__internal_alias")));
pcercuei 0:03b5121a232e 12098 #else
pcercuei 0:03b5121a232e 12099 #ifndef xmlTextWriterEndElement
pcercuei 0:03b5121a232e 12100 extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12101 #define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias
pcercuei 0:03b5121a232e 12102 #endif
pcercuei 0:03b5121a232e 12103 #endif
pcercuei 0:03b5121a232e 12104 #endif
pcercuei 0:03b5121a232e 12105
pcercuei 0:03b5121a232e 12106 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12107 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12108 #undef xmlTextWriterEndPI
pcercuei 0:03b5121a232e 12109 extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI __attribute((alias("xmlTextWriterEndPI__internal_alias")));
pcercuei 0:03b5121a232e 12110 #else
pcercuei 0:03b5121a232e 12111 #ifndef xmlTextWriterEndPI
pcercuei 0:03b5121a232e 12112 extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12113 #define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias
pcercuei 0:03b5121a232e 12114 #endif
pcercuei 0:03b5121a232e 12115 #endif
pcercuei 0:03b5121a232e 12116 #endif
pcercuei 0:03b5121a232e 12117
pcercuei 0:03b5121a232e 12118 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12119 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12120 #undef xmlTextWriterFlush
pcercuei 0:03b5121a232e 12121 extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush __attribute((alias("xmlTextWriterFlush__internal_alias")));
pcercuei 0:03b5121a232e 12122 #else
pcercuei 0:03b5121a232e 12123 #ifndef xmlTextWriterFlush
pcercuei 0:03b5121a232e 12124 extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12125 #define xmlTextWriterFlush xmlTextWriterFlush__internal_alias
pcercuei 0:03b5121a232e 12126 #endif
pcercuei 0:03b5121a232e 12127 #endif
pcercuei 0:03b5121a232e 12128 #endif
pcercuei 0:03b5121a232e 12129
pcercuei 0:03b5121a232e 12130 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12131 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12132 #undef xmlTextWriterFullEndElement
pcercuei 0:03b5121a232e 12133 extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement __attribute((alias("xmlTextWriterFullEndElement__internal_alias")));
pcercuei 0:03b5121a232e 12134 #else
pcercuei 0:03b5121a232e 12135 #ifndef xmlTextWriterFullEndElement
pcercuei 0:03b5121a232e 12136 extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12137 #define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias
pcercuei 0:03b5121a232e 12138 #endif
pcercuei 0:03b5121a232e 12139 #endif
pcercuei 0:03b5121a232e 12140 #endif
pcercuei 0:03b5121a232e 12141
pcercuei 0:03b5121a232e 12142 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12143 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12144 #undef xmlTextWriterSetIndent
pcercuei 0:03b5121a232e 12145 extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent __attribute((alias("xmlTextWriterSetIndent__internal_alias")));
pcercuei 0:03b5121a232e 12146 #else
pcercuei 0:03b5121a232e 12147 #ifndef xmlTextWriterSetIndent
pcercuei 0:03b5121a232e 12148 extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12149 #define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias
pcercuei 0:03b5121a232e 12150 #endif
pcercuei 0:03b5121a232e 12151 #endif
pcercuei 0:03b5121a232e 12152 #endif
pcercuei 0:03b5121a232e 12153
pcercuei 0:03b5121a232e 12154 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12155 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12156 #undef xmlTextWriterSetIndentString
pcercuei 0:03b5121a232e 12157 extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString __attribute((alias("xmlTextWriterSetIndentString__internal_alias")));
pcercuei 0:03b5121a232e 12158 #else
pcercuei 0:03b5121a232e 12159 #ifndef xmlTextWriterSetIndentString
pcercuei 0:03b5121a232e 12160 extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12161 #define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias
pcercuei 0:03b5121a232e 12162 #endif
pcercuei 0:03b5121a232e 12163 #endif
pcercuei 0:03b5121a232e 12164 #endif
pcercuei 0:03b5121a232e 12165
pcercuei 0:03b5121a232e 12166 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12167 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12168 #undef xmlTextWriterSetQuoteChar
pcercuei 0:03b5121a232e 12169 extern __typeof (xmlTextWriterSetQuoteChar) xmlTextWriterSetQuoteChar __attribute((alias("xmlTextWriterSetQuoteChar__internal_alias")));
pcercuei 0:03b5121a232e 12170 #else
pcercuei 0:03b5121a232e 12171 #ifndef xmlTextWriterSetQuoteChar
pcercuei 0:03b5121a232e 12172 extern __typeof (xmlTextWriterSetQuoteChar) xmlTextWriterSetQuoteChar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12173 #define xmlTextWriterSetQuoteChar xmlTextWriterSetQuoteChar__internal_alias
pcercuei 0:03b5121a232e 12174 #endif
pcercuei 0:03b5121a232e 12175 #endif
pcercuei 0:03b5121a232e 12176 #endif
pcercuei 0:03b5121a232e 12177
pcercuei 0:03b5121a232e 12178 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12179 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12180 #undef xmlTextWriterStartAttribute
pcercuei 0:03b5121a232e 12181 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attribute((alias("xmlTextWriterStartAttribute__internal_alias")));
pcercuei 0:03b5121a232e 12182 #else
pcercuei 0:03b5121a232e 12183 #ifndef xmlTextWriterStartAttribute
pcercuei 0:03b5121a232e 12184 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12185 #define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias
pcercuei 0:03b5121a232e 12186 #endif
pcercuei 0:03b5121a232e 12187 #endif
pcercuei 0:03b5121a232e 12188 #endif
pcercuei 0:03b5121a232e 12189
pcercuei 0:03b5121a232e 12190 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12191 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12192 #undef xmlTextWriterStartAttributeNS
pcercuei 0:03b5121a232e 12193 extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS __attribute((alias("xmlTextWriterStartAttributeNS__internal_alias")));
pcercuei 0:03b5121a232e 12194 #else
pcercuei 0:03b5121a232e 12195 #ifndef xmlTextWriterStartAttributeNS
pcercuei 0:03b5121a232e 12196 extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12197 #define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias
pcercuei 0:03b5121a232e 12198 #endif
pcercuei 0:03b5121a232e 12199 #endif
pcercuei 0:03b5121a232e 12200 #endif
pcercuei 0:03b5121a232e 12201
pcercuei 0:03b5121a232e 12202 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12203 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12204 #undef xmlTextWriterStartCDATA
pcercuei 0:03b5121a232e 12205 extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA __attribute((alias("xmlTextWriterStartCDATA__internal_alias")));
pcercuei 0:03b5121a232e 12206 #else
pcercuei 0:03b5121a232e 12207 #ifndef xmlTextWriterStartCDATA
pcercuei 0:03b5121a232e 12208 extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12209 #define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias
pcercuei 0:03b5121a232e 12210 #endif
pcercuei 0:03b5121a232e 12211 #endif
pcercuei 0:03b5121a232e 12212 #endif
pcercuei 0:03b5121a232e 12213
pcercuei 0:03b5121a232e 12214 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12215 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12216 #undef xmlTextWriterStartComment
pcercuei 0:03b5121a232e 12217 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias")));
pcercuei 0:03b5121a232e 12218 #else
pcercuei 0:03b5121a232e 12219 #ifndef xmlTextWriterStartComment
pcercuei 0:03b5121a232e 12220 extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12221 #define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias
pcercuei 0:03b5121a232e 12222 #endif
pcercuei 0:03b5121a232e 12223 #endif
pcercuei 0:03b5121a232e 12224 #endif
pcercuei 0:03b5121a232e 12225
pcercuei 0:03b5121a232e 12226 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12227 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12228 #undef xmlTextWriterStartDTD
pcercuei 0:03b5121a232e 12229 extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD __attribute((alias("xmlTextWriterStartDTD__internal_alias")));
pcercuei 0:03b5121a232e 12230 #else
pcercuei 0:03b5121a232e 12231 #ifndef xmlTextWriterStartDTD
pcercuei 0:03b5121a232e 12232 extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12233 #define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias
pcercuei 0:03b5121a232e 12234 #endif
pcercuei 0:03b5121a232e 12235 #endif
pcercuei 0:03b5121a232e 12236 #endif
pcercuei 0:03b5121a232e 12237
pcercuei 0:03b5121a232e 12238 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12239 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12240 #undef xmlTextWriterStartDTDAttlist
pcercuei 0:03b5121a232e 12241 extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist __attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias")));
pcercuei 0:03b5121a232e 12242 #else
pcercuei 0:03b5121a232e 12243 #ifndef xmlTextWriterStartDTDAttlist
pcercuei 0:03b5121a232e 12244 extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12245 #define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias
pcercuei 0:03b5121a232e 12246 #endif
pcercuei 0:03b5121a232e 12247 #endif
pcercuei 0:03b5121a232e 12248 #endif
pcercuei 0:03b5121a232e 12249
pcercuei 0:03b5121a232e 12250 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12251 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12252 #undef xmlTextWriterStartDTDElement
pcercuei 0:03b5121a232e 12253 extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement __attribute((alias("xmlTextWriterStartDTDElement__internal_alias")));
pcercuei 0:03b5121a232e 12254 #else
pcercuei 0:03b5121a232e 12255 #ifndef xmlTextWriterStartDTDElement
pcercuei 0:03b5121a232e 12256 extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12257 #define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias
pcercuei 0:03b5121a232e 12258 #endif
pcercuei 0:03b5121a232e 12259 #endif
pcercuei 0:03b5121a232e 12260 #endif
pcercuei 0:03b5121a232e 12261
pcercuei 0:03b5121a232e 12262 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12263 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12264 #undef xmlTextWriterStartDTDEntity
pcercuei 0:03b5121a232e 12265 extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity __attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
pcercuei 0:03b5121a232e 12266 #else
pcercuei 0:03b5121a232e 12267 #ifndef xmlTextWriterStartDTDEntity
pcercuei 0:03b5121a232e 12268 extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12269 #define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias
pcercuei 0:03b5121a232e 12270 #endif
pcercuei 0:03b5121a232e 12271 #endif
pcercuei 0:03b5121a232e 12272 #endif
pcercuei 0:03b5121a232e 12273
pcercuei 0:03b5121a232e 12274 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12275 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12276 #undef xmlTextWriterStartDocument
pcercuei 0:03b5121a232e 12277 extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument __attribute((alias("xmlTextWriterStartDocument__internal_alias")));
pcercuei 0:03b5121a232e 12278 #else
pcercuei 0:03b5121a232e 12279 #ifndef xmlTextWriterStartDocument
pcercuei 0:03b5121a232e 12280 extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12281 #define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias
pcercuei 0:03b5121a232e 12282 #endif
pcercuei 0:03b5121a232e 12283 #endif
pcercuei 0:03b5121a232e 12284 #endif
pcercuei 0:03b5121a232e 12285
pcercuei 0:03b5121a232e 12286 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12287 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12288 #undef xmlTextWriterStartElement
pcercuei 0:03b5121a232e 12289 extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement __attribute((alias("xmlTextWriterStartElement__internal_alias")));
pcercuei 0:03b5121a232e 12290 #else
pcercuei 0:03b5121a232e 12291 #ifndef xmlTextWriterStartElement
pcercuei 0:03b5121a232e 12292 extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12293 #define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias
pcercuei 0:03b5121a232e 12294 #endif
pcercuei 0:03b5121a232e 12295 #endif
pcercuei 0:03b5121a232e 12296 #endif
pcercuei 0:03b5121a232e 12297
pcercuei 0:03b5121a232e 12298 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12299 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12300 #undef xmlTextWriterStartElementNS
pcercuei 0:03b5121a232e 12301 extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS __attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
pcercuei 0:03b5121a232e 12302 #else
pcercuei 0:03b5121a232e 12303 #ifndef xmlTextWriterStartElementNS
pcercuei 0:03b5121a232e 12304 extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12305 #define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
pcercuei 0:03b5121a232e 12306 #endif
pcercuei 0:03b5121a232e 12307 #endif
pcercuei 0:03b5121a232e 12308 #endif
pcercuei 0:03b5121a232e 12309
pcercuei 0:03b5121a232e 12310 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12311 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12312 #undef xmlTextWriterStartPI
pcercuei 0:03b5121a232e 12313 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias")));
pcercuei 0:03b5121a232e 12314 #else
pcercuei 0:03b5121a232e 12315 #ifndef xmlTextWriterStartPI
pcercuei 0:03b5121a232e 12316 extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12317 #define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias
pcercuei 0:03b5121a232e 12318 #endif
pcercuei 0:03b5121a232e 12319 #endif
pcercuei 0:03b5121a232e 12320 #endif
pcercuei 0:03b5121a232e 12321
pcercuei 0:03b5121a232e 12322 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12323 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12324 #undef xmlTextWriterWriteAttribute
pcercuei 0:03b5121a232e 12325 extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute __attribute((alias("xmlTextWriterWriteAttribute__internal_alias")));
pcercuei 0:03b5121a232e 12326 #else
pcercuei 0:03b5121a232e 12327 #ifndef xmlTextWriterWriteAttribute
pcercuei 0:03b5121a232e 12328 extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12329 #define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias
pcercuei 0:03b5121a232e 12330 #endif
pcercuei 0:03b5121a232e 12331 #endif
pcercuei 0:03b5121a232e 12332 #endif
pcercuei 0:03b5121a232e 12333
pcercuei 0:03b5121a232e 12334 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12335 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12336 #undef xmlTextWriterWriteAttributeNS
pcercuei 0:03b5121a232e 12337 extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS __attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias")));
pcercuei 0:03b5121a232e 12338 #else
pcercuei 0:03b5121a232e 12339 #ifndef xmlTextWriterWriteAttributeNS
pcercuei 0:03b5121a232e 12340 extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12341 #define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias
pcercuei 0:03b5121a232e 12342 #endif
pcercuei 0:03b5121a232e 12343 #endif
pcercuei 0:03b5121a232e 12344 #endif
pcercuei 0:03b5121a232e 12345
pcercuei 0:03b5121a232e 12346 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12347 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12348 #undef xmlTextWriterWriteBase64
pcercuei 0:03b5121a232e 12349 extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64 __attribute((alias("xmlTextWriterWriteBase64__internal_alias")));
pcercuei 0:03b5121a232e 12350 #else
pcercuei 0:03b5121a232e 12351 #ifndef xmlTextWriterWriteBase64
pcercuei 0:03b5121a232e 12352 extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12353 #define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias
pcercuei 0:03b5121a232e 12354 #endif
pcercuei 0:03b5121a232e 12355 #endif
pcercuei 0:03b5121a232e 12356 #endif
pcercuei 0:03b5121a232e 12357
pcercuei 0:03b5121a232e 12358 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12359 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12360 #undef xmlTextWriterWriteBinHex
pcercuei 0:03b5121a232e 12361 extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex __attribute((alias("xmlTextWriterWriteBinHex__internal_alias")));
pcercuei 0:03b5121a232e 12362 #else
pcercuei 0:03b5121a232e 12363 #ifndef xmlTextWriterWriteBinHex
pcercuei 0:03b5121a232e 12364 extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12365 #define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias
pcercuei 0:03b5121a232e 12366 #endif
pcercuei 0:03b5121a232e 12367 #endif
pcercuei 0:03b5121a232e 12368 #endif
pcercuei 0:03b5121a232e 12369
pcercuei 0:03b5121a232e 12370 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12371 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12372 #undef xmlTextWriterWriteCDATA
pcercuei 0:03b5121a232e 12373 extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA __attribute((alias("xmlTextWriterWriteCDATA__internal_alias")));
pcercuei 0:03b5121a232e 12374 #else
pcercuei 0:03b5121a232e 12375 #ifndef xmlTextWriterWriteCDATA
pcercuei 0:03b5121a232e 12376 extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12377 #define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias
pcercuei 0:03b5121a232e 12378 #endif
pcercuei 0:03b5121a232e 12379 #endif
pcercuei 0:03b5121a232e 12380 #endif
pcercuei 0:03b5121a232e 12381
pcercuei 0:03b5121a232e 12382 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12383 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12384 #undef xmlTextWriterWriteComment
pcercuei 0:03b5121a232e 12385 extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias")));
pcercuei 0:03b5121a232e 12386 #else
pcercuei 0:03b5121a232e 12387 #ifndef xmlTextWriterWriteComment
pcercuei 0:03b5121a232e 12388 extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12389 #define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
pcercuei 0:03b5121a232e 12390 #endif
pcercuei 0:03b5121a232e 12391 #endif
pcercuei 0:03b5121a232e 12392 #endif
pcercuei 0:03b5121a232e 12393
pcercuei 0:03b5121a232e 12394 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12395 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12396 #undef xmlTextWriterWriteDTD
pcercuei 0:03b5121a232e 12397 extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD __attribute((alias("xmlTextWriterWriteDTD__internal_alias")));
pcercuei 0:03b5121a232e 12398 #else
pcercuei 0:03b5121a232e 12399 #ifndef xmlTextWriterWriteDTD
pcercuei 0:03b5121a232e 12400 extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12401 #define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias
pcercuei 0:03b5121a232e 12402 #endif
pcercuei 0:03b5121a232e 12403 #endif
pcercuei 0:03b5121a232e 12404 #endif
pcercuei 0:03b5121a232e 12405
pcercuei 0:03b5121a232e 12406 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12407 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12408 #undef xmlTextWriterWriteDTDAttlist
pcercuei 0:03b5121a232e 12409 extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist __attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias")));
pcercuei 0:03b5121a232e 12410 #else
pcercuei 0:03b5121a232e 12411 #ifndef xmlTextWriterWriteDTDAttlist
pcercuei 0:03b5121a232e 12412 extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12413 #define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias
pcercuei 0:03b5121a232e 12414 #endif
pcercuei 0:03b5121a232e 12415 #endif
pcercuei 0:03b5121a232e 12416 #endif
pcercuei 0:03b5121a232e 12417
pcercuei 0:03b5121a232e 12418 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12419 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12420 #undef xmlTextWriterWriteDTDElement
pcercuei 0:03b5121a232e 12421 extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement __attribute((alias("xmlTextWriterWriteDTDElement__internal_alias")));
pcercuei 0:03b5121a232e 12422 #else
pcercuei 0:03b5121a232e 12423 #ifndef xmlTextWriterWriteDTDElement
pcercuei 0:03b5121a232e 12424 extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12425 #define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias
pcercuei 0:03b5121a232e 12426 #endif
pcercuei 0:03b5121a232e 12427 #endif
pcercuei 0:03b5121a232e 12428 #endif
pcercuei 0:03b5121a232e 12429
pcercuei 0:03b5121a232e 12430 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12431 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12432 #undef xmlTextWriterWriteDTDEntity
pcercuei 0:03b5121a232e 12433 extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity __attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias")));
pcercuei 0:03b5121a232e 12434 #else
pcercuei 0:03b5121a232e 12435 #ifndef xmlTextWriterWriteDTDEntity
pcercuei 0:03b5121a232e 12436 extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12437 #define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias
pcercuei 0:03b5121a232e 12438 #endif
pcercuei 0:03b5121a232e 12439 #endif
pcercuei 0:03b5121a232e 12440 #endif
pcercuei 0:03b5121a232e 12441
pcercuei 0:03b5121a232e 12442 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12443 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12444 #undef xmlTextWriterWriteDTDExternalEntity
pcercuei 0:03b5121a232e 12445 extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity __attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias")));
pcercuei 0:03b5121a232e 12446 #else
pcercuei 0:03b5121a232e 12447 #ifndef xmlTextWriterWriteDTDExternalEntity
pcercuei 0:03b5121a232e 12448 extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12449 #define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias
pcercuei 0:03b5121a232e 12450 #endif
pcercuei 0:03b5121a232e 12451 #endif
pcercuei 0:03b5121a232e 12452 #endif
pcercuei 0:03b5121a232e 12453
pcercuei 0:03b5121a232e 12454 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12455 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12456 #undef xmlTextWriterWriteDTDExternalEntityContents
pcercuei 0:03b5121a232e 12457 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents __attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias")));
pcercuei 0:03b5121a232e 12458 #else
pcercuei 0:03b5121a232e 12459 #ifndef xmlTextWriterWriteDTDExternalEntityContents
pcercuei 0:03b5121a232e 12460 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12461 #define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias
pcercuei 0:03b5121a232e 12462 #endif
pcercuei 0:03b5121a232e 12463 #endif
pcercuei 0:03b5121a232e 12464 #endif
pcercuei 0:03b5121a232e 12465
pcercuei 0:03b5121a232e 12466 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12467 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12468 #undef xmlTextWriterWriteDTDInternalEntity
pcercuei 0:03b5121a232e 12469 extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity __attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias")));
pcercuei 0:03b5121a232e 12470 #else
pcercuei 0:03b5121a232e 12471 #ifndef xmlTextWriterWriteDTDInternalEntity
pcercuei 0:03b5121a232e 12472 extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12473 #define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias
pcercuei 0:03b5121a232e 12474 #endif
pcercuei 0:03b5121a232e 12475 #endif
pcercuei 0:03b5121a232e 12476 #endif
pcercuei 0:03b5121a232e 12477
pcercuei 0:03b5121a232e 12478 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12479 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12480 #undef xmlTextWriterWriteDTDNotation
pcercuei 0:03b5121a232e 12481 extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation __attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias")));
pcercuei 0:03b5121a232e 12482 #else
pcercuei 0:03b5121a232e 12483 #ifndef xmlTextWriterWriteDTDNotation
pcercuei 0:03b5121a232e 12484 extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12485 #define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias
pcercuei 0:03b5121a232e 12486 #endif
pcercuei 0:03b5121a232e 12487 #endif
pcercuei 0:03b5121a232e 12488 #endif
pcercuei 0:03b5121a232e 12489
pcercuei 0:03b5121a232e 12490 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12491 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12492 #undef xmlTextWriterWriteElement
pcercuei 0:03b5121a232e 12493 extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement __attribute((alias("xmlTextWriterWriteElement__internal_alias")));
pcercuei 0:03b5121a232e 12494 #else
pcercuei 0:03b5121a232e 12495 #ifndef xmlTextWriterWriteElement
pcercuei 0:03b5121a232e 12496 extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12497 #define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias
pcercuei 0:03b5121a232e 12498 #endif
pcercuei 0:03b5121a232e 12499 #endif
pcercuei 0:03b5121a232e 12500 #endif
pcercuei 0:03b5121a232e 12501
pcercuei 0:03b5121a232e 12502 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12503 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12504 #undef xmlTextWriterWriteElementNS
pcercuei 0:03b5121a232e 12505 extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS __attribute((alias("xmlTextWriterWriteElementNS__internal_alias")));
pcercuei 0:03b5121a232e 12506 #else
pcercuei 0:03b5121a232e 12507 #ifndef xmlTextWriterWriteElementNS
pcercuei 0:03b5121a232e 12508 extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12509 #define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias
pcercuei 0:03b5121a232e 12510 #endif
pcercuei 0:03b5121a232e 12511 #endif
pcercuei 0:03b5121a232e 12512 #endif
pcercuei 0:03b5121a232e 12513
pcercuei 0:03b5121a232e 12514 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12515 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12516 #undef xmlTextWriterWriteFormatAttribute
pcercuei 0:03b5121a232e 12517 extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute __attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias")));
pcercuei 0:03b5121a232e 12518 #else
pcercuei 0:03b5121a232e 12519 #ifndef xmlTextWriterWriteFormatAttribute
pcercuei 0:03b5121a232e 12520 extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12521 #define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias
pcercuei 0:03b5121a232e 12522 #endif
pcercuei 0:03b5121a232e 12523 #endif
pcercuei 0:03b5121a232e 12524 #endif
pcercuei 0:03b5121a232e 12525
pcercuei 0:03b5121a232e 12526 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12527 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12528 #undef xmlTextWriterWriteFormatAttributeNS
pcercuei 0:03b5121a232e 12529 extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS __attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias")));
pcercuei 0:03b5121a232e 12530 #else
pcercuei 0:03b5121a232e 12531 #ifndef xmlTextWriterWriteFormatAttributeNS
pcercuei 0:03b5121a232e 12532 extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12533 #define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias
pcercuei 0:03b5121a232e 12534 #endif
pcercuei 0:03b5121a232e 12535 #endif
pcercuei 0:03b5121a232e 12536 #endif
pcercuei 0:03b5121a232e 12537
pcercuei 0:03b5121a232e 12538 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12539 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12540 #undef xmlTextWriterWriteFormatCDATA
pcercuei 0:03b5121a232e 12541 extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA __attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias")));
pcercuei 0:03b5121a232e 12542 #else
pcercuei 0:03b5121a232e 12543 #ifndef xmlTextWriterWriteFormatCDATA
pcercuei 0:03b5121a232e 12544 extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12545 #define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias
pcercuei 0:03b5121a232e 12546 #endif
pcercuei 0:03b5121a232e 12547 #endif
pcercuei 0:03b5121a232e 12548 #endif
pcercuei 0:03b5121a232e 12549
pcercuei 0:03b5121a232e 12550 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12551 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12552 #undef xmlTextWriterWriteFormatComment
pcercuei 0:03b5121a232e 12553 extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment __attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
pcercuei 0:03b5121a232e 12554 #else
pcercuei 0:03b5121a232e 12555 #ifndef xmlTextWriterWriteFormatComment
pcercuei 0:03b5121a232e 12556 extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12557 #define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias
pcercuei 0:03b5121a232e 12558 #endif
pcercuei 0:03b5121a232e 12559 #endif
pcercuei 0:03b5121a232e 12560 #endif
pcercuei 0:03b5121a232e 12561
pcercuei 0:03b5121a232e 12562 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12563 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12564 #undef xmlTextWriterWriteFormatDTD
pcercuei 0:03b5121a232e 12565 extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD __attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias")));
pcercuei 0:03b5121a232e 12566 #else
pcercuei 0:03b5121a232e 12567 #ifndef xmlTextWriterWriteFormatDTD
pcercuei 0:03b5121a232e 12568 extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12569 #define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias
pcercuei 0:03b5121a232e 12570 #endif
pcercuei 0:03b5121a232e 12571 #endif
pcercuei 0:03b5121a232e 12572 #endif
pcercuei 0:03b5121a232e 12573
pcercuei 0:03b5121a232e 12574 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12575 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12576 #undef xmlTextWriterWriteFormatDTDAttlist
pcercuei 0:03b5121a232e 12577 extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist __attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias")));
pcercuei 0:03b5121a232e 12578 #else
pcercuei 0:03b5121a232e 12579 #ifndef xmlTextWriterWriteFormatDTDAttlist
pcercuei 0:03b5121a232e 12580 extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12581 #define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias
pcercuei 0:03b5121a232e 12582 #endif
pcercuei 0:03b5121a232e 12583 #endif
pcercuei 0:03b5121a232e 12584 #endif
pcercuei 0:03b5121a232e 12585
pcercuei 0:03b5121a232e 12586 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12587 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12588 #undef xmlTextWriterWriteFormatDTDElement
pcercuei 0:03b5121a232e 12589 extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement __attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias")));
pcercuei 0:03b5121a232e 12590 #else
pcercuei 0:03b5121a232e 12591 #ifndef xmlTextWriterWriteFormatDTDElement
pcercuei 0:03b5121a232e 12592 extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12593 #define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias
pcercuei 0:03b5121a232e 12594 #endif
pcercuei 0:03b5121a232e 12595 #endif
pcercuei 0:03b5121a232e 12596 #endif
pcercuei 0:03b5121a232e 12597
pcercuei 0:03b5121a232e 12598 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12599 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12600 #undef xmlTextWriterWriteFormatDTDInternalEntity
pcercuei 0:03b5121a232e 12601 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias")));
pcercuei 0:03b5121a232e 12602 #else
pcercuei 0:03b5121a232e 12603 #ifndef xmlTextWriterWriteFormatDTDInternalEntity
pcercuei 0:03b5121a232e 12604 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12605 #define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
pcercuei 0:03b5121a232e 12606 #endif
pcercuei 0:03b5121a232e 12607 #endif
pcercuei 0:03b5121a232e 12608 #endif
pcercuei 0:03b5121a232e 12609
pcercuei 0:03b5121a232e 12610 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12611 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12612 #undef xmlTextWriterWriteFormatElement
pcercuei 0:03b5121a232e 12613 extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement __attribute((alias("xmlTextWriterWriteFormatElement__internal_alias")));
pcercuei 0:03b5121a232e 12614 #else
pcercuei 0:03b5121a232e 12615 #ifndef xmlTextWriterWriteFormatElement
pcercuei 0:03b5121a232e 12616 extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12617 #define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias
pcercuei 0:03b5121a232e 12618 #endif
pcercuei 0:03b5121a232e 12619 #endif
pcercuei 0:03b5121a232e 12620 #endif
pcercuei 0:03b5121a232e 12621
pcercuei 0:03b5121a232e 12622 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12623 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12624 #undef xmlTextWriterWriteFormatElementNS
pcercuei 0:03b5121a232e 12625 extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS __attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias")));
pcercuei 0:03b5121a232e 12626 #else
pcercuei 0:03b5121a232e 12627 #ifndef xmlTextWriterWriteFormatElementNS
pcercuei 0:03b5121a232e 12628 extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12629 #define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias
pcercuei 0:03b5121a232e 12630 #endif
pcercuei 0:03b5121a232e 12631 #endif
pcercuei 0:03b5121a232e 12632 #endif
pcercuei 0:03b5121a232e 12633
pcercuei 0:03b5121a232e 12634 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12635 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12636 #undef xmlTextWriterWriteFormatPI
pcercuei 0:03b5121a232e 12637 extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI __attribute((alias("xmlTextWriterWriteFormatPI__internal_alias")));
pcercuei 0:03b5121a232e 12638 #else
pcercuei 0:03b5121a232e 12639 #ifndef xmlTextWriterWriteFormatPI
pcercuei 0:03b5121a232e 12640 extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12641 #define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias
pcercuei 0:03b5121a232e 12642 #endif
pcercuei 0:03b5121a232e 12643 #endif
pcercuei 0:03b5121a232e 12644 #endif
pcercuei 0:03b5121a232e 12645
pcercuei 0:03b5121a232e 12646 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12647 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12648 #undef xmlTextWriterWriteFormatRaw
pcercuei 0:03b5121a232e 12649 extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw __attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias")));
pcercuei 0:03b5121a232e 12650 #else
pcercuei 0:03b5121a232e 12651 #ifndef xmlTextWriterWriteFormatRaw
pcercuei 0:03b5121a232e 12652 extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12653 #define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias
pcercuei 0:03b5121a232e 12654 #endif
pcercuei 0:03b5121a232e 12655 #endif
pcercuei 0:03b5121a232e 12656 #endif
pcercuei 0:03b5121a232e 12657
pcercuei 0:03b5121a232e 12658 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12659 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12660 #undef xmlTextWriterWriteFormatString
pcercuei 0:03b5121a232e 12661 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
pcercuei 0:03b5121a232e 12662 #else
pcercuei 0:03b5121a232e 12663 #ifndef xmlTextWriterWriteFormatString
pcercuei 0:03b5121a232e 12664 extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12665 #define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias
pcercuei 0:03b5121a232e 12666 #endif
pcercuei 0:03b5121a232e 12667 #endif
pcercuei 0:03b5121a232e 12668 #endif
pcercuei 0:03b5121a232e 12669
pcercuei 0:03b5121a232e 12670 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12671 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12672 #undef xmlTextWriterWritePI
pcercuei 0:03b5121a232e 12673 extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI __attribute((alias("xmlTextWriterWritePI__internal_alias")));
pcercuei 0:03b5121a232e 12674 #else
pcercuei 0:03b5121a232e 12675 #ifndef xmlTextWriterWritePI
pcercuei 0:03b5121a232e 12676 extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12677 #define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias
pcercuei 0:03b5121a232e 12678 #endif
pcercuei 0:03b5121a232e 12679 #endif
pcercuei 0:03b5121a232e 12680 #endif
pcercuei 0:03b5121a232e 12681
pcercuei 0:03b5121a232e 12682 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12683 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12684 #undef xmlTextWriterWriteRaw
pcercuei 0:03b5121a232e 12685 extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw __attribute((alias("xmlTextWriterWriteRaw__internal_alias")));
pcercuei 0:03b5121a232e 12686 #else
pcercuei 0:03b5121a232e 12687 #ifndef xmlTextWriterWriteRaw
pcercuei 0:03b5121a232e 12688 extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12689 #define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias
pcercuei 0:03b5121a232e 12690 #endif
pcercuei 0:03b5121a232e 12691 #endif
pcercuei 0:03b5121a232e 12692 #endif
pcercuei 0:03b5121a232e 12693
pcercuei 0:03b5121a232e 12694 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12695 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12696 #undef xmlTextWriterWriteRawLen
pcercuei 0:03b5121a232e 12697 extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen __attribute((alias("xmlTextWriterWriteRawLen__internal_alias")));
pcercuei 0:03b5121a232e 12698 #else
pcercuei 0:03b5121a232e 12699 #ifndef xmlTextWriterWriteRawLen
pcercuei 0:03b5121a232e 12700 extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12701 #define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias
pcercuei 0:03b5121a232e 12702 #endif
pcercuei 0:03b5121a232e 12703 #endif
pcercuei 0:03b5121a232e 12704 #endif
pcercuei 0:03b5121a232e 12705
pcercuei 0:03b5121a232e 12706 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12707 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12708 #undef xmlTextWriterWriteString
pcercuei 0:03b5121a232e 12709 extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString __attribute((alias("xmlTextWriterWriteString__internal_alias")));
pcercuei 0:03b5121a232e 12710 #else
pcercuei 0:03b5121a232e 12711 #ifndef xmlTextWriterWriteString
pcercuei 0:03b5121a232e 12712 extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12713 #define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias
pcercuei 0:03b5121a232e 12714 #endif
pcercuei 0:03b5121a232e 12715 #endif
pcercuei 0:03b5121a232e 12716 #endif
pcercuei 0:03b5121a232e 12717
pcercuei 0:03b5121a232e 12718 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12719 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12720 #undef xmlTextWriterWriteVFormatAttribute
pcercuei 0:03b5121a232e 12721 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
pcercuei 0:03b5121a232e 12722 #else
pcercuei 0:03b5121a232e 12723 #ifndef xmlTextWriterWriteVFormatAttribute
pcercuei 0:03b5121a232e 12724 extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12725 #define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias
pcercuei 0:03b5121a232e 12726 #endif
pcercuei 0:03b5121a232e 12727 #endif
pcercuei 0:03b5121a232e 12728 #endif
pcercuei 0:03b5121a232e 12729
pcercuei 0:03b5121a232e 12730 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12731 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12732 #undef xmlTextWriterWriteVFormatAttributeNS
pcercuei 0:03b5121a232e 12733 extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS __attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias")));
pcercuei 0:03b5121a232e 12734 #else
pcercuei 0:03b5121a232e 12735 #ifndef xmlTextWriterWriteVFormatAttributeNS
pcercuei 0:03b5121a232e 12736 extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12737 #define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias
pcercuei 0:03b5121a232e 12738 #endif
pcercuei 0:03b5121a232e 12739 #endif
pcercuei 0:03b5121a232e 12740 #endif
pcercuei 0:03b5121a232e 12741
pcercuei 0:03b5121a232e 12742 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12743 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12744 #undef xmlTextWriterWriteVFormatCDATA
pcercuei 0:03b5121a232e 12745 extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA __attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias")));
pcercuei 0:03b5121a232e 12746 #else
pcercuei 0:03b5121a232e 12747 #ifndef xmlTextWriterWriteVFormatCDATA
pcercuei 0:03b5121a232e 12748 extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12749 #define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias
pcercuei 0:03b5121a232e 12750 #endif
pcercuei 0:03b5121a232e 12751 #endif
pcercuei 0:03b5121a232e 12752 #endif
pcercuei 0:03b5121a232e 12753
pcercuei 0:03b5121a232e 12754 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12755 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12756 #undef xmlTextWriterWriteVFormatComment
pcercuei 0:03b5121a232e 12757 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
pcercuei 0:03b5121a232e 12758 #else
pcercuei 0:03b5121a232e 12759 #ifndef xmlTextWriterWriteVFormatComment
pcercuei 0:03b5121a232e 12760 extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12761 #define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias
pcercuei 0:03b5121a232e 12762 #endif
pcercuei 0:03b5121a232e 12763 #endif
pcercuei 0:03b5121a232e 12764 #endif
pcercuei 0:03b5121a232e 12765
pcercuei 0:03b5121a232e 12766 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12767 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12768 #undef xmlTextWriterWriteVFormatDTD
pcercuei 0:03b5121a232e 12769 extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD __attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias")));
pcercuei 0:03b5121a232e 12770 #else
pcercuei 0:03b5121a232e 12771 #ifndef xmlTextWriterWriteVFormatDTD
pcercuei 0:03b5121a232e 12772 extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12773 #define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias
pcercuei 0:03b5121a232e 12774 #endif
pcercuei 0:03b5121a232e 12775 #endif
pcercuei 0:03b5121a232e 12776 #endif
pcercuei 0:03b5121a232e 12777
pcercuei 0:03b5121a232e 12778 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12779 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12780 #undef xmlTextWriterWriteVFormatDTDAttlist
pcercuei 0:03b5121a232e 12781 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist __attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias")));
pcercuei 0:03b5121a232e 12782 #else
pcercuei 0:03b5121a232e 12783 #ifndef xmlTextWriterWriteVFormatDTDAttlist
pcercuei 0:03b5121a232e 12784 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12785 #define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias
pcercuei 0:03b5121a232e 12786 #endif
pcercuei 0:03b5121a232e 12787 #endif
pcercuei 0:03b5121a232e 12788 #endif
pcercuei 0:03b5121a232e 12789
pcercuei 0:03b5121a232e 12790 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12791 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12792 #undef xmlTextWriterWriteVFormatDTDElement
pcercuei 0:03b5121a232e 12793 extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement __attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias")));
pcercuei 0:03b5121a232e 12794 #else
pcercuei 0:03b5121a232e 12795 #ifndef xmlTextWriterWriteVFormatDTDElement
pcercuei 0:03b5121a232e 12796 extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12797 #define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias
pcercuei 0:03b5121a232e 12798 #endif
pcercuei 0:03b5121a232e 12799 #endif
pcercuei 0:03b5121a232e 12800 #endif
pcercuei 0:03b5121a232e 12801
pcercuei 0:03b5121a232e 12802 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12803 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12804 #undef xmlTextWriterWriteVFormatDTDInternalEntity
pcercuei 0:03b5121a232e 12805 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias")));
pcercuei 0:03b5121a232e 12806 #else
pcercuei 0:03b5121a232e 12807 #ifndef xmlTextWriterWriteVFormatDTDInternalEntity
pcercuei 0:03b5121a232e 12808 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12809 #define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
pcercuei 0:03b5121a232e 12810 #endif
pcercuei 0:03b5121a232e 12811 #endif
pcercuei 0:03b5121a232e 12812 #endif
pcercuei 0:03b5121a232e 12813
pcercuei 0:03b5121a232e 12814 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12815 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12816 #undef xmlTextWriterWriteVFormatElement
pcercuei 0:03b5121a232e 12817 extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement __attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias")));
pcercuei 0:03b5121a232e 12818 #else
pcercuei 0:03b5121a232e 12819 #ifndef xmlTextWriterWriteVFormatElement
pcercuei 0:03b5121a232e 12820 extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12821 #define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias
pcercuei 0:03b5121a232e 12822 #endif
pcercuei 0:03b5121a232e 12823 #endif
pcercuei 0:03b5121a232e 12824 #endif
pcercuei 0:03b5121a232e 12825
pcercuei 0:03b5121a232e 12826 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12827 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12828 #undef xmlTextWriterWriteVFormatElementNS
pcercuei 0:03b5121a232e 12829 extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS __attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias")));
pcercuei 0:03b5121a232e 12830 #else
pcercuei 0:03b5121a232e 12831 #ifndef xmlTextWriterWriteVFormatElementNS
pcercuei 0:03b5121a232e 12832 extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12833 #define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias
pcercuei 0:03b5121a232e 12834 #endif
pcercuei 0:03b5121a232e 12835 #endif
pcercuei 0:03b5121a232e 12836 #endif
pcercuei 0:03b5121a232e 12837
pcercuei 0:03b5121a232e 12838 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12839 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12840 #undef xmlTextWriterWriteVFormatPI
pcercuei 0:03b5121a232e 12841 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
pcercuei 0:03b5121a232e 12842 #else
pcercuei 0:03b5121a232e 12843 #ifndef xmlTextWriterWriteVFormatPI
pcercuei 0:03b5121a232e 12844 extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12845 #define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias
pcercuei 0:03b5121a232e 12846 #endif
pcercuei 0:03b5121a232e 12847 #endif
pcercuei 0:03b5121a232e 12848 #endif
pcercuei 0:03b5121a232e 12849
pcercuei 0:03b5121a232e 12850 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12851 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12852 #undef xmlTextWriterWriteVFormatRaw
pcercuei 0:03b5121a232e 12853 extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw __attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
pcercuei 0:03b5121a232e 12854 #else
pcercuei 0:03b5121a232e 12855 #ifndef xmlTextWriterWriteVFormatRaw
pcercuei 0:03b5121a232e 12856 extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12857 #define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias
pcercuei 0:03b5121a232e 12858 #endif
pcercuei 0:03b5121a232e 12859 #endif
pcercuei 0:03b5121a232e 12860 #endif
pcercuei 0:03b5121a232e 12861
pcercuei 0:03b5121a232e 12862 #if defined(LIBXML_WRITER_ENABLED)
pcercuei 0:03b5121a232e 12863 #ifdef bottom_xmlwriter
pcercuei 0:03b5121a232e 12864 #undef xmlTextWriterWriteVFormatString
pcercuei 0:03b5121a232e 12865 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
pcercuei 0:03b5121a232e 12866 #else
pcercuei 0:03b5121a232e 12867 #ifndef xmlTextWriterWriteVFormatString
pcercuei 0:03b5121a232e 12868 extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12869 #define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias
pcercuei 0:03b5121a232e 12870 #endif
pcercuei 0:03b5121a232e 12871 #endif
pcercuei 0:03b5121a232e 12872 #endif
pcercuei 0:03b5121a232e 12873
pcercuei 0:03b5121a232e 12874 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12875 #undef xmlThrDefBufferAllocScheme
pcercuei 0:03b5121a232e 12876 extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme __attribute((alias("xmlThrDefBufferAllocScheme__internal_alias")));
pcercuei 0:03b5121a232e 12877 #else
pcercuei 0:03b5121a232e 12878 #ifndef xmlThrDefBufferAllocScheme
pcercuei 0:03b5121a232e 12879 extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12880 #define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias
pcercuei 0:03b5121a232e 12881 #endif
pcercuei 0:03b5121a232e 12882 #endif
pcercuei 0:03b5121a232e 12883
pcercuei 0:03b5121a232e 12884 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12885 #undef xmlThrDefDefaultBufferSize
pcercuei 0:03b5121a232e 12886 extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize __attribute((alias("xmlThrDefDefaultBufferSize__internal_alias")));
pcercuei 0:03b5121a232e 12887 #else
pcercuei 0:03b5121a232e 12888 #ifndef xmlThrDefDefaultBufferSize
pcercuei 0:03b5121a232e 12889 extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12890 #define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias
pcercuei 0:03b5121a232e 12891 #endif
pcercuei 0:03b5121a232e 12892 #endif
pcercuei 0:03b5121a232e 12893
pcercuei 0:03b5121a232e 12894 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12895 #undef xmlThrDefDeregisterNodeDefault
pcercuei 0:03b5121a232e 12896 extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault __attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias")));
pcercuei 0:03b5121a232e 12897 #else
pcercuei 0:03b5121a232e 12898 #ifndef xmlThrDefDeregisterNodeDefault
pcercuei 0:03b5121a232e 12899 extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12900 #define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias
pcercuei 0:03b5121a232e 12901 #endif
pcercuei 0:03b5121a232e 12902 #endif
pcercuei 0:03b5121a232e 12903
pcercuei 0:03b5121a232e 12904 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12905 #undef xmlThrDefDoValidityCheckingDefaultValue
pcercuei 0:03b5121a232e 12906 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue __attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias")));
pcercuei 0:03b5121a232e 12907 #else
pcercuei 0:03b5121a232e 12908 #ifndef xmlThrDefDoValidityCheckingDefaultValue
pcercuei 0:03b5121a232e 12909 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12910 #define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias
pcercuei 0:03b5121a232e 12911 #endif
pcercuei 0:03b5121a232e 12912 #endif
pcercuei 0:03b5121a232e 12913
pcercuei 0:03b5121a232e 12914 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12915 #undef xmlThrDefGetWarningsDefaultValue
pcercuei 0:03b5121a232e 12916 extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue __attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias")));
pcercuei 0:03b5121a232e 12917 #else
pcercuei 0:03b5121a232e 12918 #ifndef xmlThrDefGetWarningsDefaultValue
pcercuei 0:03b5121a232e 12919 extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12920 #define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias
pcercuei 0:03b5121a232e 12921 #endif
pcercuei 0:03b5121a232e 12922 #endif
pcercuei 0:03b5121a232e 12923
pcercuei 0:03b5121a232e 12924 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12925 #undef xmlThrDefIndentTreeOutput
pcercuei 0:03b5121a232e 12926 extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput __attribute((alias("xmlThrDefIndentTreeOutput__internal_alias")));
pcercuei 0:03b5121a232e 12927 #else
pcercuei 0:03b5121a232e 12928 #ifndef xmlThrDefIndentTreeOutput
pcercuei 0:03b5121a232e 12929 extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12930 #define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias
pcercuei 0:03b5121a232e 12931 #endif
pcercuei 0:03b5121a232e 12932 #endif
pcercuei 0:03b5121a232e 12933
pcercuei 0:03b5121a232e 12934 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12935 #undef xmlThrDefKeepBlanksDefaultValue
pcercuei 0:03b5121a232e 12936 extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue __attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias")));
pcercuei 0:03b5121a232e 12937 #else
pcercuei 0:03b5121a232e 12938 #ifndef xmlThrDefKeepBlanksDefaultValue
pcercuei 0:03b5121a232e 12939 extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12940 #define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias
pcercuei 0:03b5121a232e 12941 #endif
pcercuei 0:03b5121a232e 12942 #endif
pcercuei 0:03b5121a232e 12943
pcercuei 0:03b5121a232e 12944 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12945 #undef xmlThrDefLineNumbersDefaultValue
pcercuei 0:03b5121a232e 12946 extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue __attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias")));
pcercuei 0:03b5121a232e 12947 #else
pcercuei 0:03b5121a232e 12948 #ifndef xmlThrDefLineNumbersDefaultValue
pcercuei 0:03b5121a232e 12949 extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12950 #define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias
pcercuei 0:03b5121a232e 12951 #endif
pcercuei 0:03b5121a232e 12952 #endif
pcercuei 0:03b5121a232e 12953
pcercuei 0:03b5121a232e 12954 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12955 #undef xmlThrDefLoadExtDtdDefaultValue
pcercuei 0:03b5121a232e 12956 extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue __attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias")));
pcercuei 0:03b5121a232e 12957 #else
pcercuei 0:03b5121a232e 12958 #ifndef xmlThrDefLoadExtDtdDefaultValue
pcercuei 0:03b5121a232e 12959 extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12960 #define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias
pcercuei 0:03b5121a232e 12961 #endif
pcercuei 0:03b5121a232e 12962 #endif
pcercuei 0:03b5121a232e 12963
pcercuei 0:03b5121a232e 12964 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12965 #undef xmlThrDefOutputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 12966 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault __attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias")));
pcercuei 0:03b5121a232e 12967 #else
pcercuei 0:03b5121a232e 12968 #ifndef xmlThrDefOutputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 12969 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12970 #define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
pcercuei 0:03b5121a232e 12971 #endif
pcercuei 0:03b5121a232e 12972 #endif
pcercuei 0:03b5121a232e 12973
pcercuei 0:03b5121a232e 12974 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12975 #undef xmlThrDefParserDebugEntities
pcercuei 0:03b5121a232e 12976 extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities __attribute((alias("xmlThrDefParserDebugEntities__internal_alias")));
pcercuei 0:03b5121a232e 12977 #else
pcercuei 0:03b5121a232e 12978 #ifndef xmlThrDefParserDebugEntities
pcercuei 0:03b5121a232e 12979 extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12980 #define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias
pcercuei 0:03b5121a232e 12981 #endif
pcercuei 0:03b5121a232e 12982 #endif
pcercuei 0:03b5121a232e 12983
pcercuei 0:03b5121a232e 12984 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12985 #undef xmlThrDefParserInputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 12986 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault __attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias")));
pcercuei 0:03b5121a232e 12987 #else
pcercuei 0:03b5121a232e 12988 #ifndef xmlThrDefParserInputBufferCreateFilenameDefault
pcercuei 0:03b5121a232e 12989 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 12990 #define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
pcercuei 0:03b5121a232e 12991 #endif
pcercuei 0:03b5121a232e 12992 #endif
pcercuei 0:03b5121a232e 12993
pcercuei 0:03b5121a232e 12994 #ifdef bottom_globals
pcercuei 0:03b5121a232e 12995 #undef xmlThrDefPedanticParserDefaultValue
pcercuei 0:03b5121a232e 12996 extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue __attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias")));
pcercuei 0:03b5121a232e 12997 #else
pcercuei 0:03b5121a232e 12998 #ifndef xmlThrDefPedanticParserDefaultValue
pcercuei 0:03b5121a232e 12999 extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13000 #define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias
pcercuei 0:03b5121a232e 13001 #endif
pcercuei 0:03b5121a232e 13002 #endif
pcercuei 0:03b5121a232e 13003
pcercuei 0:03b5121a232e 13004 #ifdef bottom_globals
pcercuei 0:03b5121a232e 13005 #undef xmlThrDefRegisterNodeDefault
pcercuei 0:03b5121a232e 13006 extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault __attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias")));
pcercuei 0:03b5121a232e 13007 #else
pcercuei 0:03b5121a232e 13008 #ifndef xmlThrDefRegisterNodeDefault
pcercuei 0:03b5121a232e 13009 extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13010 #define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias
pcercuei 0:03b5121a232e 13011 #endif
pcercuei 0:03b5121a232e 13012 #endif
pcercuei 0:03b5121a232e 13013
pcercuei 0:03b5121a232e 13014 #ifdef bottom_globals
pcercuei 0:03b5121a232e 13015 #undef xmlThrDefSaveNoEmptyTags
pcercuei 0:03b5121a232e 13016 extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags __attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias")));
pcercuei 0:03b5121a232e 13017 #else
pcercuei 0:03b5121a232e 13018 #ifndef xmlThrDefSaveNoEmptyTags
pcercuei 0:03b5121a232e 13019 extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13020 #define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias
pcercuei 0:03b5121a232e 13021 #endif
pcercuei 0:03b5121a232e 13022 #endif
pcercuei 0:03b5121a232e 13023
pcercuei 0:03b5121a232e 13024 #ifdef bottom_globals
pcercuei 0:03b5121a232e 13025 #undef xmlThrDefSetGenericErrorFunc
pcercuei 0:03b5121a232e 13026 extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc __attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias")));
pcercuei 0:03b5121a232e 13027 #else
pcercuei 0:03b5121a232e 13028 #ifndef xmlThrDefSetGenericErrorFunc
pcercuei 0:03b5121a232e 13029 extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13030 #define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias
pcercuei 0:03b5121a232e 13031 #endif
pcercuei 0:03b5121a232e 13032 #endif
pcercuei 0:03b5121a232e 13033
pcercuei 0:03b5121a232e 13034 #ifdef bottom_globals
pcercuei 0:03b5121a232e 13035 #undef xmlThrDefSetStructuredErrorFunc
pcercuei 0:03b5121a232e 13036 extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc __attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias")));
pcercuei 0:03b5121a232e 13037 #else
pcercuei 0:03b5121a232e 13038 #ifndef xmlThrDefSetStructuredErrorFunc
pcercuei 0:03b5121a232e 13039 extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13040 #define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias
pcercuei 0:03b5121a232e 13041 #endif
pcercuei 0:03b5121a232e 13042 #endif
pcercuei 0:03b5121a232e 13043
pcercuei 0:03b5121a232e 13044 #ifdef bottom_globals
pcercuei 0:03b5121a232e 13045 #undef xmlThrDefSubstituteEntitiesDefaultValue
pcercuei 0:03b5121a232e 13046 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue __attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias")));
pcercuei 0:03b5121a232e 13047 #else
pcercuei 0:03b5121a232e 13048 #ifndef xmlThrDefSubstituteEntitiesDefaultValue
pcercuei 0:03b5121a232e 13049 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13050 #define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
pcercuei 0:03b5121a232e 13051 #endif
pcercuei 0:03b5121a232e 13052 #endif
pcercuei 0:03b5121a232e 13053
pcercuei 0:03b5121a232e 13054 #ifdef bottom_globals
pcercuei 0:03b5121a232e 13055 #undef xmlThrDefTreeIndentString
pcercuei 0:03b5121a232e 13056 extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString __attribute((alias("xmlThrDefTreeIndentString__internal_alias")));
pcercuei 0:03b5121a232e 13057 #else
pcercuei 0:03b5121a232e 13058 #ifndef xmlThrDefTreeIndentString
pcercuei 0:03b5121a232e 13059 extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13060 #define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias
pcercuei 0:03b5121a232e 13061 #endif
pcercuei 0:03b5121a232e 13062 #endif
pcercuei 0:03b5121a232e 13063
pcercuei 0:03b5121a232e 13064 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13065 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13066 #undef xmlUCSIsAegeanNumbers
pcercuei 0:03b5121a232e 13067 extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers __attribute((alias("xmlUCSIsAegeanNumbers__internal_alias")));
pcercuei 0:03b5121a232e 13068 #else
pcercuei 0:03b5121a232e 13069 #ifndef xmlUCSIsAegeanNumbers
pcercuei 0:03b5121a232e 13070 extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13071 #define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias
pcercuei 0:03b5121a232e 13072 #endif
pcercuei 0:03b5121a232e 13073 #endif
pcercuei 0:03b5121a232e 13074 #endif
pcercuei 0:03b5121a232e 13075
pcercuei 0:03b5121a232e 13076 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13077 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13078 #undef xmlUCSIsAlphabeticPresentationForms
pcercuei 0:03b5121a232e 13079 extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms __attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias")));
pcercuei 0:03b5121a232e 13080 #else
pcercuei 0:03b5121a232e 13081 #ifndef xmlUCSIsAlphabeticPresentationForms
pcercuei 0:03b5121a232e 13082 extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13083 #define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias
pcercuei 0:03b5121a232e 13084 #endif
pcercuei 0:03b5121a232e 13085 #endif
pcercuei 0:03b5121a232e 13086 #endif
pcercuei 0:03b5121a232e 13087
pcercuei 0:03b5121a232e 13088 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13089 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13090 #undef xmlUCSIsArabic
pcercuei 0:03b5121a232e 13091 extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic __attribute((alias("xmlUCSIsArabic__internal_alias")));
pcercuei 0:03b5121a232e 13092 #else
pcercuei 0:03b5121a232e 13093 #ifndef xmlUCSIsArabic
pcercuei 0:03b5121a232e 13094 extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13095 #define xmlUCSIsArabic xmlUCSIsArabic__internal_alias
pcercuei 0:03b5121a232e 13096 #endif
pcercuei 0:03b5121a232e 13097 #endif
pcercuei 0:03b5121a232e 13098 #endif
pcercuei 0:03b5121a232e 13099
pcercuei 0:03b5121a232e 13100 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13101 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13102 #undef xmlUCSIsArabicPresentationFormsA
pcercuei 0:03b5121a232e 13103 extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA __attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
pcercuei 0:03b5121a232e 13104 #else
pcercuei 0:03b5121a232e 13105 #ifndef xmlUCSIsArabicPresentationFormsA
pcercuei 0:03b5121a232e 13106 extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13107 #define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias
pcercuei 0:03b5121a232e 13108 #endif
pcercuei 0:03b5121a232e 13109 #endif
pcercuei 0:03b5121a232e 13110 #endif
pcercuei 0:03b5121a232e 13111
pcercuei 0:03b5121a232e 13112 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13113 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13114 #undef xmlUCSIsArabicPresentationFormsB
pcercuei 0:03b5121a232e 13115 extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB __attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias")));
pcercuei 0:03b5121a232e 13116 #else
pcercuei 0:03b5121a232e 13117 #ifndef xmlUCSIsArabicPresentationFormsB
pcercuei 0:03b5121a232e 13118 extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13119 #define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias
pcercuei 0:03b5121a232e 13120 #endif
pcercuei 0:03b5121a232e 13121 #endif
pcercuei 0:03b5121a232e 13122 #endif
pcercuei 0:03b5121a232e 13123
pcercuei 0:03b5121a232e 13124 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13125 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13126 #undef xmlUCSIsArmenian
pcercuei 0:03b5121a232e 13127 extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian __attribute((alias("xmlUCSIsArmenian__internal_alias")));
pcercuei 0:03b5121a232e 13128 #else
pcercuei 0:03b5121a232e 13129 #ifndef xmlUCSIsArmenian
pcercuei 0:03b5121a232e 13130 extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13131 #define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias
pcercuei 0:03b5121a232e 13132 #endif
pcercuei 0:03b5121a232e 13133 #endif
pcercuei 0:03b5121a232e 13134 #endif
pcercuei 0:03b5121a232e 13135
pcercuei 0:03b5121a232e 13136 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13137 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13138 #undef xmlUCSIsArrows
pcercuei 0:03b5121a232e 13139 extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows __attribute((alias("xmlUCSIsArrows__internal_alias")));
pcercuei 0:03b5121a232e 13140 #else
pcercuei 0:03b5121a232e 13141 #ifndef xmlUCSIsArrows
pcercuei 0:03b5121a232e 13142 extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13143 #define xmlUCSIsArrows xmlUCSIsArrows__internal_alias
pcercuei 0:03b5121a232e 13144 #endif
pcercuei 0:03b5121a232e 13145 #endif
pcercuei 0:03b5121a232e 13146 #endif
pcercuei 0:03b5121a232e 13147
pcercuei 0:03b5121a232e 13148 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13149 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13150 #undef xmlUCSIsBasicLatin
pcercuei 0:03b5121a232e 13151 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
pcercuei 0:03b5121a232e 13152 #else
pcercuei 0:03b5121a232e 13153 #ifndef xmlUCSIsBasicLatin
pcercuei 0:03b5121a232e 13154 extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13155 #define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias
pcercuei 0:03b5121a232e 13156 #endif
pcercuei 0:03b5121a232e 13157 #endif
pcercuei 0:03b5121a232e 13158 #endif
pcercuei 0:03b5121a232e 13159
pcercuei 0:03b5121a232e 13160 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13161 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13162 #undef xmlUCSIsBengali
pcercuei 0:03b5121a232e 13163 extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali __attribute((alias("xmlUCSIsBengali__internal_alias")));
pcercuei 0:03b5121a232e 13164 #else
pcercuei 0:03b5121a232e 13165 #ifndef xmlUCSIsBengali
pcercuei 0:03b5121a232e 13166 extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13167 #define xmlUCSIsBengali xmlUCSIsBengali__internal_alias
pcercuei 0:03b5121a232e 13168 #endif
pcercuei 0:03b5121a232e 13169 #endif
pcercuei 0:03b5121a232e 13170 #endif
pcercuei 0:03b5121a232e 13171
pcercuei 0:03b5121a232e 13172 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13173 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13174 #undef xmlUCSIsBlock
pcercuei 0:03b5121a232e 13175 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
pcercuei 0:03b5121a232e 13176 #else
pcercuei 0:03b5121a232e 13177 #ifndef xmlUCSIsBlock
pcercuei 0:03b5121a232e 13178 extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13179 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
pcercuei 0:03b5121a232e 13180 #endif
pcercuei 0:03b5121a232e 13181 #endif
pcercuei 0:03b5121a232e 13182 #endif
pcercuei 0:03b5121a232e 13183
pcercuei 0:03b5121a232e 13184 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13185 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13186 #undef xmlUCSIsBlockElements
pcercuei 0:03b5121a232e 13187 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
pcercuei 0:03b5121a232e 13188 #else
pcercuei 0:03b5121a232e 13189 #ifndef xmlUCSIsBlockElements
pcercuei 0:03b5121a232e 13190 extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13191 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
pcercuei 0:03b5121a232e 13192 #endif
pcercuei 0:03b5121a232e 13193 #endif
pcercuei 0:03b5121a232e 13194 #endif
pcercuei 0:03b5121a232e 13195
pcercuei 0:03b5121a232e 13196 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13197 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13198 #undef xmlUCSIsBopomofo
pcercuei 0:03b5121a232e 13199 extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo __attribute((alias("xmlUCSIsBopomofo__internal_alias")));
pcercuei 0:03b5121a232e 13200 #else
pcercuei 0:03b5121a232e 13201 #ifndef xmlUCSIsBopomofo
pcercuei 0:03b5121a232e 13202 extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13203 #define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias
pcercuei 0:03b5121a232e 13204 #endif
pcercuei 0:03b5121a232e 13205 #endif
pcercuei 0:03b5121a232e 13206 #endif
pcercuei 0:03b5121a232e 13207
pcercuei 0:03b5121a232e 13208 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13209 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13210 #undef xmlUCSIsBopomofoExtended
pcercuei 0:03b5121a232e 13211 extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended __attribute((alias("xmlUCSIsBopomofoExtended__internal_alias")));
pcercuei 0:03b5121a232e 13212 #else
pcercuei 0:03b5121a232e 13213 #ifndef xmlUCSIsBopomofoExtended
pcercuei 0:03b5121a232e 13214 extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13215 #define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias
pcercuei 0:03b5121a232e 13216 #endif
pcercuei 0:03b5121a232e 13217 #endif
pcercuei 0:03b5121a232e 13218 #endif
pcercuei 0:03b5121a232e 13219
pcercuei 0:03b5121a232e 13220 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13221 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13222 #undef xmlUCSIsBoxDrawing
pcercuei 0:03b5121a232e 13223 extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing __attribute((alias("xmlUCSIsBoxDrawing__internal_alias")));
pcercuei 0:03b5121a232e 13224 #else
pcercuei 0:03b5121a232e 13225 #ifndef xmlUCSIsBoxDrawing
pcercuei 0:03b5121a232e 13226 extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13227 #define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias
pcercuei 0:03b5121a232e 13228 #endif
pcercuei 0:03b5121a232e 13229 #endif
pcercuei 0:03b5121a232e 13230 #endif
pcercuei 0:03b5121a232e 13231
pcercuei 0:03b5121a232e 13232 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13233 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13234 #undef xmlUCSIsBraillePatterns
pcercuei 0:03b5121a232e 13235 extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns __attribute((alias("xmlUCSIsBraillePatterns__internal_alias")));
pcercuei 0:03b5121a232e 13236 #else
pcercuei 0:03b5121a232e 13237 #ifndef xmlUCSIsBraillePatterns
pcercuei 0:03b5121a232e 13238 extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13239 #define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias
pcercuei 0:03b5121a232e 13240 #endif
pcercuei 0:03b5121a232e 13241 #endif
pcercuei 0:03b5121a232e 13242 #endif
pcercuei 0:03b5121a232e 13243
pcercuei 0:03b5121a232e 13244 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13245 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13246 #undef xmlUCSIsBuhid
pcercuei 0:03b5121a232e 13247 extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid __attribute((alias("xmlUCSIsBuhid__internal_alias")));
pcercuei 0:03b5121a232e 13248 #else
pcercuei 0:03b5121a232e 13249 #ifndef xmlUCSIsBuhid
pcercuei 0:03b5121a232e 13250 extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13251 #define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias
pcercuei 0:03b5121a232e 13252 #endif
pcercuei 0:03b5121a232e 13253 #endif
pcercuei 0:03b5121a232e 13254 #endif
pcercuei 0:03b5121a232e 13255
pcercuei 0:03b5121a232e 13256 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13257 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13258 #undef xmlUCSIsByzantineMusicalSymbols
pcercuei 0:03b5121a232e 13259 extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols __attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias")));
pcercuei 0:03b5121a232e 13260 #else
pcercuei 0:03b5121a232e 13261 #ifndef xmlUCSIsByzantineMusicalSymbols
pcercuei 0:03b5121a232e 13262 extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13263 #define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias
pcercuei 0:03b5121a232e 13264 #endif
pcercuei 0:03b5121a232e 13265 #endif
pcercuei 0:03b5121a232e 13266 #endif
pcercuei 0:03b5121a232e 13267
pcercuei 0:03b5121a232e 13268 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13269 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13270 #undef xmlUCSIsCJKCompatibility
pcercuei 0:03b5121a232e 13271 extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility __attribute((alias("xmlUCSIsCJKCompatibility__internal_alias")));
pcercuei 0:03b5121a232e 13272 #else
pcercuei 0:03b5121a232e 13273 #ifndef xmlUCSIsCJKCompatibility
pcercuei 0:03b5121a232e 13274 extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13275 #define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias
pcercuei 0:03b5121a232e 13276 #endif
pcercuei 0:03b5121a232e 13277 #endif
pcercuei 0:03b5121a232e 13278 #endif
pcercuei 0:03b5121a232e 13279
pcercuei 0:03b5121a232e 13280 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13281 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13282 #undef xmlUCSIsCJKCompatibilityForms
pcercuei 0:03b5121a232e 13283 extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms __attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias")));
pcercuei 0:03b5121a232e 13284 #else
pcercuei 0:03b5121a232e 13285 #ifndef xmlUCSIsCJKCompatibilityForms
pcercuei 0:03b5121a232e 13286 extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13287 #define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias
pcercuei 0:03b5121a232e 13288 #endif
pcercuei 0:03b5121a232e 13289 #endif
pcercuei 0:03b5121a232e 13290 #endif
pcercuei 0:03b5121a232e 13291
pcercuei 0:03b5121a232e 13292 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13293 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13294 #undef xmlUCSIsCJKCompatibilityIdeographs
pcercuei 0:03b5121a232e 13295 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs __attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
pcercuei 0:03b5121a232e 13296 #else
pcercuei 0:03b5121a232e 13297 #ifndef xmlUCSIsCJKCompatibilityIdeographs
pcercuei 0:03b5121a232e 13298 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13299 #define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias
pcercuei 0:03b5121a232e 13300 #endif
pcercuei 0:03b5121a232e 13301 #endif
pcercuei 0:03b5121a232e 13302 #endif
pcercuei 0:03b5121a232e 13303
pcercuei 0:03b5121a232e 13304 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13305 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13306 #undef xmlUCSIsCJKCompatibilityIdeographsSupplement
pcercuei 0:03b5121a232e 13307 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement __attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias")));
pcercuei 0:03b5121a232e 13308 #else
pcercuei 0:03b5121a232e 13309 #ifndef xmlUCSIsCJKCompatibilityIdeographsSupplement
pcercuei 0:03b5121a232e 13310 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13311 #define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
pcercuei 0:03b5121a232e 13312 #endif
pcercuei 0:03b5121a232e 13313 #endif
pcercuei 0:03b5121a232e 13314 #endif
pcercuei 0:03b5121a232e 13315
pcercuei 0:03b5121a232e 13316 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13317 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13318 #undef xmlUCSIsCJKRadicalsSupplement
pcercuei 0:03b5121a232e 13319 extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement __attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias")));
pcercuei 0:03b5121a232e 13320 #else
pcercuei 0:03b5121a232e 13321 #ifndef xmlUCSIsCJKRadicalsSupplement
pcercuei 0:03b5121a232e 13322 extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13323 #define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias
pcercuei 0:03b5121a232e 13324 #endif
pcercuei 0:03b5121a232e 13325 #endif
pcercuei 0:03b5121a232e 13326 #endif
pcercuei 0:03b5121a232e 13327
pcercuei 0:03b5121a232e 13328 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13329 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13330 #undef xmlUCSIsCJKSymbolsandPunctuation
pcercuei 0:03b5121a232e 13331 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation __attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias")));
pcercuei 0:03b5121a232e 13332 #else
pcercuei 0:03b5121a232e 13333 #ifndef xmlUCSIsCJKSymbolsandPunctuation
pcercuei 0:03b5121a232e 13334 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13335 #define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias
pcercuei 0:03b5121a232e 13336 #endif
pcercuei 0:03b5121a232e 13337 #endif
pcercuei 0:03b5121a232e 13338 #endif
pcercuei 0:03b5121a232e 13339
pcercuei 0:03b5121a232e 13340 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13341 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13342 #undef xmlUCSIsCJKUnifiedIdeographs
pcercuei 0:03b5121a232e 13343 extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs __attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias")));
pcercuei 0:03b5121a232e 13344 #else
pcercuei 0:03b5121a232e 13345 #ifndef xmlUCSIsCJKUnifiedIdeographs
pcercuei 0:03b5121a232e 13346 extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13347 #define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias
pcercuei 0:03b5121a232e 13348 #endif
pcercuei 0:03b5121a232e 13349 #endif
pcercuei 0:03b5121a232e 13350 #endif
pcercuei 0:03b5121a232e 13351
pcercuei 0:03b5121a232e 13352 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13353 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13354 #undef xmlUCSIsCJKUnifiedIdeographsExtensionA
pcercuei 0:03b5121a232e 13355 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias")));
pcercuei 0:03b5121a232e 13356 #else
pcercuei 0:03b5121a232e 13357 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionA
pcercuei 0:03b5121a232e 13358 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13359 #define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
pcercuei 0:03b5121a232e 13360 #endif
pcercuei 0:03b5121a232e 13361 #endif
pcercuei 0:03b5121a232e 13362 #endif
pcercuei 0:03b5121a232e 13363
pcercuei 0:03b5121a232e 13364 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13365 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13366 #undef xmlUCSIsCJKUnifiedIdeographsExtensionB
pcercuei 0:03b5121a232e 13367 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias")));
pcercuei 0:03b5121a232e 13368 #else
pcercuei 0:03b5121a232e 13369 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionB
pcercuei 0:03b5121a232e 13370 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13371 #define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
pcercuei 0:03b5121a232e 13372 #endif
pcercuei 0:03b5121a232e 13373 #endif
pcercuei 0:03b5121a232e 13374 #endif
pcercuei 0:03b5121a232e 13375
pcercuei 0:03b5121a232e 13376 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13377 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13378 #undef xmlUCSIsCat
pcercuei 0:03b5121a232e 13379 extern __typeof (xmlUCSIsCat) xmlUCSIsCat __attribute((alias("xmlUCSIsCat__internal_alias")));
pcercuei 0:03b5121a232e 13380 #else
pcercuei 0:03b5121a232e 13381 #ifndef xmlUCSIsCat
pcercuei 0:03b5121a232e 13382 extern __typeof (xmlUCSIsCat) xmlUCSIsCat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13383 #define xmlUCSIsCat xmlUCSIsCat__internal_alias
pcercuei 0:03b5121a232e 13384 #endif
pcercuei 0:03b5121a232e 13385 #endif
pcercuei 0:03b5121a232e 13386 #endif
pcercuei 0:03b5121a232e 13387
pcercuei 0:03b5121a232e 13388 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13389 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13390 #undef xmlUCSIsCatC
pcercuei 0:03b5121a232e 13391 extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC __attribute((alias("xmlUCSIsCatC__internal_alias")));
pcercuei 0:03b5121a232e 13392 #else
pcercuei 0:03b5121a232e 13393 #ifndef xmlUCSIsCatC
pcercuei 0:03b5121a232e 13394 extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13395 #define xmlUCSIsCatC xmlUCSIsCatC__internal_alias
pcercuei 0:03b5121a232e 13396 #endif
pcercuei 0:03b5121a232e 13397 #endif
pcercuei 0:03b5121a232e 13398 #endif
pcercuei 0:03b5121a232e 13399
pcercuei 0:03b5121a232e 13400 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13401 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13402 #undef xmlUCSIsCatCc
pcercuei 0:03b5121a232e 13403 extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc __attribute((alias("xmlUCSIsCatCc__internal_alias")));
pcercuei 0:03b5121a232e 13404 #else
pcercuei 0:03b5121a232e 13405 #ifndef xmlUCSIsCatCc
pcercuei 0:03b5121a232e 13406 extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13407 #define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias
pcercuei 0:03b5121a232e 13408 #endif
pcercuei 0:03b5121a232e 13409 #endif
pcercuei 0:03b5121a232e 13410 #endif
pcercuei 0:03b5121a232e 13411
pcercuei 0:03b5121a232e 13412 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13413 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13414 #undef xmlUCSIsCatCf
pcercuei 0:03b5121a232e 13415 extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf __attribute((alias("xmlUCSIsCatCf__internal_alias")));
pcercuei 0:03b5121a232e 13416 #else
pcercuei 0:03b5121a232e 13417 #ifndef xmlUCSIsCatCf
pcercuei 0:03b5121a232e 13418 extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13419 #define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias
pcercuei 0:03b5121a232e 13420 #endif
pcercuei 0:03b5121a232e 13421 #endif
pcercuei 0:03b5121a232e 13422 #endif
pcercuei 0:03b5121a232e 13423
pcercuei 0:03b5121a232e 13424 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13425 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13426 #undef xmlUCSIsCatCo
pcercuei 0:03b5121a232e 13427 extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo __attribute((alias("xmlUCSIsCatCo__internal_alias")));
pcercuei 0:03b5121a232e 13428 #else
pcercuei 0:03b5121a232e 13429 #ifndef xmlUCSIsCatCo
pcercuei 0:03b5121a232e 13430 extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13431 #define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias
pcercuei 0:03b5121a232e 13432 #endif
pcercuei 0:03b5121a232e 13433 #endif
pcercuei 0:03b5121a232e 13434 #endif
pcercuei 0:03b5121a232e 13435
pcercuei 0:03b5121a232e 13436 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13437 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13438 #undef xmlUCSIsCatCs
pcercuei 0:03b5121a232e 13439 extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs __attribute((alias("xmlUCSIsCatCs__internal_alias")));
pcercuei 0:03b5121a232e 13440 #else
pcercuei 0:03b5121a232e 13441 #ifndef xmlUCSIsCatCs
pcercuei 0:03b5121a232e 13442 extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13443 #define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias
pcercuei 0:03b5121a232e 13444 #endif
pcercuei 0:03b5121a232e 13445 #endif
pcercuei 0:03b5121a232e 13446 #endif
pcercuei 0:03b5121a232e 13447
pcercuei 0:03b5121a232e 13448 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13449 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13450 #undef xmlUCSIsCatL
pcercuei 0:03b5121a232e 13451 extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL __attribute((alias("xmlUCSIsCatL__internal_alias")));
pcercuei 0:03b5121a232e 13452 #else
pcercuei 0:03b5121a232e 13453 #ifndef xmlUCSIsCatL
pcercuei 0:03b5121a232e 13454 extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13455 #define xmlUCSIsCatL xmlUCSIsCatL__internal_alias
pcercuei 0:03b5121a232e 13456 #endif
pcercuei 0:03b5121a232e 13457 #endif
pcercuei 0:03b5121a232e 13458 #endif
pcercuei 0:03b5121a232e 13459
pcercuei 0:03b5121a232e 13460 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13461 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13462 #undef xmlUCSIsCatLl
pcercuei 0:03b5121a232e 13463 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias")));
pcercuei 0:03b5121a232e 13464 #else
pcercuei 0:03b5121a232e 13465 #ifndef xmlUCSIsCatLl
pcercuei 0:03b5121a232e 13466 extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13467 #define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias
pcercuei 0:03b5121a232e 13468 #endif
pcercuei 0:03b5121a232e 13469 #endif
pcercuei 0:03b5121a232e 13470 #endif
pcercuei 0:03b5121a232e 13471
pcercuei 0:03b5121a232e 13472 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13473 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13474 #undef xmlUCSIsCatLm
pcercuei 0:03b5121a232e 13475 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
pcercuei 0:03b5121a232e 13476 #else
pcercuei 0:03b5121a232e 13477 #ifndef xmlUCSIsCatLm
pcercuei 0:03b5121a232e 13478 extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13479 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias
pcercuei 0:03b5121a232e 13480 #endif
pcercuei 0:03b5121a232e 13481 #endif
pcercuei 0:03b5121a232e 13482 #endif
pcercuei 0:03b5121a232e 13483
pcercuei 0:03b5121a232e 13484 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13485 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13486 #undef xmlUCSIsCatLo
pcercuei 0:03b5121a232e 13487 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
pcercuei 0:03b5121a232e 13488 #else
pcercuei 0:03b5121a232e 13489 #ifndef xmlUCSIsCatLo
pcercuei 0:03b5121a232e 13490 extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13491 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias
pcercuei 0:03b5121a232e 13492 #endif
pcercuei 0:03b5121a232e 13493 #endif
pcercuei 0:03b5121a232e 13494 #endif
pcercuei 0:03b5121a232e 13495
pcercuei 0:03b5121a232e 13496 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13497 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13498 #undef xmlUCSIsCatLt
pcercuei 0:03b5121a232e 13499 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias")));
pcercuei 0:03b5121a232e 13500 #else
pcercuei 0:03b5121a232e 13501 #ifndef xmlUCSIsCatLt
pcercuei 0:03b5121a232e 13502 extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13503 #define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias
pcercuei 0:03b5121a232e 13504 #endif
pcercuei 0:03b5121a232e 13505 #endif
pcercuei 0:03b5121a232e 13506 #endif
pcercuei 0:03b5121a232e 13507
pcercuei 0:03b5121a232e 13508 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13509 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13510 #undef xmlUCSIsCatLu
pcercuei 0:03b5121a232e 13511 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
pcercuei 0:03b5121a232e 13512 #else
pcercuei 0:03b5121a232e 13513 #ifndef xmlUCSIsCatLu
pcercuei 0:03b5121a232e 13514 extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13515 #define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias
pcercuei 0:03b5121a232e 13516 #endif
pcercuei 0:03b5121a232e 13517 #endif
pcercuei 0:03b5121a232e 13518 #endif
pcercuei 0:03b5121a232e 13519
pcercuei 0:03b5121a232e 13520 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13521 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13522 #undef xmlUCSIsCatM
pcercuei 0:03b5121a232e 13523 extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM __attribute((alias("xmlUCSIsCatM__internal_alias")));
pcercuei 0:03b5121a232e 13524 #else
pcercuei 0:03b5121a232e 13525 #ifndef xmlUCSIsCatM
pcercuei 0:03b5121a232e 13526 extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13527 #define xmlUCSIsCatM xmlUCSIsCatM__internal_alias
pcercuei 0:03b5121a232e 13528 #endif
pcercuei 0:03b5121a232e 13529 #endif
pcercuei 0:03b5121a232e 13530 #endif
pcercuei 0:03b5121a232e 13531
pcercuei 0:03b5121a232e 13532 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13533 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13534 #undef xmlUCSIsCatMc
pcercuei 0:03b5121a232e 13535 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias")));
pcercuei 0:03b5121a232e 13536 #else
pcercuei 0:03b5121a232e 13537 #ifndef xmlUCSIsCatMc
pcercuei 0:03b5121a232e 13538 extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13539 #define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias
pcercuei 0:03b5121a232e 13540 #endif
pcercuei 0:03b5121a232e 13541 #endif
pcercuei 0:03b5121a232e 13542 #endif
pcercuei 0:03b5121a232e 13543
pcercuei 0:03b5121a232e 13544 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13545 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13546 #undef xmlUCSIsCatMe
pcercuei 0:03b5121a232e 13547 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
pcercuei 0:03b5121a232e 13548 #else
pcercuei 0:03b5121a232e 13549 #ifndef xmlUCSIsCatMe
pcercuei 0:03b5121a232e 13550 extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13551 #define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias
pcercuei 0:03b5121a232e 13552 #endif
pcercuei 0:03b5121a232e 13553 #endif
pcercuei 0:03b5121a232e 13554 #endif
pcercuei 0:03b5121a232e 13555
pcercuei 0:03b5121a232e 13556 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13557 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13558 #undef xmlUCSIsCatMn
pcercuei 0:03b5121a232e 13559 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias")));
pcercuei 0:03b5121a232e 13560 #else
pcercuei 0:03b5121a232e 13561 #ifndef xmlUCSIsCatMn
pcercuei 0:03b5121a232e 13562 extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13563 #define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias
pcercuei 0:03b5121a232e 13564 #endif
pcercuei 0:03b5121a232e 13565 #endif
pcercuei 0:03b5121a232e 13566 #endif
pcercuei 0:03b5121a232e 13567
pcercuei 0:03b5121a232e 13568 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13569 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13570 #undef xmlUCSIsCatN
pcercuei 0:03b5121a232e 13571 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
pcercuei 0:03b5121a232e 13572 #else
pcercuei 0:03b5121a232e 13573 #ifndef xmlUCSIsCatN
pcercuei 0:03b5121a232e 13574 extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13575 #define xmlUCSIsCatN xmlUCSIsCatN__internal_alias
pcercuei 0:03b5121a232e 13576 #endif
pcercuei 0:03b5121a232e 13577 #endif
pcercuei 0:03b5121a232e 13578 #endif
pcercuei 0:03b5121a232e 13579
pcercuei 0:03b5121a232e 13580 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13581 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13582 #undef xmlUCSIsCatNd
pcercuei 0:03b5121a232e 13583 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias")));
pcercuei 0:03b5121a232e 13584 #else
pcercuei 0:03b5121a232e 13585 #ifndef xmlUCSIsCatNd
pcercuei 0:03b5121a232e 13586 extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13587 #define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias
pcercuei 0:03b5121a232e 13588 #endif
pcercuei 0:03b5121a232e 13589 #endif
pcercuei 0:03b5121a232e 13590 #endif
pcercuei 0:03b5121a232e 13591
pcercuei 0:03b5121a232e 13592 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13593 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13594 #undef xmlUCSIsCatNl
pcercuei 0:03b5121a232e 13595 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
pcercuei 0:03b5121a232e 13596 #else
pcercuei 0:03b5121a232e 13597 #ifndef xmlUCSIsCatNl
pcercuei 0:03b5121a232e 13598 extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13599 #define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias
pcercuei 0:03b5121a232e 13600 #endif
pcercuei 0:03b5121a232e 13601 #endif
pcercuei 0:03b5121a232e 13602 #endif
pcercuei 0:03b5121a232e 13603
pcercuei 0:03b5121a232e 13604 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13605 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13606 #undef xmlUCSIsCatNo
pcercuei 0:03b5121a232e 13607 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
pcercuei 0:03b5121a232e 13608 #else
pcercuei 0:03b5121a232e 13609 #ifndef xmlUCSIsCatNo
pcercuei 0:03b5121a232e 13610 extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13611 #define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias
pcercuei 0:03b5121a232e 13612 #endif
pcercuei 0:03b5121a232e 13613 #endif
pcercuei 0:03b5121a232e 13614 #endif
pcercuei 0:03b5121a232e 13615
pcercuei 0:03b5121a232e 13616 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13617 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13618 #undef xmlUCSIsCatP
pcercuei 0:03b5121a232e 13619 extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP __attribute((alias("xmlUCSIsCatP__internal_alias")));
pcercuei 0:03b5121a232e 13620 #else
pcercuei 0:03b5121a232e 13621 #ifndef xmlUCSIsCatP
pcercuei 0:03b5121a232e 13622 extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13623 #define xmlUCSIsCatP xmlUCSIsCatP__internal_alias
pcercuei 0:03b5121a232e 13624 #endif
pcercuei 0:03b5121a232e 13625 #endif
pcercuei 0:03b5121a232e 13626 #endif
pcercuei 0:03b5121a232e 13627
pcercuei 0:03b5121a232e 13628 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13629 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13630 #undef xmlUCSIsCatPc
pcercuei 0:03b5121a232e 13631 extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc __attribute((alias("xmlUCSIsCatPc__internal_alias")));
pcercuei 0:03b5121a232e 13632 #else
pcercuei 0:03b5121a232e 13633 #ifndef xmlUCSIsCatPc
pcercuei 0:03b5121a232e 13634 extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13635 #define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias
pcercuei 0:03b5121a232e 13636 #endif
pcercuei 0:03b5121a232e 13637 #endif
pcercuei 0:03b5121a232e 13638 #endif
pcercuei 0:03b5121a232e 13639
pcercuei 0:03b5121a232e 13640 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13641 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13642 #undef xmlUCSIsCatPd
pcercuei 0:03b5121a232e 13643 extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd __attribute((alias("xmlUCSIsCatPd__internal_alias")));
pcercuei 0:03b5121a232e 13644 #else
pcercuei 0:03b5121a232e 13645 #ifndef xmlUCSIsCatPd
pcercuei 0:03b5121a232e 13646 extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13647 #define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias
pcercuei 0:03b5121a232e 13648 #endif
pcercuei 0:03b5121a232e 13649 #endif
pcercuei 0:03b5121a232e 13650 #endif
pcercuei 0:03b5121a232e 13651
pcercuei 0:03b5121a232e 13652 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13653 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13654 #undef xmlUCSIsCatPe
pcercuei 0:03b5121a232e 13655 extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe __attribute((alias("xmlUCSIsCatPe__internal_alias")));
pcercuei 0:03b5121a232e 13656 #else
pcercuei 0:03b5121a232e 13657 #ifndef xmlUCSIsCatPe
pcercuei 0:03b5121a232e 13658 extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13659 #define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias
pcercuei 0:03b5121a232e 13660 #endif
pcercuei 0:03b5121a232e 13661 #endif
pcercuei 0:03b5121a232e 13662 #endif
pcercuei 0:03b5121a232e 13663
pcercuei 0:03b5121a232e 13664 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13665 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13666 #undef xmlUCSIsCatPf
pcercuei 0:03b5121a232e 13667 extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf __attribute((alias("xmlUCSIsCatPf__internal_alias")));
pcercuei 0:03b5121a232e 13668 #else
pcercuei 0:03b5121a232e 13669 #ifndef xmlUCSIsCatPf
pcercuei 0:03b5121a232e 13670 extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13671 #define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias
pcercuei 0:03b5121a232e 13672 #endif
pcercuei 0:03b5121a232e 13673 #endif
pcercuei 0:03b5121a232e 13674 #endif
pcercuei 0:03b5121a232e 13675
pcercuei 0:03b5121a232e 13676 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13677 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13678 #undef xmlUCSIsCatPi
pcercuei 0:03b5121a232e 13679 extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi __attribute((alias("xmlUCSIsCatPi__internal_alias")));
pcercuei 0:03b5121a232e 13680 #else
pcercuei 0:03b5121a232e 13681 #ifndef xmlUCSIsCatPi
pcercuei 0:03b5121a232e 13682 extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13683 #define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias
pcercuei 0:03b5121a232e 13684 #endif
pcercuei 0:03b5121a232e 13685 #endif
pcercuei 0:03b5121a232e 13686 #endif
pcercuei 0:03b5121a232e 13687
pcercuei 0:03b5121a232e 13688 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13689 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13690 #undef xmlUCSIsCatPo
pcercuei 0:03b5121a232e 13691 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias")));
pcercuei 0:03b5121a232e 13692 #else
pcercuei 0:03b5121a232e 13693 #ifndef xmlUCSIsCatPo
pcercuei 0:03b5121a232e 13694 extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13695 #define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias
pcercuei 0:03b5121a232e 13696 #endif
pcercuei 0:03b5121a232e 13697 #endif
pcercuei 0:03b5121a232e 13698 #endif
pcercuei 0:03b5121a232e 13699
pcercuei 0:03b5121a232e 13700 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13701 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13702 #undef xmlUCSIsCatPs
pcercuei 0:03b5121a232e 13703 extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs __attribute((alias("xmlUCSIsCatPs__internal_alias")));
pcercuei 0:03b5121a232e 13704 #else
pcercuei 0:03b5121a232e 13705 #ifndef xmlUCSIsCatPs
pcercuei 0:03b5121a232e 13706 extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13707 #define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias
pcercuei 0:03b5121a232e 13708 #endif
pcercuei 0:03b5121a232e 13709 #endif
pcercuei 0:03b5121a232e 13710 #endif
pcercuei 0:03b5121a232e 13711
pcercuei 0:03b5121a232e 13712 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13713 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13714 #undef xmlUCSIsCatS
pcercuei 0:03b5121a232e 13715 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
pcercuei 0:03b5121a232e 13716 #else
pcercuei 0:03b5121a232e 13717 #ifndef xmlUCSIsCatS
pcercuei 0:03b5121a232e 13718 extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13719 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias
pcercuei 0:03b5121a232e 13720 #endif
pcercuei 0:03b5121a232e 13721 #endif
pcercuei 0:03b5121a232e 13722 #endif
pcercuei 0:03b5121a232e 13723
pcercuei 0:03b5121a232e 13724 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13725 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13726 #undef xmlUCSIsCatSc
pcercuei 0:03b5121a232e 13727 extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc __attribute((alias("xmlUCSIsCatSc__internal_alias")));
pcercuei 0:03b5121a232e 13728 #else
pcercuei 0:03b5121a232e 13729 #ifndef xmlUCSIsCatSc
pcercuei 0:03b5121a232e 13730 extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13731 #define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias
pcercuei 0:03b5121a232e 13732 #endif
pcercuei 0:03b5121a232e 13733 #endif
pcercuei 0:03b5121a232e 13734 #endif
pcercuei 0:03b5121a232e 13735
pcercuei 0:03b5121a232e 13736 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13737 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13738 #undef xmlUCSIsCatSk
pcercuei 0:03b5121a232e 13739 extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk __attribute((alias("xmlUCSIsCatSk__internal_alias")));
pcercuei 0:03b5121a232e 13740 #else
pcercuei 0:03b5121a232e 13741 #ifndef xmlUCSIsCatSk
pcercuei 0:03b5121a232e 13742 extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13743 #define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias
pcercuei 0:03b5121a232e 13744 #endif
pcercuei 0:03b5121a232e 13745 #endif
pcercuei 0:03b5121a232e 13746 #endif
pcercuei 0:03b5121a232e 13747
pcercuei 0:03b5121a232e 13748 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13749 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13750 #undef xmlUCSIsCatSm
pcercuei 0:03b5121a232e 13751 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias")));
pcercuei 0:03b5121a232e 13752 #else
pcercuei 0:03b5121a232e 13753 #ifndef xmlUCSIsCatSm
pcercuei 0:03b5121a232e 13754 extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13755 #define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias
pcercuei 0:03b5121a232e 13756 #endif
pcercuei 0:03b5121a232e 13757 #endif
pcercuei 0:03b5121a232e 13758 #endif
pcercuei 0:03b5121a232e 13759
pcercuei 0:03b5121a232e 13760 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13761 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13762 #undef xmlUCSIsCatSo
pcercuei 0:03b5121a232e 13763 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias")));
pcercuei 0:03b5121a232e 13764 #else
pcercuei 0:03b5121a232e 13765 #ifndef xmlUCSIsCatSo
pcercuei 0:03b5121a232e 13766 extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13767 #define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias
pcercuei 0:03b5121a232e 13768 #endif
pcercuei 0:03b5121a232e 13769 #endif
pcercuei 0:03b5121a232e 13770 #endif
pcercuei 0:03b5121a232e 13771
pcercuei 0:03b5121a232e 13772 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13773 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13774 #undef xmlUCSIsCatZ
pcercuei 0:03b5121a232e 13775 extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ __attribute((alias("xmlUCSIsCatZ__internal_alias")));
pcercuei 0:03b5121a232e 13776 #else
pcercuei 0:03b5121a232e 13777 #ifndef xmlUCSIsCatZ
pcercuei 0:03b5121a232e 13778 extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13779 #define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias
pcercuei 0:03b5121a232e 13780 #endif
pcercuei 0:03b5121a232e 13781 #endif
pcercuei 0:03b5121a232e 13782 #endif
pcercuei 0:03b5121a232e 13783
pcercuei 0:03b5121a232e 13784 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13785 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13786 #undef xmlUCSIsCatZl
pcercuei 0:03b5121a232e 13787 extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl __attribute((alias("xmlUCSIsCatZl__internal_alias")));
pcercuei 0:03b5121a232e 13788 #else
pcercuei 0:03b5121a232e 13789 #ifndef xmlUCSIsCatZl
pcercuei 0:03b5121a232e 13790 extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13791 #define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias
pcercuei 0:03b5121a232e 13792 #endif
pcercuei 0:03b5121a232e 13793 #endif
pcercuei 0:03b5121a232e 13794 #endif
pcercuei 0:03b5121a232e 13795
pcercuei 0:03b5121a232e 13796 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13797 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13798 #undef xmlUCSIsCatZp
pcercuei 0:03b5121a232e 13799 extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp __attribute((alias("xmlUCSIsCatZp__internal_alias")));
pcercuei 0:03b5121a232e 13800 #else
pcercuei 0:03b5121a232e 13801 #ifndef xmlUCSIsCatZp
pcercuei 0:03b5121a232e 13802 extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13803 #define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias
pcercuei 0:03b5121a232e 13804 #endif
pcercuei 0:03b5121a232e 13805 #endif
pcercuei 0:03b5121a232e 13806 #endif
pcercuei 0:03b5121a232e 13807
pcercuei 0:03b5121a232e 13808 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13809 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13810 #undef xmlUCSIsCatZs
pcercuei 0:03b5121a232e 13811 extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs __attribute((alias("xmlUCSIsCatZs__internal_alias")));
pcercuei 0:03b5121a232e 13812 #else
pcercuei 0:03b5121a232e 13813 #ifndef xmlUCSIsCatZs
pcercuei 0:03b5121a232e 13814 extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13815 #define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias
pcercuei 0:03b5121a232e 13816 #endif
pcercuei 0:03b5121a232e 13817 #endif
pcercuei 0:03b5121a232e 13818 #endif
pcercuei 0:03b5121a232e 13819
pcercuei 0:03b5121a232e 13820 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13821 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13822 #undef xmlUCSIsCherokee
pcercuei 0:03b5121a232e 13823 extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee __attribute((alias("xmlUCSIsCherokee__internal_alias")));
pcercuei 0:03b5121a232e 13824 #else
pcercuei 0:03b5121a232e 13825 #ifndef xmlUCSIsCherokee
pcercuei 0:03b5121a232e 13826 extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13827 #define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias
pcercuei 0:03b5121a232e 13828 #endif
pcercuei 0:03b5121a232e 13829 #endif
pcercuei 0:03b5121a232e 13830 #endif
pcercuei 0:03b5121a232e 13831
pcercuei 0:03b5121a232e 13832 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13833 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13834 #undef xmlUCSIsCombiningDiacriticalMarks
pcercuei 0:03b5121a232e 13835 extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks __attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias")));
pcercuei 0:03b5121a232e 13836 #else
pcercuei 0:03b5121a232e 13837 #ifndef xmlUCSIsCombiningDiacriticalMarks
pcercuei 0:03b5121a232e 13838 extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13839 #define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias
pcercuei 0:03b5121a232e 13840 #endif
pcercuei 0:03b5121a232e 13841 #endif
pcercuei 0:03b5121a232e 13842 #endif
pcercuei 0:03b5121a232e 13843
pcercuei 0:03b5121a232e 13844 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13845 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13846 #undef xmlUCSIsCombiningDiacriticalMarksforSymbols
pcercuei 0:03b5121a232e 13847 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols __attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias")));
pcercuei 0:03b5121a232e 13848 #else
pcercuei 0:03b5121a232e 13849 #ifndef xmlUCSIsCombiningDiacriticalMarksforSymbols
pcercuei 0:03b5121a232e 13850 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13851 #define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
pcercuei 0:03b5121a232e 13852 #endif
pcercuei 0:03b5121a232e 13853 #endif
pcercuei 0:03b5121a232e 13854 #endif
pcercuei 0:03b5121a232e 13855
pcercuei 0:03b5121a232e 13856 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13857 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13858 #undef xmlUCSIsCombiningHalfMarks
pcercuei 0:03b5121a232e 13859 extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks __attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias")));
pcercuei 0:03b5121a232e 13860 #else
pcercuei 0:03b5121a232e 13861 #ifndef xmlUCSIsCombiningHalfMarks
pcercuei 0:03b5121a232e 13862 extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13863 #define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias
pcercuei 0:03b5121a232e 13864 #endif
pcercuei 0:03b5121a232e 13865 #endif
pcercuei 0:03b5121a232e 13866 #endif
pcercuei 0:03b5121a232e 13867
pcercuei 0:03b5121a232e 13868 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13869 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13870 #undef xmlUCSIsCombiningMarksforSymbols
pcercuei 0:03b5121a232e 13871 extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols __attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias")));
pcercuei 0:03b5121a232e 13872 #else
pcercuei 0:03b5121a232e 13873 #ifndef xmlUCSIsCombiningMarksforSymbols
pcercuei 0:03b5121a232e 13874 extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13875 #define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias
pcercuei 0:03b5121a232e 13876 #endif
pcercuei 0:03b5121a232e 13877 #endif
pcercuei 0:03b5121a232e 13878 #endif
pcercuei 0:03b5121a232e 13879
pcercuei 0:03b5121a232e 13880 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13881 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13882 #undef xmlUCSIsControlPictures
pcercuei 0:03b5121a232e 13883 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias")));
pcercuei 0:03b5121a232e 13884 #else
pcercuei 0:03b5121a232e 13885 #ifndef xmlUCSIsControlPictures
pcercuei 0:03b5121a232e 13886 extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13887 #define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias
pcercuei 0:03b5121a232e 13888 #endif
pcercuei 0:03b5121a232e 13889 #endif
pcercuei 0:03b5121a232e 13890 #endif
pcercuei 0:03b5121a232e 13891
pcercuei 0:03b5121a232e 13892 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13893 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13894 #undef xmlUCSIsCurrencySymbols
pcercuei 0:03b5121a232e 13895 extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols __attribute((alias("xmlUCSIsCurrencySymbols__internal_alias")));
pcercuei 0:03b5121a232e 13896 #else
pcercuei 0:03b5121a232e 13897 #ifndef xmlUCSIsCurrencySymbols
pcercuei 0:03b5121a232e 13898 extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13899 #define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias
pcercuei 0:03b5121a232e 13900 #endif
pcercuei 0:03b5121a232e 13901 #endif
pcercuei 0:03b5121a232e 13902 #endif
pcercuei 0:03b5121a232e 13903
pcercuei 0:03b5121a232e 13904 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13905 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13906 #undef xmlUCSIsCypriotSyllabary
pcercuei 0:03b5121a232e 13907 extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary __attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias")));
pcercuei 0:03b5121a232e 13908 #else
pcercuei 0:03b5121a232e 13909 #ifndef xmlUCSIsCypriotSyllabary
pcercuei 0:03b5121a232e 13910 extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13911 #define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias
pcercuei 0:03b5121a232e 13912 #endif
pcercuei 0:03b5121a232e 13913 #endif
pcercuei 0:03b5121a232e 13914 #endif
pcercuei 0:03b5121a232e 13915
pcercuei 0:03b5121a232e 13916 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13917 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13918 #undef xmlUCSIsCyrillic
pcercuei 0:03b5121a232e 13919 extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic __attribute((alias("xmlUCSIsCyrillic__internal_alias")));
pcercuei 0:03b5121a232e 13920 #else
pcercuei 0:03b5121a232e 13921 #ifndef xmlUCSIsCyrillic
pcercuei 0:03b5121a232e 13922 extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13923 #define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias
pcercuei 0:03b5121a232e 13924 #endif
pcercuei 0:03b5121a232e 13925 #endif
pcercuei 0:03b5121a232e 13926 #endif
pcercuei 0:03b5121a232e 13927
pcercuei 0:03b5121a232e 13928 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13929 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13930 #undef xmlUCSIsCyrillicSupplement
pcercuei 0:03b5121a232e 13931 extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement __attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias")));
pcercuei 0:03b5121a232e 13932 #else
pcercuei 0:03b5121a232e 13933 #ifndef xmlUCSIsCyrillicSupplement
pcercuei 0:03b5121a232e 13934 extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13935 #define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias
pcercuei 0:03b5121a232e 13936 #endif
pcercuei 0:03b5121a232e 13937 #endif
pcercuei 0:03b5121a232e 13938 #endif
pcercuei 0:03b5121a232e 13939
pcercuei 0:03b5121a232e 13940 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13941 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13942 #undef xmlUCSIsDeseret
pcercuei 0:03b5121a232e 13943 extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret __attribute((alias("xmlUCSIsDeseret__internal_alias")));
pcercuei 0:03b5121a232e 13944 #else
pcercuei 0:03b5121a232e 13945 #ifndef xmlUCSIsDeseret
pcercuei 0:03b5121a232e 13946 extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13947 #define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias
pcercuei 0:03b5121a232e 13948 #endif
pcercuei 0:03b5121a232e 13949 #endif
pcercuei 0:03b5121a232e 13950 #endif
pcercuei 0:03b5121a232e 13951
pcercuei 0:03b5121a232e 13952 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13953 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13954 #undef xmlUCSIsDevanagari
pcercuei 0:03b5121a232e 13955 extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari __attribute((alias("xmlUCSIsDevanagari__internal_alias")));
pcercuei 0:03b5121a232e 13956 #else
pcercuei 0:03b5121a232e 13957 #ifndef xmlUCSIsDevanagari
pcercuei 0:03b5121a232e 13958 extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13959 #define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias
pcercuei 0:03b5121a232e 13960 #endif
pcercuei 0:03b5121a232e 13961 #endif
pcercuei 0:03b5121a232e 13962 #endif
pcercuei 0:03b5121a232e 13963
pcercuei 0:03b5121a232e 13964 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13965 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13966 #undef xmlUCSIsDingbats
pcercuei 0:03b5121a232e 13967 extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats __attribute((alias("xmlUCSIsDingbats__internal_alias")));
pcercuei 0:03b5121a232e 13968 #else
pcercuei 0:03b5121a232e 13969 #ifndef xmlUCSIsDingbats
pcercuei 0:03b5121a232e 13970 extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13971 #define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias
pcercuei 0:03b5121a232e 13972 #endif
pcercuei 0:03b5121a232e 13973 #endif
pcercuei 0:03b5121a232e 13974 #endif
pcercuei 0:03b5121a232e 13975
pcercuei 0:03b5121a232e 13976 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13977 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13978 #undef xmlUCSIsEnclosedAlphanumerics
pcercuei 0:03b5121a232e 13979 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
pcercuei 0:03b5121a232e 13980 #else
pcercuei 0:03b5121a232e 13981 #ifndef xmlUCSIsEnclosedAlphanumerics
pcercuei 0:03b5121a232e 13982 extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13983 #define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias
pcercuei 0:03b5121a232e 13984 #endif
pcercuei 0:03b5121a232e 13985 #endif
pcercuei 0:03b5121a232e 13986 #endif
pcercuei 0:03b5121a232e 13987
pcercuei 0:03b5121a232e 13988 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 13989 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 13990 #undef xmlUCSIsEnclosedCJKLettersandMonths
pcercuei 0:03b5121a232e 13991 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths __attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias")));
pcercuei 0:03b5121a232e 13992 #else
pcercuei 0:03b5121a232e 13993 #ifndef xmlUCSIsEnclosedCJKLettersandMonths
pcercuei 0:03b5121a232e 13994 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 13995 #define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
pcercuei 0:03b5121a232e 13996 #endif
pcercuei 0:03b5121a232e 13997 #endif
pcercuei 0:03b5121a232e 13998 #endif
pcercuei 0:03b5121a232e 13999
pcercuei 0:03b5121a232e 14000 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14001 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14002 #undef xmlUCSIsEthiopic
pcercuei 0:03b5121a232e 14003 extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic __attribute((alias("xmlUCSIsEthiopic__internal_alias")));
pcercuei 0:03b5121a232e 14004 #else
pcercuei 0:03b5121a232e 14005 #ifndef xmlUCSIsEthiopic
pcercuei 0:03b5121a232e 14006 extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14007 #define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias
pcercuei 0:03b5121a232e 14008 #endif
pcercuei 0:03b5121a232e 14009 #endif
pcercuei 0:03b5121a232e 14010 #endif
pcercuei 0:03b5121a232e 14011
pcercuei 0:03b5121a232e 14012 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14013 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14014 #undef xmlUCSIsGeneralPunctuation
pcercuei 0:03b5121a232e 14015 extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
pcercuei 0:03b5121a232e 14016 #else
pcercuei 0:03b5121a232e 14017 #ifndef xmlUCSIsGeneralPunctuation
pcercuei 0:03b5121a232e 14018 extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14019 #define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
pcercuei 0:03b5121a232e 14020 #endif
pcercuei 0:03b5121a232e 14021 #endif
pcercuei 0:03b5121a232e 14022 #endif
pcercuei 0:03b5121a232e 14023
pcercuei 0:03b5121a232e 14024 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14025 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14026 #undef xmlUCSIsGeometricShapes
pcercuei 0:03b5121a232e 14027 extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes __attribute((alias("xmlUCSIsGeometricShapes__internal_alias")));
pcercuei 0:03b5121a232e 14028 #else
pcercuei 0:03b5121a232e 14029 #ifndef xmlUCSIsGeometricShapes
pcercuei 0:03b5121a232e 14030 extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14031 #define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias
pcercuei 0:03b5121a232e 14032 #endif
pcercuei 0:03b5121a232e 14033 #endif
pcercuei 0:03b5121a232e 14034 #endif
pcercuei 0:03b5121a232e 14035
pcercuei 0:03b5121a232e 14036 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14037 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14038 #undef xmlUCSIsGeorgian
pcercuei 0:03b5121a232e 14039 extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian __attribute((alias("xmlUCSIsGeorgian__internal_alias")));
pcercuei 0:03b5121a232e 14040 #else
pcercuei 0:03b5121a232e 14041 #ifndef xmlUCSIsGeorgian
pcercuei 0:03b5121a232e 14042 extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14043 #define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias
pcercuei 0:03b5121a232e 14044 #endif
pcercuei 0:03b5121a232e 14045 #endif
pcercuei 0:03b5121a232e 14046 #endif
pcercuei 0:03b5121a232e 14047
pcercuei 0:03b5121a232e 14048 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14049 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14050 #undef xmlUCSIsGothic
pcercuei 0:03b5121a232e 14051 extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic __attribute((alias("xmlUCSIsGothic__internal_alias")));
pcercuei 0:03b5121a232e 14052 #else
pcercuei 0:03b5121a232e 14053 #ifndef xmlUCSIsGothic
pcercuei 0:03b5121a232e 14054 extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14055 #define xmlUCSIsGothic xmlUCSIsGothic__internal_alias
pcercuei 0:03b5121a232e 14056 #endif
pcercuei 0:03b5121a232e 14057 #endif
pcercuei 0:03b5121a232e 14058 #endif
pcercuei 0:03b5121a232e 14059
pcercuei 0:03b5121a232e 14060 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14061 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14062 #undef xmlUCSIsGreek
pcercuei 0:03b5121a232e 14063 extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek __attribute((alias("xmlUCSIsGreek__internal_alias")));
pcercuei 0:03b5121a232e 14064 #else
pcercuei 0:03b5121a232e 14065 #ifndef xmlUCSIsGreek
pcercuei 0:03b5121a232e 14066 extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14067 #define xmlUCSIsGreek xmlUCSIsGreek__internal_alias
pcercuei 0:03b5121a232e 14068 #endif
pcercuei 0:03b5121a232e 14069 #endif
pcercuei 0:03b5121a232e 14070 #endif
pcercuei 0:03b5121a232e 14071
pcercuei 0:03b5121a232e 14072 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14073 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14074 #undef xmlUCSIsGreekExtended
pcercuei 0:03b5121a232e 14075 extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended __attribute((alias("xmlUCSIsGreekExtended__internal_alias")));
pcercuei 0:03b5121a232e 14076 #else
pcercuei 0:03b5121a232e 14077 #ifndef xmlUCSIsGreekExtended
pcercuei 0:03b5121a232e 14078 extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14079 #define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias
pcercuei 0:03b5121a232e 14080 #endif
pcercuei 0:03b5121a232e 14081 #endif
pcercuei 0:03b5121a232e 14082 #endif
pcercuei 0:03b5121a232e 14083
pcercuei 0:03b5121a232e 14084 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14085 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14086 #undef xmlUCSIsGreekandCoptic
pcercuei 0:03b5121a232e 14087 extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic __attribute((alias("xmlUCSIsGreekandCoptic__internal_alias")));
pcercuei 0:03b5121a232e 14088 #else
pcercuei 0:03b5121a232e 14089 #ifndef xmlUCSIsGreekandCoptic
pcercuei 0:03b5121a232e 14090 extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14091 #define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias
pcercuei 0:03b5121a232e 14092 #endif
pcercuei 0:03b5121a232e 14093 #endif
pcercuei 0:03b5121a232e 14094 #endif
pcercuei 0:03b5121a232e 14095
pcercuei 0:03b5121a232e 14096 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14097 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14098 #undef xmlUCSIsGujarati
pcercuei 0:03b5121a232e 14099 extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati __attribute((alias("xmlUCSIsGujarati__internal_alias")));
pcercuei 0:03b5121a232e 14100 #else
pcercuei 0:03b5121a232e 14101 #ifndef xmlUCSIsGujarati
pcercuei 0:03b5121a232e 14102 extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14103 #define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias
pcercuei 0:03b5121a232e 14104 #endif
pcercuei 0:03b5121a232e 14105 #endif
pcercuei 0:03b5121a232e 14106 #endif
pcercuei 0:03b5121a232e 14107
pcercuei 0:03b5121a232e 14108 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14109 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14110 #undef xmlUCSIsGurmukhi
pcercuei 0:03b5121a232e 14111 extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi __attribute((alias("xmlUCSIsGurmukhi__internal_alias")));
pcercuei 0:03b5121a232e 14112 #else
pcercuei 0:03b5121a232e 14113 #ifndef xmlUCSIsGurmukhi
pcercuei 0:03b5121a232e 14114 extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14115 #define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias
pcercuei 0:03b5121a232e 14116 #endif
pcercuei 0:03b5121a232e 14117 #endif
pcercuei 0:03b5121a232e 14118 #endif
pcercuei 0:03b5121a232e 14119
pcercuei 0:03b5121a232e 14120 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14121 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14122 #undef xmlUCSIsHalfwidthandFullwidthForms
pcercuei 0:03b5121a232e 14123 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms __attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias")));
pcercuei 0:03b5121a232e 14124 #else
pcercuei 0:03b5121a232e 14125 #ifndef xmlUCSIsHalfwidthandFullwidthForms
pcercuei 0:03b5121a232e 14126 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14127 #define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias
pcercuei 0:03b5121a232e 14128 #endif
pcercuei 0:03b5121a232e 14129 #endif
pcercuei 0:03b5121a232e 14130 #endif
pcercuei 0:03b5121a232e 14131
pcercuei 0:03b5121a232e 14132 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14133 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14134 #undef xmlUCSIsHangulCompatibilityJamo
pcercuei 0:03b5121a232e 14135 extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo __attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias")));
pcercuei 0:03b5121a232e 14136 #else
pcercuei 0:03b5121a232e 14137 #ifndef xmlUCSIsHangulCompatibilityJamo
pcercuei 0:03b5121a232e 14138 extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14139 #define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias
pcercuei 0:03b5121a232e 14140 #endif
pcercuei 0:03b5121a232e 14141 #endif
pcercuei 0:03b5121a232e 14142 #endif
pcercuei 0:03b5121a232e 14143
pcercuei 0:03b5121a232e 14144 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14145 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14146 #undef xmlUCSIsHangulJamo
pcercuei 0:03b5121a232e 14147 extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo __attribute((alias("xmlUCSIsHangulJamo__internal_alias")));
pcercuei 0:03b5121a232e 14148 #else
pcercuei 0:03b5121a232e 14149 #ifndef xmlUCSIsHangulJamo
pcercuei 0:03b5121a232e 14150 extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14151 #define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias
pcercuei 0:03b5121a232e 14152 #endif
pcercuei 0:03b5121a232e 14153 #endif
pcercuei 0:03b5121a232e 14154 #endif
pcercuei 0:03b5121a232e 14155
pcercuei 0:03b5121a232e 14156 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14157 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14158 #undef xmlUCSIsHangulSyllables
pcercuei 0:03b5121a232e 14159 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
pcercuei 0:03b5121a232e 14160 #else
pcercuei 0:03b5121a232e 14161 #ifndef xmlUCSIsHangulSyllables
pcercuei 0:03b5121a232e 14162 extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14163 #define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias
pcercuei 0:03b5121a232e 14164 #endif
pcercuei 0:03b5121a232e 14165 #endif
pcercuei 0:03b5121a232e 14166 #endif
pcercuei 0:03b5121a232e 14167
pcercuei 0:03b5121a232e 14168 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14169 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14170 #undef xmlUCSIsHanunoo
pcercuei 0:03b5121a232e 14171 extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo __attribute((alias("xmlUCSIsHanunoo__internal_alias")));
pcercuei 0:03b5121a232e 14172 #else
pcercuei 0:03b5121a232e 14173 #ifndef xmlUCSIsHanunoo
pcercuei 0:03b5121a232e 14174 extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14175 #define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias
pcercuei 0:03b5121a232e 14176 #endif
pcercuei 0:03b5121a232e 14177 #endif
pcercuei 0:03b5121a232e 14178 #endif
pcercuei 0:03b5121a232e 14179
pcercuei 0:03b5121a232e 14180 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14181 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14182 #undef xmlUCSIsHebrew
pcercuei 0:03b5121a232e 14183 extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew __attribute((alias("xmlUCSIsHebrew__internal_alias")));
pcercuei 0:03b5121a232e 14184 #else
pcercuei 0:03b5121a232e 14185 #ifndef xmlUCSIsHebrew
pcercuei 0:03b5121a232e 14186 extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14187 #define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias
pcercuei 0:03b5121a232e 14188 #endif
pcercuei 0:03b5121a232e 14189 #endif
pcercuei 0:03b5121a232e 14190 #endif
pcercuei 0:03b5121a232e 14191
pcercuei 0:03b5121a232e 14192 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14193 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14194 #undef xmlUCSIsHighPrivateUseSurrogates
pcercuei 0:03b5121a232e 14195 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
pcercuei 0:03b5121a232e 14196 #else
pcercuei 0:03b5121a232e 14197 #ifndef xmlUCSIsHighPrivateUseSurrogates
pcercuei 0:03b5121a232e 14198 extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14199 #define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias
pcercuei 0:03b5121a232e 14200 #endif
pcercuei 0:03b5121a232e 14201 #endif
pcercuei 0:03b5121a232e 14202 #endif
pcercuei 0:03b5121a232e 14203
pcercuei 0:03b5121a232e 14204 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14205 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14206 #undef xmlUCSIsHighSurrogates
pcercuei 0:03b5121a232e 14207 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
pcercuei 0:03b5121a232e 14208 #else
pcercuei 0:03b5121a232e 14209 #ifndef xmlUCSIsHighSurrogates
pcercuei 0:03b5121a232e 14210 extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14211 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
pcercuei 0:03b5121a232e 14212 #endif
pcercuei 0:03b5121a232e 14213 #endif
pcercuei 0:03b5121a232e 14214 #endif
pcercuei 0:03b5121a232e 14215
pcercuei 0:03b5121a232e 14216 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14217 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14218 #undef xmlUCSIsHiragana
pcercuei 0:03b5121a232e 14219 extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana __attribute((alias("xmlUCSIsHiragana__internal_alias")));
pcercuei 0:03b5121a232e 14220 #else
pcercuei 0:03b5121a232e 14221 #ifndef xmlUCSIsHiragana
pcercuei 0:03b5121a232e 14222 extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14223 #define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias
pcercuei 0:03b5121a232e 14224 #endif
pcercuei 0:03b5121a232e 14225 #endif
pcercuei 0:03b5121a232e 14226 #endif
pcercuei 0:03b5121a232e 14227
pcercuei 0:03b5121a232e 14228 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14229 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14230 #undef xmlUCSIsIPAExtensions
pcercuei 0:03b5121a232e 14231 extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions __attribute((alias("xmlUCSIsIPAExtensions__internal_alias")));
pcercuei 0:03b5121a232e 14232 #else
pcercuei 0:03b5121a232e 14233 #ifndef xmlUCSIsIPAExtensions
pcercuei 0:03b5121a232e 14234 extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14235 #define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias
pcercuei 0:03b5121a232e 14236 #endif
pcercuei 0:03b5121a232e 14237 #endif
pcercuei 0:03b5121a232e 14238 #endif
pcercuei 0:03b5121a232e 14239
pcercuei 0:03b5121a232e 14240 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14241 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14242 #undef xmlUCSIsIdeographicDescriptionCharacters
pcercuei 0:03b5121a232e 14243 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters __attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias")));
pcercuei 0:03b5121a232e 14244 #else
pcercuei 0:03b5121a232e 14245 #ifndef xmlUCSIsIdeographicDescriptionCharacters
pcercuei 0:03b5121a232e 14246 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14247 #define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias
pcercuei 0:03b5121a232e 14248 #endif
pcercuei 0:03b5121a232e 14249 #endif
pcercuei 0:03b5121a232e 14250 #endif
pcercuei 0:03b5121a232e 14251
pcercuei 0:03b5121a232e 14252 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14253 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14254 #undef xmlUCSIsKanbun
pcercuei 0:03b5121a232e 14255 extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun __attribute((alias("xmlUCSIsKanbun__internal_alias")));
pcercuei 0:03b5121a232e 14256 #else
pcercuei 0:03b5121a232e 14257 #ifndef xmlUCSIsKanbun
pcercuei 0:03b5121a232e 14258 extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14259 #define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias
pcercuei 0:03b5121a232e 14260 #endif
pcercuei 0:03b5121a232e 14261 #endif
pcercuei 0:03b5121a232e 14262 #endif
pcercuei 0:03b5121a232e 14263
pcercuei 0:03b5121a232e 14264 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14265 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14266 #undef xmlUCSIsKangxiRadicals
pcercuei 0:03b5121a232e 14267 extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals __attribute((alias("xmlUCSIsKangxiRadicals__internal_alias")));
pcercuei 0:03b5121a232e 14268 #else
pcercuei 0:03b5121a232e 14269 #ifndef xmlUCSIsKangxiRadicals
pcercuei 0:03b5121a232e 14270 extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14271 #define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias
pcercuei 0:03b5121a232e 14272 #endif
pcercuei 0:03b5121a232e 14273 #endif
pcercuei 0:03b5121a232e 14274 #endif
pcercuei 0:03b5121a232e 14275
pcercuei 0:03b5121a232e 14276 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14277 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14278 #undef xmlUCSIsKannada
pcercuei 0:03b5121a232e 14279 extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada __attribute((alias("xmlUCSIsKannada__internal_alias")));
pcercuei 0:03b5121a232e 14280 #else
pcercuei 0:03b5121a232e 14281 #ifndef xmlUCSIsKannada
pcercuei 0:03b5121a232e 14282 extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14283 #define xmlUCSIsKannada xmlUCSIsKannada__internal_alias
pcercuei 0:03b5121a232e 14284 #endif
pcercuei 0:03b5121a232e 14285 #endif
pcercuei 0:03b5121a232e 14286 #endif
pcercuei 0:03b5121a232e 14287
pcercuei 0:03b5121a232e 14288 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14289 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14290 #undef xmlUCSIsKatakana
pcercuei 0:03b5121a232e 14291 extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana __attribute((alias("xmlUCSIsKatakana__internal_alias")));
pcercuei 0:03b5121a232e 14292 #else
pcercuei 0:03b5121a232e 14293 #ifndef xmlUCSIsKatakana
pcercuei 0:03b5121a232e 14294 extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14295 #define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias
pcercuei 0:03b5121a232e 14296 #endif
pcercuei 0:03b5121a232e 14297 #endif
pcercuei 0:03b5121a232e 14298 #endif
pcercuei 0:03b5121a232e 14299
pcercuei 0:03b5121a232e 14300 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14301 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14302 #undef xmlUCSIsKatakanaPhoneticExtensions
pcercuei 0:03b5121a232e 14303 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions __attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias")));
pcercuei 0:03b5121a232e 14304 #else
pcercuei 0:03b5121a232e 14305 #ifndef xmlUCSIsKatakanaPhoneticExtensions
pcercuei 0:03b5121a232e 14306 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14307 #define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias
pcercuei 0:03b5121a232e 14308 #endif
pcercuei 0:03b5121a232e 14309 #endif
pcercuei 0:03b5121a232e 14310 #endif
pcercuei 0:03b5121a232e 14311
pcercuei 0:03b5121a232e 14312 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14313 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14314 #undef xmlUCSIsKhmer
pcercuei 0:03b5121a232e 14315 extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer __attribute((alias("xmlUCSIsKhmer__internal_alias")));
pcercuei 0:03b5121a232e 14316 #else
pcercuei 0:03b5121a232e 14317 #ifndef xmlUCSIsKhmer
pcercuei 0:03b5121a232e 14318 extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14319 #define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias
pcercuei 0:03b5121a232e 14320 #endif
pcercuei 0:03b5121a232e 14321 #endif
pcercuei 0:03b5121a232e 14322 #endif
pcercuei 0:03b5121a232e 14323
pcercuei 0:03b5121a232e 14324 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14325 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14326 #undef xmlUCSIsKhmerSymbols
pcercuei 0:03b5121a232e 14327 extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols __attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
pcercuei 0:03b5121a232e 14328 #else
pcercuei 0:03b5121a232e 14329 #ifndef xmlUCSIsKhmerSymbols
pcercuei 0:03b5121a232e 14330 extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14331 #define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias
pcercuei 0:03b5121a232e 14332 #endif
pcercuei 0:03b5121a232e 14333 #endif
pcercuei 0:03b5121a232e 14334 #endif
pcercuei 0:03b5121a232e 14335
pcercuei 0:03b5121a232e 14336 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14337 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14338 #undef xmlUCSIsLao
pcercuei 0:03b5121a232e 14339 extern __typeof (xmlUCSIsLao) xmlUCSIsLao __attribute((alias("xmlUCSIsLao__internal_alias")));
pcercuei 0:03b5121a232e 14340 #else
pcercuei 0:03b5121a232e 14341 #ifndef xmlUCSIsLao
pcercuei 0:03b5121a232e 14342 extern __typeof (xmlUCSIsLao) xmlUCSIsLao__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14343 #define xmlUCSIsLao xmlUCSIsLao__internal_alias
pcercuei 0:03b5121a232e 14344 #endif
pcercuei 0:03b5121a232e 14345 #endif
pcercuei 0:03b5121a232e 14346 #endif
pcercuei 0:03b5121a232e 14347
pcercuei 0:03b5121a232e 14348 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14349 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14350 #undef xmlUCSIsLatin1Supplement
pcercuei 0:03b5121a232e 14351 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
pcercuei 0:03b5121a232e 14352 #else
pcercuei 0:03b5121a232e 14353 #ifndef xmlUCSIsLatin1Supplement
pcercuei 0:03b5121a232e 14354 extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14355 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias
pcercuei 0:03b5121a232e 14356 #endif
pcercuei 0:03b5121a232e 14357 #endif
pcercuei 0:03b5121a232e 14358 #endif
pcercuei 0:03b5121a232e 14359
pcercuei 0:03b5121a232e 14360 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14361 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14362 #undef xmlUCSIsLatinExtendedA
pcercuei 0:03b5121a232e 14363 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
pcercuei 0:03b5121a232e 14364 #else
pcercuei 0:03b5121a232e 14365 #ifndef xmlUCSIsLatinExtendedA
pcercuei 0:03b5121a232e 14366 extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14367 #define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias
pcercuei 0:03b5121a232e 14368 #endif
pcercuei 0:03b5121a232e 14369 #endif
pcercuei 0:03b5121a232e 14370 #endif
pcercuei 0:03b5121a232e 14371
pcercuei 0:03b5121a232e 14372 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14373 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14374 #undef xmlUCSIsLatinExtendedAdditional
pcercuei 0:03b5121a232e 14375 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
pcercuei 0:03b5121a232e 14376 #else
pcercuei 0:03b5121a232e 14377 #ifndef xmlUCSIsLatinExtendedAdditional
pcercuei 0:03b5121a232e 14378 extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14379 #define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias
pcercuei 0:03b5121a232e 14380 #endif
pcercuei 0:03b5121a232e 14381 #endif
pcercuei 0:03b5121a232e 14382 #endif
pcercuei 0:03b5121a232e 14383
pcercuei 0:03b5121a232e 14384 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14385 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14386 #undef xmlUCSIsLatinExtendedB
pcercuei 0:03b5121a232e 14387 extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB __attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
pcercuei 0:03b5121a232e 14388 #else
pcercuei 0:03b5121a232e 14389 #ifndef xmlUCSIsLatinExtendedB
pcercuei 0:03b5121a232e 14390 extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14391 #define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias
pcercuei 0:03b5121a232e 14392 #endif
pcercuei 0:03b5121a232e 14393 #endif
pcercuei 0:03b5121a232e 14394 #endif
pcercuei 0:03b5121a232e 14395
pcercuei 0:03b5121a232e 14396 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14397 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14398 #undef xmlUCSIsLetterlikeSymbols
pcercuei 0:03b5121a232e 14399 extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
pcercuei 0:03b5121a232e 14400 #else
pcercuei 0:03b5121a232e 14401 #ifndef xmlUCSIsLetterlikeSymbols
pcercuei 0:03b5121a232e 14402 extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14403 #define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
pcercuei 0:03b5121a232e 14404 #endif
pcercuei 0:03b5121a232e 14405 #endif
pcercuei 0:03b5121a232e 14406 #endif
pcercuei 0:03b5121a232e 14407
pcercuei 0:03b5121a232e 14408 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14409 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14410 #undef xmlUCSIsLimbu
pcercuei 0:03b5121a232e 14411 extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu __attribute((alias("xmlUCSIsLimbu__internal_alias")));
pcercuei 0:03b5121a232e 14412 #else
pcercuei 0:03b5121a232e 14413 #ifndef xmlUCSIsLimbu
pcercuei 0:03b5121a232e 14414 extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14415 #define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias
pcercuei 0:03b5121a232e 14416 #endif
pcercuei 0:03b5121a232e 14417 #endif
pcercuei 0:03b5121a232e 14418 #endif
pcercuei 0:03b5121a232e 14419
pcercuei 0:03b5121a232e 14420 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14421 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14422 #undef xmlUCSIsLinearBIdeograms
pcercuei 0:03b5121a232e 14423 extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms __attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias")));
pcercuei 0:03b5121a232e 14424 #else
pcercuei 0:03b5121a232e 14425 #ifndef xmlUCSIsLinearBIdeograms
pcercuei 0:03b5121a232e 14426 extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14427 #define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias
pcercuei 0:03b5121a232e 14428 #endif
pcercuei 0:03b5121a232e 14429 #endif
pcercuei 0:03b5121a232e 14430 #endif
pcercuei 0:03b5121a232e 14431
pcercuei 0:03b5121a232e 14432 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14433 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14434 #undef xmlUCSIsLinearBSyllabary
pcercuei 0:03b5121a232e 14435 extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary __attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias")));
pcercuei 0:03b5121a232e 14436 #else
pcercuei 0:03b5121a232e 14437 #ifndef xmlUCSIsLinearBSyllabary
pcercuei 0:03b5121a232e 14438 extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14439 #define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias
pcercuei 0:03b5121a232e 14440 #endif
pcercuei 0:03b5121a232e 14441 #endif
pcercuei 0:03b5121a232e 14442 #endif
pcercuei 0:03b5121a232e 14443
pcercuei 0:03b5121a232e 14444 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14445 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14446 #undef xmlUCSIsLowSurrogates
pcercuei 0:03b5121a232e 14447 extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates __attribute((alias("xmlUCSIsLowSurrogates__internal_alias")));
pcercuei 0:03b5121a232e 14448 #else
pcercuei 0:03b5121a232e 14449 #ifndef xmlUCSIsLowSurrogates
pcercuei 0:03b5121a232e 14450 extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14451 #define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias
pcercuei 0:03b5121a232e 14452 #endif
pcercuei 0:03b5121a232e 14453 #endif
pcercuei 0:03b5121a232e 14454 #endif
pcercuei 0:03b5121a232e 14455
pcercuei 0:03b5121a232e 14456 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14457 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14458 #undef xmlUCSIsMalayalam
pcercuei 0:03b5121a232e 14459 extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam __attribute((alias("xmlUCSIsMalayalam__internal_alias")));
pcercuei 0:03b5121a232e 14460 #else
pcercuei 0:03b5121a232e 14461 #ifndef xmlUCSIsMalayalam
pcercuei 0:03b5121a232e 14462 extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14463 #define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias
pcercuei 0:03b5121a232e 14464 #endif
pcercuei 0:03b5121a232e 14465 #endif
pcercuei 0:03b5121a232e 14466 #endif
pcercuei 0:03b5121a232e 14467
pcercuei 0:03b5121a232e 14468 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14469 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14470 #undef xmlUCSIsMathematicalAlphanumericSymbols
pcercuei 0:03b5121a232e 14471 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols __attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias")));
pcercuei 0:03b5121a232e 14472 #else
pcercuei 0:03b5121a232e 14473 #ifndef xmlUCSIsMathematicalAlphanumericSymbols
pcercuei 0:03b5121a232e 14474 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14475 #define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
pcercuei 0:03b5121a232e 14476 #endif
pcercuei 0:03b5121a232e 14477 #endif
pcercuei 0:03b5121a232e 14478 #endif
pcercuei 0:03b5121a232e 14479
pcercuei 0:03b5121a232e 14480 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14481 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14482 #undef xmlUCSIsMathematicalOperators
pcercuei 0:03b5121a232e 14483 extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators __attribute((alias("xmlUCSIsMathematicalOperators__internal_alias")));
pcercuei 0:03b5121a232e 14484 #else
pcercuei 0:03b5121a232e 14485 #ifndef xmlUCSIsMathematicalOperators
pcercuei 0:03b5121a232e 14486 extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14487 #define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias
pcercuei 0:03b5121a232e 14488 #endif
pcercuei 0:03b5121a232e 14489 #endif
pcercuei 0:03b5121a232e 14490 #endif
pcercuei 0:03b5121a232e 14491
pcercuei 0:03b5121a232e 14492 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14493 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14494 #undef xmlUCSIsMiscellaneousMathematicalSymbolsA
pcercuei 0:03b5121a232e 14495 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
pcercuei 0:03b5121a232e 14496 #else
pcercuei 0:03b5121a232e 14497 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsA
pcercuei 0:03b5121a232e 14498 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14499 #define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
pcercuei 0:03b5121a232e 14500 #endif
pcercuei 0:03b5121a232e 14501 #endif
pcercuei 0:03b5121a232e 14502 #endif
pcercuei 0:03b5121a232e 14503
pcercuei 0:03b5121a232e 14504 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14505 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14506 #undef xmlUCSIsMiscellaneousMathematicalSymbolsB
pcercuei 0:03b5121a232e 14507 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias")));
pcercuei 0:03b5121a232e 14508 #else
pcercuei 0:03b5121a232e 14509 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsB
pcercuei 0:03b5121a232e 14510 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14511 #define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
pcercuei 0:03b5121a232e 14512 #endif
pcercuei 0:03b5121a232e 14513 #endif
pcercuei 0:03b5121a232e 14514 #endif
pcercuei 0:03b5121a232e 14515
pcercuei 0:03b5121a232e 14516 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14517 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14518 #undef xmlUCSIsMiscellaneousSymbols
pcercuei 0:03b5121a232e 14519 extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols __attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias")));
pcercuei 0:03b5121a232e 14520 #else
pcercuei 0:03b5121a232e 14521 #ifndef xmlUCSIsMiscellaneousSymbols
pcercuei 0:03b5121a232e 14522 extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14523 #define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias
pcercuei 0:03b5121a232e 14524 #endif
pcercuei 0:03b5121a232e 14525 #endif
pcercuei 0:03b5121a232e 14526 #endif
pcercuei 0:03b5121a232e 14527
pcercuei 0:03b5121a232e 14528 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14529 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14530 #undef xmlUCSIsMiscellaneousSymbolsandArrows
pcercuei 0:03b5121a232e 14531 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows __attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
pcercuei 0:03b5121a232e 14532 #else
pcercuei 0:03b5121a232e 14533 #ifndef xmlUCSIsMiscellaneousSymbolsandArrows
pcercuei 0:03b5121a232e 14534 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14535 #define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
pcercuei 0:03b5121a232e 14536 #endif
pcercuei 0:03b5121a232e 14537 #endif
pcercuei 0:03b5121a232e 14538 #endif
pcercuei 0:03b5121a232e 14539
pcercuei 0:03b5121a232e 14540 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14541 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14542 #undef xmlUCSIsMiscellaneousTechnical
pcercuei 0:03b5121a232e 14543 extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical __attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias")));
pcercuei 0:03b5121a232e 14544 #else
pcercuei 0:03b5121a232e 14545 #ifndef xmlUCSIsMiscellaneousTechnical
pcercuei 0:03b5121a232e 14546 extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14547 #define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias
pcercuei 0:03b5121a232e 14548 #endif
pcercuei 0:03b5121a232e 14549 #endif
pcercuei 0:03b5121a232e 14550 #endif
pcercuei 0:03b5121a232e 14551
pcercuei 0:03b5121a232e 14552 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14553 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14554 #undef xmlUCSIsMongolian
pcercuei 0:03b5121a232e 14555 extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian __attribute((alias("xmlUCSIsMongolian__internal_alias")));
pcercuei 0:03b5121a232e 14556 #else
pcercuei 0:03b5121a232e 14557 #ifndef xmlUCSIsMongolian
pcercuei 0:03b5121a232e 14558 extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14559 #define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias
pcercuei 0:03b5121a232e 14560 #endif
pcercuei 0:03b5121a232e 14561 #endif
pcercuei 0:03b5121a232e 14562 #endif
pcercuei 0:03b5121a232e 14563
pcercuei 0:03b5121a232e 14564 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14565 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14566 #undef xmlUCSIsMusicalSymbols
pcercuei 0:03b5121a232e 14567 extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols __attribute((alias("xmlUCSIsMusicalSymbols__internal_alias")));
pcercuei 0:03b5121a232e 14568 #else
pcercuei 0:03b5121a232e 14569 #ifndef xmlUCSIsMusicalSymbols
pcercuei 0:03b5121a232e 14570 extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14571 #define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias
pcercuei 0:03b5121a232e 14572 #endif
pcercuei 0:03b5121a232e 14573 #endif
pcercuei 0:03b5121a232e 14574 #endif
pcercuei 0:03b5121a232e 14575
pcercuei 0:03b5121a232e 14576 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14577 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14578 #undef xmlUCSIsMyanmar
pcercuei 0:03b5121a232e 14579 extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar __attribute((alias("xmlUCSIsMyanmar__internal_alias")));
pcercuei 0:03b5121a232e 14580 #else
pcercuei 0:03b5121a232e 14581 #ifndef xmlUCSIsMyanmar
pcercuei 0:03b5121a232e 14582 extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14583 #define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias
pcercuei 0:03b5121a232e 14584 #endif
pcercuei 0:03b5121a232e 14585 #endif
pcercuei 0:03b5121a232e 14586 #endif
pcercuei 0:03b5121a232e 14587
pcercuei 0:03b5121a232e 14588 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14589 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14590 #undef xmlUCSIsNumberForms
pcercuei 0:03b5121a232e 14591 extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms __attribute((alias("xmlUCSIsNumberForms__internal_alias")));
pcercuei 0:03b5121a232e 14592 #else
pcercuei 0:03b5121a232e 14593 #ifndef xmlUCSIsNumberForms
pcercuei 0:03b5121a232e 14594 extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14595 #define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias
pcercuei 0:03b5121a232e 14596 #endif
pcercuei 0:03b5121a232e 14597 #endif
pcercuei 0:03b5121a232e 14598 #endif
pcercuei 0:03b5121a232e 14599
pcercuei 0:03b5121a232e 14600 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14601 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14602 #undef xmlUCSIsOgham
pcercuei 0:03b5121a232e 14603 extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham __attribute((alias("xmlUCSIsOgham__internal_alias")));
pcercuei 0:03b5121a232e 14604 #else
pcercuei 0:03b5121a232e 14605 #ifndef xmlUCSIsOgham
pcercuei 0:03b5121a232e 14606 extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14607 #define xmlUCSIsOgham xmlUCSIsOgham__internal_alias
pcercuei 0:03b5121a232e 14608 #endif
pcercuei 0:03b5121a232e 14609 #endif
pcercuei 0:03b5121a232e 14610 #endif
pcercuei 0:03b5121a232e 14611
pcercuei 0:03b5121a232e 14612 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14613 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14614 #undef xmlUCSIsOldItalic
pcercuei 0:03b5121a232e 14615 extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic __attribute((alias("xmlUCSIsOldItalic__internal_alias")));
pcercuei 0:03b5121a232e 14616 #else
pcercuei 0:03b5121a232e 14617 #ifndef xmlUCSIsOldItalic
pcercuei 0:03b5121a232e 14618 extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14619 #define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias
pcercuei 0:03b5121a232e 14620 #endif
pcercuei 0:03b5121a232e 14621 #endif
pcercuei 0:03b5121a232e 14622 #endif
pcercuei 0:03b5121a232e 14623
pcercuei 0:03b5121a232e 14624 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14625 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14626 #undef xmlUCSIsOpticalCharacterRecognition
pcercuei 0:03b5121a232e 14627 extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition __attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias")));
pcercuei 0:03b5121a232e 14628 #else
pcercuei 0:03b5121a232e 14629 #ifndef xmlUCSIsOpticalCharacterRecognition
pcercuei 0:03b5121a232e 14630 extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14631 #define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias
pcercuei 0:03b5121a232e 14632 #endif
pcercuei 0:03b5121a232e 14633 #endif
pcercuei 0:03b5121a232e 14634 #endif
pcercuei 0:03b5121a232e 14635
pcercuei 0:03b5121a232e 14636 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14637 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14638 #undef xmlUCSIsOriya
pcercuei 0:03b5121a232e 14639 extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya __attribute((alias("xmlUCSIsOriya__internal_alias")));
pcercuei 0:03b5121a232e 14640 #else
pcercuei 0:03b5121a232e 14641 #ifndef xmlUCSIsOriya
pcercuei 0:03b5121a232e 14642 extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14643 #define xmlUCSIsOriya xmlUCSIsOriya__internal_alias
pcercuei 0:03b5121a232e 14644 #endif
pcercuei 0:03b5121a232e 14645 #endif
pcercuei 0:03b5121a232e 14646 #endif
pcercuei 0:03b5121a232e 14647
pcercuei 0:03b5121a232e 14648 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14649 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14650 #undef xmlUCSIsOsmanya
pcercuei 0:03b5121a232e 14651 extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya __attribute((alias("xmlUCSIsOsmanya__internal_alias")));
pcercuei 0:03b5121a232e 14652 #else
pcercuei 0:03b5121a232e 14653 #ifndef xmlUCSIsOsmanya
pcercuei 0:03b5121a232e 14654 extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14655 #define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias
pcercuei 0:03b5121a232e 14656 #endif
pcercuei 0:03b5121a232e 14657 #endif
pcercuei 0:03b5121a232e 14658 #endif
pcercuei 0:03b5121a232e 14659
pcercuei 0:03b5121a232e 14660 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14661 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14662 #undef xmlUCSIsPhoneticExtensions
pcercuei 0:03b5121a232e 14663 extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions __attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias")));
pcercuei 0:03b5121a232e 14664 #else
pcercuei 0:03b5121a232e 14665 #ifndef xmlUCSIsPhoneticExtensions
pcercuei 0:03b5121a232e 14666 extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14667 #define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias
pcercuei 0:03b5121a232e 14668 #endif
pcercuei 0:03b5121a232e 14669 #endif
pcercuei 0:03b5121a232e 14670 #endif
pcercuei 0:03b5121a232e 14671
pcercuei 0:03b5121a232e 14672 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14673 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14674 #undef xmlUCSIsPrivateUse
pcercuei 0:03b5121a232e 14675 extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse __attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
pcercuei 0:03b5121a232e 14676 #else
pcercuei 0:03b5121a232e 14677 #ifndef xmlUCSIsPrivateUse
pcercuei 0:03b5121a232e 14678 extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14679 #define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias
pcercuei 0:03b5121a232e 14680 #endif
pcercuei 0:03b5121a232e 14681 #endif
pcercuei 0:03b5121a232e 14682 #endif
pcercuei 0:03b5121a232e 14683
pcercuei 0:03b5121a232e 14684 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14685 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14686 #undef xmlUCSIsPrivateUseArea
pcercuei 0:03b5121a232e 14687 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
pcercuei 0:03b5121a232e 14688 #else
pcercuei 0:03b5121a232e 14689 #ifndef xmlUCSIsPrivateUseArea
pcercuei 0:03b5121a232e 14690 extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14691 #define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias
pcercuei 0:03b5121a232e 14692 #endif
pcercuei 0:03b5121a232e 14693 #endif
pcercuei 0:03b5121a232e 14694 #endif
pcercuei 0:03b5121a232e 14695
pcercuei 0:03b5121a232e 14696 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14697 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14698 #undef xmlUCSIsRunic
pcercuei 0:03b5121a232e 14699 extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic __attribute((alias("xmlUCSIsRunic__internal_alias")));
pcercuei 0:03b5121a232e 14700 #else
pcercuei 0:03b5121a232e 14701 #ifndef xmlUCSIsRunic
pcercuei 0:03b5121a232e 14702 extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14703 #define xmlUCSIsRunic xmlUCSIsRunic__internal_alias
pcercuei 0:03b5121a232e 14704 #endif
pcercuei 0:03b5121a232e 14705 #endif
pcercuei 0:03b5121a232e 14706 #endif
pcercuei 0:03b5121a232e 14707
pcercuei 0:03b5121a232e 14708 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14709 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14710 #undef xmlUCSIsShavian
pcercuei 0:03b5121a232e 14711 extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian __attribute((alias("xmlUCSIsShavian__internal_alias")));
pcercuei 0:03b5121a232e 14712 #else
pcercuei 0:03b5121a232e 14713 #ifndef xmlUCSIsShavian
pcercuei 0:03b5121a232e 14714 extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14715 #define xmlUCSIsShavian xmlUCSIsShavian__internal_alias
pcercuei 0:03b5121a232e 14716 #endif
pcercuei 0:03b5121a232e 14717 #endif
pcercuei 0:03b5121a232e 14718 #endif
pcercuei 0:03b5121a232e 14719
pcercuei 0:03b5121a232e 14720 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14721 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14722 #undef xmlUCSIsSinhala
pcercuei 0:03b5121a232e 14723 extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala __attribute((alias("xmlUCSIsSinhala__internal_alias")));
pcercuei 0:03b5121a232e 14724 #else
pcercuei 0:03b5121a232e 14725 #ifndef xmlUCSIsSinhala
pcercuei 0:03b5121a232e 14726 extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14727 #define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias
pcercuei 0:03b5121a232e 14728 #endif
pcercuei 0:03b5121a232e 14729 #endif
pcercuei 0:03b5121a232e 14730 #endif
pcercuei 0:03b5121a232e 14731
pcercuei 0:03b5121a232e 14732 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14733 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14734 #undef xmlUCSIsSmallFormVariants
pcercuei 0:03b5121a232e 14735 extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants __attribute((alias("xmlUCSIsSmallFormVariants__internal_alias")));
pcercuei 0:03b5121a232e 14736 #else
pcercuei 0:03b5121a232e 14737 #ifndef xmlUCSIsSmallFormVariants
pcercuei 0:03b5121a232e 14738 extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14739 #define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias
pcercuei 0:03b5121a232e 14740 #endif
pcercuei 0:03b5121a232e 14741 #endif
pcercuei 0:03b5121a232e 14742 #endif
pcercuei 0:03b5121a232e 14743
pcercuei 0:03b5121a232e 14744 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14745 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14746 #undef xmlUCSIsSpacingModifierLetters
pcercuei 0:03b5121a232e 14747 extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters __attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias")));
pcercuei 0:03b5121a232e 14748 #else
pcercuei 0:03b5121a232e 14749 #ifndef xmlUCSIsSpacingModifierLetters
pcercuei 0:03b5121a232e 14750 extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14751 #define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias
pcercuei 0:03b5121a232e 14752 #endif
pcercuei 0:03b5121a232e 14753 #endif
pcercuei 0:03b5121a232e 14754 #endif
pcercuei 0:03b5121a232e 14755
pcercuei 0:03b5121a232e 14756 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14757 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14758 #undef xmlUCSIsSpecials
pcercuei 0:03b5121a232e 14759 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
pcercuei 0:03b5121a232e 14760 #else
pcercuei 0:03b5121a232e 14761 #ifndef xmlUCSIsSpecials
pcercuei 0:03b5121a232e 14762 extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14763 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
pcercuei 0:03b5121a232e 14764 #endif
pcercuei 0:03b5121a232e 14765 #endif
pcercuei 0:03b5121a232e 14766 #endif
pcercuei 0:03b5121a232e 14767
pcercuei 0:03b5121a232e 14768 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14769 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14770 #undef xmlUCSIsSuperscriptsandSubscripts
pcercuei 0:03b5121a232e 14771 extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts __attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias")));
pcercuei 0:03b5121a232e 14772 #else
pcercuei 0:03b5121a232e 14773 #ifndef xmlUCSIsSuperscriptsandSubscripts
pcercuei 0:03b5121a232e 14774 extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14775 #define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias
pcercuei 0:03b5121a232e 14776 #endif
pcercuei 0:03b5121a232e 14777 #endif
pcercuei 0:03b5121a232e 14778 #endif
pcercuei 0:03b5121a232e 14779
pcercuei 0:03b5121a232e 14780 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14781 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14782 #undef xmlUCSIsSupplementalArrowsA
pcercuei 0:03b5121a232e 14783 extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA __attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias")));
pcercuei 0:03b5121a232e 14784 #else
pcercuei 0:03b5121a232e 14785 #ifndef xmlUCSIsSupplementalArrowsA
pcercuei 0:03b5121a232e 14786 extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14787 #define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias
pcercuei 0:03b5121a232e 14788 #endif
pcercuei 0:03b5121a232e 14789 #endif
pcercuei 0:03b5121a232e 14790 #endif
pcercuei 0:03b5121a232e 14791
pcercuei 0:03b5121a232e 14792 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14793 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14794 #undef xmlUCSIsSupplementalArrowsB
pcercuei 0:03b5121a232e 14795 extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB __attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
pcercuei 0:03b5121a232e 14796 #else
pcercuei 0:03b5121a232e 14797 #ifndef xmlUCSIsSupplementalArrowsB
pcercuei 0:03b5121a232e 14798 extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14799 #define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias
pcercuei 0:03b5121a232e 14800 #endif
pcercuei 0:03b5121a232e 14801 #endif
pcercuei 0:03b5121a232e 14802 #endif
pcercuei 0:03b5121a232e 14803
pcercuei 0:03b5121a232e 14804 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14805 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14806 #undef xmlUCSIsSupplementalMathematicalOperators
pcercuei 0:03b5121a232e 14807 extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators __attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias")));
pcercuei 0:03b5121a232e 14808 #else
pcercuei 0:03b5121a232e 14809 #ifndef xmlUCSIsSupplementalMathematicalOperators
pcercuei 0:03b5121a232e 14810 extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14811 #define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias
pcercuei 0:03b5121a232e 14812 #endif
pcercuei 0:03b5121a232e 14813 #endif
pcercuei 0:03b5121a232e 14814 #endif
pcercuei 0:03b5121a232e 14815
pcercuei 0:03b5121a232e 14816 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14817 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14818 #undef xmlUCSIsSupplementaryPrivateUseAreaA
pcercuei 0:03b5121a232e 14819 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias")));
pcercuei 0:03b5121a232e 14820 #else
pcercuei 0:03b5121a232e 14821 #ifndef xmlUCSIsSupplementaryPrivateUseAreaA
pcercuei 0:03b5121a232e 14822 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14823 #define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
pcercuei 0:03b5121a232e 14824 #endif
pcercuei 0:03b5121a232e 14825 #endif
pcercuei 0:03b5121a232e 14826 #endif
pcercuei 0:03b5121a232e 14827
pcercuei 0:03b5121a232e 14828 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14829 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14830 #undef xmlUCSIsSupplementaryPrivateUseAreaB
pcercuei 0:03b5121a232e 14831 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
pcercuei 0:03b5121a232e 14832 #else
pcercuei 0:03b5121a232e 14833 #ifndef xmlUCSIsSupplementaryPrivateUseAreaB
pcercuei 0:03b5121a232e 14834 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14835 #define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
pcercuei 0:03b5121a232e 14836 #endif
pcercuei 0:03b5121a232e 14837 #endif
pcercuei 0:03b5121a232e 14838 #endif
pcercuei 0:03b5121a232e 14839
pcercuei 0:03b5121a232e 14840 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14841 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14842 #undef xmlUCSIsSyriac
pcercuei 0:03b5121a232e 14843 extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac __attribute((alias("xmlUCSIsSyriac__internal_alias")));
pcercuei 0:03b5121a232e 14844 #else
pcercuei 0:03b5121a232e 14845 #ifndef xmlUCSIsSyriac
pcercuei 0:03b5121a232e 14846 extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14847 #define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias
pcercuei 0:03b5121a232e 14848 #endif
pcercuei 0:03b5121a232e 14849 #endif
pcercuei 0:03b5121a232e 14850 #endif
pcercuei 0:03b5121a232e 14851
pcercuei 0:03b5121a232e 14852 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14853 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14854 #undef xmlUCSIsTagalog
pcercuei 0:03b5121a232e 14855 extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog __attribute((alias("xmlUCSIsTagalog__internal_alias")));
pcercuei 0:03b5121a232e 14856 #else
pcercuei 0:03b5121a232e 14857 #ifndef xmlUCSIsTagalog
pcercuei 0:03b5121a232e 14858 extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14859 #define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias
pcercuei 0:03b5121a232e 14860 #endif
pcercuei 0:03b5121a232e 14861 #endif
pcercuei 0:03b5121a232e 14862 #endif
pcercuei 0:03b5121a232e 14863
pcercuei 0:03b5121a232e 14864 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14865 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14866 #undef xmlUCSIsTagbanwa
pcercuei 0:03b5121a232e 14867 extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa __attribute((alias("xmlUCSIsTagbanwa__internal_alias")));
pcercuei 0:03b5121a232e 14868 #else
pcercuei 0:03b5121a232e 14869 #ifndef xmlUCSIsTagbanwa
pcercuei 0:03b5121a232e 14870 extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14871 #define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias
pcercuei 0:03b5121a232e 14872 #endif
pcercuei 0:03b5121a232e 14873 #endif
pcercuei 0:03b5121a232e 14874 #endif
pcercuei 0:03b5121a232e 14875
pcercuei 0:03b5121a232e 14876 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14877 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14878 #undef xmlUCSIsTags
pcercuei 0:03b5121a232e 14879 extern __typeof (xmlUCSIsTags) xmlUCSIsTags __attribute((alias("xmlUCSIsTags__internal_alias")));
pcercuei 0:03b5121a232e 14880 #else
pcercuei 0:03b5121a232e 14881 #ifndef xmlUCSIsTags
pcercuei 0:03b5121a232e 14882 extern __typeof (xmlUCSIsTags) xmlUCSIsTags__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14883 #define xmlUCSIsTags xmlUCSIsTags__internal_alias
pcercuei 0:03b5121a232e 14884 #endif
pcercuei 0:03b5121a232e 14885 #endif
pcercuei 0:03b5121a232e 14886 #endif
pcercuei 0:03b5121a232e 14887
pcercuei 0:03b5121a232e 14888 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14889 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14890 #undef xmlUCSIsTaiLe
pcercuei 0:03b5121a232e 14891 extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe __attribute((alias("xmlUCSIsTaiLe__internal_alias")));
pcercuei 0:03b5121a232e 14892 #else
pcercuei 0:03b5121a232e 14893 #ifndef xmlUCSIsTaiLe
pcercuei 0:03b5121a232e 14894 extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14895 #define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias
pcercuei 0:03b5121a232e 14896 #endif
pcercuei 0:03b5121a232e 14897 #endif
pcercuei 0:03b5121a232e 14898 #endif
pcercuei 0:03b5121a232e 14899
pcercuei 0:03b5121a232e 14900 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14901 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14902 #undef xmlUCSIsTaiXuanJingSymbols
pcercuei 0:03b5121a232e 14903 extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols __attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias")));
pcercuei 0:03b5121a232e 14904 #else
pcercuei 0:03b5121a232e 14905 #ifndef xmlUCSIsTaiXuanJingSymbols
pcercuei 0:03b5121a232e 14906 extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14907 #define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias
pcercuei 0:03b5121a232e 14908 #endif
pcercuei 0:03b5121a232e 14909 #endif
pcercuei 0:03b5121a232e 14910 #endif
pcercuei 0:03b5121a232e 14911
pcercuei 0:03b5121a232e 14912 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14913 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14914 #undef xmlUCSIsTamil
pcercuei 0:03b5121a232e 14915 extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil __attribute((alias("xmlUCSIsTamil__internal_alias")));
pcercuei 0:03b5121a232e 14916 #else
pcercuei 0:03b5121a232e 14917 #ifndef xmlUCSIsTamil
pcercuei 0:03b5121a232e 14918 extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14919 #define xmlUCSIsTamil xmlUCSIsTamil__internal_alias
pcercuei 0:03b5121a232e 14920 #endif
pcercuei 0:03b5121a232e 14921 #endif
pcercuei 0:03b5121a232e 14922 #endif
pcercuei 0:03b5121a232e 14923
pcercuei 0:03b5121a232e 14924 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14925 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14926 #undef xmlUCSIsTelugu
pcercuei 0:03b5121a232e 14927 extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu __attribute((alias("xmlUCSIsTelugu__internal_alias")));
pcercuei 0:03b5121a232e 14928 #else
pcercuei 0:03b5121a232e 14929 #ifndef xmlUCSIsTelugu
pcercuei 0:03b5121a232e 14930 extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14931 #define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias
pcercuei 0:03b5121a232e 14932 #endif
pcercuei 0:03b5121a232e 14933 #endif
pcercuei 0:03b5121a232e 14934 #endif
pcercuei 0:03b5121a232e 14935
pcercuei 0:03b5121a232e 14936 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14937 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14938 #undef xmlUCSIsThaana
pcercuei 0:03b5121a232e 14939 extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana __attribute((alias("xmlUCSIsThaana__internal_alias")));
pcercuei 0:03b5121a232e 14940 #else
pcercuei 0:03b5121a232e 14941 #ifndef xmlUCSIsThaana
pcercuei 0:03b5121a232e 14942 extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14943 #define xmlUCSIsThaana xmlUCSIsThaana__internal_alias
pcercuei 0:03b5121a232e 14944 #endif
pcercuei 0:03b5121a232e 14945 #endif
pcercuei 0:03b5121a232e 14946 #endif
pcercuei 0:03b5121a232e 14947
pcercuei 0:03b5121a232e 14948 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14949 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14950 #undef xmlUCSIsThai
pcercuei 0:03b5121a232e 14951 extern __typeof (xmlUCSIsThai) xmlUCSIsThai __attribute((alias("xmlUCSIsThai__internal_alias")));
pcercuei 0:03b5121a232e 14952 #else
pcercuei 0:03b5121a232e 14953 #ifndef xmlUCSIsThai
pcercuei 0:03b5121a232e 14954 extern __typeof (xmlUCSIsThai) xmlUCSIsThai__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14955 #define xmlUCSIsThai xmlUCSIsThai__internal_alias
pcercuei 0:03b5121a232e 14956 #endif
pcercuei 0:03b5121a232e 14957 #endif
pcercuei 0:03b5121a232e 14958 #endif
pcercuei 0:03b5121a232e 14959
pcercuei 0:03b5121a232e 14960 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14961 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14962 #undef xmlUCSIsTibetan
pcercuei 0:03b5121a232e 14963 extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan __attribute((alias("xmlUCSIsTibetan__internal_alias")));
pcercuei 0:03b5121a232e 14964 #else
pcercuei 0:03b5121a232e 14965 #ifndef xmlUCSIsTibetan
pcercuei 0:03b5121a232e 14966 extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14967 #define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias
pcercuei 0:03b5121a232e 14968 #endif
pcercuei 0:03b5121a232e 14969 #endif
pcercuei 0:03b5121a232e 14970 #endif
pcercuei 0:03b5121a232e 14971
pcercuei 0:03b5121a232e 14972 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14973 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14974 #undef xmlUCSIsUgaritic
pcercuei 0:03b5121a232e 14975 extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic __attribute((alias("xmlUCSIsUgaritic__internal_alias")));
pcercuei 0:03b5121a232e 14976 #else
pcercuei 0:03b5121a232e 14977 #ifndef xmlUCSIsUgaritic
pcercuei 0:03b5121a232e 14978 extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14979 #define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias
pcercuei 0:03b5121a232e 14980 #endif
pcercuei 0:03b5121a232e 14981 #endif
pcercuei 0:03b5121a232e 14982 #endif
pcercuei 0:03b5121a232e 14983
pcercuei 0:03b5121a232e 14984 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14985 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14986 #undef xmlUCSIsUnifiedCanadianAboriginalSyllabics
pcercuei 0:03b5121a232e 14987 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics __attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias")));
pcercuei 0:03b5121a232e 14988 #else
pcercuei 0:03b5121a232e 14989 #ifndef xmlUCSIsUnifiedCanadianAboriginalSyllabics
pcercuei 0:03b5121a232e 14990 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 14991 #define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
pcercuei 0:03b5121a232e 14992 #endif
pcercuei 0:03b5121a232e 14993 #endif
pcercuei 0:03b5121a232e 14994 #endif
pcercuei 0:03b5121a232e 14995
pcercuei 0:03b5121a232e 14996 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 14997 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 14998 #undef xmlUCSIsVariationSelectors
pcercuei 0:03b5121a232e 14999 extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors __attribute((alias("xmlUCSIsVariationSelectors__internal_alias")));
pcercuei 0:03b5121a232e 15000 #else
pcercuei 0:03b5121a232e 15001 #ifndef xmlUCSIsVariationSelectors
pcercuei 0:03b5121a232e 15002 extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15003 #define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias
pcercuei 0:03b5121a232e 15004 #endif
pcercuei 0:03b5121a232e 15005 #endif
pcercuei 0:03b5121a232e 15006 #endif
pcercuei 0:03b5121a232e 15007
pcercuei 0:03b5121a232e 15008 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 15009 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 15010 #undef xmlUCSIsVariationSelectorsSupplement
pcercuei 0:03b5121a232e 15011 extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement __attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
pcercuei 0:03b5121a232e 15012 #else
pcercuei 0:03b5121a232e 15013 #ifndef xmlUCSIsVariationSelectorsSupplement
pcercuei 0:03b5121a232e 15014 extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15015 #define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias
pcercuei 0:03b5121a232e 15016 #endif
pcercuei 0:03b5121a232e 15017 #endif
pcercuei 0:03b5121a232e 15018 #endif
pcercuei 0:03b5121a232e 15019
pcercuei 0:03b5121a232e 15020 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 15021 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 15022 #undef xmlUCSIsYiRadicals
pcercuei 0:03b5121a232e 15023 extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals __attribute((alias("xmlUCSIsYiRadicals__internal_alias")));
pcercuei 0:03b5121a232e 15024 #else
pcercuei 0:03b5121a232e 15025 #ifndef xmlUCSIsYiRadicals
pcercuei 0:03b5121a232e 15026 extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15027 #define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias
pcercuei 0:03b5121a232e 15028 #endif
pcercuei 0:03b5121a232e 15029 #endif
pcercuei 0:03b5121a232e 15030 #endif
pcercuei 0:03b5121a232e 15031
pcercuei 0:03b5121a232e 15032 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 15033 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 15034 #undef xmlUCSIsYiSyllables
pcercuei 0:03b5121a232e 15035 extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables __attribute((alias("xmlUCSIsYiSyllables__internal_alias")));
pcercuei 0:03b5121a232e 15036 #else
pcercuei 0:03b5121a232e 15037 #ifndef xmlUCSIsYiSyllables
pcercuei 0:03b5121a232e 15038 extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15039 #define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias
pcercuei 0:03b5121a232e 15040 #endif
pcercuei 0:03b5121a232e 15041 #endif
pcercuei 0:03b5121a232e 15042 #endif
pcercuei 0:03b5121a232e 15043
pcercuei 0:03b5121a232e 15044 #if defined(LIBXML_UNICODE_ENABLED)
pcercuei 0:03b5121a232e 15045 #ifdef bottom_xmlunicode
pcercuei 0:03b5121a232e 15046 #undef xmlUCSIsYijingHexagramSymbols
pcercuei 0:03b5121a232e 15047 extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols __attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias")));
pcercuei 0:03b5121a232e 15048 #else
pcercuei 0:03b5121a232e 15049 #ifndef xmlUCSIsYijingHexagramSymbols
pcercuei 0:03b5121a232e 15050 extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15051 #define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias
pcercuei 0:03b5121a232e 15052 #endif
pcercuei 0:03b5121a232e 15053 #endif
pcercuei 0:03b5121a232e 15054 #endif
pcercuei 0:03b5121a232e 15055
pcercuei 0:03b5121a232e 15056 #ifdef bottom_uri
pcercuei 0:03b5121a232e 15057 #undef xmlURIEscape
pcercuei 0:03b5121a232e 15058 extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias")));
pcercuei 0:03b5121a232e 15059 #else
pcercuei 0:03b5121a232e 15060 #ifndef xmlURIEscape
pcercuei 0:03b5121a232e 15061 extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15062 #define xmlURIEscape xmlURIEscape__internal_alias
pcercuei 0:03b5121a232e 15063 #endif
pcercuei 0:03b5121a232e 15064 #endif
pcercuei 0:03b5121a232e 15065
pcercuei 0:03b5121a232e 15066 #ifdef bottom_uri
pcercuei 0:03b5121a232e 15067 #undef xmlURIEscapeStr
pcercuei 0:03b5121a232e 15068 extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr __attribute((alias("xmlURIEscapeStr__internal_alias")));
pcercuei 0:03b5121a232e 15069 #else
pcercuei 0:03b5121a232e 15070 #ifndef xmlURIEscapeStr
pcercuei 0:03b5121a232e 15071 extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15072 #define xmlURIEscapeStr xmlURIEscapeStr__internal_alias
pcercuei 0:03b5121a232e 15073 #endif
pcercuei 0:03b5121a232e 15074 #endif
pcercuei 0:03b5121a232e 15075
pcercuei 0:03b5121a232e 15076 #ifdef bottom_uri
pcercuei 0:03b5121a232e 15077 #undef xmlURIUnescapeString
pcercuei 0:03b5121a232e 15078 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeString__internal_alias")));
pcercuei 0:03b5121a232e 15079 #else
pcercuei 0:03b5121a232e 15080 #ifndef xmlURIUnescapeString
pcercuei 0:03b5121a232e 15081 extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15082 #define xmlURIUnescapeString xmlURIUnescapeString__internal_alias
pcercuei 0:03b5121a232e 15083 #endif
pcercuei 0:03b5121a232e 15084 #endif
pcercuei 0:03b5121a232e 15085
pcercuei 0:03b5121a232e 15086 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15087 #undef xmlUTF8Charcmp
pcercuei 0:03b5121a232e 15088 extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp __attribute((alias("xmlUTF8Charcmp__internal_alias")));
pcercuei 0:03b5121a232e 15089 #else
pcercuei 0:03b5121a232e 15090 #ifndef xmlUTF8Charcmp
pcercuei 0:03b5121a232e 15091 extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15092 #define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias
pcercuei 0:03b5121a232e 15093 #endif
pcercuei 0:03b5121a232e 15094 #endif
pcercuei 0:03b5121a232e 15095
pcercuei 0:03b5121a232e 15096 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15097 #undef xmlUTF8Size
pcercuei 0:03b5121a232e 15098 extern __typeof (xmlUTF8Size) xmlUTF8Size __attribute((alias("xmlUTF8Size__internal_alias")));
pcercuei 0:03b5121a232e 15099 #else
pcercuei 0:03b5121a232e 15100 #ifndef xmlUTF8Size
pcercuei 0:03b5121a232e 15101 extern __typeof (xmlUTF8Size) xmlUTF8Size__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15102 #define xmlUTF8Size xmlUTF8Size__internal_alias
pcercuei 0:03b5121a232e 15103 #endif
pcercuei 0:03b5121a232e 15104 #endif
pcercuei 0:03b5121a232e 15105
pcercuei 0:03b5121a232e 15106 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15107 #undef xmlUTF8Strlen
pcercuei 0:03b5121a232e 15108 extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen __attribute((alias("xmlUTF8Strlen__internal_alias")));
pcercuei 0:03b5121a232e 15109 #else
pcercuei 0:03b5121a232e 15110 #ifndef xmlUTF8Strlen
pcercuei 0:03b5121a232e 15111 extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15112 #define xmlUTF8Strlen xmlUTF8Strlen__internal_alias
pcercuei 0:03b5121a232e 15113 #endif
pcercuei 0:03b5121a232e 15114 #endif
pcercuei 0:03b5121a232e 15115
pcercuei 0:03b5121a232e 15116 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15117 #undef xmlUTF8Strloc
pcercuei 0:03b5121a232e 15118 extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc __attribute((alias("xmlUTF8Strloc__internal_alias")));
pcercuei 0:03b5121a232e 15119 #else
pcercuei 0:03b5121a232e 15120 #ifndef xmlUTF8Strloc
pcercuei 0:03b5121a232e 15121 extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15122 #define xmlUTF8Strloc xmlUTF8Strloc__internal_alias
pcercuei 0:03b5121a232e 15123 #endif
pcercuei 0:03b5121a232e 15124 #endif
pcercuei 0:03b5121a232e 15125
pcercuei 0:03b5121a232e 15126 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15127 #undef xmlUTF8Strndup
pcercuei 0:03b5121a232e 15128 extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup __attribute((alias("xmlUTF8Strndup__internal_alias")));
pcercuei 0:03b5121a232e 15129 #else
pcercuei 0:03b5121a232e 15130 #ifndef xmlUTF8Strndup
pcercuei 0:03b5121a232e 15131 extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15132 #define xmlUTF8Strndup xmlUTF8Strndup__internal_alias
pcercuei 0:03b5121a232e 15133 #endif
pcercuei 0:03b5121a232e 15134 #endif
pcercuei 0:03b5121a232e 15135
pcercuei 0:03b5121a232e 15136 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15137 #undef xmlUTF8Strpos
pcercuei 0:03b5121a232e 15138 extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos __attribute((alias("xmlUTF8Strpos__internal_alias")));
pcercuei 0:03b5121a232e 15139 #else
pcercuei 0:03b5121a232e 15140 #ifndef xmlUTF8Strpos
pcercuei 0:03b5121a232e 15141 extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15142 #define xmlUTF8Strpos xmlUTF8Strpos__internal_alias
pcercuei 0:03b5121a232e 15143 #endif
pcercuei 0:03b5121a232e 15144 #endif
pcercuei 0:03b5121a232e 15145
pcercuei 0:03b5121a232e 15146 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15147 #undef xmlUTF8Strsize
pcercuei 0:03b5121a232e 15148 extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize __attribute((alias("xmlUTF8Strsize__internal_alias")));
pcercuei 0:03b5121a232e 15149 #else
pcercuei 0:03b5121a232e 15150 #ifndef xmlUTF8Strsize
pcercuei 0:03b5121a232e 15151 extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15152 #define xmlUTF8Strsize xmlUTF8Strsize__internal_alias
pcercuei 0:03b5121a232e 15153 #endif
pcercuei 0:03b5121a232e 15154 #endif
pcercuei 0:03b5121a232e 15155
pcercuei 0:03b5121a232e 15156 #ifdef bottom_xmlstring
pcercuei 0:03b5121a232e 15157 #undef xmlUTF8Strsub
pcercuei 0:03b5121a232e 15158 extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub __attribute((alias("xmlUTF8Strsub__internal_alias")));
pcercuei 0:03b5121a232e 15159 #else
pcercuei 0:03b5121a232e 15160 #ifndef xmlUTF8Strsub
pcercuei 0:03b5121a232e 15161 extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15162 #define xmlUTF8Strsub xmlUTF8Strsub__internal_alias
pcercuei 0:03b5121a232e 15163 #endif
pcercuei 0:03b5121a232e 15164 #endif
pcercuei 0:03b5121a232e 15165
pcercuei 0:03b5121a232e 15166 #ifdef bottom_tree
pcercuei 0:03b5121a232e 15167 #undef xmlUnlinkNode
pcercuei 0:03b5121a232e 15168 extern __typeof (xmlUnlinkNode) xmlUnlinkNode __attribute((alias("xmlUnlinkNode__internal_alias")));
pcercuei 0:03b5121a232e 15169 #else
pcercuei 0:03b5121a232e 15170 #ifndef xmlUnlinkNode
pcercuei 0:03b5121a232e 15171 extern __typeof (xmlUnlinkNode) xmlUnlinkNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15172 #define xmlUnlinkNode xmlUnlinkNode__internal_alias
pcercuei 0:03b5121a232e 15173 #endif
pcercuei 0:03b5121a232e 15174 #endif
pcercuei 0:03b5121a232e 15175
pcercuei 0:03b5121a232e 15176 #ifdef bottom_threads
pcercuei 0:03b5121a232e 15177 #undef xmlUnlockLibrary
pcercuei 0:03b5121a232e 15178 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias")));
pcercuei 0:03b5121a232e 15179 #else
pcercuei 0:03b5121a232e 15180 #ifndef xmlUnlockLibrary
pcercuei 0:03b5121a232e 15181 extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15182 #define xmlUnlockLibrary xmlUnlockLibrary__internal_alias
pcercuei 0:03b5121a232e 15183 #endif
pcercuei 0:03b5121a232e 15184 #endif
pcercuei 0:03b5121a232e 15185
pcercuei 0:03b5121a232e 15186 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 15187 #ifdef bottom_tree
pcercuei 0:03b5121a232e 15188 #undef xmlUnsetNsProp
pcercuei 0:03b5121a232e 15189 extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp __attribute((alias("xmlUnsetNsProp__internal_alias")));
pcercuei 0:03b5121a232e 15190 #else
pcercuei 0:03b5121a232e 15191 #ifndef xmlUnsetNsProp
pcercuei 0:03b5121a232e 15192 extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15193 #define xmlUnsetNsProp xmlUnsetNsProp__internal_alias
pcercuei 0:03b5121a232e 15194 #endif
pcercuei 0:03b5121a232e 15195 #endif
pcercuei 0:03b5121a232e 15196 #endif
pcercuei 0:03b5121a232e 15197
pcercuei 0:03b5121a232e 15198 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 15199 #ifdef bottom_tree
pcercuei 0:03b5121a232e 15200 #undef xmlUnsetProp
pcercuei 0:03b5121a232e 15201 extern __typeof (xmlUnsetProp) xmlUnsetProp __attribute((alias("xmlUnsetProp__internal_alias")));
pcercuei 0:03b5121a232e 15202 #else
pcercuei 0:03b5121a232e 15203 #ifndef xmlUnsetProp
pcercuei 0:03b5121a232e 15204 extern __typeof (xmlUnsetProp) xmlUnsetProp__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15205 #define xmlUnsetProp xmlUnsetProp__internal_alias
pcercuei 0:03b5121a232e 15206 #endif
pcercuei 0:03b5121a232e 15207 #endif
pcercuei 0:03b5121a232e 15208 #endif
pcercuei 0:03b5121a232e 15209
pcercuei 0:03b5121a232e 15210 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 15211 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15212 #undef xmlValidBuildContentModel
pcercuei 0:03b5121a232e 15213 extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel __attribute((alias("xmlValidBuildContentModel__internal_alias")));
pcercuei 0:03b5121a232e 15214 #else
pcercuei 0:03b5121a232e 15215 #ifndef xmlValidBuildContentModel
pcercuei 0:03b5121a232e 15216 extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15217 #define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias
pcercuei 0:03b5121a232e 15218 #endif
pcercuei 0:03b5121a232e 15219 #endif
pcercuei 0:03b5121a232e 15220 #endif
pcercuei 0:03b5121a232e 15221
pcercuei 0:03b5121a232e 15222 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15223 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15224 #undef xmlValidCtxtNormalizeAttributeValue
pcercuei 0:03b5121a232e 15225 extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue __attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias")));
pcercuei 0:03b5121a232e 15226 #else
pcercuei 0:03b5121a232e 15227 #ifndef xmlValidCtxtNormalizeAttributeValue
pcercuei 0:03b5121a232e 15228 extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15229 #define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias
pcercuei 0:03b5121a232e 15230 #endif
pcercuei 0:03b5121a232e 15231 #endif
pcercuei 0:03b5121a232e 15232 #endif
pcercuei 0:03b5121a232e 15233
pcercuei 0:03b5121a232e 15234 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15235 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15236 #undef xmlValidGetPotentialChildren
pcercuei 0:03b5121a232e 15237 extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren __attribute((alias("xmlValidGetPotentialChildren__internal_alias")));
pcercuei 0:03b5121a232e 15238 #else
pcercuei 0:03b5121a232e 15239 #ifndef xmlValidGetPotentialChildren
pcercuei 0:03b5121a232e 15240 extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15241 #define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias
pcercuei 0:03b5121a232e 15242 #endif
pcercuei 0:03b5121a232e 15243 #endif
pcercuei 0:03b5121a232e 15244 #endif
pcercuei 0:03b5121a232e 15245
pcercuei 0:03b5121a232e 15246 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15247 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15248 #undef xmlValidGetValidElements
pcercuei 0:03b5121a232e 15249 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
pcercuei 0:03b5121a232e 15250 #else
pcercuei 0:03b5121a232e 15251 #ifndef xmlValidGetValidElements
pcercuei 0:03b5121a232e 15252 extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15253 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias
pcercuei 0:03b5121a232e 15254 #endif
pcercuei 0:03b5121a232e 15255 #endif
pcercuei 0:03b5121a232e 15256 #endif
pcercuei 0:03b5121a232e 15257
pcercuei 0:03b5121a232e 15258 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15259 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15260 #undef xmlValidNormalizeAttributeValue
pcercuei 0:03b5121a232e 15261 extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue __attribute((alias("xmlValidNormalizeAttributeValue__internal_alias")));
pcercuei 0:03b5121a232e 15262 #else
pcercuei 0:03b5121a232e 15263 #ifndef xmlValidNormalizeAttributeValue
pcercuei 0:03b5121a232e 15264 extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15265 #define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias
pcercuei 0:03b5121a232e 15266 #endif
pcercuei 0:03b5121a232e 15267 #endif
pcercuei 0:03b5121a232e 15268 #endif
pcercuei 0:03b5121a232e 15269
pcercuei 0:03b5121a232e 15270 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15271 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15272 #undef xmlValidateAttributeDecl
pcercuei 0:03b5121a232e 15273 extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl __attribute((alias("xmlValidateAttributeDecl__internal_alias")));
pcercuei 0:03b5121a232e 15274 #else
pcercuei 0:03b5121a232e 15275 #ifndef xmlValidateAttributeDecl
pcercuei 0:03b5121a232e 15276 extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15277 #define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
pcercuei 0:03b5121a232e 15278 #endif
pcercuei 0:03b5121a232e 15279 #endif
pcercuei 0:03b5121a232e 15280 #endif
pcercuei 0:03b5121a232e 15281
pcercuei 0:03b5121a232e 15282 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15283 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15284 #undef xmlValidateAttributeValue
pcercuei 0:03b5121a232e 15285 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValidateAttributeValue__internal_alias")));
pcercuei 0:03b5121a232e 15286 #else
pcercuei 0:03b5121a232e 15287 #ifndef xmlValidateAttributeValue
pcercuei 0:03b5121a232e 15288 extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15289 #define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias
pcercuei 0:03b5121a232e 15290 #endif
pcercuei 0:03b5121a232e 15291 #endif
pcercuei 0:03b5121a232e 15292 #endif
pcercuei 0:03b5121a232e 15293
pcercuei 0:03b5121a232e 15294 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15295 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15296 #undef xmlValidateDocument
pcercuei 0:03b5121a232e 15297 extern __typeof (xmlValidateDocument) xmlValidateDocument __attribute((alias("xmlValidateDocument__internal_alias")));
pcercuei 0:03b5121a232e 15298 #else
pcercuei 0:03b5121a232e 15299 #ifndef xmlValidateDocument
pcercuei 0:03b5121a232e 15300 extern __typeof (xmlValidateDocument) xmlValidateDocument__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15301 #define xmlValidateDocument xmlValidateDocument__internal_alias
pcercuei 0:03b5121a232e 15302 #endif
pcercuei 0:03b5121a232e 15303 #endif
pcercuei 0:03b5121a232e 15304 #endif
pcercuei 0:03b5121a232e 15305
pcercuei 0:03b5121a232e 15306 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15307 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15308 #undef xmlValidateDocumentFinal
pcercuei 0:03b5121a232e 15309 extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal __attribute((alias("xmlValidateDocumentFinal__internal_alias")));
pcercuei 0:03b5121a232e 15310 #else
pcercuei 0:03b5121a232e 15311 #ifndef xmlValidateDocumentFinal
pcercuei 0:03b5121a232e 15312 extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15313 #define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias
pcercuei 0:03b5121a232e 15314 #endif
pcercuei 0:03b5121a232e 15315 #endif
pcercuei 0:03b5121a232e 15316 #endif
pcercuei 0:03b5121a232e 15317
pcercuei 0:03b5121a232e 15318 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15319 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15320 #undef xmlValidateDtd
pcercuei 0:03b5121a232e 15321 extern __typeof (xmlValidateDtd) xmlValidateDtd __attribute((alias("xmlValidateDtd__internal_alias")));
pcercuei 0:03b5121a232e 15322 #else
pcercuei 0:03b5121a232e 15323 #ifndef xmlValidateDtd
pcercuei 0:03b5121a232e 15324 extern __typeof (xmlValidateDtd) xmlValidateDtd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15325 #define xmlValidateDtd xmlValidateDtd__internal_alias
pcercuei 0:03b5121a232e 15326 #endif
pcercuei 0:03b5121a232e 15327 #endif
pcercuei 0:03b5121a232e 15328 #endif
pcercuei 0:03b5121a232e 15329
pcercuei 0:03b5121a232e 15330 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15331 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15332 #undef xmlValidateDtdFinal
pcercuei 0:03b5121a232e 15333 extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal __attribute((alias("xmlValidateDtdFinal__internal_alias")));
pcercuei 0:03b5121a232e 15334 #else
pcercuei 0:03b5121a232e 15335 #ifndef xmlValidateDtdFinal
pcercuei 0:03b5121a232e 15336 extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15337 #define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias
pcercuei 0:03b5121a232e 15338 #endif
pcercuei 0:03b5121a232e 15339 #endif
pcercuei 0:03b5121a232e 15340 #endif
pcercuei 0:03b5121a232e 15341
pcercuei 0:03b5121a232e 15342 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15343 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15344 #undef xmlValidateElement
pcercuei 0:03b5121a232e 15345 extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__internal_alias")));
pcercuei 0:03b5121a232e 15346 #else
pcercuei 0:03b5121a232e 15347 #ifndef xmlValidateElement
pcercuei 0:03b5121a232e 15348 extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15349 #define xmlValidateElement xmlValidateElement__internal_alias
pcercuei 0:03b5121a232e 15350 #endif
pcercuei 0:03b5121a232e 15351 #endif
pcercuei 0:03b5121a232e 15352 #endif
pcercuei 0:03b5121a232e 15353
pcercuei 0:03b5121a232e 15354 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15355 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15356 #undef xmlValidateElementDecl
pcercuei 0:03b5121a232e 15357 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElementDecl__internal_alias")));
pcercuei 0:03b5121a232e 15358 #else
pcercuei 0:03b5121a232e 15359 #ifndef xmlValidateElementDecl
pcercuei 0:03b5121a232e 15360 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15361 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias
pcercuei 0:03b5121a232e 15362 #endif
pcercuei 0:03b5121a232e 15363 #endif
pcercuei 0:03b5121a232e 15364 #endif
pcercuei 0:03b5121a232e 15365
pcercuei 0:03b5121a232e 15366 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_ENABLED) || defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
pcercuei 0:03b5121a232e 15367 #ifdef bottom_tree
pcercuei 0:03b5121a232e 15368 #undef xmlValidateNCName
pcercuei 0:03b5121a232e 15369 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__internal_alias")));
pcercuei 0:03b5121a232e 15370 #else
pcercuei 0:03b5121a232e 15371 #ifndef xmlValidateNCName
pcercuei 0:03b5121a232e 15372 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15373 #define xmlValidateNCName xmlValidateNCName__internal_alias
pcercuei 0:03b5121a232e 15374 #endif
pcercuei 0:03b5121a232e 15375 #endif
pcercuei 0:03b5121a232e 15376 #endif
pcercuei 0:03b5121a232e 15377
pcercuei 0:03b5121a232e 15378 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 15379 #ifdef bottom_tree
pcercuei 0:03b5121a232e 15380 #undef xmlValidateNMToken
pcercuei 0:03b5121a232e 15381 extern __typeof (xmlValidateNMToken) xmlValidateNMToken __attribute((alias("xmlValidateNMToken__internal_alias")));
pcercuei 0:03b5121a232e 15382 #else
pcercuei 0:03b5121a232e 15383 #ifndef xmlValidateNMToken
pcercuei 0:03b5121a232e 15384 extern __typeof (xmlValidateNMToken) xmlValidateNMToken__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15385 #define xmlValidateNMToken xmlValidateNMToken__internal_alias
pcercuei 0:03b5121a232e 15386 #endif
pcercuei 0:03b5121a232e 15387 #endif
pcercuei 0:03b5121a232e 15388 #endif
pcercuei 0:03b5121a232e 15389
pcercuei 0:03b5121a232e 15390 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 15391 #ifdef bottom_tree
pcercuei 0:03b5121a232e 15392 #undef xmlValidateName
pcercuei 0:03b5121a232e 15393 extern __typeof (xmlValidateName) xmlValidateName __attribute((alias("xmlValidateName__internal_alias")));
pcercuei 0:03b5121a232e 15394 #else
pcercuei 0:03b5121a232e 15395 #ifndef xmlValidateName
pcercuei 0:03b5121a232e 15396 extern __typeof (xmlValidateName) xmlValidateName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15397 #define xmlValidateName xmlValidateName__internal_alias
pcercuei 0:03b5121a232e 15398 #endif
pcercuei 0:03b5121a232e 15399 #endif
pcercuei 0:03b5121a232e 15400 #endif
pcercuei 0:03b5121a232e 15401
pcercuei 0:03b5121a232e 15402 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15403 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15404 #undef xmlValidateNameValue
pcercuei 0:03b5121a232e 15405 extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
pcercuei 0:03b5121a232e 15406 #else
pcercuei 0:03b5121a232e 15407 #ifndef xmlValidateNameValue
pcercuei 0:03b5121a232e 15408 extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15409 #define xmlValidateNameValue xmlValidateNameValue__internal_alias
pcercuei 0:03b5121a232e 15410 #endif
pcercuei 0:03b5121a232e 15411 #endif
pcercuei 0:03b5121a232e 15412 #endif
pcercuei 0:03b5121a232e 15413
pcercuei 0:03b5121a232e 15414 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15415 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15416 #undef xmlValidateNamesValue
pcercuei 0:03b5121a232e 15417 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias")));
pcercuei 0:03b5121a232e 15418 #else
pcercuei 0:03b5121a232e 15419 #ifndef xmlValidateNamesValue
pcercuei 0:03b5121a232e 15420 extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15421 #define xmlValidateNamesValue xmlValidateNamesValue__internal_alias
pcercuei 0:03b5121a232e 15422 #endif
pcercuei 0:03b5121a232e 15423 #endif
pcercuei 0:03b5121a232e 15424 #endif
pcercuei 0:03b5121a232e 15425
pcercuei 0:03b5121a232e 15426 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15427 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15428 #undef xmlValidateNmtokenValue
pcercuei 0:03b5121a232e 15429 extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue __attribute((alias("xmlValidateNmtokenValue__internal_alias")));
pcercuei 0:03b5121a232e 15430 #else
pcercuei 0:03b5121a232e 15431 #ifndef xmlValidateNmtokenValue
pcercuei 0:03b5121a232e 15432 extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15433 #define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias
pcercuei 0:03b5121a232e 15434 #endif
pcercuei 0:03b5121a232e 15435 #endif
pcercuei 0:03b5121a232e 15436 #endif
pcercuei 0:03b5121a232e 15437
pcercuei 0:03b5121a232e 15438 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15439 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15440 #undef xmlValidateNmtokensValue
pcercuei 0:03b5121a232e 15441 extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue __attribute((alias("xmlValidateNmtokensValue__internal_alias")));
pcercuei 0:03b5121a232e 15442 #else
pcercuei 0:03b5121a232e 15443 #ifndef xmlValidateNmtokensValue
pcercuei 0:03b5121a232e 15444 extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15445 #define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias
pcercuei 0:03b5121a232e 15446 #endif
pcercuei 0:03b5121a232e 15447 #endif
pcercuei 0:03b5121a232e 15448 #endif
pcercuei 0:03b5121a232e 15449
pcercuei 0:03b5121a232e 15450 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15451 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15452 #undef xmlValidateNotationDecl
pcercuei 0:03b5121a232e 15453 extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl __attribute((alias("xmlValidateNotationDecl__internal_alias")));
pcercuei 0:03b5121a232e 15454 #else
pcercuei 0:03b5121a232e 15455 #ifndef xmlValidateNotationDecl
pcercuei 0:03b5121a232e 15456 extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15457 #define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias
pcercuei 0:03b5121a232e 15458 #endif
pcercuei 0:03b5121a232e 15459 #endif
pcercuei 0:03b5121a232e 15460 #endif
pcercuei 0:03b5121a232e 15461
pcercuei 0:03b5121a232e 15462 #if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 15463 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15464 #undef xmlValidateNotationUse
pcercuei 0:03b5121a232e 15465 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
pcercuei 0:03b5121a232e 15466 #else
pcercuei 0:03b5121a232e 15467 #ifndef xmlValidateNotationUse
pcercuei 0:03b5121a232e 15468 extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15469 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias
pcercuei 0:03b5121a232e 15470 #endif
pcercuei 0:03b5121a232e 15471 #endif
pcercuei 0:03b5121a232e 15472 #endif
pcercuei 0:03b5121a232e 15473
pcercuei 0:03b5121a232e 15474 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15475 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15476 #undef xmlValidateOneAttribute
pcercuei 0:03b5121a232e 15477 extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute __attribute((alias("xmlValidateOneAttribute__internal_alias")));
pcercuei 0:03b5121a232e 15478 #else
pcercuei 0:03b5121a232e 15479 #ifndef xmlValidateOneAttribute
pcercuei 0:03b5121a232e 15480 extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15481 #define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias
pcercuei 0:03b5121a232e 15482 #endif
pcercuei 0:03b5121a232e 15483 #endif
pcercuei 0:03b5121a232e 15484 #endif
pcercuei 0:03b5121a232e 15485
pcercuei 0:03b5121a232e 15486 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15487 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15488 #undef xmlValidateOneElement
pcercuei 0:03b5121a232e 15489 extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneElement__internal_alias")));
pcercuei 0:03b5121a232e 15490 #else
pcercuei 0:03b5121a232e 15491 #ifndef xmlValidateOneElement
pcercuei 0:03b5121a232e 15492 extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15493 #define xmlValidateOneElement xmlValidateOneElement__internal_alias
pcercuei 0:03b5121a232e 15494 #endif
pcercuei 0:03b5121a232e 15495 #endif
pcercuei 0:03b5121a232e 15496 #endif
pcercuei 0:03b5121a232e 15497
pcercuei 0:03b5121a232e 15498 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15499 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15500 #undef xmlValidateOneNamespace
pcercuei 0:03b5121a232e 15501 extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace __attribute((alias("xmlValidateOneNamespace__internal_alias")));
pcercuei 0:03b5121a232e 15502 #else
pcercuei 0:03b5121a232e 15503 #ifndef xmlValidateOneNamespace
pcercuei 0:03b5121a232e 15504 extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15505 #define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias
pcercuei 0:03b5121a232e 15506 #endif
pcercuei 0:03b5121a232e 15507 #endif
pcercuei 0:03b5121a232e 15508 #endif
pcercuei 0:03b5121a232e 15509
pcercuei 0:03b5121a232e 15510 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 15511 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15512 #undef xmlValidatePopElement
pcercuei 0:03b5121a232e 15513 extern __typeof (xmlValidatePopElement) xmlValidatePopElement __attribute((alias("xmlValidatePopElement__internal_alias")));
pcercuei 0:03b5121a232e 15514 #else
pcercuei 0:03b5121a232e 15515 #ifndef xmlValidatePopElement
pcercuei 0:03b5121a232e 15516 extern __typeof (xmlValidatePopElement) xmlValidatePopElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15517 #define xmlValidatePopElement xmlValidatePopElement__internal_alias
pcercuei 0:03b5121a232e 15518 #endif
pcercuei 0:03b5121a232e 15519 #endif
pcercuei 0:03b5121a232e 15520 #endif
pcercuei 0:03b5121a232e 15521
pcercuei 0:03b5121a232e 15522 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 15523 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15524 #undef xmlValidatePushCData
pcercuei 0:03b5121a232e 15525 extern __typeof (xmlValidatePushCData) xmlValidatePushCData __attribute((alias("xmlValidatePushCData__internal_alias")));
pcercuei 0:03b5121a232e 15526 #else
pcercuei 0:03b5121a232e 15527 #ifndef xmlValidatePushCData
pcercuei 0:03b5121a232e 15528 extern __typeof (xmlValidatePushCData) xmlValidatePushCData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15529 #define xmlValidatePushCData xmlValidatePushCData__internal_alias
pcercuei 0:03b5121a232e 15530 #endif
pcercuei 0:03b5121a232e 15531 #endif
pcercuei 0:03b5121a232e 15532 #endif
pcercuei 0:03b5121a232e 15533
pcercuei 0:03b5121a232e 15534 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
pcercuei 0:03b5121a232e 15535 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15536 #undef xmlValidatePushElement
pcercuei 0:03b5121a232e 15537 extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias")));
pcercuei 0:03b5121a232e 15538 #else
pcercuei 0:03b5121a232e 15539 #ifndef xmlValidatePushElement
pcercuei 0:03b5121a232e 15540 extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15541 #define xmlValidatePushElement xmlValidatePushElement__internal_alias
pcercuei 0:03b5121a232e 15542 #endif
pcercuei 0:03b5121a232e 15543 #endif
pcercuei 0:03b5121a232e 15544 #endif
pcercuei 0:03b5121a232e 15545
pcercuei 0:03b5121a232e 15546 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 15547 #ifdef bottom_tree
pcercuei 0:03b5121a232e 15548 #undef xmlValidateQName
pcercuei 0:03b5121a232e 15549 extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_alias")));
pcercuei 0:03b5121a232e 15550 #else
pcercuei 0:03b5121a232e 15551 #ifndef xmlValidateQName
pcercuei 0:03b5121a232e 15552 extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15553 #define xmlValidateQName xmlValidateQName__internal_alias
pcercuei 0:03b5121a232e 15554 #endif
pcercuei 0:03b5121a232e 15555 #endif
pcercuei 0:03b5121a232e 15556 #endif
pcercuei 0:03b5121a232e 15557
pcercuei 0:03b5121a232e 15558 #if defined(LIBXML_VALID_ENABLED)
pcercuei 0:03b5121a232e 15559 #ifdef bottom_valid
pcercuei 0:03b5121a232e 15560 #undef xmlValidateRoot
pcercuei 0:03b5121a232e 15561 extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_alias")));
pcercuei 0:03b5121a232e 15562 #else
pcercuei 0:03b5121a232e 15563 #ifndef xmlValidateRoot
pcercuei 0:03b5121a232e 15564 extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15565 #define xmlValidateRoot xmlValidateRoot__internal_alias
pcercuei 0:03b5121a232e 15566 #endif
pcercuei 0:03b5121a232e 15567 #endif
pcercuei 0:03b5121a232e 15568 #endif
pcercuei 0:03b5121a232e 15569
pcercuei 0:03b5121a232e 15570 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15571 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15572 #undef xmlXIncludeFreeContext
pcercuei 0:03b5121a232e 15573 extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext __attribute((alias("xmlXIncludeFreeContext__internal_alias")));
pcercuei 0:03b5121a232e 15574 #else
pcercuei 0:03b5121a232e 15575 #ifndef xmlXIncludeFreeContext
pcercuei 0:03b5121a232e 15576 extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15577 #define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias
pcercuei 0:03b5121a232e 15578 #endif
pcercuei 0:03b5121a232e 15579 #endif
pcercuei 0:03b5121a232e 15580 #endif
pcercuei 0:03b5121a232e 15581
pcercuei 0:03b5121a232e 15582 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15583 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15584 #undef xmlXIncludeNewContext
pcercuei 0:03b5121a232e 15585 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
pcercuei 0:03b5121a232e 15586 #else
pcercuei 0:03b5121a232e 15587 #ifndef xmlXIncludeNewContext
pcercuei 0:03b5121a232e 15588 extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15589 #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
pcercuei 0:03b5121a232e 15590 #endif
pcercuei 0:03b5121a232e 15591 #endif
pcercuei 0:03b5121a232e 15592 #endif
pcercuei 0:03b5121a232e 15593
pcercuei 0:03b5121a232e 15594 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15595 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15596 #undef xmlXIncludeProcess
pcercuei 0:03b5121a232e 15597 extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess __attribute((alias("xmlXIncludeProcess__internal_alias")));
pcercuei 0:03b5121a232e 15598 #else
pcercuei 0:03b5121a232e 15599 #ifndef xmlXIncludeProcess
pcercuei 0:03b5121a232e 15600 extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15601 #define xmlXIncludeProcess xmlXIncludeProcess__internal_alias
pcercuei 0:03b5121a232e 15602 #endif
pcercuei 0:03b5121a232e 15603 #endif
pcercuei 0:03b5121a232e 15604 #endif
pcercuei 0:03b5121a232e 15605
pcercuei 0:03b5121a232e 15606 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15607 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15608 #undef xmlXIncludeProcessFlags
pcercuei 0:03b5121a232e 15609 extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags __attribute((alias("xmlXIncludeProcessFlags__internal_alias")));
pcercuei 0:03b5121a232e 15610 #else
pcercuei 0:03b5121a232e 15611 #ifndef xmlXIncludeProcessFlags
pcercuei 0:03b5121a232e 15612 extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15613 #define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias
pcercuei 0:03b5121a232e 15614 #endif
pcercuei 0:03b5121a232e 15615 #endif
pcercuei 0:03b5121a232e 15616 #endif
pcercuei 0:03b5121a232e 15617
pcercuei 0:03b5121a232e 15618 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15619 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15620 #undef xmlXIncludeProcessFlagsData
pcercuei 0:03b5121a232e 15621 extern __typeof (xmlXIncludeProcessFlagsData) xmlXIncludeProcessFlagsData __attribute((alias("xmlXIncludeProcessFlagsData__internal_alias")));
pcercuei 0:03b5121a232e 15622 #else
pcercuei 0:03b5121a232e 15623 #ifndef xmlXIncludeProcessFlagsData
pcercuei 0:03b5121a232e 15624 extern __typeof (xmlXIncludeProcessFlagsData) xmlXIncludeProcessFlagsData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15625 #define xmlXIncludeProcessFlagsData xmlXIncludeProcessFlagsData__internal_alias
pcercuei 0:03b5121a232e 15626 #endif
pcercuei 0:03b5121a232e 15627 #endif
pcercuei 0:03b5121a232e 15628 #endif
pcercuei 0:03b5121a232e 15629
pcercuei 0:03b5121a232e 15630 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15631 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15632 #undef xmlXIncludeProcessNode
pcercuei 0:03b5121a232e 15633 extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode __attribute((alias("xmlXIncludeProcessNode__internal_alias")));
pcercuei 0:03b5121a232e 15634 #else
pcercuei 0:03b5121a232e 15635 #ifndef xmlXIncludeProcessNode
pcercuei 0:03b5121a232e 15636 extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15637 #define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias
pcercuei 0:03b5121a232e 15638 #endif
pcercuei 0:03b5121a232e 15639 #endif
pcercuei 0:03b5121a232e 15640 #endif
pcercuei 0:03b5121a232e 15641
pcercuei 0:03b5121a232e 15642 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15643 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15644 #undef xmlXIncludeProcessTree
pcercuei 0:03b5121a232e 15645 extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree __attribute((alias("xmlXIncludeProcessTree__internal_alias")));
pcercuei 0:03b5121a232e 15646 #else
pcercuei 0:03b5121a232e 15647 #ifndef xmlXIncludeProcessTree
pcercuei 0:03b5121a232e 15648 extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15649 #define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias
pcercuei 0:03b5121a232e 15650 #endif
pcercuei 0:03b5121a232e 15651 #endif
pcercuei 0:03b5121a232e 15652 #endif
pcercuei 0:03b5121a232e 15653
pcercuei 0:03b5121a232e 15654 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15655 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15656 #undef xmlXIncludeProcessTreeFlags
pcercuei 0:03b5121a232e 15657 extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags __attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias")));
pcercuei 0:03b5121a232e 15658 #else
pcercuei 0:03b5121a232e 15659 #ifndef xmlXIncludeProcessTreeFlags
pcercuei 0:03b5121a232e 15660 extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15661 #define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias
pcercuei 0:03b5121a232e 15662 #endif
pcercuei 0:03b5121a232e 15663 #endif
pcercuei 0:03b5121a232e 15664 #endif
pcercuei 0:03b5121a232e 15665
pcercuei 0:03b5121a232e 15666 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15667 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15668 #undef xmlXIncludeProcessTreeFlagsData
pcercuei 0:03b5121a232e 15669 extern __typeof (xmlXIncludeProcessTreeFlagsData) xmlXIncludeProcessTreeFlagsData __attribute((alias("xmlXIncludeProcessTreeFlagsData__internal_alias")));
pcercuei 0:03b5121a232e 15670 #else
pcercuei 0:03b5121a232e 15671 #ifndef xmlXIncludeProcessTreeFlagsData
pcercuei 0:03b5121a232e 15672 extern __typeof (xmlXIncludeProcessTreeFlagsData) xmlXIncludeProcessTreeFlagsData__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15673 #define xmlXIncludeProcessTreeFlagsData xmlXIncludeProcessTreeFlagsData__internal_alias
pcercuei 0:03b5121a232e 15674 #endif
pcercuei 0:03b5121a232e 15675 #endif
pcercuei 0:03b5121a232e 15676 #endif
pcercuei 0:03b5121a232e 15677
pcercuei 0:03b5121a232e 15678 #if defined(LIBXML_XINCLUDE_ENABLED)
pcercuei 0:03b5121a232e 15679 #ifdef bottom_xinclude
pcercuei 0:03b5121a232e 15680 #undef xmlXIncludeSetFlags
pcercuei 0:03b5121a232e 15681 extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags __attribute((alias("xmlXIncludeSetFlags__internal_alias")));
pcercuei 0:03b5121a232e 15682 #else
pcercuei 0:03b5121a232e 15683 #ifndef xmlXIncludeSetFlags
pcercuei 0:03b5121a232e 15684 extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15685 #define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias
pcercuei 0:03b5121a232e 15686 #endif
pcercuei 0:03b5121a232e 15687 #endif
pcercuei 0:03b5121a232e 15688 #endif
pcercuei 0:03b5121a232e 15689
pcercuei 0:03b5121a232e 15690 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15691 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15692 #undef xmlXPathAddValues
pcercuei 0:03b5121a232e 15693 extern __typeof (xmlXPathAddValues) xmlXPathAddValues __attribute((alias("xmlXPathAddValues__internal_alias")));
pcercuei 0:03b5121a232e 15694 #else
pcercuei 0:03b5121a232e 15695 #ifndef xmlXPathAddValues
pcercuei 0:03b5121a232e 15696 extern __typeof (xmlXPathAddValues) xmlXPathAddValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15697 #define xmlXPathAddValues xmlXPathAddValues__internal_alias
pcercuei 0:03b5121a232e 15698 #endif
pcercuei 0:03b5121a232e 15699 #endif
pcercuei 0:03b5121a232e 15700 #endif
pcercuei 0:03b5121a232e 15701
pcercuei 0:03b5121a232e 15702 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15703 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15704 #undef xmlXPathBooleanFunction
pcercuei 0:03b5121a232e 15705 extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction __attribute((alias("xmlXPathBooleanFunction__internal_alias")));
pcercuei 0:03b5121a232e 15706 #else
pcercuei 0:03b5121a232e 15707 #ifndef xmlXPathBooleanFunction
pcercuei 0:03b5121a232e 15708 extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15709 #define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias
pcercuei 0:03b5121a232e 15710 #endif
pcercuei 0:03b5121a232e 15711 #endif
pcercuei 0:03b5121a232e 15712 #endif
pcercuei 0:03b5121a232e 15713
pcercuei 0:03b5121a232e 15714 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15715 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15716 #undef xmlXPathCastBooleanToNumber
pcercuei 0:03b5121a232e 15717 extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber __attribute((alias("xmlXPathCastBooleanToNumber__internal_alias")));
pcercuei 0:03b5121a232e 15718 #else
pcercuei 0:03b5121a232e 15719 #ifndef xmlXPathCastBooleanToNumber
pcercuei 0:03b5121a232e 15720 extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15721 #define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias
pcercuei 0:03b5121a232e 15722 #endif
pcercuei 0:03b5121a232e 15723 #endif
pcercuei 0:03b5121a232e 15724 #endif
pcercuei 0:03b5121a232e 15725
pcercuei 0:03b5121a232e 15726 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15727 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15728 #undef xmlXPathCastBooleanToString
pcercuei 0:03b5121a232e 15729 extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString __attribute((alias("xmlXPathCastBooleanToString__internal_alias")));
pcercuei 0:03b5121a232e 15730 #else
pcercuei 0:03b5121a232e 15731 #ifndef xmlXPathCastBooleanToString
pcercuei 0:03b5121a232e 15732 extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15733 #define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias
pcercuei 0:03b5121a232e 15734 #endif
pcercuei 0:03b5121a232e 15735 #endif
pcercuei 0:03b5121a232e 15736 #endif
pcercuei 0:03b5121a232e 15737
pcercuei 0:03b5121a232e 15738 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15739 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15740 #undef xmlXPathCastNodeSetToBoolean
pcercuei 0:03b5121a232e 15741 extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean __attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias")));
pcercuei 0:03b5121a232e 15742 #else
pcercuei 0:03b5121a232e 15743 #ifndef xmlXPathCastNodeSetToBoolean
pcercuei 0:03b5121a232e 15744 extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15745 #define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias
pcercuei 0:03b5121a232e 15746 #endif
pcercuei 0:03b5121a232e 15747 #endif
pcercuei 0:03b5121a232e 15748 #endif
pcercuei 0:03b5121a232e 15749
pcercuei 0:03b5121a232e 15750 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15751 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15752 #undef xmlXPathCastNodeSetToNumber
pcercuei 0:03b5121a232e 15753 extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber __attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias")));
pcercuei 0:03b5121a232e 15754 #else
pcercuei 0:03b5121a232e 15755 #ifndef xmlXPathCastNodeSetToNumber
pcercuei 0:03b5121a232e 15756 extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15757 #define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias
pcercuei 0:03b5121a232e 15758 #endif
pcercuei 0:03b5121a232e 15759 #endif
pcercuei 0:03b5121a232e 15760 #endif
pcercuei 0:03b5121a232e 15761
pcercuei 0:03b5121a232e 15762 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15763 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15764 #undef xmlXPathCastNodeSetToString
pcercuei 0:03b5121a232e 15765 extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString __attribute((alias("xmlXPathCastNodeSetToString__internal_alias")));
pcercuei 0:03b5121a232e 15766 #else
pcercuei 0:03b5121a232e 15767 #ifndef xmlXPathCastNodeSetToString
pcercuei 0:03b5121a232e 15768 extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15769 #define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias
pcercuei 0:03b5121a232e 15770 #endif
pcercuei 0:03b5121a232e 15771 #endif
pcercuei 0:03b5121a232e 15772 #endif
pcercuei 0:03b5121a232e 15773
pcercuei 0:03b5121a232e 15774 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15775 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15776 #undef xmlXPathCastNodeToNumber
pcercuei 0:03b5121a232e 15777 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
pcercuei 0:03b5121a232e 15778 #else
pcercuei 0:03b5121a232e 15779 #ifndef xmlXPathCastNodeToNumber
pcercuei 0:03b5121a232e 15780 extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15781 #define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias
pcercuei 0:03b5121a232e 15782 #endif
pcercuei 0:03b5121a232e 15783 #endif
pcercuei 0:03b5121a232e 15784 #endif
pcercuei 0:03b5121a232e 15785
pcercuei 0:03b5121a232e 15786 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15787 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15788 #undef xmlXPathCastNodeToString
pcercuei 0:03b5121a232e 15789 extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString __attribute((alias("xmlXPathCastNodeToString__internal_alias")));
pcercuei 0:03b5121a232e 15790 #else
pcercuei 0:03b5121a232e 15791 #ifndef xmlXPathCastNodeToString
pcercuei 0:03b5121a232e 15792 extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15793 #define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias
pcercuei 0:03b5121a232e 15794 #endif
pcercuei 0:03b5121a232e 15795 #endif
pcercuei 0:03b5121a232e 15796 #endif
pcercuei 0:03b5121a232e 15797
pcercuei 0:03b5121a232e 15798 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15799 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15800 #undef xmlXPathCastNumberToBoolean
pcercuei 0:03b5121a232e 15801 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXPathCastNumberToBoolean__internal_alias")));
pcercuei 0:03b5121a232e 15802 #else
pcercuei 0:03b5121a232e 15803 #ifndef xmlXPathCastNumberToBoolean
pcercuei 0:03b5121a232e 15804 extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15805 #define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias
pcercuei 0:03b5121a232e 15806 #endif
pcercuei 0:03b5121a232e 15807 #endif
pcercuei 0:03b5121a232e 15808 #endif
pcercuei 0:03b5121a232e 15809
pcercuei 0:03b5121a232e 15810 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15811 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15812 #undef xmlXPathCastNumberToString
pcercuei 0:03b5121a232e 15813 extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString __attribute((alias("xmlXPathCastNumberToString__internal_alias")));
pcercuei 0:03b5121a232e 15814 #else
pcercuei 0:03b5121a232e 15815 #ifndef xmlXPathCastNumberToString
pcercuei 0:03b5121a232e 15816 extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15817 #define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias
pcercuei 0:03b5121a232e 15818 #endif
pcercuei 0:03b5121a232e 15819 #endif
pcercuei 0:03b5121a232e 15820 #endif
pcercuei 0:03b5121a232e 15821
pcercuei 0:03b5121a232e 15822 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15823 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15824 #undef xmlXPathCastStringToBoolean
pcercuei 0:03b5121a232e 15825 extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean __attribute((alias("xmlXPathCastStringToBoolean__internal_alias")));
pcercuei 0:03b5121a232e 15826 #else
pcercuei 0:03b5121a232e 15827 #ifndef xmlXPathCastStringToBoolean
pcercuei 0:03b5121a232e 15828 extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15829 #define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias
pcercuei 0:03b5121a232e 15830 #endif
pcercuei 0:03b5121a232e 15831 #endif
pcercuei 0:03b5121a232e 15832 #endif
pcercuei 0:03b5121a232e 15833
pcercuei 0:03b5121a232e 15834 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15835 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15836 #undef xmlXPathCastStringToNumber
pcercuei 0:03b5121a232e 15837 extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber __attribute((alias("xmlXPathCastStringToNumber__internal_alias")));
pcercuei 0:03b5121a232e 15838 #else
pcercuei 0:03b5121a232e 15839 #ifndef xmlXPathCastStringToNumber
pcercuei 0:03b5121a232e 15840 extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15841 #define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias
pcercuei 0:03b5121a232e 15842 #endif
pcercuei 0:03b5121a232e 15843 #endif
pcercuei 0:03b5121a232e 15844 #endif
pcercuei 0:03b5121a232e 15845
pcercuei 0:03b5121a232e 15846 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15847 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15848 #undef xmlXPathCastToBoolean
pcercuei 0:03b5121a232e 15849 extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean __attribute((alias("xmlXPathCastToBoolean__internal_alias")));
pcercuei 0:03b5121a232e 15850 #else
pcercuei 0:03b5121a232e 15851 #ifndef xmlXPathCastToBoolean
pcercuei 0:03b5121a232e 15852 extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15853 #define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias
pcercuei 0:03b5121a232e 15854 #endif
pcercuei 0:03b5121a232e 15855 #endif
pcercuei 0:03b5121a232e 15856 #endif
pcercuei 0:03b5121a232e 15857
pcercuei 0:03b5121a232e 15858 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15859 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15860 #undef xmlXPathCastToNumber
pcercuei 0:03b5121a232e 15861 extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber __attribute((alias("xmlXPathCastToNumber__internal_alias")));
pcercuei 0:03b5121a232e 15862 #else
pcercuei 0:03b5121a232e 15863 #ifndef xmlXPathCastToNumber
pcercuei 0:03b5121a232e 15864 extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15865 #define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias
pcercuei 0:03b5121a232e 15866 #endif
pcercuei 0:03b5121a232e 15867 #endif
pcercuei 0:03b5121a232e 15868 #endif
pcercuei 0:03b5121a232e 15869
pcercuei 0:03b5121a232e 15870 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15871 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15872 #undef xmlXPathCastToString
pcercuei 0:03b5121a232e 15873 extern __typeof (xmlXPathCastToString) xmlXPathCastToString __attribute((alias("xmlXPathCastToString__internal_alias")));
pcercuei 0:03b5121a232e 15874 #else
pcercuei 0:03b5121a232e 15875 #ifndef xmlXPathCastToString
pcercuei 0:03b5121a232e 15876 extern __typeof (xmlXPathCastToString) xmlXPathCastToString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15877 #define xmlXPathCastToString xmlXPathCastToString__internal_alias
pcercuei 0:03b5121a232e 15878 #endif
pcercuei 0:03b5121a232e 15879 #endif
pcercuei 0:03b5121a232e 15880 #endif
pcercuei 0:03b5121a232e 15881
pcercuei 0:03b5121a232e 15882 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15883 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15884 #undef xmlXPathCeilingFunction
pcercuei 0:03b5121a232e 15885 extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction __attribute((alias("xmlXPathCeilingFunction__internal_alias")));
pcercuei 0:03b5121a232e 15886 #else
pcercuei 0:03b5121a232e 15887 #ifndef xmlXPathCeilingFunction
pcercuei 0:03b5121a232e 15888 extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15889 #define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias
pcercuei 0:03b5121a232e 15890 #endif
pcercuei 0:03b5121a232e 15891 #endif
pcercuei 0:03b5121a232e 15892 #endif
pcercuei 0:03b5121a232e 15893
pcercuei 0:03b5121a232e 15894 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15895 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15896 #undef xmlXPathCmpNodes
pcercuei 0:03b5121a232e 15897 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
pcercuei 0:03b5121a232e 15898 #else
pcercuei 0:03b5121a232e 15899 #ifndef xmlXPathCmpNodes
pcercuei 0:03b5121a232e 15900 extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15901 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
pcercuei 0:03b5121a232e 15902 #endif
pcercuei 0:03b5121a232e 15903 #endif
pcercuei 0:03b5121a232e 15904 #endif
pcercuei 0:03b5121a232e 15905
pcercuei 0:03b5121a232e 15906 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15907 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15908 #undef xmlXPathCompareValues
pcercuei 0:03b5121a232e 15909 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
pcercuei 0:03b5121a232e 15910 #else
pcercuei 0:03b5121a232e 15911 #ifndef xmlXPathCompareValues
pcercuei 0:03b5121a232e 15912 extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15913 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias
pcercuei 0:03b5121a232e 15914 #endif
pcercuei 0:03b5121a232e 15915 #endif
pcercuei 0:03b5121a232e 15916 #endif
pcercuei 0:03b5121a232e 15917
pcercuei 0:03b5121a232e 15918 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15919 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15920 #undef xmlXPathCompile
pcercuei 0:03b5121a232e 15921 extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
pcercuei 0:03b5121a232e 15922 #else
pcercuei 0:03b5121a232e 15923 #ifndef xmlXPathCompile
pcercuei 0:03b5121a232e 15924 extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15925 #define xmlXPathCompile xmlXPathCompile__internal_alias
pcercuei 0:03b5121a232e 15926 #endif
pcercuei 0:03b5121a232e 15927 #endif
pcercuei 0:03b5121a232e 15928 #endif
pcercuei 0:03b5121a232e 15929
pcercuei 0:03b5121a232e 15930 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15931 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15932 #undef xmlXPathCompiledEval
pcercuei 0:03b5121a232e 15933 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEval__internal_alias")));
pcercuei 0:03b5121a232e 15934 #else
pcercuei 0:03b5121a232e 15935 #ifndef xmlXPathCompiledEval
pcercuei 0:03b5121a232e 15936 extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15937 #define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias
pcercuei 0:03b5121a232e 15938 #endif
pcercuei 0:03b5121a232e 15939 #endif
pcercuei 0:03b5121a232e 15940 #endif
pcercuei 0:03b5121a232e 15941
pcercuei 0:03b5121a232e 15942 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15943 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15944 #undef xmlXPathCompiledEvalToBoolean
pcercuei 0:03b5121a232e 15945 extern __typeof (xmlXPathCompiledEvalToBoolean) xmlXPathCompiledEvalToBoolean __attribute((alias("xmlXPathCompiledEvalToBoolean__internal_alias")));
pcercuei 0:03b5121a232e 15946 #else
pcercuei 0:03b5121a232e 15947 #ifndef xmlXPathCompiledEvalToBoolean
pcercuei 0:03b5121a232e 15948 extern __typeof (xmlXPathCompiledEvalToBoolean) xmlXPathCompiledEvalToBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15949 #define xmlXPathCompiledEvalToBoolean xmlXPathCompiledEvalToBoolean__internal_alias
pcercuei 0:03b5121a232e 15950 #endif
pcercuei 0:03b5121a232e 15951 #endif
pcercuei 0:03b5121a232e 15952 #endif
pcercuei 0:03b5121a232e 15953
pcercuei 0:03b5121a232e 15954 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15955 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15956 #undef xmlXPathConcatFunction
pcercuei 0:03b5121a232e 15957 extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction __attribute((alias("xmlXPathConcatFunction__internal_alias")));
pcercuei 0:03b5121a232e 15958 #else
pcercuei 0:03b5121a232e 15959 #ifndef xmlXPathConcatFunction
pcercuei 0:03b5121a232e 15960 extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15961 #define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias
pcercuei 0:03b5121a232e 15962 #endif
pcercuei 0:03b5121a232e 15963 #endif
pcercuei 0:03b5121a232e 15964 #endif
pcercuei 0:03b5121a232e 15965
pcercuei 0:03b5121a232e 15966 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15967 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15968 #undef xmlXPathContainsFunction
pcercuei 0:03b5121a232e 15969 extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction __attribute((alias("xmlXPathContainsFunction__internal_alias")));
pcercuei 0:03b5121a232e 15970 #else
pcercuei 0:03b5121a232e 15971 #ifndef xmlXPathContainsFunction
pcercuei 0:03b5121a232e 15972 extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15973 #define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias
pcercuei 0:03b5121a232e 15974 #endif
pcercuei 0:03b5121a232e 15975 #endif
pcercuei 0:03b5121a232e 15976 #endif
pcercuei 0:03b5121a232e 15977
pcercuei 0:03b5121a232e 15978 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15979 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15980 #undef xmlXPathContextSetCache
pcercuei 0:03b5121a232e 15981 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache __attribute((alias("xmlXPathContextSetCache__internal_alias")));
pcercuei 0:03b5121a232e 15982 #else
pcercuei 0:03b5121a232e 15983 #ifndef xmlXPathContextSetCache
pcercuei 0:03b5121a232e 15984 extern __typeof (xmlXPathContextSetCache) xmlXPathContextSetCache__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15985 #define xmlXPathContextSetCache xmlXPathContextSetCache__internal_alias
pcercuei 0:03b5121a232e 15986 #endif
pcercuei 0:03b5121a232e 15987 #endif
pcercuei 0:03b5121a232e 15988 #endif
pcercuei 0:03b5121a232e 15989
pcercuei 0:03b5121a232e 15990 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 15991 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 15992 #undef xmlXPathConvertBoolean
pcercuei 0:03b5121a232e 15993 extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean __attribute((alias("xmlXPathConvertBoolean__internal_alias")));
pcercuei 0:03b5121a232e 15994 #else
pcercuei 0:03b5121a232e 15995 #ifndef xmlXPathConvertBoolean
pcercuei 0:03b5121a232e 15996 extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 15997 #define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias
pcercuei 0:03b5121a232e 15998 #endif
pcercuei 0:03b5121a232e 15999 #endif
pcercuei 0:03b5121a232e 16000 #endif
pcercuei 0:03b5121a232e 16001
pcercuei 0:03b5121a232e 16002 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16003 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16004 #undef xmlXPathConvertNumber
pcercuei 0:03b5121a232e 16005 extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber __attribute((alias("xmlXPathConvertNumber__internal_alias")));
pcercuei 0:03b5121a232e 16006 #else
pcercuei 0:03b5121a232e 16007 #ifndef xmlXPathConvertNumber
pcercuei 0:03b5121a232e 16008 extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16009 #define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias
pcercuei 0:03b5121a232e 16010 #endif
pcercuei 0:03b5121a232e 16011 #endif
pcercuei 0:03b5121a232e 16012 #endif
pcercuei 0:03b5121a232e 16013
pcercuei 0:03b5121a232e 16014 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16015 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16016 #undef xmlXPathConvertString
pcercuei 0:03b5121a232e 16017 extern __typeof (xmlXPathConvertString) xmlXPathConvertString __attribute((alias("xmlXPathConvertString__internal_alias")));
pcercuei 0:03b5121a232e 16018 #else
pcercuei 0:03b5121a232e 16019 #ifndef xmlXPathConvertString
pcercuei 0:03b5121a232e 16020 extern __typeof (xmlXPathConvertString) xmlXPathConvertString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16021 #define xmlXPathConvertString xmlXPathConvertString__internal_alias
pcercuei 0:03b5121a232e 16022 #endif
pcercuei 0:03b5121a232e 16023 #endif
pcercuei 0:03b5121a232e 16024 #endif
pcercuei 0:03b5121a232e 16025
pcercuei 0:03b5121a232e 16026 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16027 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16028 #undef xmlXPathCountFunction
pcercuei 0:03b5121a232e 16029 extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction __attribute((alias("xmlXPathCountFunction__internal_alias")));
pcercuei 0:03b5121a232e 16030 #else
pcercuei 0:03b5121a232e 16031 #ifndef xmlXPathCountFunction
pcercuei 0:03b5121a232e 16032 extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16033 #define xmlXPathCountFunction xmlXPathCountFunction__internal_alias
pcercuei 0:03b5121a232e 16034 #endif
pcercuei 0:03b5121a232e 16035 #endif
pcercuei 0:03b5121a232e 16036 #endif
pcercuei 0:03b5121a232e 16037
pcercuei 0:03b5121a232e 16038 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16039 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16040 #undef xmlXPathCtxtCompile
pcercuei 0:03b5121a232e 16041 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
pcercuei 0:03b5121a232e 16042 #else
pcercuei 0:03b5121a232e 16043 #ifndef xmlXPathCtxtCompile
pcercuei 0:03b5121a232e 16044 extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16045 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias
pcercuei 0:03b5121a232e 16046 #endif
pcercuei 0:03b5121a232e 16047 #endif
pcercuei 0:03b5121a232e 16048 #endif
pcercuei 0:03b5121a232e 16049
pcercuei 0:03b5121a232e 16050 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 16051 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16052 #undef xmlXPathDebugDumpCompExpr
pcercuei 0:03b5121a232e 16053 extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr __attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias")));
pcercuei 0:03b5121a232e 16054 #else
pcercuei 0:03b5121a232e 16055 #ifndef xmlXPathDebugDumpCompExpr
pcercuei 0:03b5121a232e 16056 extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16057 #define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias
pcercuei 0:03b5121a232e 16058 #endif
pcercuei 0:03b5121a232e 16059 #endif
pcercuei 0:03b5121a232e 16060 #endif
pcercuei 0:03b5121a232e 16061
pcercuei 0:03b5121a232e 16062 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
pcercuei 0:03b5121a232e 16063 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16064 #undef xmlXPathDebugDumpObject
pcercuei 0:03b5121a232e 16065 extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject __attribute((alias("xmlXPathDebugDumpObject__internal_alias")));
pcercuei 0:03b5121a232e 16066 #else
pcercuei 0:03b5121a232e 16067 #ifndef xmlXPathDebugDumpObject
pcercuei 0:03b5121a232e 16068 extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16069 #define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias
pcercuei 0:03b5121a232e 16070 #endif
pcercuei 0:03b5121a232e 16071 #endif
pcercuei 0:03b5121a232e 16072 #endif
pcercuei 0:03b5121a232e 16073
pcercuei 0:03b5121a232e 16074 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16075 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16076 #undef xmlXPathDifference
pcercuei 0:03b5121a232e 16077 extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__internal_alias")));
pcercuei 0:03b5121a232e 16078 #else
pcercuei 0:03b5121a232e 16079 #ifndef xmlXPathDifference
pcercuei 0:03b5121a232e 16080 extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16081 #define xmlXPathDifference xmlXPathDifference__internal_alias
pcercuei 0:03b5121a232e 16082 #endif
pcercuei 0:03b5121a232e 16083 #endif
pcercuei 0:03b5121a232e 16084 #endif
pcercuei 0:03b5121a232e 16085
pcercuei 0:03b5121a232e 16086 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16087 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16088 #undef xmlXPathDistinct
pcercuei 0:03b5121a232e 16089 extern __typeof (xmlXPathDistinct) xmlXPathDistinct __attribute((alias("xmlXPathDistinct__internal_alias")));
pcercuei 0:03b5121a232e 16090 #else
pcercuei 0:03b5121a232e 16091 #ifndef xmlXPathDistinct
pcercuei 0:03b5121a232e 16092 extern __typeof (xmlXPathDistinct) xmlXPathDistinct__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16093 #define xmlXPathDistinct xmlXPathDistinct__internal_alias
pcercuei 0:03b5121a232e 16094 #endif
pcercuei 0:03b5121a232e 16095 #endif
pcercuei 0:03b5121a232e 16096 #endif
pcercuei 0:03b5121a232e 16097
pcercuei 0:03b5121a232e 16098 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16099 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16100 #undef xmlXPathDistinctSorted
pcercuei 0:03b5121a232e 16101 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias")));
pcercuei 0:03b5121a232e 16102 #else
pcercuei 0:03b5121a232e 16103 #ifndef xmlXPathDistinctSorted
pcercuei 0:03b5121a232e 16104 extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16105 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias
pcercuei 0:03b5121a232e 16106 #endif
pcercuei 0:03b5121a232e 16107 #endif
pcercuei 0:03b5121a232e 16108 #endif
pcercuei 0:03b5121a232e 16109
pcercuei 0:03b5121a232e 16110 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16111 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16112 #undef xmlXPathDivValues
pcercuei 0:03b5121a232e 16113 extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__internal_alias")));
pcercuei 0:03b5121a232e 16114 #else
pcercuei 0:03b5121a232e 16115 #ifndef xmlXPathDivValues
pcercuei 0:03b5121a232e 16116 extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16117 #define xmlXPathDivValues xmlXPathDivValues__internal_alias
pcercuei 0:03b5121a232e 16118 #endif
pcercuei 0:03b5121a232e 16119 #endif
pcercuei 0:03b5121a232e 16120 #endif
pcercuei 0:03b5121a232e 16121
pcercuei 0:03b5121a232e 16122 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16123 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16124 #undef xmlXPathEqualValues
pcercuei 0:03b5121a232e 16125 extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues __attribute((alias("xmlXPathEqualValues__internal_alias")));
pcercuei 0:03b5121a232e 16126 #else
pcercuei 0:03b5121a232e 16127 #ifndef xmlXPathEqualValues
pcercuei 0:03b5121a232e 16128 extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16129 #define xmlXPathEqualValues xmlXPathEqualValues__internal_alias
pcercuei 0:03b5121a232e 16130 #endif
pcercuei 0:03b5121a232e 16131 #endif
pcercuei 0:03b5121a232e 16132 #endif
pcercuei 0:03b5121a232e 16133
pcercuei 0:03b5121a232e 16134 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16135 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16136 #undef xmlXPathErr
pcercuei 0:03b5121a232e 16137 extern __typeof (xmlXPathErr) xmlXPathErr __attribute((alias("xmlXPathErr__internal_alias")));
pcercuei 0:03b5121a232e 16138 #else
pcercuei 0:03b5121a232e 16139 #ifndef xmlXPathErr
pcercuei 0:03b5121a232e 16140 extern __typeof (xmlXPathErr) xmlXPathErr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16141 #define xmlXPathErr xmlXPathErr__internal_alias
pcercuei 0:03b5121a232e 16142 #endif
pcercuei 0:03b5121a232e 16143 #endif
pcercuei 0:03b5121a232e 16144 #endif
pcercuei 0:03b5121a232e 16145
pcercuei 0:03b5121a232e 16146 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16147 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16148 #undef xmlXPathEval
pcercuei 0:03b5121a232e 16149 extern __typeof (xmlXPathEval) xmlXPathEval __attribute((alias("xmlXPathEval__internal_alias")));
pcercuei 0:03b5121a232e 16150 #else
pcercuei 0:03b5121a232e 16151 #ifndef xmlXPathEval
pcercuei 0:03b5121a232e 16152 extern __typeof (xmlXPathEval) xmlXPathEval__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16153 #define xmlXPathEval xmlXPathEval__internal_alias
pcercuei 0:03b5121a232e 16154 #endif
pcercuei 0:03b5121a232e 16155 #endif
pcercuei 0:03b5121a232e 16156 #endif
pcercuei 0:03b5121a232e 16157
pcercuei 0:03b5121a232e 16158 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16159 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16160 #undef xmlXPathEvalExpr
pcercuei 0:03b5121a232e 16161 extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr __attribute((alias("xmlXPathEvalExpr__internal_alias")));
pcercuei 0:03b5121a232e 16162 #else
pcercuei 0:03b5121a232e 16163 #ifndef xmlXPathEvalExpr
pcercuei 0:03b5121a232e 16164 extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16165 #define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias
pcercuei 0:03b5121a232e 16166 #endif
pcercuei 0:03b5121a232e 16167 #endif
pcercuei 0:03b5121a232e 16168 #endif
pcercuei 0:03b5121a232e 16169
pcercuei 0:03b5121a232e 16170 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16171 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16172 #undef xmlXPathEvalExpression
pcercuei 0:03b5121a232e 16173 extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression __attribute((alias("xmlXPathEvalExpression__internal_alias")));
pcercuei 0:03b5121a232e 16174 #else
pcercuei 0:03b5121a232e 16175 #ifndef xmlXPathEvalExpression
pcercuei 0:03b5121a232e 16176 extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16177 #define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias
pcercuei 0:03b5121a232e 16178 #endif
pcercuei 0:03b5121a232e 16179 #endif
pcercuei 0:03b5121a232e 16180 #endif
pcercuei 0:03b5121a232e 16181
pcercuei 0:03b5121a232e 16182 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16183 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16184 #undef xmlXPathEvalPredicate
pcercuei 0:03b5121a232e 16185 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredicate__internal_alias")));
pcercuei 0:03b5121a232e 16186 #else
pcercuei 0:03b5121a232e 16187 #ifndef xmlXPathEvalPredicate
pcercuei 0:03b5121a232e 16188 extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16189 #define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias
pcercuei 0:03b5121a232e 16190 #endif
pcercuei 0:03b5121a232e 16191 #endif
pcercuei 0:03b5121a232e 16192 #endif
pcercuei 0:03b5121a232e 16193
pcercuei 0:03b5121a232e 16194 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16195 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16196 #undef xmlXPathEvaluatePredicateResult
pcercuei 0:03b5121a232e 16197 extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult __attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias")));
pcercuei 0:03b5121a232e 16198 #else
pcercuei 0:03b5121a232e 16199 #ifndef xmlXPathEvaluatePredicateResult
pcercuei 0:03b5121a232e 16200 extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16201 #define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias
pcercuei 0:03b5121a232e 16202 #endif
pcercuei 0:03b5121a232e 16203 #endif
pcercuei 0:03b5121a232e 16204 #endif
pcercuei 0:03b5121a232e 16205
pcercuei 0:03b5121a232e 16206 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16207 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16208 #undef xmlXPathFalseFunction
pcercuei 0:03b5121a232e 16209 extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction __attribute((alias("xmlXPathFalseFunction__internal_alias")));
pcercuei 0:03b5121a232e 16210 #else
pcercuei 0:03b5121a232e 16211 #ifndef xmlXPathFalseFunction
pcercuei 0:03b5121a232e 16212 extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16213 #define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias
pcercuei 0:03b5121a232e 16214 #endif
pcercuei 0:03b5121a232e 16215 #endif
pcercuei 0:03b5121a232e 16216 #endif
pcercuei 0:03b5121a232e 16217
pcercuei 0:03b5121a232e 16218 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16219 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16220 #undef xmlXPathFloorFunction
pcercuei 0:03b5121a232e 16221 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunction__internal_alias")));
pcercuei 0:03b5121a232e 16222 #else
pcercuei 0:03b5121a232e 16223 #ifndef xmlXPathFloorFunction
pcercuei 0:03b5121a232e 16224 extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16225 #define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias
pcercuei 0:03b5121a232e 16226 #endif
pcercuei 0:03b5121a232e 16227 #endif
pcercuei 0:03b5121a232e 16228 #endif
pcercuei 0:03b5121a232e 16229
pcercuei 0:03b5121a232e 16230 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16231 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16232 #undef xmlXPathFreeCompExpr
pcercuei 0:03b5121a232e 16233 extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr __attribute((alias("xmlXPathFreeCompExpr__internal_alias")));
pcercuei 0:03b5121a232e 16234 #else
pcercuei 0:03b5121a232e 16235 #ifndef xmlXPathFreeCompExpr
pcercuei 0:03b5121a232e 16236 extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16237 #define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias
pcercuei 0:03b5121a232e 16238 #endif
pcercuei 0:03b5121a232e 16239 #endif
pcercuei 0:03b5121a232e 16240 #endif
pcercuei 0:03b5121a232e 16241
pcercuei 0:03b5121a232e 16242 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16243 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16244 #undef xmlXPathFreeContext
pcercuei 0:03b5121a232e 16245 extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext __attribute((alias("xmlXPathFreeContext__internal_alias")));
pcercuei 0:03b5121a232e 16246 #else
pcercuei 0:03b5121a232e 16247 #ifndef xmlXPathFreeContext
pcercuei 0:03b5121a232e 16248 extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16249 #define xmlXPathFreeContext xmlXPathFreeContext__internal_alias
pcercuei 0:03b5121a232e 16250 #endif
pcercuei 0:03b5121a232e 16251 #endif
pcercuei 0:03b5121a232e 16252 #endif
pcercuei 0:03b5121a232e 16253
pcercuei 0:03b5121a232e 16254 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16255 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16256 #undef xmlXPathFreeNodeSet
pcercuei 0:03b5121a232e 16257 extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet __attribute((alias("xmlXPathFreeNodeSet__internal_alias")));
pcercuei 0:03b5121a232e 16258 #else
pcercuei 0:03b5121a232e 16259 #ifndef xmlXPathFreeNodeSet
pcercuei 0:03b5121a232e 16260 extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16261 #define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias
pcercuei 0:03b5121a232e 16262 #endif
pcercuei 0:03b5121a232e 16263 #endif
pcercuei 0:03b5121a232e 16264 #endif
pcercuei 0:03b5121a232e 16265
pcercuei 0:03b5121a232e 16266 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16267 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16268 #undef xmlXPathFreeNodeSetList
pcercuei 0:03b5121a232e 16269 extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList __attribute((alias("xmlXPathFreeNodeSetList__internal_alias")));
pcercuei 0:03b5121a232e 16270 #else
pcercuei 0:03b5121a232e 16271 #ifndef xmlXPathFreeNodeSetList
pcercuei 0:03b5121a232e 16272 extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16273 #define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias
pcercuei 0:03b5121a232e 16274 #endif
pcercuei 0:03b5121a232e 16275 #endif
pcercuei 0:03b5121a232e 16276 #endif
pcercuei 0:03b5121a232e 16277
pcercuei 0:03b5121a232e 16278 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16279 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16280 #undef xmlXPathFreeObject
pcercuei 0:03b5121a232e 16281 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias")));
pcercuei 0:03b5121a232e 16282 #else
pcercuei 0:03b5121a232e 16283 #ifndef xmlXPathFreeObject
pcercuei 0:03b5121a232e 16284 extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16285 #define xmlXPathFreeObject xmlXPathFreeObject__internal_alias
pcercuei 0:03b5121a232e 16286 #endif
pcercuei 0:03b5121a232e 16287 #endif
pcercuei 0:03b5121a232e 16288 #endif
pcercuei 0:03b5121a232e 16289
pcercuei 0:03b5121a232e 16290 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16291 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16292 #undef xmlXPathFreeParserContext
pcercuei 0:03b5121a232e 16293 extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext __attribute((alias("xmlXPathFreeParserContext__internal_alias")));
pcercuei 0:03b5121a232e 16294 #else
pcercuei 0:03b5121a232e 16295 #ifndef xmlXPathFreeParserContext
pcercuei 0:03b5121a232e 16296 extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16297 #define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias
pcercuei 0:03b5121a232e 16298 #endif
pcercuei 0:03b5121a232e 16299 #endif
pcercuei 0:03b5121a232e 16300 #endif
pcercuei 0:03b5121a232e 16301
pcercuei 0:03b5121a232e 16302 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16303 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16304 #undef xmlXPathFunctionLookup
pcercuei 0:03b5121a232e 16305 extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup __attribute((alias("xmlXPathFunctionLookup__internal_alias")));
pcercuei 0:03b5121a232e 16306 #else
pcercuei 0:03b5121a232e 16307 #ifndef xmlXPathFunctionLookup
pcercuei 0:03b5121a232e 16308 extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16309 #define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias
pcercuei 0:03b5121a232e 16310 #endif
pcercuei 0:03b5121a232e 16311 #endif
pcercuei 0:03b5121a232e 16312 #endif
pcercuei 0:03b5121a232e 16313
pcercuei 0:03b5121a232e 16314 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16315 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16316 #undef xmlXPathFunctionLookupNS
pcercuei 0:03b5121a232e 16317 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
pcercuei 0:03b5121a232e 16318 #else
pcercuei 0:03b5121a232e 16319 #ifndef xmlXPathFunctionLookupNS
pcercuei 0:03b5121a232e 16320 extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16321 #define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias
pcercuei 0:03b5121a232e 16322 #endif
pcercuei 0:03b5121a232e 16323 #endif
pcercuei 0:03b5121a232e 16324 #endif
pcercuei 0:03b5121a232e 16325
pcercuei 0:03b5121a232e 16326 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16327 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16328 #undef xmlXPathHasSameNodes
pcercuei 0:03b5121a232e 16329 extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes __attribute((alias("xmlXPathHasSameNodes__internal_alias")));
pcercuei 0:03b5121a232e 16330 #else
pcercuei 0:03b5121a232e 16331 #ifndef xmlXPathHasSameNodes
pcercuei 0:03b5121a232e 16332 extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16333 #define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias
pcercuei 0:03b5121a232e 16334 #endif
pcercuei 0:03b5121a232e 16335 #endif
pcercuei 0:03b5121a232e 16336 #endif
pcercuei 0:03b5121a232e 16337
pcercuei 0:03b5121a232e 16338 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16339 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16340 #undef xmlXPathIdFunction
pcercuei 0:03b5121a232e 16341 extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction __attribute((alias("xmlXPathIdFunction__internal_alias")));
pcercuei 0:03b5121a232e 16342 #else
pcercuei 0:03b5121a232e 16343 #ifndef xmlXPathIdFunction
pcercuei 0:03b5121a232e 16344 extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16345 #define xmlXPathIdFunction xmlXPathIdFunction__internal_alias
pcercuei 0:03b5121a232e 16346 #endif
pcercuei 0:03b5121a232e 16347 #endif
pcercuei 0:03b5121a232e 16348 #endif
pcercuei 0:03b5121a232e 16349
pcercuei 0:03b5121a232e 16350 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 16351 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16352 #undef xmlXPathInit
pcercuei 0:03b5121a232e 16353 extern __typeof (xmlXPathInit) xmlXPathInit __attribute((alias("xmlXPathInit__internal_alias")));
pcercuei 0:03b5121a232e 16354 #else
pcercuei 0:03b5121a232e 16355 #ifndef xmlXPathInit
pcercuei 0:03b5121a232e 16356 extern __typeof (xmlXPathInit) xmlXPathInit__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16357 #define xmlXPathInit xmlXPathInit__internal_alias
pcercuei 0:03b5121a232e 16358 #endif
pcercuei 0:03b5121a232e 16359 #endif
pcercuei 0:03b5121a232e 16360 #endif
pcercuei 0:03b5121a232e 16361
pcercuei 0:03b5121a232e 16362 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16363 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16364 #undef xmlXPathIntersection
pcercuei 0:03b5121a232e 16365 extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersection__internal_alias")));
pcercuei 0:03b5121a232e 16366 #else
pcercuei 0:03b5121a232e 16367 #ifndef xmlXPathIntersection
pcercuei 0:03b5121a232e 16368 extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16369 #define xmlXPathIntersection xmlXPathIntersection__internal_alias
pcercuei 0:03b5121a232e 16370 #endif
pcercuei 0:03b5121a232e 16371 #endif
pcercuei 0:03b5121a232e 16372 #endif
pcercuei 0:03b5121a232e 16373
pcercuei 0:03b5121a232e 16374 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 16375 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16376 #undef xmlXPathIsInf
pcercuei 0:03b5121a232e 16377 extern __typeof (xmlXPathIsInf) xmlXPathIsInf __attribute((alias("xmlXPathIsInf__internal_alias")));
pcercuei 0:03b5121a232e 16378 #else
pcercuei 0:03b5121a232e 16379 #ifndef xmlXPathIsInf
pcercuei 0:03b5121a232e 16380 extern __typeof (xmlXPathIsInf) xmlXPathIsInf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16381 #define xmlXPathIsInf xmlXPathIsInf__internal_alias
pcercuei 0:03b5121a232e 16382 #endif
pcercuei 0:03b5121a232e 16383 #endif
pcercuei 0:03b5121a232e 16384 #endif
pcercuei 0:03b5121a232e 16385
pcercuei 0:03b5121a232e 16386 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
pcercuei 0:03b5121a232e 16387 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16388 #undef xmlXPathIsNaN
pcercuei 0:03b5121a232e 16389 extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN __attribute((alias("xmlXPathIsNaN__internal_alias")));
pcercuei 0:03b5121a232e 16390 #else
pcercuei 0:03b5121a232e 16391 #ifndef xmlXPathIsNaN
pcercuei 0:03b5121a232e 16392 extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16393 #define xmlXPathIsNaN xmlXPathIsNaN__internal_alias
pcercuei 0:03b5121a232e 16394 #endif
pcercuei 0:03b5121a232e 16395 #endif
pcercuei 0:03b5121a232e 16396 #endif
pcercuei 0:03b5121a232e 16397
pcercuei 0:03b5121a232e 16398 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16399 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16400 #undef xmlXPathIsNodeType
pcercuei 0:03b5121a232e 16401 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__internal_alias")));
pcercuei 0:03b5121a232e 16402 #else
pcercuei 0:03b5121a232e 16403 #ifndef xmlXPathIsNodeType
pcercuei 0:03b5121a232e 16404 extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16405 #define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias
pcercuei 0:03b5121a232e 16406 #endif
pcercuei 0:03b5121a232e 16407 #endif
pcercuei 0:03b5121a232e 16408 #endif
pcercuei 0:03b5121a232e 16409
pcercuei 0:03b5121a232e 16410 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16411 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16412 #undef xmlXPathLangFunction
pcercuei 0:03b5121a232e 16413 extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction __attribute((alias("xmlXPathLangFunction__internal_alias")));
pcercuei 0:03b5121a232e 16414 #else
pcercuei 0:03b5121a232e 16415 #ifndef xmlXPathLangFunction
pcercuei 0:03b5121a232e 16416 extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16417 #define xmlXPathLangFunction xmlXPathLangFunction__internal_alias
pcercuei 0:03b5121a232e 16418 #endif
pcercuei 0:03b5121a232e 16419 #endif
pcercuei 0:03b5121a232e 16420 #endif
pcercuei 0:03b5121a232e 16421
pcercuei 0:03b5121a232e 16422 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16423 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16424 #undef xmlXPathLastFunction
pcercuei 0:03b5121a232e 16425 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunction__internal_alias")));
pcercuei 0:03b5121a232e 16426 #else
pcercuei 0:03b5121a232e 16427 #ifndef xmlXPathLastFunction
pcercuei 0:03b5121a232e 16428 extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16429 #define xmlXPathLastFunction xmlXPathLastFunction__internal_alias
pcercuei 0:03b5121a232e 16430 #endif
pcercuei 0:03b5121a232e 16431 #endif
pcercuei 0:03b5121a232e 16432 #endif
pcercuei 0:03b5121a232e 16433
pcercuei 0:03b5121a232e 16434 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16435 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16436 #undef xmlXPathLeading
pcercuei 0:03b5121a232e 16437 extern __typeof (xmlXPathLeading) xmlXPathLeading __attribute((alias("xmlXPathLeading__internal_alias")));
pcercuei 0:03b5121a232e 16438 #else
pcercuei 0:03b5121a232e 16439 #ifndef xmlXPathLeading
pcercuei 0:03b5121a232e 16440 extern __typeof (xmlXPathLeading) xmlXPathLeading__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16441 #define xmlXPathLeading xmlXPathLeading__internal_alias
pcercuei 0:03b5121a232e 16442 #endif
pcercuei 0:03b5121a232e 16443 #endif
pcercuei 0:03b5121a232e 16444 #endif
pcercuei 0:03b5121a232e 16445
pcercuei 0:03b5121a232e 16446 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16447 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16448 #undef xmlXPathLeadingSorted
pcercuei 0:03b5121a232e 16449 extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted __attribute((alias("xmlXPathLeadingSorted__internal_alias")));
pcercuei 0:03b5121a232e 16450 #else
pcercuei 0:03b5121a232e 16451 #ifndef xmlXPathLeadingSorted
pcercuei 0:03b5121a232e 16452 extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16453 #define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias
pcercuei 0:03b5121a232e 16454 #endif
pcercuei 0:03b5121a232e 16455 #endif
pcercuei 0:03b5121a232e 16456 #endif
pcercuei 0:03b5121a232e 16457
pcercuei 0:03b5121a232e 16458 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16459 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16460 #undef xmlXPathLocalNameFunction
pcercuei 0:03b5121a232e 16461 extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction __attribute((alias("xmlXPathLocalNameFunction__internal_alias")));
pcercuei 0:03b5121a232e 16462 #else
pcercuei 0:03b5121a232e 16463 #ifndef xmlXPathLocalNameFunction
pcercuei 0:03b5121a232e 16464 extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16465 #define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias
pcercuei 0:03b5121a232e 16466 #endif
pcercuei 0:03b5121a232e 16467 #endif
pcercuei 0:03b5121a232e 16468 #endif
pcercuei 0:03b5121a232e 16469
pcercuei 0:03b5121a232e 16470 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16471 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16472 #undef xmlXPathModValues
pcercuei 0:03b5121a232e 16473 extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__internal_alias")));
pcercuei 0:03b5121a232e 16474 #else
pcercuei 0:03b5121a232e 16475 #ifndef xmlXPathModValues
pcercuei 0:03b5121a232e 16476 extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16477 #define xmlXPathModValues xmlXPathModValues__internal_alias
pcercuei 0:03b5121a232e 16478 #endif
pcercuei 0:03b5121a232e 16479 #endif
pcercuei 0:03b5121a232e 16480 #endif
pcercuei 0:03b5121a232e 16481
pcercuei 0:03b5121a232e 16482 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16483 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16484 #undef xmlXPathMultValues
pcercuei 0:03b5121a232e 16485 extern __typeof (xmlXPathMultValues) xmlXPathMultValues __attribute((alias("xmlXPathMultValues__internal_alias")));
pcercuei 0:03b5121a232e 16486 #else
pcercuei 0:03b5121a232e 16487 #ifndef xmlXPathMultValues
pcercuei 0:03b5121a232e 16488 extern __typeof (xmlXPathMultValues) xmlXPathMultValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16489 #define xmlXPathMultValues xmlXPathMultValues__internal_alias
pcercuei 0:03b5121a232e 16490 #endif
pcercuei 0:03b5121a232e 16491 #endif
pcercuei 0:03b5121a232e 16492 #endif
pcercuei 0:03b5121a232e 16493
pcercuei 0:03b5121a232e 16494 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16495 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16496 #undef xmlXPathNamespaceURIFunction
pcercuei 0:03b5121a232e 16497 extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction __attribute((alias("xmlXPathNamespaceURIFunction__internal_alias")));
pcercuei 0:03b5121a232e 16498 #else
pcercuei 0:03b5121a232e 16499 #ifndef xmlXPathNamespaceURIFunction
pcercuei 0:03b5121a232e 16500 extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16501 #define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias
pcercuei 0:03b5121a232e 16502 #endif
pcercuei 0:03b5121a232e 16503 #endif
pcercuei 0:03b5121a232e 16504 #endif
pcercuei 0:03b5121a232e 16505
pcercuei 0:03b5121a232e 16506 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16507 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16508 #undef xmlXPathNewBoolean
pcercuei 0:03b5121a232e 16509 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias")));
pcercuei 0:03b5121a232e 16510 #else
pcercuei 0:03b5121a232e 16511 #ifndef xmlXPathNewBoolean
pcercuei 0:03b5121a232e 16512 extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16513 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias
pcercuei 0:03b5121a232e 16514 #endif
pcercuei 0:03b5121a232e 16515 #endif
pcercuei 0:03b5121a232e 16516 #endif
pcercuei 0:03b5121a232e 16517
pcercuei 0:03b5121a232e 16518 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16519 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16520 #undef xmlXPathNewCString
pcercuei 0:03b5121a232e 16521 extern __typeof (xmlXPathNewCString) xmlXPathNewCString __attribute((alias("xmlXPathNewCString__internal_alias")));
pcercuei 0:03b5121a232e 16522 #else
pcercuei 0:03b5121a232e 16523 #ifndef xmlXPathNewCString
pcercuei 0:03b5121a232e 16524 extern __typeof (xmlXPathNewCString) xmlXPathNewCString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16525 #define xmlXPathNewCString xmlXPathNewCString__internal_alias
pcercuei 0:03b5121a232e 16526 #endif
pcercuei 0:03b5121a232e 16527 #endif
pcercuei 0:03b5121a232e 16528 #endif
pcercuei 0:03b5121a232e 16529
pcercuei 0:03b5121a232e 16530 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16531 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16532 #undef xmlXPathNewContext
pcercuei 0:03b5121a232e 16533 extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
pcercuei 0:03b5121a232e 16534 #else
pcercuei 0:03b5121a232e 16535 #ifndef xmlXPathNewContext
pcercuei 0:03b5121a232e 16536 extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16537 #define xmlXPathNewContext xmlXPathNewContext__internal_alias
pcercuei 0:03b5121a232e 16538 #endif
pcercuei 0:03b5121a232e 16539 #endif
pcercuei 0:03b5121a232e 16540 #endif
pcercuei 0:03b5121a232e 16541
pcercuei 0:03b5121a232e 16542 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16543 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16544 #undef xmlXPathNewFloat
pcercuei 0:03b5121a232e 16545 extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat __attribute((alias("xmlXPathNewFloat__internal_alias")));
pcercuei 0:03b5121a232e 16546 #else
pcercuei 0:03b5121a232e 16547 #ifndef xmlXPathNewFloat
pcercuei 0:03b5121a232e 16548 extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16549 #define xmlXPathNewFloat xmlXPathNewFloat__internal_alias
pcercuei 0:03b5121a232e 16550 #endif
pcercuei 0:03b5121a232e 16551 #endif
pcercuei 0:03b5121a232e 16552 #endif
pcercuei 0:03b5121a232e 16553
pcercuei 0:03b5121a232e 16554 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16555 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16556 #undef xmlXPathNewNodeSet
pcercuei 0:03b5121a232e 16557 extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet __attribute((alias("xmlXPathNewNodeSet__internal_alias")));
pcercuei 0:03b5121a232e 16558 #else
pcercuei 0:03b5121a232e 16559 #ifndef xmlXPathNewNodeSet
pcercuei 0:03b5121a232e 16560 extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16561 #define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias
pcercuei 0:03b5121a232e 16562 #endif
pcercuei 0:03b5121a232e 16563 #endif
pcercuei 0:03b5121a232e 16564 #endif
pcercuei 0:03b5121a232e 16565
pcercuei 0:03b5121a232e 16566 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16567 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16568 #undef xmlXPathNewNodeSetList
pcercuei 0:03b5121a232e 16569 extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList __attribute((alias("xmlXPathNewNodeSetList__internal_alias")));
pcercuei 0:03b5121a232e 16570 #else
pcercuei 0:03b5121a232e 16571 #ifndef xmlXPathNewNodeSetList
pcercuei 0:03b5121a232e 16572 extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16573 #define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias
pcercuei 0:03b5121a232e 16574 #endif
pcercuei 0:03b5121a232e 16575 #endif
pcercuei 0:03b5121a232e 16576 #endif
pcercuei 0:03b5121a232e 16577
pcercuei 0:03b5121a232e 16578 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16579 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16580 #undef xmlXPathNewParserContext
pcercuei 0:03b5121a232e 16581 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias")));
pcercuei 0:03b5121a232e 16582 #else
pcercuei 0:03b5121a232e 16583 #ifndef xmlXPathNewParserContext
pcercuei 0:03b5121a232e 16584 extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16585 #define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias
pcercuei 0:03b5121a232e 16586 #endif
pcercuei 0:03b5121a232e 16587 #endif
pcercuei 0:03b5121a232e 16588 #endif
pcercuei 0:03b5121a232e 16589
pcercuei 0:03b5121a232e 16590 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16591 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16592 #undef xmlXPathNewString
pcercuei 0:03b5121a232e 16593 extern __typeof (xmlXPathNewString) xmlXPathNewString __attribute((alias("xmlXPathNewString__internal_alias")));
pcercuei 0:03b5121a232e 16594 #else
pcercuei 0:03b5121a232e 16595 #ifndef xmlXPathNewString
pcercuei 0:03b5121a232e 16596 extern __typeof (xmlXPathNewString) xmlXPathNewString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16597 #define xmlXPathNewString xmlXPathNewString__internal_alias
pcercuei 0:03b5121a232e 16598 #endif
pcercuei 0:03b5121a232e 16599 #endif
pcercuei 0:03b5121a232e 16600 #endif
pcercuei 0:03b5121a232e 16601
pcercuei 0:03b5121a232e 16602 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16603 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16604 #undef xmlXPathNewValueTree
pcercuei 0:03b5121a232e 16605 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTree__internal_alias")));
pcercuei 0:03b5121a232e 16606 #else
pcercuei 0:03b5121a232e 16607 #ifndef xmlXPathNewValueTree
pcercuei 0:03b5121a232e 16608 extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16609 #define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias
pcercuei 0:03b5121a232e 16610 #endif
pcercuei 0:03b5121a232e 16611 #endif
pcercuei 0:03b5121a232e 16612 #endif
pcercuei 0:03b5121a232e 16613
pcercuei 0:03b5121a232e 16614 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16615 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16616 #undef xmlXPathNextAncestor
pcercuei 0:03b5121a232e 16617 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
pcercuei 0:03b5121a232e 16618 #else
pcercuei 0:03b5121a232e 16619 #ifndef xmlXPathNextAncestor
pcercuei 0:03b5121a232e 16620 extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16621 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
pcercuei 0:03b5121a232e 16622 #endif
pcercuei 0:03b5121a232e 16623 #endif
pcercuei 0:03b5121a232e 16624 #endif
pcercuei 0:03b5121a232e 16625
pcercuei 0:03b5121a232e 16626 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16627 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16628 #undef xmlXPathNextAncestorOrSelf
pcercuei 0:03b5121a232e 16629 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
pcercuei 0:03b5121a232e 16630 #else
pcercuei 0:03b5121a232e 16631 #ifndef xmlXPathNextAncestorOrSelf
pcercuei 0:03b5121a232e 16632 extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16633 #define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias
pcercuei 0:03b5121a232e 16634 #endif
pcercuei 0:03b5121a232e 16635 #endif
pcercuei 0:03b5121a232e 16636 #endif
pcercuei 0:03b5121a232e 16637
pcercuei 0:03b5121a232e 16638 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16639 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16640 #undef xmlXPathNextAttribute
pcercuei 0:03b5121a232e 16641 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
pcercuei 0:03b5121a232e 16642 #else
pcercuei 0:03b5121a232e 16643 #ifndef xmlXPathNextAttribute
pcercuei 0:03b5121a232e 16644 extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16645 #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
pcercuei 0:03b5121a232e 16646 #endif
pcercuei 0:03b5121a232e 16647 #endif
pcercuei 0:03b5121a232e 16648 #endif
pcercuei 0:03b5121a232e 16649
pcercuei 0:03b5121a232e 16650 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16651 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16652 #undef xmlXPathNextChild
pcercuei 0:03b5121a232e 16653 extern __typeof (xmlXPathNextChild) xmlXPathNextChild __attribute((alias("xmlXPathNextChild__internal_alias")));
pcercuei 0:03b5121a232e 16654 #else
pcercuei 0:03b5121a232e 16655 #ifndef xmlXPathNextChild
pcercuei 0:03b5121a232e 16656 extern __typeof (xmlXPathNextChild) xmlXPathNextChild__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16657 #define xmlXPathNextChild xmlXPathNextChild__internal_alias
pcercuei 0:03b5121a232e 16658 #endif
pcercuei 0:03b5121a232e 16659 #endif
pcercuei 0:03b5121a232e 16660 #endif
pcercuei 0:03b5121a232e 16661
pcercuei 0:03b5121a232e 16662 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16663 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16664 #undef xmlXPathNextDescendant
pcercuei 0:03b5121a232e 16665 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
pcercuei 0:03b5121a232e 16666 #else
pcercuei 0:03b5121a232e 16667 #ifndef xmlXPathNextDescendant
pcercuei 0:03b5121a232e 16668 extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16669 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
pcercuei 0:03b5121a232e 16670 #endif
pcercuei 0:03b5121a232e 16671 #endif
pcercuei 0:03b5121a232e 16672 #endif
pcercuei 0:03b5121a232e 16673
pcercuei 0:03b5121a232e 16674 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16675 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16676 #undef xmlXPathNextDescendantOrSelf
pcercuei 0:03b5121a232e 16677 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
pcercuei 0:03b5121a232e 16678 #else
pcercuei 0:03b5121a232e 16679 #ifndef xmlXPathNextDescendantOrSelf
pcercuei 0:03b5121a232e 16680 extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16681 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias
pcercuei 0:03b5121a232e 16682 #endif
pcercuei 0:03b5121a232e 16683 #endif
pcercuei 0:03b5121a232e 16684 #endif
pcercuei 0:03b5121a232e 16685
pcercuei 0:03b5121a232e 16686 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16687 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16688 #undef xmlXPathNextFollowing
pcercuei 0:03b5121a232e 16689 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollowing__internal_alias")));
pcercuei 0:03b5121a232e 16690 #else
pcercuei 0:03b5121a232e 16691 #ifndef xmlXPathNextFollowing
pcercuei 0:03b5121a232e 16692 extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16693 #define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias
pcercuei 0:03b5121a232e 16694 #endif
pcercuei 0:03b5121a232e 16695 #endif
pcercuei 0:03b5121a232e 16696 #endif
pcercuei 0:03b5121a232e 16697
pcercuei 0:03b5121a232e 16698 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16699 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16700 #undef xmlXPathNextFollowingSibling
pcercuei 0:03b5121a232e 16701 extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling __attribute((alias("xmlXPathNextFollowingSibling__internal_alias")));
pcercuei 0:03b5121a232e 16702 #else
pcercuei 0:03b5121a232e 16703 #ifndef xmlXPathNextFollowingSibling
pcercuei 0:03b5121a232e 16704 extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16705 #define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias
pcercuei 0:03b5121a232e 16706 #endif
pcercuei 0:03b5121a232e 16707 #endif
pcercuei 0:03b5121a232e 16708 #endif
pcercuei 0:03b5121a232e 16709
pcercuei 0:03b5121a232e 16710 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16711 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16712 #undef xmlXPathNextNamespace
pcercuei 0:03b5121a232e 16713 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias")));
pcercuei 0:03b5121a232e 16714 #else
pcercuei 0:03b5121a232e 16715 #ifndef xmlXPathNextNamespace
pcercuei 0:03b5121a232e 16716 extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16717 #define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias
pcercuei 0:03b5121a232e 16718 #endif
pcercuei 0:03b5121a232e 16719 #endif
pcercuei 0:03b5121a232e 16720 #endif
pcercuei 0:03b5121a232e 16721
pcercuei 0:03b5121a232e 16722 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16723 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16724 #undef xmlXPathNextParent
pcercuei 0:03b5121a232e 16725 extern __typeof (xmlXPathNextParent) xmlXPathNextParent __attribute((alias("xmlXPathNextParent__internal_alias")));
pcercuei 0:03b5121a232e 16726 #else
pcercuei 0:03b5121a232e 16727 #ifndef xmlXPathNextParent
pcercuei 0:03b5121a232e 16728 extern __typeof (xmlXPathNextParent) xmlXPathNextParent__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16729 #define xmlXPathNextParent xmlXPathNextParent__internal_alias
pcercuei 0:03b5121a232e 16730 #endif
pcercuei 0:03b5121a232e 16731 #endif
pcercuei 0:03b5121a232e 16732 #endif
pcercuei 0:03b5121a232e 16733
pcercuei 0:03b5121a232e 16734 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16735 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16736 #undef xmlXPathNextPreceding
pcercuei 0:03b5121a232e 16737 extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding __attribute((alias("xmlXPathNextPreceding__internal_alias")));
pcercuei 0:03b5121a232e 16738 #else
pcercuei 0:03b5121a232e 16739 #ifndef xmlXPathNextPreceding
pcercuei 0:03b5121a232e 16740 extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16741 #define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias
pcercuei 0:03b5121a232e 16742 #endif
pcercuei 0:03b5121a232e 16743 #endif
pcercuei 0:03b5121a232e 16744 #endif
pcercuei 0:03b5121a232e 16745
pcercuei 0:03b5121a232e 16746 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16747 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16748 #undef xmlXPathNextPrecedingSibling
pcercuei 0:03b5121a232e 16749 extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling __attribute((alias("xmlXPathNextPrecedingSibling__internal_alias")));
pcercuei 0:03b5121a232e 16750 #else
pcercuei 0:03b5121a232e 16751 #ifndef xmlXPathNextPrecedingSibling
pcercuei 0:03b5121a232e 16752 extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16753 #define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias
pcercuei 0:03b5121a232e 16754 #endif
pcercuei 0:03b5121a232e 16755 #endif
pcercuei 0:03b5121a232e 16756 #endif
pcercuei 0:03b5121a232e 16757
pcercuei 0:03b5121a232e 16758 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16759 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16760 #undef xmlXPathNextSelf
pcercuei 0:03b5121a232e 16761 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_alias")));
pcercuei 0:03b5121a232e 16762 #else
pcercuei 0:03b5121a232e 16763 #ifndef xmlXPathNextSelf
pcercuei 0:03b5121a232e 16764 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16765 #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
pcercuei 0:03b5121a232e 16766 #endif
pcercuei 0:03b5121a232e 16767 #endif
pcercuei 0:03b5121a232e 16768 #endif
pcercuei 0:03b5121a232e 16769
pcercuei 0:03b5121a232e 16770 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16771 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16772 #undef xmlXPathNodeEval
pcercuei 0:03b5121a232e 16773 extern __typeof (xmlXPathNodeEval) xmlXPathNodeEval __attribute((alias("xmlXPathNodeEval__internal_alias")));
pcercuei 0:03b5121a232e 16774 #else
pcercuei 0:03b5121a232e 16775 #ifndef xmlXPathNodeEval
pcercuei 0:03b5121a232e 16776 extern __typeof (xmlXPathNodeEval) xmlXPathNodeEval__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16777 #define xmlXPathNodeEval xmlXPathNodeEval__internal_alias
pcercuei 0:03b5121a232e 16778 #endif
pcercuei 0:03b5121a232e 16779 #endif
pcercuei 0:03b5121a232e 16780 #endif
pcercuei 0:03b5121a232e 16781
pcercuei 0:03b5121a232e 16782 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16783 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16784 #undef xmlXPathNodeLeading
pcercuei 0:03b5121a232e 16785 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xmlXPathNodeLeading__internal_alias")));
pcercuei 0:03b5121a232e 16786 #else
pcercuei 0:03b5121a232e 16787 #ifndef xmlXPathNodeLeading
pcercuei 0:03b5121a232e 16788 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16789 #define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias
pcercuei 0:03b5121a232e 16790 #endif
pcercuei 0:03b5121a232e 16791 #endif
pcercuei 0:03b5121a232e 16792 #endif
pcercuei 0:03b5121a232e 16793
pcercuei 0:03b5121a232e 16794 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16795 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16796 #undef xmlXPathNodeLeadingSorted
pcercuei 0:03b5121a232e 16797 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
pcercuei 0:03b5121a232e 16798 #else
pcercuei 0:03b5121a232e 16799 #ifndef xmlXPathNodeLeadingSorted
pcercuei 0:03b5121a232e 16800 extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16801 #define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias
pcercuei 0:03b5121a232e 16802 #endif
pcercuei 0:03b5121a232e 16803 #endif
pcercuei 0:03b5121a232e 16804 #endif
pcercuei 0:03b5121a232e 16805
pcercuei 0:03b5121a232e 16806 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16807 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16808 #undef xmlXPathNodeSetAdd
pcercuei 0:03b5121a232e 16809 extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd __attribute((alias("xmlXPathNodeSetAdd__internal_alias")));
pcercuei 0:03b5121a232e 16810 #else
pcercuei 0:03b5121a232e 16811 #ifndef xmlXPathNodeSetAdd
pcercuei 0:03b5121a232e 16812 extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16813 #define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias
pcercuei 0:03b5121a232e 16814 #endif
pcercuei 0:03b5121a232e 16815 #endif
pcercuei 0:03b5121a232e 16816 #endif
pcercuei 0:03b5121a232e 16817
pcercuei 0:03b5121a232e 16818 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16819 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16820 #undef xmlXPathNodeSetAddNs
pcercuei 0:03b5121a232e 16821 extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs __attribute((alias("xmlXPathNodeSetAddNs__internal_alias")));
pcercuei 0:03b5121a232e 16822 #else
pcercuei 0:03b5121a232e 16823 #ifndef xmlXPathNodeSetAddNs
pcercuei 0:03b5121a232e 16824 extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16825 #define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias
pcercuei 0:03b5121a232e 16826 #endif
pcercuei 0:03b5121a232e 16827 #endif
pcercuei 0:03b5121a232e 16828 #endif
pcercuei 0:03b5121a232e 16829
pcercuei 0:03b5121a232e 16830 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16831 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16832 #undef xmlXPathNodeSetAddUnique
pcercuei 0:03b5121a232e 16833 extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique __attribute((alias("xmlXPathNodeSetAddUnique__internal_alias")));
pcercuei 0:03b5121a232e 16834 #else
pcercuei 0:03b5121a232e 16835 #ifndef xmlXPathNodeSetAddUnique
pcercuei 0:03b5121a232e 16836 extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16837 #define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias
pcercuei 0:03b5121a232e 16838 #endif
pcercuei 0:03b5121a232e 16839 #endif
pcercuei 0:03b5121a232e 16840 #endif
pcercuei 0:03b5121a232e 16841
pcercuei 0:03b5121a232e 16842 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16843 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16844 #undef xmlXPathNodeSetContains
pcercuei 0:03b5121a232e 16845 extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains __attribute((alias("xmlXPathNodeSetContains__internal_alias")));
pcercuei 0:03b5121a232e 16846 #else
pcercuei 0:03b5121a232e 16847 #ifndef xmlXPathNodeSetContains
pcercuei 0:03b5121a232e 16848 extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16849 #define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias
pcercuei 0:03b5121a232e 16850 #endif
pcercuei 0:03b5121a232e 16851 #endif
pcercuei 0:03b5121a232e 16852 #endif
pcercuei 0:03b5121a232e 16853
pcercuei 0:03b5121a232e 16854 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16855 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16856 #undef xmlXPathNodeSetCreate
pcercuei 0:03b5121a232e 16857 extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate __attribute((alias("xmlXPathNodeSetCreate__internal_alias")));
pcercuei 0:03b5121a232e 16858 #else
pcercuei 0:03b5121a232e 16859 #ifndef xmlXPathNodeSetCreate
pcercuei 0:03b5121a232e 16860 extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16861 #define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias
pcercuei 0:03b5121a232e 16862 #endif
pcercuei 0:03b5121a232e 16863 #endif
pcercuei 0:03b5121a232e 16864 #endif
pcercuei 0:03b5121a232e 16865
pcercuei 0:03b5121a232e 16866 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16867 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16868 #undef xmlXPathNodeSetDel
pcercuei 0:03b5121a232e 16869 extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel __attribute((alias("xmlXPathNodeSetDel__internal_alias")));
pcercuei 0:03b5121a232e 16870 #else
pcercuei 0:03b5121a232e 16871 #ifndef xmlXPathNodeSetDel
pcercuei 0:03b5121a232e 16872 extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16873 #define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias
pcercuei 0:03b5121a232e 16874 #endif
pcercuei 0:03b5121a232e 16875 #endif
pcercuei 0:03b5121a232e 16876 #endif
pcercuei 0:03b5121a232e 16877
pcercuei 0:03b5121a232e 16878 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16879 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16880 #undef xmlXPathNodeSetFreeNs
pcercuei 0:03b5121a232e 16881 extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs __attribute((alias("xmlXPathNodeSetFreeNs__internal_alias")));
pcercuei 0:03b5121a232e 16882 #else
pcercuei 0:03b5121a232e 16883 #ifndef xmlXPathNodeSetFreeNs
pcercuei 0:03b5121a232e 16884 extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16885 #define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias
pcercuei 0:03b5121a232e 16886 #endif
pcercuei 0:03b5121a232e 16887 #endif
pcercuei 0:03b5121a232e 16888 #endif
pcercuei 0:03b5121a232e 16889
pcercuei 0:03b5121a232e 16890 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16891 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16892 #undef xmlXPathNodeSetMerge
pcercuei 0:03b5121a232e 16893 extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge __attribute((alias("xmlXPathNodeSetMerge__internal_alias")));
pcercuei 0:03b5121a232e 16894 #else
pcercuei 0:03b5121a232e 16895 #ifndef xmlXPathNodeSetMerge
pcercuei 0:03b5121a232e 16896 extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16897 #define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias
pcercuei 0:03b5121a232e 16898 #endif
pcercuei 0:03b5121a232e 16899 #endif
pcercuei 0:03b5121a232e 16900 #endif
pcercuei 0:03b5121a232e 16901
pcercuei 0:03b5121a232e 16902 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16903 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16904 #undef xmlXPathNodeSetRemove
pcercuei 0:03b5121a232e 16905 extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove __attribute((alias("xmlXPathNodeSetRemove__internal_alias")));
pcercuei 0:03b5121a232e 16906 #else
pcercuei 0:03b5121a232e 16907 #ifndef xmlXPathNodeSetRemove
pcercuei 0:03b5121a232e 16908 extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16909 #define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias
pcercuei 0:03b5121a232e 16910 #endif
pcercuei 0:03b5121a232e 16911 #endif
pcercuei 0:03b5121a232e 16912 #endif
pcercuei 0:03b5121a232e 16913
pcercuei 0:03b5121a232e 16914 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16915 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16916 #undef xmlXPathNodeSetSort
pcercuei 0:03b5121a232e 16917 extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort __attribute((alias("xmlXPathNodeSetSort__internal_alias")));
pcercuei 0:03b5121a232e 16918 #else
pcercuei 0:03b5121a232e 16919 #ifndef xmlXPathNodeSetSort
pcercuei 0:03b5121a232e 16920 extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16921 #define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias
pcercuei 0:03b5121a232e 16922 #endif
pcercuei 0:03b5121a232e 16923 #endif
pcercuei 0:03b5121a232e 16924 #endif
pcercuei 0:03b5121a232e 16925
pcercuei 0:03b5121a232e 16926 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16927 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16928 #undef xmlXPathNodeTrailing
pcercuei 0:03b5121a232e 16929 extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing __attribute((alias("xmlXPathNodeTrailing__internal_alias")));
pcercuei 0:03b5121a232e 16930 #else
pcercuei 0:03b5121a232e 16931 #ifndef xmlXPathNodeTrailing
pcercuei 0:03b5121a232e 16932 extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16933 #define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias
pcercuei 0:03b5121a232e 16934 #endif
pcercuei 0:03b5121a232e 16935 #endif
pcercuei 0:03b5121a232e 16936 #endif
pcercuei 0:03b5121a232e 16937
pcercuei 0:03b5121a232e 16938 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16939 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16940 #undef xmlXPathNodeTrailingSorted
pcercuei 0:03b5121a232e 16941 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
pcercuei 0:03b5121a232e 16942 #else
pcercuei 0:03b5121a232e 16943 #ifndef xmlXPathNodeTrailingSorted
pcercuei 0:03b5121a232e 16944 extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16945 #define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias
pcercuei 0:03b5121a232e 16946 #endif
pcercuei 0:03b5121a232e 16947 #endif
pcercuei 0:03b5121a232e 16948 #endif
pcercuei 0:03b5121a232e 16949
pcercuei 0:03b5121a232e 16950 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16951 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16952 #undef xmlXPathNormalizeFunction
pcercuei 0:03b5121a232e 16953 extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction __attribute((alias("xmlXPathNormalizeFunction__internal_alias")));
pcercuei 0:03b5121a232e 16954 #else
pcercuei 0:03b5121a232e 16955 #ifndef xmlXPathNormalizeFunction
pcercuei 0:03b5121a232e 16956 extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16957 #define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias
pcercuei 0:03b5121a232e 16958 #endif
pcercuei 0:03b5121a232e 16959 #endif
pcercuei 0:03b5121a232e 16960 #endif
pcercuei 0:03b5121a232e 16961
pcercuei 0:03b5121a232e 16962 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16963 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16964 #undef xmlXPathNotEqualValues
pcercuei 0:03b5121a232e 16965 extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues __attribute((alias("xmlXPathNotEqualValues__internal_alias")));
pcercuei 0:03b5121a232e 16966 #else
pcercuei 0:03b5121a232e 16967 #ifndef xmlXPathNotEqualValues
pcercuei 0:03b5121a232e 16968 extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16969 #define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias
pcercuei 0:03b5121a232e 16970 #endif
pcercuei 0:03b5121a232e 16971 #endif
pcercuei 0:03b5121a232e 16972 #endif
pcercuei 0:03b5121a232e 16973
pcercuei 0:03b5121a232e 16974 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16975 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16976 #undef xmlXPathNotFunction
pcercuei 0:03b5121a232e 16977 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias")));
pcercuei 0:03b5121a232e 16978 #else
pcercuei 0:03b5121a232e 16979 #ifndef xmlXPathNotFunction
pcercuei 0:03b5121a232e 16980 extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16981 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias
pcercuei 0:03b5121a232e 16982 #endif
pcercuei 0:03b5121a232e 16983 #endif
pcercuei 0:03b5121a232e 16984 #endif
pcercuei 0:03b5121a232e 16985
pcercuei 0:03b5121a232e 16986 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16987 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 16988 #undef xmlXPathNsLookup
pcercuei 0:03b5121a232e 16989 extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup __attribute((alias("xmlXPathNsLookup__internal_alias")));
pcercuei 0:03b5121a232e 16990 #else
pcercuei 0:03b5121a232e 16991 #ifndef xmlXPathNsLookup
pcercuei 0:03b5121a232e 16992 extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 16993 #define xmlXPathNsLookup xmlXPathNsLookup__internal_alias
pcercuei 0:03b5121a232e 16994 #endif
pcercuei 0:03b5121a232e 16995 #endif
pcercuei 0:03b5121a232e 16996 #endif
pcercuei 0:03b5121a232e 16997
pcercuei 0:03b5121a232e 16998 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 16999 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17000 #undef xmlXPathNumberFunction
pcercuei 0:03b5121a232e 17001 extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction __attribute((alias("xmlXPathNumberFunction__internal_alias")));
pcercuei 0:03b5121a232e 17002 #else
pcercuei 0:03b5121a232e 17003 #ifndef xmlXPathNumberFunction
pcercuei 0:03b5121a232e 17004 extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17005 #define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias
pcercuei 0:03b5121a232e 17006 #endif
pcercuei 0:03b5121a232e 17007 #endif
pcercuei 0:03b5121a232e 17008 #endif
pcercuei 0:03b5121a232e 17009
pcercuei 0:03b5121a232e 17010 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17011 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17012 #undef xmlXPathObjectCopy
pcercuei 0:03b5121a232e 17013 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__internal_alias")));
pcercuei 0:03b5121a232e 17014 #else
pcercuei 0:03b5121a232e 17015 #ifndef xmlXPathObjectCopy
pcercuei 0:03b5121a232e 17016 extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17017 #define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias
pcercuei 0:03b5121a232e 17018 #endif
pcercuei 0:03b5121a232e 17019 #endif
pcercuei 0:03b5121a232e 17020 #endif
pcercuei 0:03b5121a232e 17021
pcercuei 0:03b5121a232e 17022 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17023 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17024 #undef xmlXPathOrderDocElems
pcercuei 0:03b5121a232e 17025 extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems __attribute((alias("xmlXPathOrderDocElems__internal_alias")));
pcercuei 0:03b5121a232e 17026 #else
pcercuei 0:03b5121a232e 17027 #ifndef xmlXPathOrderDocElems
pcercuei 0:03b5121a232e 17028 extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17029 #define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias
pcercuei 0:03b5121a232e 17030 #endif
pcercuei 0:03b5121a232e 17031 #endif
pcercuei 0:03b5121a232e 17032 #endif
pcercuei 0:03b5121a232e 17033
pcercuei 0:03b5121a232e 17034 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17035 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17036 #undef xmlXPathParseNCName
pcercuei 0:03b5121a232e 17037 extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName __attribute((alias("xmlXPathParseNCName__internal_alias")));
pcercuei 0:03b5121a232e 17038 #else
pcercuei 0:03b5121a232e 17039 #ifndef xmlXPathParseNCName
pcercuei 0:03b5121a232e 17040 extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17041 #define xmlXPathParseNCName xmlXPathParseNCName__internal_alias
pcercuei 0:03b5121a232e 17042 #endif
pcercuei 0:03b5121a232e 17043 #endif
pcercuei 0:03b5121a232e 17044 #endif
pcercuei 0:03b5121a232e 17045
pcercuei 0:03b5121a232e 17046 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17047 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17048 #undef xmlXPathParseName
pcercuei 0:03b5121a232e 17049 extern __typeof (xmlXPathParseName) xmlXPathParseName __attribute((alias("xmlXPathParseName__internal_alias")));
pcercuei 0:03b5121a232e 17050 #else
pcercuei 0:03b5121a232e 17051 #ifndef xmlXPathParseName
pcercuei 0:03b5121a232e 17052 extern __typeof (xmlXPathParseName) xmlXPathParseName__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17053 #define xmlXPathParseName xmlXPathParseName__internal_alias
pcercuei 0:03b5121a232e 17054 #endif
pcercuei 0:03b5121a232e 17055 #endif
pcercuei 0:03b5121a232e 17056 #endif
pcercuei 0:03b5121a232e 17057
pcercuei 0:03b5121a232e 17058 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17059 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17060 #undef xmlXPathPopBoolean
pcercuei 0:03b5121a232e 17061 extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean __attribute((alias("xmlXPathPopBoolean__internal_alias")));
pcercuei 0:03b5121a232e 17062 #else
pcercuei 0:03b5121a232e 17063 #ifndef xmlXPathPopBoolean
pcercuei 0:03b5121a232e 17064 extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17065 #define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias
pcercuei 0:03b5121a232e 17066 #endif
pcercuei 0:03b5121a232e 17067 #endif
pcercuei 0:03b5121a232e 17068 #endif
pcercuei 0:03b5121a232e 17069
pcercuei 0:03b5121a232e 17070 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17071 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17072 #undef xmlXPathPopExternal
pcercuei 0:03b5121a232e 17073 extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal __attribute((alias("xmlXPathPopExternal__internal_alias")));
pcercuei 0:03b5121a232e 17074 #else
pcercuei 0:03b5121a232e 17075 #ifndef xmlXPathPopExternal
pcercuei 0:03b5121a232e 17076 extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17077 #define xmlXPathPopExternal xmlXPathPopExternal__internal_alias
pcercuei 0:03b5121a232e 17078 #endif
pcercuei 0:03b5121a232e 17079 #endif
pcercuei 0:03b5121a232e 17080 #endif
pcercuei 0:03b5121a232e 17081
pcercuei 0:03b5121a232e 17082 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17083 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17084 #undef xmlXPathPopNodeSet
pcercuei 0:03b5121a232e 17085 extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet __attribute((alias("xmlXPathPopNodeSet__internal_alias")));
pcercuei 0:03b5121a232e 17086 #else
pcercuei 0:03b5121a232e 17087 #ifndef xmlXPathPopNodeSet
pcercuei 0:03b5121a232e 17088 extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17089 #define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias
pcercuei 0:03b5121a232e 17090 #endif
pcercuei 0:03b5121a232e 17091 #endif
pcercuei 0:03b5121a232e 17092 #endif
pcercuei 0:03b5121a232e 17093
pcercuei 0:03b5121a232e 17094 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17095 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17096 #undef xmlXPathPopNumber
pcercuei 0:03b5121a232e 17097 extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber __attribute((alias("xmlXPathPopNumber__internal_alias")));
pcercuei 0:03b5121a232e 17098 #else
pcercuei 0:03b5121a232e 17099 #ifndef xmlXPathPopNumber
pcercuei 0:03b5121a232e 17100 extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17101 #define xmlXPathPopNumber xmlXPathPopNumber__internal_alias
pcercuei 0:03b5121a232e 17102 #endif
pcercuei 0:03b5121a232e 17103 #endif
pcercuei 0:03b5121a232e 17104 #endif
pcercuei 0:03b5121a232e 17105
pcercuei 0:03b5121a232e 17106 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17107 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17108 #undef xmlXPathPopString
pcercuei 0:03b5121a232e 17109 extern __typeof (xmlXPathPopString) xmlXPathPopString __attribute((alias("xmlXPathPopString__internal_alias")));
pcercuei 0:03b5121a232e 17110 #else
pcercuei 0:03b5121a232e 17111 #ifndef xmlXPathPopString
pcercuei 0:03b5121a232e 17112 extern __typeof (xmlXPathPopString) xmlXPathPopString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17113 #define xmlXPathPopString xmlXPathPopString__internal_alias
pcercuei 0:03b5121a232e 17114 #endif
pcercuei 0:03b5121a232e 17115 #endif
pcercuei 0:03b5121a232e 17116 #endif
pcercuei 0:03b5121a232e 17117
pcercuei 0:03b5121a232e 17118 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17119 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17120 #undef xmlXPathPositionFunction
pcercuei 0:03b5121a232e 17121 extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction __attribute((alias("xmlXPathPositionFunction__internal_alias")));
pcercuei 0:03b5121a232e 17122 #else
pcercuei 0:03b5121a232e 17123 #ifndef xmlXPathPositionFunction
pcercuei 0:03b5121a232e 17124 extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17125 #define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias
pcercuei 0:03b5121a232e 17126 #endif
pcercuei 0:03b5121a232e 17127 #endif
pcercuei 0:03b5121a232e 17128 #endif
pcercuei 0:03b5121a232e 17129
pcercuei 0:03b5121a232e 17130 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17131 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17132 #undef xmlXPathRegisterAllFunctions
pcercuei 0:03b5121a232e 17133 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
pcercuei 0:03b5121a232e 17134 #else
pcercuei 0:03b5121a232e 17135 #ifndef xmlXPathRegisterAllFunctions
pcercuei 0:03b5121a232e 17136 extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17137 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias
pcercuei 0:03b5121a232e 17138 #endif
pcercuei 0:03b5121a232e 17139 #endif
pcercuei 0:03b5121a232e 17140 #endif
pcercuei 0:03b5121a232e 17141
pcercuei 0:03b5121a232e 17142 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17143 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17144 #undef xmlXPathRegisterFunc
pcercuei 0:03b5121a232e 17145 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
pcercuei 0:03b5121a232e 17146 #else
pcercuei 0:03b5121a232e 17147 #ifndef xmlXPathRegisterFunc
pcercuei 0:03b5121a232e 17148 extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17149 #define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias
pcercuei 0:03b5121a232e 17150 #endif
pcercuei 0:03b5121a232e 17151 #endif
pcercuei 0:03b5121a232e 17152 #endif
pcercuei 0:03b5121a232e 17153
pcercuei 0:03b5121a232e 17154 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17155 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17156 #undef xmlXPathRegisterFuncLookup
pcercuei 0:03b5121a232e 17157 extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup __attribute((alias("xmlXPathRegisterFuncLookup__internal_alias")));
pcercuei 0:03b5121a232e 17158 #else
pcercuei 0:03b5121a232e 17159 #ifndef xmlXPathRegisterFuncLookup
pcercuei 0:03b5121a232e 17160 extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17161 #define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias
pcercuei 0:03b5121a232e 17162 #endif
pcercuei 0:03b5121a232e 17163 #endif
pcercuei 0:03b5121a232e 17164 #endif
pcercuei 0:03b5121a232e 17165
pcercuei 0:03b5121a232e 17166 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17167 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17168 #undef xmlXPathRegisterFuncNS
pcercuei 0:03b5121a232e 17169 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
pcercuei 0:03b5121a232e 17170 #else
pcercuei 0:03b5121a232e 17171 #ifndef xmlXPathRegisterFuncNS
pcercuei 0:03b5121a232e 17172 extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17173 #define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias
pcercuei 0:03b5121a232e 17174 #endif
pcercuei 0:03b5121a232e 17175 #endif
pcercuei 0:03b5121a232e 17176 #endif
pcercuei 0:03b5121a232e 17177
pcercuei 0:03b5121a232e 17178 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17179 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17180 #undef xmlXPathRegisterNs
pcercuei 0:03b5121a232e 17181 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias")));
pcercuei 0:03b5121a232e 17182 #else
pcercuei 0:03b5121a232e 17183 #ifndef xmlXPathRegisterNs
pcercuei 0:03b5121a232e 17184 extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17185 #define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias
pcercuei 0:03b5121a232e 17186 #endif
pcercuei 0:03b5121a232e 17187 #endif
pcercuei 0:03b5121a232e 17188 #endif
pcercuei 0:03b5121a232e 17189
pcercuei 0:03b5121a232e 17190 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17191 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17192 #undef xmlXPathRegisterVariable
pcercuei 0:03b5121a232e 17193 extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable __attribute((alias("xmlXPathRegisterVariable__internal_alias")));
pcercuei 0:03b5121a232e 17194 #else
pcercuei 0:03b5121a232e 17195 #ifndef xmlXPathRegisterVariable
pcercuei 0:03b5121a232e 17196 extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17197 #define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias
pcercuei 0:03b5121a232e 17198 #endif
pcercuei 0:03b5121a232e 17199 #endif
pcercuei 0:03b5121a232e 17200 #endif
pcercuei 0:03b5121a232e 17201
pcercuei 0:03b5121a232e 17202 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17203 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17204 #undef xmlXPathRegisterVariableLookup
pcercuei 0:03b5121a232e 17205 extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup __attribute((alias("xmlXPathRegisterVariableLookup__internal_alias")));
pcercuei 0:03b5121a232e 17206 #else
pcercuei 0:03b5121a232e 17207 #ifndef xmlXPathRegisterVariableLookup
pcercuei 0:03b5121a232e 17208 extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17209 #define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias
pcercuei 0:03b5121a232e 17210 #endif
pcercuei 0:03b5121a232e 17211 #endif
pcercuei 0:03b5121a232e 17212 #endif
pcercuei 0:03b5121a232e 17213
pcercuei 0:03b5121a232e 17214 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17215 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17216 #undef xmlXPathRegisterVariableNS
pcercuei 0:03b5121a232e 17217 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
pcercuei 0:03b5121a232e 17218 #else
pcercuei 0:03b5121a232e 17219 #ifndef xmlXPathRegisterVariableNS
pcercuei 0:03b5121a232e 17220 extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17221 #define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias
pcercuei 0:03b5121a232e 17222 #endif
pcercuei 0:03b5121a232e 17223 #endif
pcercuei 0:03b5121a232e 17224 #endif
pcercuei 0:03b5121a232e 17225
pcercuei 0:03b5121a232e 17226 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17227 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17228 #undef xmlXPathRegisteredFuncsCleanup
pcercuei 0:03b5121a232e 17229 extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup __attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias")));
pcercuei 0:03b5121a232e 17230 #else
pcercuei 0:03b5121a232e 17231 #ifndef xmlXPathRegisteredFuncsCleanup
pcercuei 0:03b5121a232e 17232 extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17233 #define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias
pcercuei 0:03b5121a232e 17234 #endif
pcercuei 0:03b5121a232e 17235 #endif
pcercuei 0:03b5121a232e 17236 #endif
pcercuei 0:03b5121a232e 17237
pcercuei 0:03b5121a232e 17238 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17239 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17240 #undef xmlXPathRegisteredNsCleanup
pcercuei 0:03b5121a232e 17241 extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup __attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias")));
pcercuei 0:03b5121a232e 17242 #else
pcercuei 0:03b5121a232e 17243 #ifndef xmlXPathRegisteredNsCleanup
pcercuei 0:03b5121a232e 17244 extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17245 #define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias
pcercuei 0:03b5121a232e 17246 #endif
pcercuei 0:03b5121a232e 17247 #endif
pcercuei 0:03b5121a232e 17248 #endif
pcercuei 0:03b5121a232e 17249
pcercuei 0:03b5121a232e 17250 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17251 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17252 #undef xmlXPathRegisteredVariablesCleanup
pcercuei 0:03b5121a232e 17253 extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup __attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias")));
pcercuei 0:03b5121a232e 17254 #else
pcercuei 0:03b5121a232e 17255 #ifndef xmlXPathRegisteredVariablesCleanup
pcercuei 0:03b5121a232e 17256 extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17257 #define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias
pcercuei 0:03b5121a232e 17258 #endif
pcercuei 0:03b5121a232e 17259 #endif
pcercuei 0:03b5121a232e 17260 #endif
pcercuei 0:03b5121a232e 17261
pcercuei 0:03b5121a232e 17262 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17263 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17264 #undef xmlXPathRoot
pcercuei 0:03b5121a232e 17265 extern __typeof (xmlXPathRoot) xmlXPathRoot __attribute((alias("xmlXPathRoot__internal_alias")));
pcercuei 0:03b5121a232e 17266 #else
pcercuei 0:03b5121a232e 17267 #ifndef xmlXPathRoot
pcercuei 0:03b5121a232e 17268 extern __typeof (xmlXPathRoot) xmlXPathRoot__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17269 #define xmlXPathRoot xmlXPathRoot__internal_alias
pcercuei 0:03b5121a232e 17270 #endif
pcercuei 0:03b5121a232e 17271 #endif
pcercuei 0:03b5121a232e 17272 #endif
pcercuei 0:03b5121a232e 17273
pcercuei 0:03b5121a232e 17274 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17275 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17276 #undef xmlXPathRoundFunction
pcercuei 0:03b5121a232e 17277 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunction__internal_alias")));
pcercuei 0:03b5121a232e 17278 #else
pcercuei 0:03b5121a232e 17279 #ifndef xmlXPathRoundFunction
pcercuei 0:03b5121a232e 17280 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17281 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias
pcercuei 0:03b5121a232e 17282 #endif
pcercuei 0:03b5121a232e 17283 #endif
pcercuei 0:03b5121a232e 17284 #endif
pcercuei 0:03b5121a232e 17285
pcercuei 0:03b5121a232e 17286 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17287 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17288 #undef xmlXPathSetContextNode
pcercuei 0:03b5121a232e 17289 extern __typeof (xmlXPathSetContextNode) xmlXPathSetContextNode __attribute((alias("xmlXPathSetContextNode__internal_alias")));
pcercuei 0:03b5121a232e 17290 #else
pcercuei 0:03b5121a232e 17291 #ifndef xmlXPathSetContextNode
pcercuei 0:03b5121a232e 17292 extern __typeof (xmlXPathSetContextNode) xmlXPathSetContextNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17293 #define xmlXPathSetContextNode xmlXPathSetContextNode__internal_alias
pcercuei 0:03b5121a232e 17294 #endif
pcercuei 0:03b5121a232e 17295 #endif
pcercuei 0:03b5121a232e 17296 #endif
pcercuei 0:03b5121a232e 17297
pcercuei 0:03b5121a232e 17298 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17299 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17300 #undef xmlXPathStartsWithFunction
pcercuei 0:03b5121a232e 17301 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attribute((alias("xmlXPathStartsWithFunction__internal_alias")));
pcercuei 0:03b5121a232e 17302 #else
pcercuei 0:03b5121a232e 17303 #ifndef xmlXPathStartsWithFunction
pcercuei 0:03b5121a232e 17304 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17305 #define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias
pcercuei 0:03b5121a232e 17306 #endif
pcercuei 0:03b5121a232e 17307 #endif
pcercuei 0:03b5121a232e 17308 #endif
pcercuei 0:03b5121a232e 17309
pcercuei 0:03b5121a232e 17310 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17311 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17312 #undef xmlXPathStringEvalNumber
pcercuei 0:03b5121a232e 17313 extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber __attribute((alias("xmlXPathStringEvalNumber__internal_alias")));
pcercuei 0:03b5121a232e 17314 #else
pcercuei 0:03b5121a232e 17315 #ifndef xmlXPathStringEvalNumber
pcercuei 0:03b5121a232e 17316 extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17317 #define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias
pcercuei 0:03b5121a232e 17318 #endif
pcercuei 0:03b5121a232e 17319 #endif
pcercuei 0:03b5121a232e 17320 #endif
pcercuei 0:03b5121a232e 17321
pcercuei 0:03b5121a232e 17322 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17323 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17324 #undef xmlXPathStringFunction
pcercuei 0:03b5121a232e 17325 extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction __attribute((alias("xmlXPathStringFunction__internal_alias")));
pcercuei 0:03b5121a232e 17326 #else
pcercuei 0:03b5121a232e 17327 #ifndef xmlXPathStringFunction
pcercuei 0:03b5121a232e 17328 extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17329 #define xmlXPathStringFunction xmlXPathStringFunction__internal_alias
pcercuei 0:03b5121a232e 17330 #endif
pcercuei 0:03b5121a232e 17331 #endif
pcercuei 0:03b5121a232e 17332 #endif
pcercuei 0:03b5121a232e 17333
pcercuei 0:03b5121a232e 17334 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17335 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17336 #undef xmlXPathStringLengthFunction
pcercuei 0:03b5121a232e 17337 extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction __attribute((alias("xmlXPathStringLengthFunction__internal_alias")));
pcercuei 0:03b5121a232e 17338 #else
pcercuei 0:03b5121a232e 17339 #ifndef xmlXPathStringLengthFunction
pcercuei 0:03b5121a232e 17340 extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17341 #define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias
pcercuei 0:03b5121a232e 17342 #endif
pcercuei 0:03b5121a232e 17343 #endif
pcercuei 0:03b5121a232e 17344 #endif
pcercuei 0:03b5121a232e 17345
pcercuei 0:03b5121a232e 17346 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17347 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17348 #undef xmlXPathSubValues
pcercuei 0:03b5121a232e 17349 extern __typeof (xmlXPathSubValues) xmlXPathSubValues __attribute((alias("xmlXPathSubValues__internal_alias")));
pcercuei 0:03b5121a232e 17350 #else
pcercuei 0:03b5121a232e 17351 #ifndef xmlXPathSubValues
pcercuei 0:03b5121a232e 17352 extern __typeof (xmlXPathSubValues) xmlXPathSubValues__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17353 #define xmlXPathSubValues xmlXPathSubValues__internal_alias
pcercuei 0:03b5121a232e 17354 #endif
pcercuei 0:03b5121a232e 17355 #endif
pcercuei 0:03b5121a232e 17356 #endif
pcercuei 0:03b5121a232e 17357
pcercuei 0:03b5121a232e 17358 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17359 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17360 #undef xmlXPathSubstringAfterFunction
pcercuei 0:03b5121a232e 17361 extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction __attribute((alias("xmlXPathSubstringAfterFunction__internal_alias")));
pcercuei 0:03b5121a232e 17362 #else
pcercuei 0:03b5121a232e 17363 #ifndef xmlXPathSubstringAfterFunction
pcercuei 0:03b5121a232e 17364 extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17365 #define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias
pcercuei 0:03b5121a232e 17366 #endif
pcercuei 0:03b5121a232e 17367 #endif
pcercuei 0:03b5121a232e 17368 #endif
pcercuei 0:03b5121a232e 17369
pcercuei 0:03b5121a232e 17370 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17371 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17372 #undef xmlXPathSubstringBeforeFunction
pcercuei 0:03b5121a232e 17373 extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction __attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias")));
pcercuei 0:03b5121a232e 17374 #else
pcercuei 0:03b5121a232e 17375 #ifndef xmlXPathSubstringBeforeFunction
pcercuei 0:03b5121a232e 17376 extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17377 #define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias
pcercuei 0:03b5121a232e 17378 #endif
pcercuei 0:03b5121a232e 17379 #endif
pcercuei 0:03b5121a232e 17380 #endif
pcercuei 0:03b5121a232e 17381
pcercuei 0:03b5121a232e 17382 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17383 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17384 #undef xmlXPathSubstringFunction
pcercuei 0:03b5121a232e 17385 extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction __attribute((alias("xmlXPathSubstringFunction__internal_alias")));
pcercuei 0:03b5121a232e 17386 #else
pcercuei 0:03b5121a232e 17387 #ifndef xmlXPathSubstringFunction
pcercuei 0:03b5121a232e 17388 extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17389 #define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias
pcercuei 0:03b5121a232e 17390 #endif
pcercuei 0:03b5121a232e 17391 #endif
pcercuei 0:03b5121a232e 17392 #endif
pcercuei 0:03b5121a232e 17393
pcercuei 0:03b5121a232e 17394 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17395 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17396 #undef xmlXPathSumFunction
pcercuei 0:03b5121a232e 17397 extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction __attribute((alias("xmlXPathSumFunction__internal_alias")));
pcercuei 0:03b5121a232e 17398 #else
pcercuei 0:03b5121a232e 17399 #ifndef xmlXPathSumFunction
pcercuei 0:03b5121a232e 17400 extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17401 #define xmlXPathSumFunction xmlXPathSumFunction__internal_alias
pcercuei 0:03b5121a232e 17402 #endif
pcercuei 0:03b5121a232e 17403 #endif
pcercuei 0:03b5121a232e 17404 #endif
pcercuei 0:03b5121a232e 17405
pcercuei 0:03b5121a232e 17406 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17407 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17408 #undef xmlXPathTrailing
pcercuei 0:03b5121a232e 17409 extern __typeof (xmlXPathTrailing) xmlXPathTrailing __attribute((alias("xmlXPathTrailing__internal_alias")));
pcercuei 0:03b5121a232e 17410 #else
pcercuei 0:03b5121a232e 17411 #ifndef xmlXPathTrailing
pcercuei 0:03b5121a232e 17412 extern __typeof (xmlXPathTrailing) xmlXPathTrailing__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17413 #define xmlXPathTrailing xmlXPathTrailing__internal_alias
pcercuei 0:03b5121a232e 17414 #endif
pcercuei 0:03b5121a232e 17415 #endif
pcercuei 0:03b5121a232e 17416 #endif
pcercuei 0:03b5121a232e 17417
pcercuei 0:03b5121a232e 17418 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17419 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17420 #undef xmlXPathTrailingSorted
pcercuei 0:03b5121a232e 17421 extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted __attribute((alias("xmlXPathTrailingSorted__internal_alias")));
pcercuei 0:03b5121a232e 17422 #else
pcercuei 0:03b5121a232e 17423 #ifndef xmlXPathTrailingSorted
pcercuei 0:03b5121a232e 17424 extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17425 #define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias
pcercuei 0:03b5121a232e 17426 #endif
pcercuei 0:03b5121a232e 17427 #endif
pcercuei 0:03b5121a232e 17428 #endif
pcercuei 0:03b5121a232e 17429
pcercuei 0:03b5121a232e 17430 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17431 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17432 #undef xmlXPathTranslateFunction
pcercuei 0:03b5121a232e 17433 extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction __attribute((alias("xmlXPathTranslateFunction__internal_alias")));
pcercuei 0:03b5121a232e 17434 #else
pcercuei 0:03b5121a232e 17435 #ifndef xmlXPathTranslateFunction
pcercuei 0:03b5121a232e 17436 extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17437 #define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias
pcercuei 0:03b5121a232e 17438 #endif
pcercuei 0:03b5121a232e 17439 #endif
pcercuei 0:03b5121a232e 17440 #endif
pcercuei 0:03b5121a232e 17441
pcercuei 0:03b5121a232e 17442 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17443 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17444 #undef xmlXPathTrueFunction
pcercuei 0:03b5121a232e 17445 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunction__internal_alias")));
pcercuei 0:03b5121a232e 17446 #else
pcercuei 0:03b5121a232e 17447 #ifndef xmlXPathTrueFunction
pcercuei 0:03b5121a232e 17448 extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17449 #define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias
pcercuei 0:03b5121a232e 17450 #endif
pcercuei 0:03b5121a232e 17451 #endif
pcercuei 0:03b5121a232e 17452 #endif
pcercuei 0:03b5121a232e 17453
pcercuei 0:03b5121a232e 17454 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17455 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17456 #undef xmlXPathValueFlipSign
pcercuei 0:03b5121a232e 17457 extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign __attribute((alias("xmlXPathValueFlipSign__internal_alias")));
pcercuei 0:03b5121a232e 17458 #else
pcercuei 0:03b5121a232e 17459 #ifndef xmlXPathValueFlipSign
pcercuei 0:03b5121a232e 17460 extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17461 #define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias
pcercuei 0:03b5121a232e 17462 #endif
pcercuei 0:03b5121a232e 17463 #endif
pcercuei 0:03b5121a232e 17464 #endif
pcercuei 0:03b5121a232e 17465
pcercuei 0:03b5121a232e 17466 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17467 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17468 #undef xmlXPathVariableLookup
pcercuei 0:03b5121a232e 17469 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariableLookup__internal_alias")));
pcercuei 0:03b5121a232e 17470 #else
pcercuei 0:03b5121a232e 17471 #ifndef xmlXPathVariableLookup
pcercuei 0:03b5121a232e 17472 extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17473 #define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias
pcercuei 0:03b5121a232e 17474 #endif
pcercuei 0:03b5121a232e 17475 #endif
pcercuei 0:03b5121a232e 17476 #endif
pcercuei 0:03b5121a232e 17477
pcercuei 0:03b5121a232e 17478 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17479 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17480 #undef xmlXPathVariableLookupNS
pcercuei 0:03b5121a232e 17481 extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS __attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
pcercuei 0:03b5121a232e 17482 #else
pcercuei 0:03b5121a232e 17483 #ifndef xmlXPathVariableLookupNS
pcercuei 0:03b5121a232e 17484 extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17485 #define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias
pcercuei 0:03b5121a232e 17486 #endif
pcercuei 0:03b5121a232e 17487 #endif
pcercuei 0:03b5121a232e 17488 #endif
pcercuei 0:03b5121a232e 17489
pcercuei 0:03b5121a232e 17490 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17491 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17492 #undef xmlXPathWrapCString
pcercuei 0:03b5121a232e 17493 extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString __attribute((alias("xmlXPathWrapCString__internal_alias")));
pcercuei 0:03b5121a232e 17494 #else
pcercuei 0:03b5121a232e 17495 #ifndef xmlXPathWrapCString
pcercuei 0:03b5121a232e 17496 extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17497 #define xmlXPathWrapCString xmlXPathWrapCString__internal_alias
pcercuei 0:03b5121a232e 17498 #endif
pcercuei 0:03b5121a232e 17499 #endif
pcercuei 0:03b5121a232e 17500 #endif
pcercuei 0:03b5121a232e 17501
pcercuei 0:03b5121a232e 17502 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17503 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17504 #undef xmlXPathWrapExternal
pcercuei 0:03b5121a232e 17505 extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal __attribute((alias("xmlXPathWrapExternal__internal_alias")));
pcercuei 0:03b5121a232e 17506 #else
pcercuei 0:03b5121a232e 17507 #ifndef xmlXPathWrapExternal
pcercuei 0:03b5121a232e 17508 extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17509 #define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias
pcercuei 0:03b5121a232e 17510 #endif
pcercuei 0:03b5121a232e 17511 #endif
pcercuei 0:03b5121a232e 17512 #endif
pcercuei 0:03b5121a232e 17513
pcercuei 0:03b5121a232e 17514 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17515 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17516 #undef xmlXPathWrapNodeSet
pcercuei 0:03b5121a232e 17517 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
pcercuei 0:03b5121a232e 17518 #else
pcercuei 0:03b5121a232e 17519 #ifndef xmlXPathWrapNodeSet
pcercuei 0:03b5121a232e 17520 extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17521 #define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias
pcercuei 0:03b5121a232e 17522 #endif
pcercuei 0:03b5121a232e 17523 #endif
pcercuei 0:03b5121a232e 17524 #endif
pcercuei 0:03b5121a232e 17525
pcercuei 0:03b5121a232e 17526 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17527 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17528 #undef xmlXPathWrapString
pcercuei 0:03b5121a232e 17529 extern __typeof (xmlXPathWrapString) xmlXPathWrapString __attribute((alias("xmlXPathWrapString__internal_alias")));
pcercuei 0:03b5121a232e 17530 #else
pcercuei 0:03b5121a232e 17531 #ifndef xmlXPathWrapString
pcercuei 0:03b5121a232e 17532 extern __typeof (xmlXPathWrapString) xmlXPathWrapString__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17533 #define xmlXPathWrapString xmlXPathWrapString__internal_alias
pcercuei 0:03b5121a232e 17534 #endif
pcercuei 0:03b5121a232e 17535 #endif
pcercuei 0:03b5121a232e 17536 #endif
pcercuei 0:03b5121a232e 17537
pcercuei 0:03b5121a232e 17538 #if defined(LIBXML_XPATH_ENABLED)
pcercuei 0:03b5121a232e 17539 #ifdef bottom_xpath
pcercuei 0:03b5121a232e 17540 #undef xmlXPatherror
pcercuei 0:03b5121a232e 17541 extern __typeof (xmlXPatherror) xmlXPatherror __attribute((alias("xmlXPatherror__internal_alias")));
pcercuei 0:03b5121a232e 17542 #else
pcercuei 0:03b5121a232e 17543 #ifndef xmlXPatherror
pcercuei 0:03b5121a232e 17544 extern __typeof (xmlXPatherror) xmlXPatherror__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17545 #define xmlXPatherror xmlXPatherror__internal_alias
pcercuei 0:03b5121a232e 17546 #endif
pcercuei 0:03b5121a232e 17547 #endif
pcercuei 0:03b5121a232e 17548 #endif
pcercuei 0:03b5121a232e 17549
pcercuei 0:03b5121a232e 17550 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17551 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17552 #undef xmlXPtrBuildNodeList
pcercuei 0:03b5121a232e 17553 extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList __attribute((alias("xmlXPtrBuildNodeList__internal_alias")));
pcercuei 0:03b5121a232e 17554 #else
pcercuei 0:03b5121a232e 17555 #ifndef xmlXPtrBuildNodeList
pcercuei 0:03b5121a232e 17556 extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17557 #define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias
pcercuei 0:03b5121a232e 17558 #endif
pcercuei 0:03b5121a232e 17559 #endif
pcercuei 0:03b5121a232e 17560 #endif
pcercuei 0:03b5121a232e 17561
pcercuei 0:03b5121a232e 17562 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17563 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17564 #undef xmlXPtrEval
pcercuei 0:03b5121a232e 17565 extern __typeof (xmlXPtrEval) xmlXPtrEval __attribute((alias("xmlXPtrEval__internal_alias")));
pcercuei 0:03b5121a232e 17566 #else
pcercuei 0:03b5121a232e 17567 #ifndef xmlXPtrEval
pcercuei 0:03b5121a232e 17568 extern __typeof (xmlXPtrEval) xmlXPtrEval__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17569 #define xmlXPtrEval xmlXPtrEval__internal_alias
pcercuei 0:03b5121a232e 17570 #endif
pcercuei 0:03b5121a232e 17571 #endif
pcercuei 0:03b5121a232e 17572 #endif
pcercuei 0:03b5121a232e 17573
pcercuei 0:03b5121a232e 17574 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17575 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17576 #undef xmlXPtrEvalRangePredicate
pcercuei 0:03b5121a232e 17577 extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate __attribute((alias("xmlXPtrEvalRangePredicate__internal_alias")));
pcercuei 0:03b5121a232e 17578 #else
pcercuei 0:03b5121a232e 17579 #ifndef xmlXPtrEvalRangePredicate
pcercuei 0:03b5121a232e 17580 extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17581 #define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias
pcercuei 0:03b5121a232e 17582 #endif
pcercuei 0:03b5121a232e 17583 #endif
pcercuei 0:03b5121a232e 17584 #endif
pcercuei 0:03b5121a232e 17585
pcercuei 0:03b5121a232e 17586 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17587 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17588 #undef xmlXPtrFreeLocationSet
pcercuei 0:03b5121a232e 17589 extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet __attribute((alias("xmlXPtrFreeLocationSet__internal_alias")));
pcercuei 0:03b5121a232e 17590 #else
pcercuei 0:03b5121a232e 17591 #ifndef xmlXPtrFreeLocationSet
pcercuei 0:03b5121a232e 17592 extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17593 #define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias
pcercuei 0:03b5121a232e 17594 #endif
pcercuei 0:03b5121a232e 17595 #endif
pcercuei 0:03b5121a232e 17596 #endif
pcercuei 0:03b5121a232e 17597
pcercuei 0:03b5121a232e 17598 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17599 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17600 #undef xmlXPtrLocationSetAdd
pcercuei 0:03b5121a232e 17601 extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd __attribute((alias("xmlXPtrLocationSetAdd__internal_alias")));
pcercuei 0:03b5121a232e 17602 #else
pcercuei 0:03b5121a232e 17603 #ifndef xmlXPtrLocationSetAdd
pcercuei 0:03b5121a232e 17604 extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17605 #define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias
pcercuei 0:03b5121a232e 17606 #endif
pcercuei 0:03b5121a232e 17607 #endif
pcercuei 0:03b5121a232e 17608 #endif
pcercuei 0:03b5121a232e 17609
pcercuei 0:03b5121a232e 17610 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17611 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17612 #undef xmlXPtrLocationSetCreate
pcercuei 0:03b5121a232e 17613 extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate __attribute((alias("xmlXPtrLocationSetCreate__internal_alias")));
pcercuei 0:03b5121a232e 17614 #else
pcercuei 0:03b5121a232e 17615 #ifndef xmlXPtrLocationSetCreate
pcercuei 0:03b5121a232e 17616 extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17617 #define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias
pcercuei 0:03b5121a232e 17618 #endif
pcercuei 0:03b5121a232e 17619 #endif
pcercuei 0:03b5121a232e 17620 #endif
pcercuei 0:03b5121a232e 17621
pcercuei 0:03b5121a232e 17622 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17623 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17624 #undef xmlXPtrLocationSetDel
pcercuei 0:03b5121a232e 17625 extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel __attribute((alias("xmlXPtrLocationSetDel__internal_alias")));
pcercuei 0:03b5121a232e 17626 #else
pcercuei 0:03b5121a232e 17627 #ifndef xmlXPtrLocationSetDel
pcercuei 0:03b5121a232e 17628 extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17629 #define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias
pcercuei 0:03b5121a232e 17630 #endif
pcercuei 0:03b5121a232e 17631 #endif
pcercuei 0:03b5121a232e 17632 #endif
pcercuei 0:03b5121a232e 17633
pcercuei 0:03b5121a232e 17634 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17635 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17636 #undef xmlXPtrLocationSetMerge
pcercuei 0:03b5121a232e 17637 extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge __attribute((alias("xmlXPtrLocationSetMerge__internal_alias")));
pcercuei 0:03b5121a232e 17638 #else
pcercuei 0:03b5121a232e 17639 #ifndef xmlXPtrLocationSetMerge
pcercuei 0:03b5121a232e 17640 extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17641 #define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias
pcercuei 0:03b5121a232e 17642 #endif
pcercuei 0:03b5121a232e 17643 #endif
pcercuei 0:03b5121a232e 17644 #endif
pcercuei 0:03b5121a232e 17645
pcercuei 0:03b5121a232e 17646 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17647 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17648 #undef xmlXPtrLocationSetRemove
pcercuei 0:03b5121a232e 17649 extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove __attribute((alias("xmlXPtrLocationSetRemove__internal_alias")));
pcercuei 0:03b5121a232e 17650 #else
pcercuei 0:03b5121a232e 17651 #ifndef xmlXPtrLocationSetRemove
pcercuei 0:03b5121a232e 17652 extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17653 #define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias
pcercuei 0:03b5121a232e 17654 #endif
pcercuei 0:03b5121a232e 17655 #endif
pcercuei 0:03b5121a232e 17656 #endif
pcercuei 0:03b5121a232e 17657
pcercuei 0:03b5121a232e 17658 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17659 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17660 #undef xmlXPtrNewCollapsedRange
pcercuei 0:03b5121a232e 17661 extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange __attribute((alias("xmlXPtrNewCollapsedRange__internal_alias")));
pcercuei 0:03b5121a232e 17662 #else
pcercuei 0:03b5121a232e 17663 #ifndef xmlXPtrNewCollapsedRange
pcercuei 0:03b5121a232e 17664 extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17665 #define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias
pcercuei 0:03b5121a232e 17666 #endif
pcercuei 0:03b5121a232e 17667 #endif
pcercuei 0:03b5121a232e 17668 #endif
pcercuei 0:03b5121a232e 17669
pcercuei 0:03b5121a232e 17670 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17671 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17672 #undef xmlXPtrNewContext
pcercuei 0:03b5121a232e 17673 extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext __attribute((alias("xmlXPtrNewContext__internal_alias")));
pcercuei 0:03b5121a232e 17674 #else
pcercuei 0:03b5121a232e 17675 #ifndef xmlXPtrNewContext
pcercuei 0:03b5121a232e 17676 extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17677 #define xmlXPtrNewContext xmlXPtrNewContext__internal_alias
pcercuei 0:03b5121a232e 17678 #endif
pcercuei 0:03b5121a232e 17679 #endif
pcercuei 0:03b5121a232e 17680 #endif
pcercuei 0:03b5121a232e 17681
pcercuei 0:03b5121a232e 17682 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17683 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17684 #undef xmlXPtrNewLocationSetNodeSet
pcercuei 0:03b5121a232e 17685 extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet __attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias")));
pcercuei 0:03b5121a232e 17686 #else
pcercuei 0:03b5121a232e 17687 #ifndef xmlXPtrNewLocationSetNodeSet
pcercuei 0:03b5121a232e 17688 extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17689 #define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias
pcercuei 0:03b5121a232e 17690 #endif
pcercuei 0:03b5121a232e 17691 #endif
pcercuei 0:03b5121a232e 17692 #endif
pcercuei 0:03b5121a232e 17693
pcercuei 0:03b5121a232e 17694 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17695 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17696 #undef xmlXPtrNewLocationSetNodes
pcercuei 0:03b5121a232e 17697 extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes __attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
pcercuei 0:03b5121a232e 17698 #else
pcercuei 0:03b5121a232e 17699 #ifndef xmlXPtrNewLocationSetNodes
pcercuei 0:03b5121a232e 17700 extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17701 #define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias
pcercuei 0:03b5121a232e 17702 #endif
pcercuei 0:03b5121a232e 17703 #endif
pcercuei 0:03b5121a232e 17704 #endif
pcercuei 0:03b5121a232e 17705
pcercuei 0:03b5121a232e 17706 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17707 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17708 #undef xmlXPtrNewRange
pcercuei 0:03b5121a232e 17709 extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange __attribute((alias("xmlXPtrNewRange__internal_alias")));
pcercuei 0:03b5121a232e 17710 #else
pcercuei 0:03b5121a232e 17711 #ifndef xmlXPtrNewRange
pcercuei 0:03b5121a232e 17712 extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17713 #define xmlXPtrNewRange xmlXPtrNewRange__internal_alias
pcercuei 0:03b5121a232e 17714 #endif
pcercuei 0:03b5121a232e 17715 #endif
pcercuei 0:03b5121a232e 17716 #endif
pcercuei 0:03b5121a232e 17717
pcercuei 0:03b5121a232e 17718 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17719 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17720 #undef xmlXPtrNewRangeNodeObject
pcercuei 0:03b5121a232e 17721 extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject __attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias")));
pcercuei 0:03b5121a232e 17722 #else
pcercuei 0:03b5121a232e 17723 #ifndef xmlXPtrNewRangeNodeObject
pcercuei 0:03b5121a232e 17724 extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17725 #define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias
pcercuei 0:03b5121a232e 17726 #endif
pcercuei 0:03b5121a232e 17727 #endif
pcercuei 0:03b5121a232e 17728 #endif
pcercuei 0:03b5121a232e 17729
pcercuei 0:03b5121a232e 17730 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17731 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17732 #undef xmlXPtrNewRangeNodePoint
pcercuei 0:03b5121a232e 17733 extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint __attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias")));
pcercuei 0:03b5121a232e 17734 #else
pcercuei 0:03b5121a232e 17735 #ifndef xmlXPtrNewRangeNodePoint
pcercuei 0:03b5121a232e 17736 extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17737 #define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias
pcercuei 0:03b5121a232e 17738 #endif
pcercuei 0:03b5121a232e 17739 #endif
pcercuei 0:03b5121a232e 17740 #endif
pcercuei 0:03b5121a232e 17741
pcercuei 0:03b5121a232e 17742 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17743 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17744 #undef xmlXPtrNewRangeNodes
pcercuei 0:03b5121a232e 17745 extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes __attribute((alias("xmlXPtrNewRangeNodes__internal_alias")));
pcercuei 0:03b5121a232e 17746 #else
pcercuei 0:03b5121a232e 17747 #ifndef xmlXPtrNewRangeNodes
pcercuei 0:03b5121a232e 17748 extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17749 #define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias
pcercuei 0:03b5121a232e 17750 #endif
pcercuei 0:03b5121a232e 17751 #endif
pcercuei 0:03b5121a232e 17752 #endif
pcercuei 0:03b5121a232e 17753
pcercuei 0:03b5121a232e 17754 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17755 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17756 #undef xmlXPtrNewRangePointNode
pcercuei 0:03b5121a232e 17757 extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode __attribute((alias("xmlXPtrNewRangePointNode__internal_alias")));
pcercuei 0:03b5121a232e 17758 #else
pcercuei 0:03b5121a232e 17759 #ifndef xmlXPtrNewRangePointNode
pcercuei 0:03b5121a232e 17760 extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17761 #define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias
pcercuei 0:03b5121a232e 17762 #endif
pcercuei 0:03b5121a232e 17763 #endif
pcercuei 0:03b5121a232e 17764 #endif
pcercuei 0:03b5121a232e 17765
pcercuei 0:03b5121a232e 17766 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17767 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17768 #undef xmlXPtrNewRangePoints
pcercuei 0:03b5121a232e 17769 extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints __attribute((alias("xmlXPtrNewRangePoints__internal_alias")));
pcercuei 0:03b5121a232e 17770 #else
pcercuei 0:03b5121a232e 17771 #ifndef xmlXPtrNewRangePoints
pcercuei 0:03b5121a232e 17772 extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17773 #define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias
pcercuei 0:03b5121a232e 17774 #endif
pcercuei 0:03b5121a232e 17775 #endif
pcercuei 0:03b5121a232e 17776 #endif
pcercuei 0:03b5121a232e 17777
pcercuei 0:03b5121a232e 17778 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17779 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17780 #undef xmlXPtrRangeToFunction
pcercuei 0:03b5121a232e 17781 extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction __attribute((alias("xmlXPtrRangeToFunction__internal_alias")));
pcercuei 0:03b5121a232e 17782 #else
pcercuei 0:03b5121a232e 17783 #ifndef xmlXPtrRangeToFunction
pcercuei 0:03b5121a232e 17784 extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17785 #define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias
pcercuei 0:03b5121a232e 17786 #endif
pcercuei 0:03b5121a232e 17787 #endif
pcercuei 0:03b5121a232e 17788 #endif
pcercuei 0:03b5121a232e 17789
pcercuei 0:03b5121a232e 17790 #if defined(LIBXML_XPTR_ENABLED)
pcercuei 0:03b5121a232e 17791 #ifdef bottom_xpointer
pcercuei 0:03b5121a232e 17792 #undef xmlXPtrWrapLocationSet
pcercuei 0:03b5121a232e 17793 extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet __attribute((alias("xmlXPtrWrapLocationSet__internal_alias")));
pcercuei 0:03b5121a232e 17794 #else
pcercuei 0:03b5121a232e 17795 #ifndef xmlXPtrWrapLocationSet
pcercuei 0:03b5121a232e 17796 extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet__internal_alias __attribute((visibility("hidden")));
pcercuei 0:03b5121a232e 17797 #define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias
pcercuei 0:03b5121a232e 17798 #endif
pcercuei 0:03b5121a232e 17799 #endif
pcercuei 0:03b5121a232e 17800 #endif
pcercuei 0:03b5121a232e 17801
pcercuei 0:03b5121a232e 17802
pcercuei 0:03b5121a232e 17803 #endif
pcercuei 0:03b5121a232e 17804 #endif
pcercuei 0:03b5121a232e 17805 #endif
pcercuei 0:03b5121a232e 17806 #endif
pcercuei 0:03b5121a232e 17807 #endif
pcercuei 0:03b5121a232e 17808
pcercuei 0:03b5121a232e 17809