blob: 2807befee623ca95a66cfec018322d38a1727b40 [file] [log] [blame]
Daniel Veillardbe076e92005-01-04 20:18:14 +00001/*
2 * elfgcchack.h: hack by Arjan van de Ven <arjanv@redhat.com> to speed
3 * up the code when using gcc for call within the library.
4 *
5 * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf
6 * from Ulrich drepper. Rewritten to be generated from the XML description
7 * file for libxml2 API
8 * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml
9 */
10
11#include "libxml/c14n.h"
12#include "libxml/catalog.h"
13#include "libxml/chvalid.h"
14#include "libxml/debugXML.h"
15#include "libxml/dict.h"
16#include "libxml/DOCBparser.h"
17#include "libxml/encoding.h"
18#include "libxml/entities.h"
19#include "libxml/globals.h"
20#include "libxml/hash.h"
21#include "libxml/HTMLparser.h"
22#include "libxml/HTMLtree.h"
23#include "libxml/list.h"
24#include "libxml/nanoftp.h"
25#include "libxml/nanohttp.h"
26#include "libxml/parser.h"
27#include "libxml/parserInternals.h"
28#include "libxml/pattern.h"
29#include "libxml/relaxng.h"
30#include "libxml/SAX2.h"
31#include "libxml/SAX.h"
32#include "libxml/schemasInternals.h"
33#include "libxml/threads.h"
34#include "libxml/tree.h"
35#include "libxml/uri.h"
36#include "libxml/valid.h"
37#include "libxml/xinclude.h"
38#include "libxml/xlink.h"
39#include "libxml/xmlautomata.h"
40#include "libxml/xmlerror.h"
41#include "libxml/xmlexports.h"
42#include "libxml/xmlIO.h"
43#include "libxml/xmlmemory.h"
44#include "libxml/xmlreader.h"
45#include "libxml/xmlregexp.h"
46#include "libxml/xmlsave.h"
47#include "libxml/xmlschemas.h"
48#include "libxml/xmlschemastypes.h"
49#include "libxml/xmlstring.h"
50#include "libxml/xmlunicode.h"
51#include "libxml/xmlversion.h"
52#include "libxml/xmlwriter.h"
53#include "libxml/xpath.h"
54#include "libxml/xpathInternals.h"
55#include "libxml/xpointer.h"
56#include "libxml/xmlmodule.h"
57
58/* special hot spot not exported ones */
59
60extern __typeof (__xmlGenericError) __xmlGenericError__internal_alias __attribute((visibility("hidden")));
61extern __typeof (__xmlGenericError) __xmlGenericError __attribute((alias("__xmlGenericError__internal_alias")));
62#define __xmlGenericError __xmlGenericError__internal_alias
63
64extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext__internal_alias __attribute((visibility("hidden")));
65extern __typeof (__xmlGenericErrorContext) __xmlGenericErrorContext __attribute((alias("__xmlGenericErrorContext__internal_alias")));
66#define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias
67
68/* list generated from libxml2-api.xml */
69
70#if defined(LIBXML_DOCB_ENABLED)
71extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
72extern __typeof (docbCreatePushParserCtxt) docbCreatePushParserCtxt __attribute((alias("docbCreatePushParserCtxt__internal_alias")));
73#define docbCreatePushParserCtxt docbCreatePushParserCtxt__internal_alias
74#endif
75
76#if defined(LIBXML_HTML_ENABLED)
77extern __typeof (htmlAttrAllowed) htmlAttrAllowed__internal_alias __attribute((visibility("hidden")));
78extern __typeof (htmlAttrAllowed) htmlAttrAllowed __attribute((alias("htmlAttrAllowed__internal_alias")));
79#define htmlAttrAllowed htmlAttrAllowed__internal_alias
80#endif
81
82#if defined(LIBXML_HTML_ENABLED)
83extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag__internal_alias __attribute((visibility("hidden")));
84extern __typeof (htmlAutoCloseTag) htmlAutoCloseTag __attribute((alias("htmlAutoCloseTag__internal_alias")));
85#define htmlAutoCloseTag htmlAutoCloseTag__internal_alias
86#endif
87
88#if defined(LIBXML_HTML_ENABLED)
89extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
90extern __typeof (htmlCreateFileParserCtxt) htmlCreateFileParserCtxt __attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
91#define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias
92#endif
93
94#if defined(LIBXML_HTML_ENABLED)
95extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
96extern __typeof (htmlCreateMemoryParserCtxt) htmlCreateMemoryParserCtxt __attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
97#define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias
98#endif
99
100#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
101extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
102extern __typeof (htmlCreatePushParserCtxt) htmlCreatePushParserCtxt __attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
103#define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias
104#endif
105
106#if defined(LIBXML_HTML_ENABLED)
107extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
108extern __typeof (htmlCtxtReadDoc) htmlCtxtReadDoc __attribute((alias("htmlCtxtReadDoc__internal_alias")));
109#define htmlCtxtReadDoc htmlCtxtReadDoc__internal_alias
110#endif
111
112#if defined(LIBXML_HTML_ENABLED)
113extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
114extern __typeof (htmlCtxtReadFd) htmlCtxtReadFd __attribute((alias("htmlCtxtReadFd__internal_alias")));
115#define htmlCtxtReadFd htmlCtxtReadFd__internal_alias
116#endif
117
118#if defined(LIBXML_HTML_ENABLED)
119extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
120extern __typeof (htmlCtxtReadFile) htmlCtxtReadFile __attribute((alias("htmlCtxtReadFile__internal_alias")));
121#define htmlCtxtReadFile htmlCtxtReadFile__internal_alias
122#endif
123
124#if defined(LIBXML_HTML_ENABLED)
125extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
126extern __typeof (htmlCtxtReadIO) htmlCtxtReadIO __attribute((alias("htmlCtxtReadIO__internal_alias")));
127#define htmlCtxtReadIO htmlCtxtReadIO__internal_alias
128#endif
129
130#if defined(LIBXML_HTML_ENABLED)
131extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
132extern __typeof (htmlCtxtReadMemory) htmlCtxtReadMemory __attribute((alias("htmlCtxtReadMemory__internal_alias")));
133#define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias
134#endif
135
136#if defined(LIBXML_HTML_ENABLED)
137extern __typeof (htmlCtxtReset) htmlCtxtReset__internal_alias __attribute((visibility("hidden")));
138extern __typeof (htmlCtxtReset) htmlCtxtReset __attribute((alias("htmlCtxtReset__internal_alias")));
139#define htmlCtxtReset htmlCtxtReset__internal_alias
140#endif
141
142#if defined(LIBXML_HTML_ENABLED)
143extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
144extern __typeof (htmlCtxtUseOptions) htmlCtxtUseOptions __attribute((alias("htmlCtxtUseOptions__internal_alias")));
145#define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias
146#endif
147
148#if defined(LIBXML_HTML_ENABLED)
149extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
150extern __typeof (htmlDefaultSAXHandlerInit) htmlDefaultSAXHandlerInit __attribute((alias("htmlDefaultSAXHandlerInit__internal_alias")));
151#define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias
152#endif
153
154#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
155extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
156extern __typeof (htmlDocContentDumpFormatOutput) htmlDocContentDumpFormatOutput __attribute((alias("htmlDocContentDumpFormatOutput__internal_alias")));
157#define htmlDocContentDumpFormatOutput htmlDocContentDumpFormatOutput__internal_alias
158#endif
159
160#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
161extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput__internal_alias __attribute((visibility("hidden")));
162extern __typeof (htmlDocContentDumpOutput) htmlDocContentDumpOutput __attribute((alias("htmlDocContentDumpOutput__internal_alias")));
163#define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias
164#endif
165
166#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
167extern __typeof (htmlDocDump) htmlDocDump__internal_alias __attribute((visibility("hidden")));
168extern __typeof (htmlDocDump) htmlDocDump __attribute((alias("htmlDocDump__internal_alias")));
169#define htmlDocDump htmlDocDump__internal_alias
170#endif
171
172#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
173extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
174extern __typeof (htmlDocDumpMemory) htmlDocDumpMemory __attribute((alias("htmlDocDumpMemory__internal_alias")));
175#define htmlDocDumpMemory htmlDocDumpMemory__internal_alias
176#endif
177
178#if defined(LIBXML_HTML_ENABLED)
179extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere__internal_alias __attribute((visibility("hidden")));
180extern __typeof (htmlElementAllowedHere) htmlElementAllowedHere __attribute((alias("htmlElementAllowedHere__internal_alias")));
181#define htmlElementAllowedHere htmlElementAllowedHere__internal_alias
182#endif
183
184#if defined(LIBXML_HTML_ENABLED)
185extern __typeof (htmlElementStatusHere) htmlElementStatusHere__internal_alias __attribute((visibility("hidden")));
186extern __typeof (htmlElementStatusHere) htmlElementStatusHere __attribute((alias("htmlElementStatusHere__internal_alias")));
187#define htmlElementStatusHere htmlElementStatusHere__internal_alias
188#endif
189
190#if defined(LIBXML_HTML_ENABLED)
191extern __typeof (htmlEncodeEntities) htmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
192extern __typeof (htmlEncodeEntities) htmlEncodeEntities __attribute((alias("htmlEncodeEntities__internal_alias")));
193#define htmlEncodeEntities htmlEncodeEntities__internal_alias
194#endif
195
196#if defined(LIBXML_HTML_ENABLED)
197extern __typeof (htmlEntityLookup) htmlEntityLookup__internal_alias __attribute((visibility("hidden")));
198extern __typeof (htmlEntityLookup) htmlEntityLookup __attribute((alias("htmlEntityLookup__internal_alias")));
199#define htmlEntityLookup htmlEntityLookup__internal_alias
200#endif
201
202#if defined(LIBXML_HTML_ENABLED)
203extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup__internal_alias __attribute((visibility("hidden")));
204extern __typeof (htmlEntityValueLookup) htmlEntityValueLookup __attribute((alias("htmlEntityValueLookup__internal_alias")));
205#define htmlEntityValueLookup htmlEntityValueLookup__internal_alias
206#endif
207
208#if defined(LIBXML_HTML_ENABLED)
209extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
210extern __typeof (htmlFreeParserCtxt) htmlFreeParserCtxt __attribute((alias("htmlFreeParserCtxt__internal_alias")));
211#define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias
212#endif
213
214#if defined(LIBXML_HTML_ENABLED)
215extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding__internal_alias __attribute((visibility("hidden")));
216extern __typeof (htmlGetMetaEncoding) htmlGetMetaEncoding __attribute((alias("htmlGetMetaEncoding__internal_alias")));
217#define htmlGetMetaEncoding htmlGetMetaEncoding__internal_alias
218#endif
219
220#if defined(LIBXML_HTML_ENABLED)
221extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem__internal_alias __attribute((visibility("hidden")));
222extern __typeof (htmlHandleOmittedElem) htmlHandleOmittedElem __attribute((alias("htmlHandleOmittedElem__internal_alias")));
223#define htmlHandleOmittedElem htmlHandleOmittedElem__internal_alias
224#endif
225
226#if defined(LIBXML_HTML_ENABLED)
227extern __typeof (htmlInitAutoClose) htmlInitAutoClose__internal_alias __attribute((visibility("hidden")));
228extern __typeof (htmlInitAutoClose) htmlInitAutoClose __attribute((alias("htmlInitAutoClose__internal_alias")));
229#define htmlInitAutoClose htmlInitAutoClose__internal_alias
230#endif
231
232#if defined(LIBXML_HTML_ENABLED)
233extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed__internal_alias __attribute((visibility("hidden")));
234extern __typeof (htmlIsAutoClosed) htmlIsAutoClosed __attribute((alias("htmlIsAutoClosed__internal_alias")));
235#define htmlIsAutoClosed htmlIsAutoClosed__internal_alias
236#endif
237
238#if defined(LIBXML_HTML_ENABLED)
239extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr__internal_alias __attribute((visibility("hidden")));
240extern __typeof (htmlIsBooleanAttr) htmlIsBooleanAttr __attribute((alias("htmlIsBooleanAttr__internal_alias")));
241#define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
242#endif
243
244#if defined(LIBXML_HTML_ENABLED)
245extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute__internal_alias __attribute((visibility("hidden")));
246extern __typeof (htmlIsScriptAttribute) htmlIsScriptAttribute __attribute((alias("htmlIsScriptAttribute__internal_alias")));
247#define htmlIsScriptAttribute htmlIsScriptAttribute__internal_alias
248#endif
249
250#if defined(LIBXML_HTML_ENABLED)
251extern __typeof (htmlNewDoc) htmlNewDoc__internal_alias __attribute((visibility("hidden")));
252extern __typeof (htmlNewDoc) htmlNewDoc __attribute((alias("htmlNewDoc__internal_alias")));
253#define htmlNewDoc htmlNewDoc__internal_alias
254#endif
255
256#if defined(LIBXML_HTML_ENABLED)
257extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD__internal_alias __attribute((visibility("hidden")));
258extern __typeof (htmlNewDocNoDtD) htmlNewDocNoDtD __attribute((alias("htmlNewDocNoDtD__internal_alias")));
259#define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias
260#endif
261
262#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
263extern __typeof (htmlNodeDump) htmlNodeDump__internal_alias __attribute((visibility("hidden")));
264extern __typeof (htmlNodeDump) htmlNodeDump __attribute((alias("htmlNodeDump__internal_alias")));
265#define htmlNodeDump htmlNodeDump__internal_alias
266#endif
267
268#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
269extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile__internal_alias __attribute((visibility("hidden")));
270extern __typeof (htmlNodeDumpFile) htmlNodeDumpFile __attribute((alias("htmlNodeDumpFile__internal_alias")));
271#define htmlNodeDumpFile htmlNodeDumpFile__internal_alias
272#endif
273
274#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
275extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat__internal_alias __attribute((visibility("hidden")));
276extern __typeof (htmlNodeDumpFileFormat) htmlNodeDumpFileFormat __attribute((alias("htmlNodeDumpFileFormat__internal_alias")));
277#define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias
278#endif
279
280#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
281extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput__internal_alias __attribute((visibility("hidden")));
282extern __typeof (htmlNodeDumpFormatOutput) htmlNodeDumpFormatOutput __attribute((alias("htmlNodeDumpFormatOutput__internal_alias")));
283#define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias
284#endif
285
286#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
287extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
288extern __typeof (htmlNodeDumpOutput) htmlNodeDumpOutput __attribute((alias("htmlNodeDumpOutput__internal_alias")));
289#define htmlNodeDumpOutput htmlNodeDumpOutput__internal_alias
290#endif
291
292#if defined(LIBXML_HTML_ENABLED)
293extern __typeof (htmlNodeStatus) htmlNodeStatus__internal_alias __attribute((visibility("hidden")));
294extern __typeof (htmlNodeStatus) htmlNodeStatus __attribute((alias("htmlNodeStatus__internal_alias")));
295#define htmlNodeStatus htmlNodeStatus__internal_alias
296#endif
297
298#if defined(LIBXML_HTML_ENABLED)
299extern __typeof (htmlParseCharRef) htmlParseCharRef__internal_alias __attribute((visibility("hidden")));
300extern __typeof (htmlParseCharRef) htmlParseCharRef __attribute((alias("htmlParseCharRef__internal_alias")));
301#define htmlParseCharRef htmlParseCharRef__internal_alias
302#endif
303
304#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
305extern __typeof (htmlParseChunk) htmlParseChunk__internal_alias __attribute((visibility("hidden")));
306extern __typeof (htmlParseChunk) htmlParseChunk __attribute((alias("htmlParseChunk__internal_alias")));
307#define htmlParseChunk htmlParseChunk__internal_alias
308#endif
309
310#if defined(LIBXML_HTML_ENABLED)
311extern __typeof (htmlParseDoc) htmlParseDoc__internal_alias __attribute((visibility("hidden")));
312extern __typeof (htmlParseDoc) htmlParseDoc __attribute((alias("htmlParseDoc__internal_alias")));
313#define htmlParseDoc htmlParseDoc__internal_alias
314#endif
315
316#if defined(LIBXML_HTML_ENABLED)
317extern __typeof (htmlParseDocument) htmlParseDocument__internal_alias __attribute((visibility("hidden")));
318extern __typeof (htmlParseDocument) htmlParseDocument __attribute((alias("htmlParseDocument__internal_alias")));
319#define htmlParseDocument htmlParseDocument__internal_alias
320#endif
321
322#if defined(LIBXML_HTML_ENABLED)
323extern __typeof (htmlParseElement) htmlParseElement__internal_alias __attribute((visibility("hidden")));
324extern __typeof (htmlParseElement) htmlParseElement __attribute((alias("htmlParseElement__internal_alias")));
325#define htmlParseElement htmlParseElement__internal_alias
326#endif
327
328#if defined(LIBXML_HTML_ENABLED)
329extern __typeof (htmlParseEntityRef) htmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
330extern __typeof (htmlParseEntityRef) htmlParseEntityRef __attribute((alias("htmlParseEntityRef__internal_alias")));
331#define htmlParseEntityRef htmlParseEntityRef__internal_alias
332#endif
333
334#if defined(LIBXML_HTML_ENABLED)
335extern __typeof (htmlParseFile) htmlParseFile__internal_alias __attribute((visibility("hidden")));
336extern __typeof (htmlParseFile) htmlParseFile __attribute((alias("htmlParseFile__internal_alias")));
337#define htmlParseFile htmlParseFile__internal_alias
338#endif
339
340#if defined(LIBXML_HTML_ENABLED)
341extern __typeof (htmlReadDoc) htmlReadDoc__internal_alias __attribute((visibility("hidden")));
342extern __typeof (htmlReadDoc) htmlReadDoc __attribute((alias("htmlReadDoc__internal_alias")));
343#define htmlReadDoc htmlReadDoc__internal_alias
344#endif
345
346#if defined(LIBXML_HTML_ENABLED)
347extern __typeof (htmlReadFd) htmlReadFd__internal_alias __attribute((visibility("hidden")));
348extern __typeof (htmlReadFd) htmlReadFd __attribute((alias("htmlReadFd__internal_alias")));
349#define htmlReadFd htmlReadFd__internal_alias
350#endif
351
352#if defined(LIBXML_HTML_ENABLED)
353extern __typeof (htmlReadFile) htmlReadFile__internal_alias __attribute((visibility("hidden")));
354extern __typeof (htmlReadFile) htmlReadFile __attribute((alias("htmlReadFile__internal_alias")));
355#define htmlReadFile htmlReadFile__internal_alias
356#endif
357
358#if defined(LIBXML_HTML_ENABLED)
359extern __typeof (htmlReadIO) htmlReadIO__internal_alias __attribute((visibility("hidden")));
360extern __typeof (htmlReadIO) htmlReadIO __attribute((alias("htmlReadIO__internal_alias")));
361#define htmlReadIO htmlReadIO__internal_alias
362#endif
363
364#if defined(LIBXML_HTML_ENABLED)
365extern __typeof (htmlReadMemory) htmlReadMemory__internal_alias __attribute((visibility("hidden")));
366extern __typeof (htmlReadMemory) htmlReadMemory __attribute((alias("htmlReadMemory__internal_alias")));
367#define htmlReadMemory htmlReadMemory__internal_alias
368#endif
369
370#if defined(LIBXML_HTML_ENABLED)
371extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
372extern __typeof (htmlSAXParseDoc) htmlSAXParseDoc __attribute((alias("htmlSAXParseDoc__internal_alias")));
373#define htmlSAXParseDoc htmlSAXParseDoc__internal_alias
374#endif
375
376#if defined(LIBXML_HTML_ENABLED)
377extern __typeof (htmlSAXParseFile) htmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
378extern __typeof (htmlSAXParseFile) htmlSAXParseFile __attribute((alias("htmlSAXParseFile__internal_alias")));
379#define htmlSAXParseFile htmlSAXParseFile__internal_alias
380#endif
381
382#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
383extern __typeof (htmlSaveFile) htmlSaveFile__internal_alias __attribute((visibility("hidden")));
384extern __typeof (htmlSaveFile) htmlSaveFile __attribute((alias("htmlSaveFile__internal_alias")));
385#define htmlSaveFile htmlSaveFile__internal_alias
386#endif
387
388#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
389extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
390extern __typeof (htmlSaveFileEnc) htmlSaveFileEnc __attribute((alias("htmlSaveFileEnc__internal_alias")));
391#define htmlSaveFileEnc htmlSaveFileEnc__internal_alias
392#endif
393
394#if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
395extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat__internal_alias __attribute((visibility("hidden")));
396extern __typeof (htmlSaveFileFormat) htmlSaveFileFormat __attribute((alias("htmlSaveFileFormat__internal_alias")));
397#define htmlSaveFileFormat htmlSaveFileFormat__internal_alias
398#endif
399
400#if defined(LIBXML_HTML_ENABLED)
401extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding__internal_alias __attribute((visibility("hidden")));
402extern __typeof (htmlSetMetaEncoding) htmlSetMetaEncoding __attribute((alias("htmlSetMetaEncoding__internal_alias")));
403#define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias
404#endif
405
406#if defined(LIBXML_HTML_ENABLED)
407extern __typeof (htmlTagLookup) htmlTagLookup__internal_alias __attribute((visibility("hidden")));
408extern __typeof (htmlTagLookup) htmlTagLookup __attribute((alias("htmlTagLookup__internal_alias")));
409#define htmlTagLookup htmlTagLookup__internal_alias
410#endif
411
412extern __typeof (inputPop) inputPop__internal_alias __attribute((visibility("hidden")));
413extern __typeof (inputPop) inputPop __attribute((alias("inputPop__internal_alias")));
414#define inputPop inputPop__internal_alias
415
416extern __typeof (inputPush) inputPush__internal_alias __attribute((visibility("hidden")));
417extern __typeof (inputPush) inputPush __attribute((alias("inputPush__internal_alias")));
418#define inputPush inputPush__internal_alias
419
420extern __typeof (namePop) namePop__internal_alias __attribute((visibility("hidden")));
421extern __typeof (namePop) namePop __attribute((alias("namePop__internal_alias")));
422#define namePop namePop__internal_alias
423
424extern __typeof (namePush) namePush__internal_alias __attribute((visibility("hidden")));
425extern __typeof (namePush) namePush __attribute((alias("namePush__internal_alias")));
426#define namePush namePush__internal_alias
427
428extern __typeof (nodePop) nodePop__internal_alias __attribute((visibility("hidden")));
429extern __typeof (nodePop) nodePop __attribute((alias("nodePop__internal_alias")));
430#define nodePop nodePop__internal_alias
431
432extern __typeof (nodePush) nodePush__internal_alias __attribute((visibility("hidden")));
433extern __typeof (nodePush) nodePush __attribute((alias("nodePush__internal_alias")));
434#define nodePush nodePush__internal_alias
435
436#if defined(LIBXML_XPATH_ENABLED)
437extern __typeof (valuePop) valuePop__internal_alias __attribute((visibility("hidden")));
438extern __typeof (valuePop) valuePop __attribute((alias("valuePop__internal_alias")));
439#define valuePop valuePop__internal_alias
440#endif
441
442#if defined(LIBXML_XPATH_ENABLED)
443extern __typeof (valuePush) valuePush__internal_alias __attribute((visibility("hidden")));
444extern __typeof (valuePush) valuePush __attribute((alias("valuePush__internal_alias")));
445#define valuePush valuePush__internal_alias
446#endif
447
448#if defined(LIBXML_CATALOG_ENABLED)
449extern __typeof (xmlACatalogAdd) xmlACatalogAdd__internal_alias __attribute((visibility("hidden")));
450extern __typeof (xmlACatalogAdd) xmlACatalogAdd __attribute((alias("xmlACatalogAdd__internal_alias")));
451#define xmlACatalogAdd xmlACatalogAdd__internal_alias
452#endif
453
454#if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
455extern __typeof (xmlACatalogDump) xmlACatalogDump__internal_alias __attribute((visibility("hidden")));
456extern __typeof (xmlACatalogDump) xmlACatalogDump __attribute((alias("xmlACatalogDump__internal_alias")));
457#define xmlACatalogDump xmlACatalogDump__internal_alias
458#endif
459
460#if defined(LIBXML_CATALOG_ENABLED)
461extern __typeof (xmlACatalogRemove) xmlACatalogRemove__internal_alias __attribute((visibility("hidden")));
462extern __typeof (xmlACatalogRemove) xmlACatalogRemove __attribute((alias("xmlACatalogRemove__internal_alias")));
463#define xmlACatalogRemove xmlACatalogRemove__internal_alias
464#endif
465
466#if defined(LIBXML_CATALOG_ENABLED)
467extern __typeof (xmlACatalogResolve) xmlACatalogResolve__internal_alias __attribute((visibility("hidden")));
468extern __typeof (xmlACatalogResolve) xmlACatalogResolve __attribute((alias("xmlACatalogResolve__internal_alias")));
469#define xmlACatalogResolve xmlACatalogResolve__internal_alias
470#endif
471
472#if defined(LIBXML_CATALOG_ENABLED)
473extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
474extern __typeof (xmlACatalogResolvePublic) xmlACatalogResolvePublic __attribute((alias("xmlACatalogResolvePublic__internal_alias")));
475#define xmlACatalogResolvePublic xmlACatalogResolvePublic__internal_alias
476#endif
477
478#if defined(LIBXML_CATALOG_ENABLED)
479extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
480extern __typeof (xmlACatalogResolveSystem) xmlACatalogResolveSystem __attribute((alias("xmlACatalogResolveSystem__internal_alias")));
481#define xmlACatalogResolveSystem xmlACatalogResolveSystem__internal_alias
482#endif
483
484#if defined(LIBXML_CATALOG_ENABLED)
485extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI__internal_alias __attribute((visibility("hidden")));
486extern __typeof (xmlACatalogResolveURI) xmlACatalogResolveURI __attribute((alias("xmlACatalogResolveURI__internal_alias")));
487#define xmlACatalogResolveURI xmlACatalogResolveURI__internal_alias
488#endif
489
490extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl__internal_alias __attribute((visibility("hidden")));
491extern __typeof (xmlAddAttributeDecl) xmlAddAttributeDecl __attribute((alias("xmlAddAttributeDecl__internal_alias")));
492#define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias
493
494extern __typeof (xmlAddChild) xmlAddChild__internal_alias __attribute((visibility("hidden")));
495extern __typeof (xmlAddChild) xmlAddChild __attribute((alias("xmlAddChild__internal_alias")));
496#define xmlAddChild xmlAddChild__internal_alias
497
498extern __typeof (xmlAddChildList) xmlAddChildList__internal_alias __attribute((visibility("hidden")));
499extern __typeof (xmlAddChildList) xmlAddChildList __attribute((alias("xmlAddChildList__internal_alias")));
500#define xmlAddChildList xmlAddChildList__internal_alias
501
502extern __typeof (xmlAddDocEntity) xmlAddDocEntity__internal_alias __attribute((visibility("hidden")));
503extern __typeof (xmlAddDocEntity) xmlAddDocEntity __attribute((alias("xmlAddDocEntity__internal_alias")));
504#define xmlAddDocEntity xmlAddDocEntity__internal_alias
505
506extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity__internal_alias __attribute((visibility("hidden")));
507extern __typeof (xmlAddDtdEntity) xmlAddDtdEntity __attribute((alias("xmlAddDtdEntity__internal_alias")));
508#define xmlAddDtdEntity xmlAddDtdEntity__internal_alias
509
510extern __typeof (xmlAddElementDecl) xmlAddElementDecl__internal_alias __attribute((visibility("hidden")));
511extern __typeof (xmlAddElementDecl) xmlAddElementDecl __attribute((alias("xmlAddElementDecl__internal_alias")));
512#define xmlAddElementDecl xmlAddElementDecl__internal_alias
513
514extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias__internal_alias __attribute((visibility("hidden")));
515extern __typeof (xmlAddEncodingAlias) xmlAddEncodingAlias __attribute((alias("xmlAddEncodingAlias__internal_alias")));
516#define xmlAddEncodingAlias xmlAddEncodingAlias__internal_alias
517
518extern __typeof (xmlAddID) xmlAddID__internal_alias __attribute((visibility("hidden")));
519extern __typeof (xmlAddID) xmlAddID __attribute((alias("xmlAddID__internal_alias")));
520#define xmlAddID xmlAddID__internal_alias
521
522extern __typeof (xmlAddNextSibling) xmlAddNextSibling__internal_alias __attribute((visibility("hidden")));
523extern __typeof (xmlAddNextSibling) xmlAddNextSibling __attribute((alias("xmlAddNextSibling__internal_alias")));
524#define xmlAddNextSibling xmlAddNextSibling__internal_alias
525
526extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attribute((visibility("hidden")));
527extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlAddNotationDecl__internal_alias")));
528#define xmlAddNotationDecl xmlAddNotationDecl__internal_alias
529
530#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
531extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling__internal_alias __attribute((visibility("hidden")));
532extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling __attribute((alias("xmlAddPrevSibling__internal_alias")));
533#define xmlAddPrevSibling xmlAddPrevSibling__internal_alias
534#endif
535
536extern __typeof (xmlAddRef) xmlAddRef__internal_alias __attribute((visibility("hidden")));
537extern __typeof (xmlAddRef) xmlAddRef __attribute((alias("xmlAddRef__internal_alias")));
538#define xmlAddRef xmlAddRef__internal_alias
539
540extern __typeof (xmlAddSibling) xmlAddSibling__internal_alias __attribute((visibility("hidden")));
541extern __typeof (xmlAddSibling) xmlAddSibling __attribute((alias("xmlAddSibling__internal_alias")));
542#define xmlAddSibling xmlAddSibling__internal_alias
543
544#if defined(LIBXML_OUTPUT_ENABLED)
545extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer__internal_alias __attribute((visibility("hidden")));
546extern __typeof (xmlAllocOutputBuffer) xmlAllocOutputBuffer __attribute((alias("xmlAllocOutputBuffer__internal_alias")));
547#define xmlAllocOutputBuffer xmlAllocOutputBuffer__internal_alias
548#endif
549
550extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer__internal_alias __attribute((visibility("hidden")));
551extern __typeof (xmlAllocParserInputBuffer) xmlAllocParserInputBuffer __attribute((alias("xmlAllocParserInputBuffer__internal_alias")));
552#define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias
553
554#if defined(LIBXML_OUTPUT_ENABLED)
555extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent__internal_alias __attribute((visibility("hidden")));
556extern __typeof (xmlAttrSerializeTxtContent) xmlAttrSerializeTxtContent __attribute((alias("xmlAttrSerializeTxtContent__internal_alias")));
557#define xmlAttrSerializeTxtContent xmlAttrSerializeTxtContent__internal_alias
558#endif
559
560#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
561extern __typeof (xmlAutomataCompile) xmlAutomataCompile__internal_alias __attribute((visibility("hidden")));
562extern __typeof (xmlAutomataCompile) xmlAutomataCompile __attribute((alias("xmlAutomataCompile__internal_alias")));
563#define xmlAutomataCompile xmlAutomataCompile__internal_alias
564#endif
565
566#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
567extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState__internal_alias __attribute((visibility("hidden")));
568extern __typeof (xmlAutomataGetInitState) xmlAutomataGetInitState __attribute((alias("xmlAutomataGetInitState__internal_alias")));
569#define xmlAutomataGetInitState xmlAutomataGetInitState__internal_alias
570#endif
571
572#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
573extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist__internal_alias __attribute((visibility("hidden")));
574extern __typeof (xmlAutomataIsDeterminist) xmlAutomataIsDeterminist __attribute((alias("xmlAutomataIsDeterminist__internal_alias")));
575#define xmlAutomataIsDeterminist xmlAutomataIsDeterminist__internal_alias
576#endif
577
578#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
579extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans__internal_alias __attribute((visibility("hidden")));
580extern __typeof (xmlAutomataNewAllTrans) xmlAutomataNewAllTrans __attribute((alias("xmlAutomataNewAllTrans__internal_alias")));
581#define xmlAutomataNewAllTrans xmlAutomataNewAllTrans__internal_alias
582#endif
583
584#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
585extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans__internal_alias __attribute((visibility("hidden")));
586extern __typeof (xmlAutomataNewCountTrans) xmlAutomataNewCountTrans __attribute((alias("xmlAutomataNewCountTrans__internal_alias")));
587#define xmlAutomataNewCountTrans xmlAutomataNewCountTrans__internal_alias
588#endif
589
590#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
591extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2__internal_alias __attribute((visibility("hidden")));
592extern __typeof (xmlAutomataNewCountTrans2) xmlAutomataNewCountTrans2 __attribute((alias("xmlAutomataNewCountTrans2__internal_alias")));
593#define xmlAutomataNewCountTrans2 xmlAutomataNewCountTrans2__internal_alias
594#endif
595
596#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
597extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans__internal_alias __attribute((visibility("hidden")));
598extern __typeof (xmlAutomataNewCountedTrans) xmlAutomataNewCountedTrans __attribute((alias("xmlAutomataNewCountedTrans__internal_alias")));
599#define xmlAutomataNewCountedTrans xmlAutomataNewCountedTrans__internal_alias
600#endif
601
602#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
603extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter__internal_alias __attribute((visibility("hidden")));
604extern __typeof (xmlAutomataNewCounter) xmlAutomataNewCounter __attribute((alias("xmlAutomataNewCounter__internal_alias")));
605#define xmlAutomataNewCounter xmlAutomataNewCounter__internal_alias
606#endif
607
608#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
609extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans__internal_alias __attribute((visibility("hidden")));
610extern __typeof (xmlAutomataNewCounterTrans) xmlAutomataNewCounterTrans __attribute((alias("xmlAutomataNewCounterTrans__internal_alias")));
611#define xmlAutomataNewCounterTrans xmlAutomataNewCounterTrans__internal_alias
612#endif
613
614#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
615extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon__internal_alias __attribute((visibility("hidden")));
616extern __typeof (xmlAutomataNewEpsilon) xmlAutomataNewEpsilon __attribute((alias("xmlAutomataNewEpsilon__internal_alias")));
617#define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias
618#endif
619
620#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
621extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans__internal_alias __attribute((visibility("hidden")));
622extern __typeof (xmlAutomataNewOnceTrans) xmlAutomataNewOnceTrans __attribute((alias("xmlAutomataNewOnceTrans__internal_alias")));
623#define xmlAutomataNewOnceTrans xmlAutomataNewOnceTrans__internal_alias
624#endif
625
626#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
627extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2__internal_alias __attribute((visibility("hidden")));
628extern __typeof (xmlAutomataNewOnceTrans2) xmlAutomataNewOnceTrans2 __attribute((alias("xmlAutomataNewOnceTrans2__internal_alias")));
629#define xmlAutomataNewOnceTrans2 xmlAutomataNewOnceTrans2__internal_alias
630#endif
631
632#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
633extern __typeof (xmlAutomataNewState) xmlAutomataNewState__internal_alias __attribute((visibility("hidden")));
634extern __typeof (xmlAutomataNewState) xmlAutomataNewState __attribute((alias("xmlAutomataNewState__internal_alias")));
635#define xmlAutomataNewState xmlAutomataNewState__internal_alias
636#endif
637
638#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
639extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition__internal_alias __attribute((visibility("hidden")));
640extern __typeof (xmlAutomataNewTransition) xmlAutomataNewTransition __attribute((alias("xmlAutomataNewTransition__internal_alias")));
641#define xmlAutomataNewTransition xmlAutomataNewTransition__internal_alias
642#endif
643
644#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
645extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2__internal_alias __attribute((visibility("hidden")));
646extern __typeof (xmlAutomataNewTransition2) xmlAutomataNewTransition2 __attribute((alias("xmlAutomataNewTransition2__internal_alias")));
647#define xmlAutomataNewTransition2 xmlAutomataNewTransition2__internal_alias
648#endif
649
650#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
651extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState__internal_alias __attribute((visibility("hidden")));
652extern __typeof (xmlAutomataSetFinalState) xmlAutomataSetFinalState __attribute((alias("xmlAutomataSetFinalState__internal_alias")));
653#define xmlAutomataSetFinalState xmlAutomataSetFinalState__internal_alias
654#endif
655
656#if defined(LIBXML_DEBUG_ENABLED)
657extern __typeof (xmlBoolToText) xmlBoolToText__internal_alias __attribute((visibility("hidden")));
658extern __typeof (xmlBoolToText) xmlBoolToText __attribute((alias("xmlBoolToText__internal_alias")));
659#define xmlBoolToText xmlBoolToText__internal_alias
660#endif
661
662extern __typeof (xmlBufferAdd) xmlBufferAdd__internal_alias __attribute((visibility("hidden")));
663extern __typeof (xmlBufferAdd) xmlBufferAdd __attribute((alias("xmlBufferAdd__internal_alias")));
664#define xmlBufferAdd xmlBufferAdd__internal_alias
665
666extern __typeof (xmlBufferAddHead) xmlBufferAddHead__internal_alias __attribute((visibility("hidden")));
667extern __typeof (xmlBufferAddHead) xmlBufferAddHead __attribute((alias("xmlBufferAddHead__internal_alias")));
668#define xmlBufferAddHead xmlBufferAddHead__internal_alias
669
670extern __typeof (xmlBufferCCat) xmlBufferCCat__internal_alias __attribute((visibility("hidden")));
671extern __typeof (xmlBufferCCat) xmlBufferCCat __attribute((alias("xmlBufferCCat__internal_alias")));
672#define xmlBufferCCat xmlBufferCCat__internal_alias
673
674extern __typeof (xmlBufferCat) xmlBufferCat__internal_alias __attribute((visibility("hidden")));
675extern __typeof (xmlBufferCat) xmlBufferCat __attribute((alias("xmlBufferCat__internal_alias")));
676#define xmlBufferCat xmlBufferCat__internal_alias
677
678extern __typeof (xmlBufferContent) xmlBufferContent__internal_alias __attribute((visibility("hidden")));
679extern __typeof (xmlBufferContent) xmlBufferContent __attribute((alias("xmlBufferContent__internal_alias")));
680#define xmlBufferContent xmlBufferContent__internal_alias
681
682extern __typeof (xmlBufferCreate) xmlBufferCreate__internal_alias __attribute((visibility("hidden")));
683extern __typeof (xmlBufferCreate) xmlBufferCreate __attribute((alias("xmlBufferCreate__internal_alias")));
684#define xmlBufferCreate xmlBufferCreate__internal_alias
685
686extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize__internal_alias __attribute((visibility("hidden")));
687extern __typeof (xmlBufferCreateSize) xmlBufferCreateSize __attribute((alias("xmlBufferCreateSize__internal_alias")));
688#define xmlBufferCreateSize xmlBufferCreateSize__internal_alias
689
690extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
691extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias("xmlBufferCreateStatic__internal_alias")));
692#define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias
693
694extern __typeof (xmlBufferDump) xmlBufferDump__internal_alias __attribute((visibility("hidden")));
695extern __typeof (xmlBufferDump) xmlBufferDump __attribute((alias("xmlBufferDump__internal_alias")));
696#define xmlBufferDump xmlBufferDump__internal_alias
697
698extern __typeof (xmlBufferEmpty) xmlBufferEmpty__internal_alias __attribute((visibility("hidden")));
699extern __typeof (xmlBufferEmpty) xmlBufferEmpty __attribute((alias("xmlBufferEmpty__internal_alias")));
700#define xmlBufferEmpty xmlBufferEmpty__internal_alias
701
702extern __typeof (xmlBufferFree) xmlBufferFree__internal_alias __attribute((visibility("hidden")));
703extern __typeof (xmlBufferFree) xmlBufferFree __attribute((alias("xmlBufferFree__internal_alias")));
704#define xmlBufferFree xmlBufferFree__internal_alias
705
706extern __typeof (xmlBufferGrow) xmlBufferGrow__internal_alias __attribute((visibility("hidden")));
707extern __typeof (xmlBufferGrow) xmlBufferGrow __attribute((alias("xmlBufferGrow__internal_alias")));
708#define xmlBufferGrow xmlBufferGrow__internal_alias
709
710extern __typeof (xmlBufferLength) xmlBufferLength__internal_alias __attribute((visibility("hidden")));
711extern __typeof (xmlBufferLength) xmlBufferLength __attribute((alias("xmlBufferLength__internal_alias")));
712#define xmlBufferLength xmlBufferLength__internal_alias
713
714extern __typeof (xmlBufferResize) xmlBufferResize__internal_alias __attribute((visibility("hidden")));
715extern __typeof (xmlBufferResize) xmlBufferResize __attribute((alias("xmlBufferResize__internal_alias")));
716#define xmlBufferResize xmlBufferResize__internal_alias
717
718extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme__internal_alias __attribute((visibility("hidden")));
719extern __typeof (xmlBufferSetAllocationScheme) xmlBufferSetAllocationScheme __attribute((alias("xmlBufferSetAllocationScheme__internal_alias")));
720#define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias
721
722extern __typeof (xmlBufferShrink) xmlBufferShrink__internal_alias __attribute((visibility("hidden")));
723extern __typeof (xmlBufferShrink) xmlBufferShrink __attribute((alias("xmlBufferShrink__internal_alias")));
724#define xmlBufferShrink xmlBufferShrink__internal_alias
725
726extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR__internal_alias __attribute((visibility("hidden")));
727extern __typeof (xmlBufferWriteCHAR) xmlBufferWriteCHAR __attribute((alias("xmlBufferWriteCHAR__internal_alias")));
728#define xmlBufferWriteCHAR xmlBufferWriteCHAR__internal_alias
729
730extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar__internal_alias __attribute((visibility("hidden")));
731extern __typeof (xmlBufferWriteChar) xmlBufferWriteChar __attribute((alias("xmlBufferWriteChar__internal_alias")));
732#define xmlBufferWriteChar xmlBufferWriteChar__internal_alias
733
734extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString__internal_alias __attribute((visibility("hidden")));
735extern __typeof (xmlBufferWriteQuotedString) xmlBufferWriteQuotedString __attribute((alias("xmlBufferWriteQuotedString__internal_alias")));
736#define xmlBufferWriteQuotedString xmlBufferWriteQuotedString__internal_alias
737
738extern __typeof (xmlBuildQName) xmlBuildQName__internal_alias __attribute((visibility("hidden")));
739extern __typeof (xmlBuildQName) xmlBuildQName __attribute((alias("xmlBuildQName__internal_alias")));
740#define xmlBuildQName xmlBuildQName__internal_alias
741
742extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI__internal_alias __attribute((visibility("hidden")));
743extern __typeof (xmlBuildRelativeURI) xmlBuildRelativeURI __attribute((alias("xmlBuildRelativeURI__internal_alias")));
744#define xmlBuildRelativeURI xmlBuildRelativeURI__internal_alias
745
746extern __typeof (xmlBuildURI) xmlBuildURI__internal_alias __attribute((visibility("hidden")));
747extern __typeof (xmlBuildURI) xmlBuildURI __attribute((alias("xmlBuildURI__internal_alias")));
748#define xmlBuildURI xmlBuildURI__internal_alias
749
750extern __typeof (xmlByteConsumed) xmlByteConsumed__internal_alias __attribute((visibility("hidden")));
751extern __typeof (xmlByteConsumed) xmlByteConsumed __attribute((alias("xmlByteConsumed__internal_alias")));
752#define xmlByteConsumed xmlByteConsumed__internal_alias
753
754#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
755extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory__internal_alias __attribute((visibility("hidden")));
756extern __typeof (xmlC14NDocDumpMemory) xmlC14NDocDumpMemory __attribute((alias("xmlC14NDocDumpMemory__internal_alias")));
757#define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias
758#endif
759
760#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
761extern __typeof (xmlC14NDocSave) xmlC14NDocSave__internal_alias __attribute((visibility("hidden")));
762extern __typeof (xmlC14NDocSave) xmlC14NDocSave __attribute((alias("xmlC14NDocSave__internal_alias")));
763#define xmlC14NDocSave xmlC14NDocSave__internal_alias
764#endif
765
766#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
767extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo__internal_alias __attribute((visibility("hidden")));
768extern __typeof (xmlC14NDocSaveTo) xmlC14NDocSaveTo __attribute((alias("xmlC14NDocSaveTo__internal_alias")));
769#define xmlC14NDocSaveTo xmlC14NDocSaveTo__internal_alias
770#endif
771
772#if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
773extern __typeof (xmlC14NExecute) xmlC14NExecute__internal_alias __attribute((visibility("hidden")));
774extern __typeof (xmlC14NExecute) xmlC14NExecute __attribute((alias("xmlC14NExecute__internal_alias")));
775#define xmlC14NExecute xmlC14NExecute__internal_alias
776#endif
777
778extern __typeof (xmlCanonicPath) xmlCanonicPath__internal_alias __attribute((visibility("hidden")));
779extern __typeof (xmlCanonicPath) xmlCanonicPath __attribute((alias("xmlCanonicPath__internal_alias")));
780#define xmlCanonicPath xmlCanonicPath__internal_alias
781
782#if defined(LIBXML_CATALOG_ENABLED)
783extern __typeof (xmlCatalogAdd) xmlCatalogAdd__internal_alias __attribute((visibility("hidden")));
784extern __typeof (xmlCatalogAdd) xmlCatalogAdd __attribute((alias("xmlCatalogAdd__internal_alias")));
785#define xmlCatalogAdd xmlCatalogAdd__internal_alias
786#endif
787
788#if defined(LIBXML_CATALOG_ENABLED)
789extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal__internal_alias __attribute((visibility("hidden")));
790extern __typeof (xmlCatalogAddLocal) xmlCatalogAddLocal __attribute((alias("xmlCatalogAddLocal__internal_alias")));
791#define xmlCatalogAddLocal xmlCatalogAddLocal__internal_alias
792#endif
793
794#if defined(LIBXML_CATALOG_ENABLED)
795extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup__internal_alias __attribute((visibility("hidden")));
796extern __typeof (xmlCatalogCleanup) xmlCatalogCleanup __attribute((alias("xmlCatalogCleanup__internal_alias")));
797#define xmlCatalogCleanup xmlCatalogCleanup__internal_alias
798#endif
799
800#if defined(LIBXML_CATALOG_ENABLED)
801extern __typeof (xmlCatalogConvert) xmlCatalogConvert__internal_alias __attribute((visibility("hidden")));
802extern __typeof (xmlCatalogConvert) xmlCatalogConvert __attribute((alias("xmlCatalogConvert__internal_alias")));
803#define xmlCatalogConvert xmlCatalogConvert__internal_alias
804#endif
805
806#if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
807extern __typeof (xmlCatalogDump) xmlCatalogDump__internal_alias __attribute((visibility("hidden")));
808extern __typeof (xmlCatalogDump) xmlCatalogDump __attribute((alias("xmlCatalogDump__internal_alias")));
809#define xmlCatalogDump xmlCatalogDump__internal_alias
810#endif
811
812#if defined(LIBXML_CATALOG_ENABLED)
813extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal__internal_alias __attribute((visibility("hidden")));
814extern __typeof (xmlCatalogFreeLocal) xmlCatalogFreeLocal __attribute((alias("xmlCatalogFreeLocal__internal_alias")));
815#define xmlCatalogFreeLocal xmlCatalogFreeLocal__internal_alias
816#endif
817
818#if defined(LIBXML_CATALOG_ENABLED)
819extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults__internal_alias __attribute((visibility("hidden")));
820extern __typeof (xmlCatalogGetDefaults) xmlCatalogGetDefaults __attribute((alias("xmlCatalogGetDefaults__internal_alias")));
821#define xmlCatalogGetDefaults xmlCatalogGetDefaults__internal_alias
822#endif
823
824#if defined(LIBXML_CATALOG_ENABLED)
825extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic__internal_alias __attribute((visibility("hidden")));
826extern __typeof (xmlCatalogGetPublic) xmlCatalogGetPublic __attribute((alias("xmlCatalogGetPublic__internal_alias")));
827#define xmlCatalogGetPublic xmlCatalogGetPublic__internal_alias
828#endif
829
830#if defined(LIBXML_CATALOG_ENABLED)
831extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem__internal_alias __attribute((visibility("hidden")));
832extern __typeof (xmlCatalogGetSystem) xmlCatalogGetSystem __attribute((alias("xmlCatalogGetSystem__internal_alias")));
833#define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias
834#endif
835
836#if defined(LIBXML_CATALOG_ENABLED)
837extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty__internal_alias __attribute((visibility("hidden")));
838extern __typeof (xmlCatalogIsEmpty) xmlCatalogIsEmpty __attribute((alias("xmlCatalogIsEmpty__internal_alias")));
839#define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias
840#endif
841
842#if defined(LIBXML_CATALOG_ENABLED)
843extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve__internal_alias __attribute((visibility("hidden")));
844extern __typeof (xmlCatalogLocalResolve) xmlCatalogLocalResolve __attribute((alias("xmlCatalogLocalResolve__internal_alias")));
845#define xmlCatalogLocalResolve xmlCatalogLocalResolve__internal_alias
846#endif
847
848#if defined(LIBXML_CATALOG_ENABLED)
849extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI__internal_alias __attribute((visibility("hidden")));
850extern __typeof (xmlCatalogLocalResolveURI) xmlCatalogLocalResolveURI __attribute((alias("xmlCatalogLocalResolveURI__internal_alias")));
851#define xmlCatalogLocalResolveURI xmlCatalogLocalResolveURI__internal_alias
852#endif
853
854#if defined(LIBXML_CATALOG_ENABLED)
855extern __typeof (xmlCatalogRemove) xmlCatalogRemove__internal_alias __attribute((visibility("hidden")));
856extern __typeof (xmlCatalogRemove) xmlCatalogRemove __attribute((alias("xmlCatalogRemove__internal_alias")));
857#define xmlCatalogRemove xmlCatalogRemove__internal_alias
858#endif
859
860#if defined(LIBXML_CATALOG_ENABLED)
861extern __typeof (xmlCatalogResolve) xmlCatalogResolve__internal_alias __attribute((visibility("hidden")));
862extern __typeof (xmlCatalogResolve) xmlCatalogResolve __attribute((alias("xmlCatalogResolve__internal_alias")));
863#define xmlCatalogResolve xmlCatalogResolve__internal_alias
864#endif
865
866#if defined(LIBXML_CATALOG_ENABLED)
867extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic__internal_alias __attribute((visibility("hidden")));
868extern __typeof (xmlCatalogResolvePublic) xmlCatalogResolvePublic __attribute((alias("xmlCatalogResolvePublic__internal_alias")));
869#define xmlCatalogResolvePublic xmlCatalogResolvePublic__internal_alias
870#endif
871
872#if defined(LIBXML_CATALOG_ENABLED)
873extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem__internal_alias __attribute((visibility("hidden")));
874extern __typeof (xmlCatalogResolveSystem) xmlCatalogResolveSystem __attribute((alias("xmlCatalogResolveSystem__internal_alias")));
875#define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias
876#endif
877
878#if defined(LIBXML_CATALOG_ENABLED)
879extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI__internal_alias __attribute((visibility("hidden")));
880extern __typeof (xmlCatalogResolveURI) xmlCatalogResolveURI __attribute((alias("xmlCatalogResolveURI__internal_alias")));
881#define xmlCatalogResolveURI xmlCatalogResolveURI__internal_alias
882#endif
883
884#if defined(LIBXML_CATALOG_ENABLED)
885extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug__internal_alias __attribute((visibility("hidden")));
886extern __typeof (xmlCatalogSetDebug) xmlCatalogSetDebug __attribute((alias("xmlCatalogSetDebug__internal_alias")));
887#define xmlCatalogSetDebug xmlCatalogSetDebug__internal_alias
888#endif
889
890#if defined(LIBXML_CATALOG_ENABLED)
891extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer__internal_alias __attribute((visibility("hidden")));
892extern __typeof (xmlCatalogSetDefaultPrefer) xmlCatalogSetDefaultPrefer __attribute((alias("xmlCatalogSetDefaultPrefer__internal_alias")));
893#define xmlCatalogSetDefaultPrefer xmlCatalogSetDefaultPrefer__internal_alias
894#endif
895
896#if defined(LIBXML_CATALOG_ENABLED)
897extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults__internal_alias __attribute((visibility("hidden")));
898extern __typeof (xmlCatalogSetDefaults) xmlCatalogSetDefaults __attribute((alias("xmlCatalogSetDefaults__internal_alias")));
899#define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias
900#endif
901
902extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc__internal_alias __attribute((visibility("hidden")));
903extern __typeof (xmlCharEncCloseFunc) xmlCharEncCloseFunc __attribute((alias("xmlCharEncCloseFunc__internal_alias")));
904#define xmlCharEncCloseFunc xmlCharEncCloseFunc__internal_alias
905
906extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine__internal_alias __attribute((visibility("hidden")));
907extern __typeof (xmlCharEncFirstLine) xmlCharEncFirstLine __attribute((alias("xmlCharEncFirstLine__internal_alias")));
908#define xmlCharEncFirstLine xmlCharEncFirstLine__internal_alias
909
910extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc__internal_alias __attribute((visibility("hidden")));
911extern __typeof (xmlCharEncInFunc) xmlCharEncInFunc __attribute((alias("xmlCharEncInFunc__internal_alias")));
912#define xmlCharEncInFunc xmlCharEncInFunc__internal_alias
913
914extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc__internal_alias __attribute((visibility("hidden")));
915extern __typeof (xmlCharEncOutFunc) xmlCharEncOutFunc __attribute((alias("xmlCharEncOutFunc__internal_alias")));
916#define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias
917
918extern __typeof (xmlCharInRange) xmlCharInRange__internal_alias __attribute((visibility("hidden")));
919extern __typeof (xmlCharInRange) xmlCharInRange __attribute((alias("xmlCharInRange__internal_alias")));
920#define xmlCharInRange xmlCharInRange__internal_alias
921
922extern __typeof (xmlCharStrdup) xmlCharStrdup__internal_alias __attribute((visibility("hidden")));
923extern __typeof (xmlCharStrdup) xmlCharStrdup __attribute((alias("xmlCharStrdup__internal_alias")));
924#define xmlCharStrdup xmlCharStrdup__internal_alias
925
926extern __typeof (xmlCharStrndup) xmlCharStrndup__internal_alias __attribute((visibility("hidden")));
927extern __typeof (xmlCharStrndup) xmlCharStrndup __attribute((alias("xmlCharStrndup__internal_alias")));
928#define xmlCharStrndup xmlCharStrndup__internal_alias
929
930extern __typeof (xmlCheckFilename) xmlCheckFilename__internal_alias __attribute((visibility("hidden")));
931extern __typeof (xmlCheckFilename) xmlCheckFilename __attribute((alias("xmlCheckFilename__internal_alias")));
932#define xmlCheckFilename xmlCheckFilename__internal_alias
933
934extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput__internal_alias __attribute((visibility("hidden")));
935extern __typeof (xmlCheckHTTPInput) xmlCheckHTTPInput __attribute((alias("xmlCheckHTTPInput__internal_alias")));
936#define xmlCheckHTTPInput xmlCheckHTTPInput__internal_alias
937
938extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID__internal_alias __attribute((visibility("hidden")));
939extern __typeof (xmlCheckLanguageID) xmlCheckLanguageID __attribute((alias("xmlCheckLanguageID__internal_alias")));
940#define xmlCheckLanguageID xmlCheckLanguageID__internal_alias
941
942extern __typeof (xmlCheckUTF8) xmlCheckUTF8__internal_alias __attribute((visibility("hidden")));
943extern __typeof (xmlCheckUTF8) xmlCheckUTF8 __attribute((alias("xmlCheckUTF8__internal_alias")));
944#define xmlCheckUTF8 xmlCheckUTF8__internal_alias
945
946extern __typeof (xmlCheckVersion) xmlCheckVersion__internal_alias __attribute((visibility("hidden")));
947extern __typeof (xmlCheckVersion) xmlCheckVersion __attribute((alias("xmlCheckVersion__internal_alias")));
948#define xmlCheckVersion xmlCheckVersion__internal_alias
949
950extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
951extern __typeof (xmlCleanupCharEncodingHandlers) xmlCleanupCharEncodingHandlers __attribute((alias("xmlCleanupCharEncodingHandlers__internal_alias")));
952#define xmlCleanupCharEncodingHandlers xmlCleanupCharEncodingHandlers__internal_alias
953
954extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases__internal_alias __attribute((visibility("hidden")));
955extern __typeof (xmlCleanupEncodingAliases) xmlCleanupEncodingAliases __attribute((alias("xmlCleanupEncodingAliases__internal_alias")));
956#define xmlCleanupEncodingAliases xmlCleanupEncodingAliases__internal_alias
957
958extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals__internal_alias __attribute((visibility("hidden")));
959extern __typeof (xmlCleanupGlobals) xmlCleanupGlobals __attribute((alias("xmlCleanupGlobals__internal_alias")));
960#define xmlCleanupGlobals xmlCleanupGlobals__internal_alias
961
962extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks__internal_alias __attribute((visibility("hidden")));
963extern __typeof (xmlCleanupInputCallbacks) xmlCleanupInputCallbacks __attribute((alias("xmlCleanupInputCallbacks__internal_alias")));
964#define xmlCleanupInputCallbacks xmlCleanupInputCallbacks__internal_alias
965
966extern __typeof (xmlCleanupMemory) xmlCleanupMemory__internal_alias __attribute((visibility("hidden")));
967extern __typeof (xmlCleanupMemory) xmlCleanupMemory __attribute((alias("xmlCleanupMemory__internal_alias")));
968#define xmlCleanupMemory xmlCleanupMemory__internal_alias
969
970#if defined(LIBXML_OUTPUT_ENABLED)
971extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks__internal_alias __attribute((visibility("hidden")));
972extern __typeof (xmlCleanupOutputCallbacks) xmlCleanupOutputCallbacks __attribute((alias("xmlCleanupOutputCallbacks__internal_alias")));
973#define xmlCleanupOutputCallbacks xmlCleanupOutputCallbacks__internal_alias
974#endif
975
976extern __typeof (xmlCleanupParser) xmlCleanupParser__internal_alias __attribute((visibility("hidden")));
977extern __typeof (xmlCleanupParser) xmlCleanupParser __attribute((alias("xmlCleanupParser__internal_alias")));
978#define xmlCleanupParser xmlCleanupParser__internal_alias
979
980#if defined(LIBXML_LEGACY_ENABLED)
981extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities__internal_alias __attribute((visibility("hidden")));
982extern __typeof (xmlCleanupPredefinedEntities) xmlCleanupPredefinedEntities __attribute((alias("xmlCleanupPredefinedEntities__internal_alias")));
983#define xmlCleanupPredefinedEntities xmlCleanupPredefinedEntities__internal_alias
984#endif
985
986extern __typeof (xmlCleanupThreads) xmlCleanupThreads__internal_alias __attribute((visibility("hidden")));
987extern __typeof (xmlCleanupThreads) xmlCleanupThreads __attribute((alias("xmlCleanupThreads__internal_alias")));
988#define xmlCleanupThreads xmlCleanupThreads__internal_alias
989
990extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
991extern __typeof (xmlClearNodeInfoSeq) xmlClearNodeInfoSeq __attribute((alias("xmlClearNodeInfoSeq__internal_alias")));
992#define xmlClearNodeInfoSeq xmlClearNodeInfoSeq__internal_alias
993
994extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt__internal_alias __attribute((visibility("hidden")));
995extern __typeof (xmlClearParserCtxt) xmlClearParserCtxt __attribute((alias("xmlClearParserCtxt__internal_alias")));
996#define xmlClearParserCtxt xmlClearParserCtxt__internal_alias
997
998#if defined(LIBXML_CATALOG_ENABLED)
999extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog__internal_alias __attribute((visibility("hidden")));
1000extern __typeof (xmlConvertSGMLCatalog) xmlConvertSGMLCatalog __attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
1001#define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias
1002#endif
1003
1004#if defined(LIBXML_TREE_ENABLED)
1005extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable__internal_alias __attribute((visibility("hidden")));
1006extern __typeof (xmlCopyAttributeTable) xmlCopyAttributeTable __attribute((alias("xmlCopyAttributeTable__internal_alias")));
1007#define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias
1008#endif
1009
1010extern __typeof (xmlCopyChar) xmlCopyChar__internal_alias __attribute((visibility("hidden")));
1011extern __typeof (xmlCopyChar) xmlCopyChar __attribute((alias("xmlCopyChar__internal_alias")));
1012#define xmlCopyChar xmlCopyChar__internal_alias
1013
1014extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte__internal_alias __attribute((visibility("hidden")));
1015extern __typeof (xmlCopyCharMultiByte) xmlCopyCharMultiByte __attribute((alias("xmlCopyCharMultiByte__internal_alias")));
1016#define xmlCopyCharMultiByte xmlCopyCharMultiByte__internal_alias
1017
1018#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
1019extern __typeof (xmlCopyDoc) xmlCopyDoc__internal_alias __attribute((visibility("hidden")));
1020extern __typeof (xmlCopyDoc) xmlCopyDoc __attribute((alias("xmlCopyDoc__internal_alias")));
1021#define xmlCopyDoc xmlCopyDoc__internal_alias
1022#endif
1023
Daniel Veillard2ae13382005-01-25 23:45:06 +00001024extern __typeof (xmlCopyDocElementContent) xmlCopyDocElementContent__internal_alias __attribute((visibility("hidden")));
1025extern __typeof (xmlCopyDocElementContent) xmlCopyDocElementContent __attribute((alias("xmlCopyDocElementContent__internal_alias")));
1026#define xmlCopyDocElementContent xmlCopyDocElementContent__internal_alias
1027
Daniel Veillardbe076e92005-01-04 20:18:14 +00001028#if defined(LIBXML_TREE_ENABLED)
1029extern __typeof (xmlCopyDtd) xmlCopyDtd__internal_alias __attribute((visibility("hidden")));
1030extern __typeof (xmlCopyDtd) xmlCopyDtd __attribute((alias("xmlCopyDtd__internal_alias")));
1031#define xmlCopyDtd xmlCopyDtd__internal_alias
1032#endif
1033
1034extern __typeof (xmlCopyElementContent) xmlCopyElementContent__internal_alias __attribute((visibility("hidden")));
1035extern __typeof (xmlCopyElementContent) xmlCopyElementContent __attribute((alias("xmlCopyElementContent__internal_alias")));
1036#define xmlCopyElementContent xmlCopyElementContent__internal_alias
1037
1038#if defined(LIBXML_TREE_ENABLED)
1039extern __typeof (xmlCopyElementTable) xmlCopyElementTable__internal_alias __attribute((visibility("hidden")));
1040extern __typeof (xmlCopyElementTable) xmlCopyElementTable __attribute((alias("xmlCopyElementTable__internal_alias")));
1041#define xmlCopyElementTable xmlCopyElementTable__internal_alias
1042#endif
1043
1044#if defined(LIBXML_TREE_ENABLED)
1045extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable__internal_alias __attribute((visibility("hidden")));
1046extern __typeof (xmlCopyEntitiesTable) xmlCopyEntitiesTable __attribute((alias("xmlCopyEntitiesTable__internal_alias")));
1047#define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias
1048#endif
1049
1050#if defined(LIBXML_TREE_ENABLED)
1051extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration__internal_alias __attribute((visibility("hidden")));
1052extern __typeof (xmlCopyEnumeration) xmlCopyEnumeration __attribute((alias("xmlCopyEnumeration__internal_alias")));
1053#define xmlCopyEnumeration xmlCopyEnumeration__internal_alias
1054#endif
1055
1056extern __typeof (xmlCopyError) xmlCopyError__internal_alias __attribute((visibility("hidden")));
1057extern __typeof (xmlCopyError) xmlCopyError __attribute((alias("xmlCopyError__internal_alias")));
1058#define xmlCopyError xmlCopyError__internal_alias
1059
1060extern __typeof (xmlCopyNamespace) xmlCopyNamespace__internal_alias __attribute((visibility("hidden")));
1061extern __typeof (xmlCopyNamespace) xmlCopyNamespace __attribute((alias("xmlCopyNamespace__internal_alias")));
1062#define xmlCopyNamespace xmlCopyNamespace__internal_alias
1063
1064extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList__internal_alias __attribute((visibility("hidden")));
1065extern __typeof (xmlCopyNamespaceList) xmlCopyNamespaceList __attribute((alias("xmlCopyNamespaceList__internal_alias")));
1066#define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias
1067
1068extern __typeof (xmlCopyNode) xmlCopyNode__internal_alias __attribute((visibility("hidden")));
1069extern __typeof (xmlCopyNode) xmlCopyNode __attribute((alias("xmlCopyNode__internal_alias")));
1070#define xmlCopyNode xmlCopyNode__internal_alias
1071
1072extern __typeof (xmlCopyNodeList) xmlCopyNodeList__internal_alias __attribute((visibility("hidden")));
1073extern __typeof (xmlCopyNodeList) xmlCopyNodeList __attribute((alias("xmlCopyNodeList__internal_alias")));
1074#define xmlCopyNodeList xmlCopyNodeList__internal_alias
1075
1076#if defined(LIBXML_TREE_ENABLED)
1077extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable__internal_alias __attribute((visibility("hidden")));
1078extern __typeof (xmlCopyNotationTable) xmlCopyNotationTable __attribute((alias("xmlCopyNotationTable__internal_alias")));
1079#define xmlCopyNotationTable xmlCopyNotationTable__internal_alias
1080#endif
1081
1082extern __typeof (xmlCopyProp) xmlCopyProp__internal_alias __attribute((visibility("hidden")));
1083extern __typeof (xmlCopyProp) xmlCopyProp __attribute((alias("xmlCopyProp__internal_alias")));
1084#define xmlCopyProp xmlCopyProp__internal_alias
1085
1086extern __typeof (xmlCopyPropList) xmlCopyPropList__internal_alias __attribute((visibility("hidden")));
1087extern __typeof (xmlCopyPropList) xmlCopyPropList __attribute((alias("xmlCopyPropList__internal_alias")));
1088#define xmlCopyPropList xmlCopyPropList__internal_alias
1089
1090extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt__internal_alias __attribute((visibility("hidden")));
1091extern __typeof (xmlCreateDocParserCtxt) xmlCreateDocParserCtxt __attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
1092#define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias
1093
1094extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable__internal_alias __attribute((visibility("hidden")));
1095extern __typeof (xmlCreateEntitiesTable) xmlCreateEntitiesTable __attribute((alias("xmlCreateEntitiesTable__internal_alias")));
1096#define xmlCreateEntitiesTable xmlCreateEntitiesTable__internal_alias
1097
1098extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt__internal_alias __attribute((visibility("hidden")));
1099extern __typeof (xmlCreateEntityParserCtxt) xmlCreateEntityParserCtxt __attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
1100#define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias
1101
1102extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration__internal_alias __attribute((visibility("hidden")));
1103extern __typeof (xmlCreateEnumeration) xmlCreateEnumeration __attribute((alias("xmlCreateEnumeration__internal_alias")));
1104#define xmlCreateEnumeration xmlCreateEnumeration__internal_alias
1105
1106extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt__internal_alias __attribute((visibility("hidden")));
1107extern __typeof (xmlCreateFileParserCtxt) xmlCreateFileParserCtxt __attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
1108#define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias
1109
1110extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt__internal_alias __attribute((visibility("hidden")));
1111extern __typeof (xmlCreateIOParserCtxt) xmlCreateIOParserCtxt __attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
1112#define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias
1113
1114extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset__internal_alias __attribute((visibility("hidden")));
1115extern __typeof (xmlCreateIntSubset) xmlCreateIntSubset __attribute((alias("xmlCreateIntSubset__internal_alias")));
1116#define xmlCreateIntSubset xmlCreateIntSubset__internal_alias
1117
1118extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt__internal_alias __attribute((visibility("hidden")));
1119extern __typeof (xmlCreateMemoryParserCtxt) xmlCreateMemoryParserCtxt __attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
1120#define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias
1121
1122#if defined(LIBXML_PUSH_ENABLED)
1123extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt__internal_alias __attribute((visibility("hidden")));
1124extern __typeof (xmlCreatePushParserCtxt) xmlCreatePushParserCtxt __attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
1125#define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias
1126#endif
1127
1128extern __typeof (xmlCreateURI) xmlCreateURI__internal_alias __attribute((visibility("hidden")));
1129extern __typeof (xmlCreateURI) xmlCreateURI __attribute((alias("xmlCreateURI__internal_alias")));
1130#define xmlCreateURI xmlCreateURI__internal_alias
1131
1132extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt__internal_alias __attribute((visibility("hidden")));
1133extern __typeof (xmlCreateURLParserCtxt) xmlCreateURLParserCtxt __attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
1134#define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias
1135
1136extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError__internal_alias __attribute((visibility("hidden")));
1137extern __typeof (xmlCtxtGetLastError) xmlCtxtGetLastError __attribute((alias("xmlCtxtGetLastError__internal_alias")));
1138#define xmlCtxtGetLastError xmlCtxtGetLastError__internal_alias
1139
1140extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc__internal_alias __attribute((visibility("hidden")));
1141extern __typeof (xmlCtxtReadDoc) xmlCtxtReadDoc __attribute((alias("xmlCtxtReadDoc__internal_alias")));
1142#define xmlCtxtReadDoc xmlCtxtReadDoc__internal_alias
1143
1144extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd__internal_alias __attribute((visibility("hidden")));
1145extern __typeof (xmlCtxtReadFd) xmlCtxtReadFd __attribute((alias("xmlCtxtReadFd__internal_alias")));
1146#define xmlCtxtReadFd xmlCtxtReadFd__internal_alias
1147
1148extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile__internal_alias __attribute((visibility("hidden")));
1149extern __typeof (xmlCtxtReadFile) xmlCtxtReadFile __attribute((alias("xmlCtxtReadFile__internal_alias")));
1150#define xmlCtxtReadFile xmlCtxtReadFile__internal_alias
1151
1152extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO__internal_alias __attribute((visibility("hidden")));
1153extern __typeof (xmlCtxtReadIO) xmlCtxtReadIO __attribute((alias("xmlCtxtReadIO__internal_alias")));
1154#define xmlCtxtReadIO xmlCtxtReadIO__internal_alias
1155
1156extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory__internal_alias __attribute((visibility("hidden")));
1157extern __typeof (xmlCtxtReadMemory) xmlCtxtReadMemory __attribute((alias("xmlCtxtReadMemory__internal_alias")));
1158#define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias
1159
1160extern __typeof (xmlCtxtReset) xmlCtxtReset__internal_alias __attribute((visibility("hidden")));
1161extern __typeof (xmlCtxtReset) xmlCtxtReset __attribute((alias("xmlCtxtReset__internal_alias")));
1162#define xmlCtxtReset xmlCtxtReset__internal_alias
1163
1164extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError__internal_alias __attribute((visibility("hidden")));
1165extern __typeof (xmlCtxtResetLastError) xmlCtxtResetLastError __attribute((alias("xmlCtxtResetLastError__internal_alias")));
1166#define xmlCtxtResetLastError xmlCtxtResetLastError__internal_alias
1167
1168extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush__internal_alias __attribute((visibility("hidden")));
1169extern __typeof (xmlCtxtResetPush) xmlCtxtResetPush __attribute((alias("xmlCtxtResetPush__internal_alias")));
1170#define xmlCtxtResetPush xmlCtxtResetPush__internal_alias
1171
1172extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions__internal_alias __attribute((visibility("hidden")));
1173extern __typeof (xmlCtxtUseOptions) xmlCtxtUseOptions __attribute((alias("xmlCtxtUseOptions__internal_alias")));
1174#define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias
1175
1176extern __typeof (xmlCurrentChar) xmlCurrentChar__internal_alias __attribute((visibility("hidden")));
1177extern __typeof (xmlCurrentChar) xmlCurrentChar __attribute((alias("xmlCurrentChar__internal_alias")));
1178#define xmlCurrentChar xmlCurrentChar__internal_alias
1179
1180#if defined(LIBXML_DEBUG_ENABLED)
1181extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument__internal_alias __attribute((visibility("hidden")));
1182extern __typeof (xmlDebugCheckDocument) xmlDebugCheckDocument __attribute((alias("xmlDebugCheckDocument__internal_alias")));
1183#define xmlDebugCheckDocument xmlDebugCheckDocument__internal_alias
1184#endif
1185
1186#if defined(LIBXML_DEBUG_ENABLED)
1187extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr__internal_alias __attribute((visibility("hidden")));
1188extern __typeof (xmlDebugDumpAttr) xmlDebugDumpAttr __attribute((alias("xmlDebugDumpAttr__internal_alias")));
1189#define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias
1190#endif
1191
1192#if defined(LIBXML_DEBUG_ENABLED)
1193extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList__internal_alias __attribute((visibility("hidden")));
1194extern __typeof (xmlDebugDumpAttrList) xmlDebugDumpAttrList __attribute((alias("xmlDebugDumpAttrList__internal_alias")));
1195#define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias
1196#endif
1197
1198#if defined(LIBXML_DEBUG_ENABLED)
1199extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD__internal_alias __attribute((visibility("hidden")));
1200extern __typeof (xmlDebugDumpDTD) xmlDebugDumpDTD __attribute((alias("xmlDebugDumpDTD__internal_alias")));
1201#define xmlDebugDumpDTD xmlDebugDumpDTD__internal_alias
1202#endif
1203
1204#if defined(LIBXML_DEBUG_ENABLED)
1205extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument__internal_alias __attribute((visibility("hidden")));
1206extern __typeof (xmlDebugDumpDocument) xmlDebugDumpDocument __attribute((alias("xmlDebugDumpDocument__internal_alias")));
1207#define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias
1208#endif
1209
1210#if defined(LIBXML_DEBUG_ENABLED)
1211extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead__internal_alias __attribute((visibility("hidden")));
1212extern __typeof (xmlDebugDumpDocumentHead) xmlDebugDumpDocumentHead __attribute((alias("xmlDebugDumpDocumentHead__internal_alias")));
1213#define xmlDebugDumpDocumentHead xmlDebugDumpDocumentHead__internal_alias
1214#endif
1215
1216#if defined(LIBXML_DEBUG_ENABLED)
1217extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities__internal_alias __attribute((visibility("hidden")));
1218extern __typeof (xmlDebugDumpEntities) xmlDebugDumpEntities __attribute((alias("xmlDebugDumpEntities__internal_alias")));
1219#define xmlDebugDumpEntities xmlDebugDumpEntities__internal_alias
1220#endif
1221
1222#if defined(LIBXML_DEBUG_ENABLED)
1223extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode__internal_alias __attribute((visibility("hidden")));
1224extern __typeof (xmlDebugDumpNode) xmlDebugDumpNode __attribute((alias("xmlDebugDumpNode__internal_alias")));
1225#define xmlDebugDumpNode xmlDebugDumpNode__internal_alias
1226#endif
1227
1228#if defined(LIBXML_DEBUG_ENABLED)
1229extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList__internal_alias __attribute((visibility("hidden")));
1230extern __typeof (xmlDebugDumpNodeList) xmlDebugDumpNodeList __attribute((alias("xmlDebugDumpNodeList__internal_alias")));
1231#define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias
1232#endif
1233
1234#if defined(LIBXML_DEBUG_ENABLED)
1235extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode__internal_alias __attribute((visibility("hidden")));
1236extern __typeof (xmlDebugDumpOneNode) xmlDebugDumpOneNode __attribute((alias("xmlDebugDumpOneNode__internal_alias")));
1237#define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias
1238#endif
1239
1240#if defined(LIBXML_DEBUG_ENABLED)
1241extern __typeof (xmlDebugDumpString) xmlDebugDumpString__internal_alias __attribute((visibility("hidden")));
1242extern __typeof (xmlDebugDumpString) xmlDebugDumpString __attribute((alias("xmlDebugDumpString__internal_alias")));
1243#define xmlDebugDumpString xmlDebugDumpString__internal_alias
1244#endif
1245
1246#if defined(LIBXML_LEGACY_ENABLED)
1247extern __typeof (xmlDecodeEntities) xmlDecodeEntities__internal_alias __attribute((visibility("hidden")));
1248extern __typeof (xmlDecodeEntities) xmlDecodeEntities __attribute((alias("xmlDecodeEntities__internal_alias")));
1249#define xmlDecodeEntities xmlDecodeEntities__internal_alias
1250#endif
1251
1252extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit__internal_alias __attribute((visibility("hidden")));
1253extern __typeof (xmlDefaultSAXHandlerInit) xmlDefaultSAXHandlerInit __attribute((alias("xmlDefaultSAXHandlerInit__internal_alias")));
1254#define xmlDefaultSAXHandlerInit xmlDefaultSAXHandlerInit__internal_alias
1255
1256extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias__internal_alias __attribute((visibility("hidden")));
1257extern __typeof (xmlDelEncodingAlias) xmlDelEncodingAlias __attribute((alias("xmlDelEncodingAlias__internal_alias")));
1258#define xmlDelEncodingAlias xmlDelEncodingAlias__internal_alias
1259
1260extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
1261extern __typeof (xmlDeregisterNodeDefault) xmlDeregisterNodeDefault __attribute((alias("xmlDeregisterNodeDefault__internal_alias")));
1262#define xmlDeregisterNodeDefault xmlDeregisterNodeDefault__internal_alias
1263
1264extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding__internal_alias __attribute((visibility("hidden")));
1265extern __typeof (xmlDetectCharEncoding) xmlDetectCharEncoding __attribute((alias("xmlDetectCharEncoding__internal_alias")));
1266#define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias
1267
Daniel Veillard2ae13382005-01-25 23:45:06 +00001268extern __typeof (xmlDictCleanup) xmlDictCleanup__internal_alias __attribute((visibility("hidden")));
1269extern __typeof (xmlDictCleanup) xmlDictCleanup __attribute((alias("xmlDictCleanup__internal_alias")));
1270#define xmlDictCleanup xmlDictCleanup__internal_alias
1271
Daniel Veillardbe076e92005-01-04 20:18:14 +00001272extern __typeof (xmlDictCreate) xmlDictCreate__internal_alias __attribute((visibility("hidden")));
1273extern __typeof (xmlDictCreate) xmlDictCreate __attribute((alias("xmlDictCreate__internal_alias")));
1274#define xmlDictCreate xmlDictCreate__internal_alias
1275
1276extern __typeof (xmlDictCreateSub) xmlDictCreateSub__internal_alias __attribute((visibility("hidden")));
1277extern __typeof (xmlDictCreateSub) xmlDictCreateSub __attribute((alias("xmlDictCreateSub__internal_alias")));
1278#define xmlDictCreateSub xmlDictCreateSub__internal_alias
1279
1280extern __typeof (xmlDictExists) xmlDictExists__internal_alias __attribute((visibility("hidden")));
1281extern __typeof (xmlDictExists) xmlDictExists __attribute((alias("xmlDictExists__internal_alias")));
1282#define xmlDictExists xmlDictExists__internal_alias
1283
1284extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibility("hidden")));
1285extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__internal_alias")));
1286#define xmlDictFree xmlDictFree__internal_alias
1287
1288extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visibility("hidden")));
1289extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup__internal_alias")));
1290#define xmlDictLookup xmlDictLookup__internal_alias
1291
1292extern __typeof (xmlDictOwns) xmlDictOwns__internal_alias __attribute((visibility("hidden")));
1293extern __typeof (xmlDictOwns) xmlDictOwns __attribute((alias("xmlDictOwns__internal_alias")));
1294#define xmlDictOwns xmlDictOwns__internal_alias
1295
1296extern __typeof (xmlDictQLookup) xmlDictQLookup__internal_alias __attribute((visibility("hidden")));
1297extern __typeof (xmlDictQLookup) xmlDictQLookup __attribute((alias("xmlDictQLookup__internal_alias")));
1298#define xmlDictQLookup xmlDictQLookup__internal_alias
1299
1300extern __typeof (xmlDictReference) xmlDictReference__internal_alias __attribute((visibility("hidden")));
1301extern __typeof (xmlDictReference) xmlDictReference __attribute((alias("xmlDictReference__internal_alias")));
1302#define xmlDictReference xmlDictReference__internal_alias
1303
1304extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibility("hidden")));
1305extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__internal_alias")));
1306#define xmlDictSize xmlDictSize__internal_alias
1307
1308extern __typeof (xmlDocCopyNode) xmlDocCopyNode__internal_alias __attribute((visibility("hidden")));
1309extern __typeof (xmlDocCopyNode) xmlDocCopyNode __attribute((alias("xmlDocCopyNode__internal_alias")));
1310#define xmlDocCopyNode xmlDocCopyNode__internal_alias
1311
1312extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList__internal_alias __attribute((visibility("hidden")));
1313extern __typeof (xmlDocCopyNodeList) xmlDocCopyNodeList __attribute((alias("xmlDocCopyNodeList__internal_alias")));
1314#define xmlDocCopyNodeList xmlDocCopyNodeList__internal_alias
1315
1316#if defined(LIBXML_OUTPUT_ENABLED)
1317extern __typeof (xmlDocDump) xmlDocDump__internal_alias __attribute((visibility("hidden")));
1318extern __typeof (xmlDocDump) xmlDocDump __attribute((alias("xmlDocDump__internal_alias")));
1319#define xmlDocDump xmlDocDump__internal_alias
1320#endif
1321
1322#if defined(LIBXML_OUTPUT_ENABLED)
1323extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory__internal_alias __attribute((visibility("hidden")));
1324extern __typeof (xmlDocDumpFormatMemory) xmlDocDumpFormatMemory __attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
1325#define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias
1326#endif
1327
1328#if defined(LIBXML_OUTPUT_ENABLED)
1329extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc__internal_alias __attribute((visibility("hidden")));
1330extern __typeof (xmlDocDumpFormatMemoryEnc) xmlDocDumpFormatMemoryEnc __attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
1331#define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias
1332#endif
1333
1334#if defined(LIBXML_OUTPUT_ENABLED)
1335extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory__internal_alias __attribute((visibility("hidden")));
1336extern __typeof (xmlDocDumpMemory) xmlDocDumpMemory __attribute((alias("xmlDocDumpMemory__internal_alias")));
1337#define xmlDocDumpMemory xmlDocDumpMemory__internal_alias
1338#endif
1339
1340#if defined(LIBXML_OUTPUT_ENABLED)
1341extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc__internal_alias __attribute((visibility("hidden")));
1342extern __typeof (xmlDocDumpMemoryEnc) xmlDocDumpMemoryEnc __attribute((alias("xmlDocDumpMemoryEnc__internal_alias")));
1343#define xmlDocDumpMemoryEnc xmlDocDumpMemoryEnc__internal_alias
1344#endif
1345
1346#if defined(LIBXML_OUTPUT_ENABLED)
1347extern __typeof (xmlDocFormatDump) xmlDocFormatDump__internal_alias __attribute((visibility("hidden")));
1348extern __typeof (xmlDocFormatDump) xmlDocFormatDump __attribute((alias("xmlDocFormatDump__internal_alias")));
1349#define xmlDocFormatDump xmlDocFormatDump__internal_alias
1350#endif
1351
1352extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement__internal_alias __attribute((visibility("hidden")));
1353extern __typeof (xmlDocGetRootElement) xmlDocGetRootElement __attribute((alias("xmlDocGetRootElement__internal_alias")));
1354#define xmlDocGetRootElement xmlDocGetRootElement__internal_alias
1355
1356#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
1357extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement__internal_alias __attribute((visibility("hidden")));
1358extern __typeof (xmlDocSetRootElement) xmlDocSetRootElement __attribute((alias("xmlDocSetRootElement__internal_alias")));
1359#define xmlDocSetRootElement xmlDocSetRootElement__internal_alias
1360#endif
1361
1362#if defined(LIBXML_OUTPUT_ENABLED)
1363extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl__internal_alias __attribute((visibility("hidden")));
1364extern __typeof (xmlDumpAttributeDecl) xmlDumpAttributeDecl __attribute((alias("xmlDumpAttributeDecl__internal_alias")));
1365#define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias
1366#endif
1367
1368#if defined(LIBXML_OUTPUT_ENABLED)
1369extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable__internal_alias __attribute((visibility("hidden")));
1370extern __typeof (xmlDumpAttributeTable) xmlDumpAttributeTable __attribute((alias("xmlDumpAttributeTable__internal_alias")));
1371#define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias
1372#endif
1373
1374#if defined(LIBXML_OUTPUT_ENABLED)
1375extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl__internal_alias __attribute((visibility("hidden")));
1376extern __typeof (xmlDumpElementDecl) xmlDumpElementDecl __attribute((alias("xmlDumpElementDecl__internal_alias")));
1377#define xmlDumpElementDecl xmlDumpElementDecl__internal_alias
1378#endif
1379
1380#if defined(LIBXML_OUTPUT_ENABLED)
1381extern __typeof (xmlDumpElementTable) xmlDumpElementTable__internal_alias __attribute((visibility("hidden")));
1382extern __typeof (xmlDumpElementTable) xmlDumpElementTable __attribute((alias("xmlDumpElementTable__internal_alias")));
1383#define xmlDumpElementTable xmlDumpElementTable__internal_alias
1384#endif
1385
1386#if defined(LIBXML_OUTPUT_ENABLED)
1387extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable__internal_alias __attribute((visibility("hidden")));
1388extern __typeof (xmlDumpEntitiesTable) xmlDumpEntitiesTable __attribute((alias("xmlDumpEntitiesTable__internal_alias")));
1389#define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias
1390#endif
1391
1392#if defined(LIBXML_OUTPUT_ENABLED)
1393extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl__internal_alias __attribute((visibility("hidden")));
1394extern __typeof (xmlDumpEntityDecl) xmlDumpEntityDecl __attribute((alias("xmlDumpEntityDecl__internal_alias")));
1395#define xmlDumpEntityDecl xmlDumpEntityDecl__internal_alias
1396#endif
1397
1398#if defined(LIBXML_OUTPUT_ENABLED)
1399extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl__internal_alias __attribute((visibility("hidden")));
1400extern __typeof (xmlDumpNotationDecl) xmlDumpNotationDecl __attribute((alias("xmlDumpNotationDecl__internal_alias")));
1401#define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias
1402#endif
1403
1404#if defined(LIBXML_OUTPUT_ENABLED)
1405extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable__internal_alias __attribute((visibility("hidden")));
1406extern __typeof (xmlDumpNotationTable) xmlDumpNotationTable __attribute((alias("xmlDumpNotationTable__internal_alias")));
1407#define xmlDumpNotationTable xmlDumpNotationTable__internal_alias
1408#endif
1409
1410#if defined(LIBXML_OUTPUT_ENABLED)
1411extern __typeof (xmlElemDump) xmlElemDump__internal_alias __attribute((visibility("hidden")));
1412extern __typeof (xmlElemDump) xmlElemDump __attribute((alias("xmlElemDump__internal_alias")));
1413#define xmlElemDump xmlElemDump__internal_alias
1414#endif
1415
1416#if defined(LIBXML_LEGACY_ENABLED)
1417extern __typeof (xmlEncodeEntities) xmlEncodeEntities__internal_alias __attribute((visibility("hidden")));
1418extern __typeof (xmlEncodeEntities) xmlEncodeEntities __attribute((alias("xmlEncodeEntities__internal_alias")));
1419#define xmlEncodeEntities xmlEncodeEntities__internal_alias
1420#endif
1421
1422extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant__internal_alias __attribute((visibility("hidden")));
1423extern __typeof (xmlEncodeEntitiesReentrant) xmlEncodeEntitiesReentrant __attribute((alias("xmlEncodeEntitiesReentrant__internal_alias")));
1424#define xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant__internal_alias
1425
1426extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars__internal_alias __attribute((visibility("hidden")));
1427extern __typeof (xmlEncodeSpecialChars) xmlEncodeSpecialChars __attribute((alias("xmlEncodeSpecialChars__internal_alias")));
1428#define xmlEncodeSpecialChars xmlEncodeSpecialChars__internal_alias
1429
1430extern __typeof (xmlErrMemory) xmlErrMemory__internal_alias __attribute((visibility("hidden")));
1431extern __typeof (xmlErrMemory) xmlErrMemory __attribute((alias("xmlErrMemory__internal_alias")));
1432#define xmlErrMemory xmlErrMemory__internal_alias
1433
1434extern __typeof (xmlFileClose) xmlFileClose__internal_alias __attribute((visibility("hidden")));
1435extern __typeof (xmlFileClose) xmlFileClose __attribute((alias("xmlFileClose__internal_alias")));
1436#define xmlFileClose xmlFileClose__internal_alias
1437
1438extern __typeof (xmlFileMatch) xmlFileMatch__internal_alias __attribute((visibility("hidden")));
1439extern __typeof (xmlFileMatch) xmlFileMatch __attribute((alias("xmlFileMatch__internal_alias")));
1440#define xmlFileMatch xmlFileMatch__internal_alias
1441
1442extern __typeof (xmlFileOpen) xmlFileOpen__internal_alias __attribute((visibility("hidden")));
1443extern __typeof (xmlFileOpen) xmlFileOpen __attribute((alias("xmlFileOpen__internal_alias")));
1444#define xmlFileOpen xmlFileOpen__internal_alias
1445
1446extern __typeof (xmlFileRead) xmlFileRead__internal_alias __attribute((visibility("hidden")));
1447extern __typeof (xmlFileRead) xmlFileRead __attribute((alias("xmlFileRead__internal_alias")));
1448#define xmlFileRead xmlFileRead__internal_alias
1449
1450extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
1451extern __typeof (xmlFindCharEncodingHandler) xmlFindCharEncodingHandler __attribute((alias("xmlFindCharEncodingHandler__internal_alias")));
1452#define xmlFindCharEncodingHandler xmlFindCharEncodingHandler__internal_alias
1453
1454extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable__internal_alias __attribute((visibility("hidden")));
1455extern __typeof (xmlFreeAttributeTable) xmlFreeAttributeTable __attribute((alias("xmlFreeAttributeTable__internal_alias")));
1456#define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias
1457
1458#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1459extern __typeof (xmlFreeAutomata) xmlFreeAutomata__internal_alias __attribute((visibility("hidden")));
1460extern __typeof (xmlFreeAutomata) xmlFreeAutomata __attribute((alias("xmlFreeAutomata__internal_alias")));
1461#define xmlFreeAutomata xmlFreeAutomata__internal_alias
1462#endif
1463
1464#if defined(LIBXML_CATALOG_ENABLED)
1465extern __typeof (xmlFreeCatalog) xmlFreeCatalog__internal_alias __attribute((visibility("hidden")));
1466extern __typeof (xmlFreeCatalog) xmlFreeCatalog __attribute((alias("xmlFreeCatalog__internal_alias")));
1467#define xmlFreeCatalog xmlFreeCatalog__internal_alias
1468#endif
1469
1470extern __typeof (xmlFreeDoc) xmlFreeDoc__internal_alias __attribute((visibility("hidden")));
1471extern __typeof (xmlFreeDoc) xmlFreeDoc __attribute((alias("xmlFreeDoc__internal_alias")));
1472#define xmlFreeDoc xmlFreeDoc__internal_alias
1473
Daniel Veillard2ae13382005-01-25 23:45:06 +00001474extern __typeof (xmlFreeDocElementContent) xmlFreeDocElementContent__internal_alias __attribute((visibility("hidden")));
1475extern __typeof (xmlFreeDocElementContent) xmlFreeDocElementContent __attribute((alias("xmlFreeDocElementContent__internal_alias")));
1476#define xmlFreeDocElementContent xmlFreeDocElementContent__internal_alias
1477
Daniel Veillardbe076e92005-01-04 20:18:14 +00001478extern __typeof (xmlFreeDtd) xmlFreeDtd__internal_alias __attribute((visibility("hidden")));
1479extern __typeof (xmlFreeDtd) xmlFreeDtd __attribute((alias("xmlFreeDtd__internal_alias")));
1480#define xmlFreeDtd xmlFreeDtd__internal_alias
1481
1482extern __typeof (xmlFreeElementContent) xmlFreeElementContent__internal_alias __attribute((visibility("hidden")));
1483extern __typeof (xmlFreeElementContent) xmlFreeElementContent __attribute((alias("xmlFreeElementContent__internal_alias")));
1484#define xmlFreeElementContent xmlFreeElementContent__internal_alias
1485
1486extern __typeof (xmlFreeElementTable) xmlFreeElementTable__internal_alias __attribute((visibility("hidden")));
1487extern __typeof (xmlFreeElementTable) xmlFreeElementTable __attribute((alias("xmlFreeElementTable__internal_alias")));
1488#define xmlFreeElementTable xmlFreeElementTable__internal_alias
1489
1490extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable__internal_alias __attribute((visibility("hidden")));
1491extern __typeof (xmlFreeEntitiesTable) xmlFreeEntitiesTable __attribute((alias("xmlFreeEntitiesTable__internal_alias")));
1492#define xmlFreeEntitiesTable xmlFreeEntitiesTable__internal_alias
1493
1494extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration__internal_alias __attribute((visibility("hidden")));
1495extern __typeof (xmlFreeEnumeration) xmlFreeEnumeration __attribute((alias("xmlFreeEnumeration__internal_alias")));
1496#define xmlFreeEnumeration xmlFreeEnumeration__internal_alias
1497
1498extern __typeof (xmlFreeIDTable) xmlFreeIDTable__internal_alias __attribute((visibility("hidden")));
1499extern __typeof (xmlFreeIDTable) xmlFreeIDTable __attribute((alias("xmlFreeIDTable__internal_alias")));
1500#define xmlFreeIDTable xmlFreeIDTable__internal_alias
1501
1502extern __typeof (xmlFreeInputStream) xmlFreeInputStream__internal_alias __attribute((visibility("hidden")));
1503extern __typeof (xmlFreeInputStream) xmlFreeInputStream __attribute((alias("xmlFreeInputStream__internal_alias")));
1504#define xmlFreeInputStream xmlFreeInputStream__internal_alias
1505
1506extern __typeof (xmlFreeMutex) xmlFreeMutex__internal_alias __attribute((visibility("hidden")));
1507extern __typeof (xmlFreeMutex) xmlFreeMutex __attribute((alias("xmlFreeMutex__internal_alias")));
1508#define xmlFreeMutex xmlFreeMutex__internal_alias
1509
1510extern __typeof (xmlFreeNode) xmlFreeNode__internal_alias __attribute((visibility("hidden")));
1511extern __typeof (xmlFreeNode) xmlFreeNode __attribute((alias("xmlFreeNode__internal_alias")));
1512#define xmlFreeNode xmlFreeNode__internal_alias
1513
1514extern __typeof (xmlFreeNodeList) xmlFreeNodeList__internal_alias __attribute((visibility("hidden")));
1515extern __typeof (xmlFreeNodeList) xmlFreeNodeList __attribute((alias("xmlFreeNodeList__internal_alias")));
1516#define xmlFreeNodeList xmlFreeNodeList__internal_alias
1517
1518extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable__internal_alias __attribute((visibility("hidden")));
1519extern __typeof (xmlFreeNotationTable) xmlFreeNotationTable __attribute((alias("xmlFreeNotationTable__internal_alias")));
1520#define xmlFreeNotationTable xmlFreeNotationTable__internal_alias
1521
1522extern __typeof (xmlFreeNs) xmlFreeNs__internal_alias __attribute((visibility("hidden")));
1523extern __typeof (xmlFreeNs) xmlFreeNs __attribute((alias("xmlFreeNs__internal_alias")));
1524#define xmlFreeNs xmlFreeNs__internal_alias
1525
1526extern __typeof (xmlFreeNsList) xmlFreeNsList__internal_alias __attribute((visibility("hidden")));
1527extern __typeof (xmlFreeNsList) xmlFreeNsList __attribute((alias("xmlFreeNsList__internal_alias")));
1528#define xmlFreeNsList xmlFreeNsList__internal_alias
1529
1530extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
1531extern __typeof (xmlFreeParserCtxt) xmlFreeParserCtxt __attribute((alias("xmlFreeParserCtxt__internal_alias")));
1532#define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias
1533
1534extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer__internal_alias __attribute((visibility("hidden")));
1535extern __typeof (xmlFreeParserInputBuffer) xmlFreeParserInputBuffer __attribute((alias("xmlFreeParserInputBuffer__internal_alias")));
1536#define xmlFreeParserInputBuffer xmlFreeParserInputBuffer__internal_alias
1537
1538#if defined(LIBXML_PATTERN_ENABLED)
1539extern __typeof (xmlFreePattern) xmlFreePattern__internal_alias __attribute((visibility("hidden")));
1540extern __typeof (xmlFreePattern) xmlFreePattern __attribute((alias("xmlFreePattern__internal_alias")));
1541#define xmlFreePattern xmlFreePattern__internal_alias
1542#endif
1543
1544#if defined(LIBXML_PATTERN_ENABLED)
1545extern __typeof (xmlFreePatternList) xmlFreePatternList__internal_alias __attribute((visibility("hidden")));
1546extern __typeof (xmlFreePatternList) xmlFreePatternList __attribute((alias("xmlFreePatternList__internal_alias")));
1547#define xmlFreePatternList xmlFreePatternList__internal_alias
1548#endif
1549
1550extern __typeof (xmlFreeProp) xmlFreeProp__internal_alias __attribute((visibility("hidden")));
1551extern __typeof (xmlFreeProp) xmlFreeProp __attribute((alias("xmlFreeProp__internal_alias")));
1552#define xmlFreeProp xmlFreeProp__internal_alias
1553
1554extern __typeof (xmlFreePropList) xmlFreePropList__internal_alias __attribute((visibility("hidden")));
1555extern __typeof (xmlFreePropList) xmlFreePropList __attribute((alias("xmlFreePropList__internal_alias")));
1556#define xmlFreePropList xmlFreePropList__internal_alias
1557
1558extern __typeof (xmlFreeRMutex) xmlFreeRMutex__internal_alias __attribute((visibility("hidden")));
1559extern __typeof (xmlFreeRMutex) xmlFreeRMutex __attribute((alias("xmlFreeRMutex__internal_alias")));
1560#define xmlFreeRMutex xmlFreeRMutex__internal_alias
1561
1562extern __typeof (xmlFreeRefTable) xmlFreeRefTable__internal_alias __attribute((visibility("hidden")));
1563extern __typeof (xmlFreeRefTable) xmlFreeRefTable __attribute((alias("xmlFreeRefTable__internal_alias")));
1564#define xmlFreeRefTable xmlFreeRefTable__internal_alias
1565
William M. Brack015ccb22005-02-13 08:18:52 +00001566#if defined(LIBXML_PATTERN_ENABLED)
1567extern __typeof (xmlFreeStreamCtxt) xmlFreeStreamCtxt__internal_alias __attribute((visibility("hidden")));
1568extern __typeof (xmlFreeStreamCtxt) xmlFreeStreamCtxt __attribute((alias("xmlFreeStreamCtxt__internal_alias")));
1569#define xmlFreeStreamCtxt xmlFreeStreamCtxt__internal_alias
1570#endif
1571
Daniel Veillardbe076e92005-01-04 20:18:14 +00001572#if defined(LIBXML_READER_ENABLED)
1573extern __typeof (xmlFreeTextReader) xmlFreeTextReader__internal_alias __attribute((visibility("hidden")));
1574extern __typeof (xmlFreeTextReader) xmlFreeTextReader __attribute((alias("xmlFreeTextReader__internal_alias")));
1575#define xmlFreeTextReader xmlFreeTextReader__internal_alias
1576#endif
1577
1578#if defined(LIBXML_WRITER_ENABLED)
1579extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter__internal_alias __attribute((visibility("hidden")));
1580extern __typeof (xmlFreeTextWriter) xmlFreeTextWriter __attribute((alias("xmlFreeTextWriter__internal_alias")));
1581#define xmlFreeTextWriter xmlFreeTextWriter__internal_alias
1582#endif
1583
1584extern __typeof (xmlFreeURI) xmlFreeURI__internal_alias __attribute((visibility("hidden")));
1585extern __typeof (xmlFreeURI) xmlFreeURI __attribute((alias("xmlFreeURI__internal_alias")));
1586#define xmlFreeURI xmlFreeURI__internal_alias
1587
1588#if defined(LIBXML_VALID_ENABLED)
1589extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
1590extern __typeof (xmlFreeValidCtxt) xmlFreeValidCtxt __attribute((alias("xmlFreeValidCtxt__internal_alias")));
1591#define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias
1592#endif
1593
1594extern __typeof (xmlGcMemGet) xmlGcMemGet__internal_alias __attribute((visibility("hidden")));
1595extern __typeof (xmlGcMemGet) xmlGcMemGet __attribute((alias("xmlGcMemGet__internal_alias")));
1596#define xmlGcMemGet xmlGcMemGet__internal_alias
1597
1598extern __typeof (xmlGcMemSetup) xmlGcMemSetup__internal_alias __attribute((visibility("hidden")));
1599extern __typeof (xmlGcMemSetup) xmlGcMemSetup __attribute((alias("xmlGcMemSetup__internal_alias")));
1600#define xmlGcMemSetup xmlGcMemSetup__internal_alias
1601
1602extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
1603extern __typeof (xmlGetBufferAllocationScheme) xmlGetBufferAllocationScheme __attribute((alias("xmlGetBufferAllocationScheme__internal_alias")));
1604#define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias
1605
1606extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
1607extern __typeof (xmlGetCharEncodingHandler) xmlGetCharEncodingHandler __attribute((alias("xmlGetCharEncodingHandler__internal_alias")));
1608#define xmlGetCharEncodingHandler xmlGetCharEncodingHandler__internal_alias
1609
1610extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName__internal_alias __attribute((visibility("hidden")));
1611extern __typeof (xmlGetCharEncodingName) xmlGetCharEncodingName __attribute((alias("xmlGetCharEncodingName__internal_alias")));
1612#define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias
1613
1614extern __typeof (xmlGetCompressMode) xmlGetCompressMode__internal_alias __attribute((visibility("hidden")));
1615extern __typeof (xmlGetCompressMode) xmlGetCompressMode __attribute((alias("xmlGetCompressMode__internal_alias")));
1616#define xmlGetCompressMode xmlGetCompressMode__internal_alias
1617
1618extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode__internal_alias __attribute((visibility("hidden")));
1619extern __typeof (xmlGetDocCompressMode) xmlGetDocCompressMode __attribute((alias("xmlGetDocCompressMode__internal_alias")));
1620#define xmlGetDocCompressMode xmlGetDocCompressMode__internal_alias
1621
1622extern __typeof (xmlGetDocEntity) xmlGetDocEntity__internal_alias __attribute((visibility("hidden")));
1623extern __typeof (xmlGetDocEntity) xmlGetDocEntity __attribute((alias("xmlGetDocEntity__internal_alias")));
1624#define xmlGetDocEntity xmlGetDocEntity__internal_alias
1625
1626extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc__internal_alias __attribute((visibility("hidden")));
1627extern __typeof (xmlGetDtdAttrDesc) xmlGetDtdAttrDesc __attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
1628#define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias
1629
1630extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc__internal_alias __attribute((visibility("hidden")));
1631extern __typeof (xmlGetDtdElementDesc) xmlGetDtdElementDesc __attribute((alias("xmlGetDtdElementDesc__internal_alias")));
1632#define xmlGetDtdElementDesc xmlGetDtdElementDesc__internal_alias
1633
1634extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity__internal_alias __attribute((visibility("hidden")));
1635extern __typeof (xmlGetDtdEntity) xmlGetDtdEntity __attribute((alias("xmlGetDtdEntity__internal_alias")));
1636#define xmlGetDtdEntity xmlGetDtdEntity__internal_alias
1637
1638extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc__internal_alias __attribute((visibility("hidden")));
1639extern __typeof (xmlGetDtdNotationDesc) xmlGetDtdNotationDesc __attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
1640#define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias
1641
1642extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc__internal_alias __attribute((visibility("hidden")));
1643extern __typeof (xmlGetDtdQAttrDesc) xmlGetDtdQAttrDesc __attribute((alias("xmlGetDtdQAttrDesc__internal_alias")));
1644#define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias
1645
1646extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc__internal_alias __attribute((visibility("hidden")));
1647extern __typeof (xmlGetDtdQElementDesc) xmlGetDtdQElementDesc __attribute((alias("xmlGetDtdQElementDesc__internal_alias")));
1648#define xmlGetDtdQElementDesc xmlGetDtdQElementDesc__internal_alias
1649
1650extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias__internal_alias __attribute((visibility("hidden")));
1651extern __typeof (xmlGetEncodingAlias) xmlGetEncodingAlias __attribute((alias("xmlGetEncodingAlias__internal_alias")));
1652#define xmlGetEncodingAlias xmlGetEncodingAlias__internal_alias
1653
1654extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
1655extern __typeof (xmlGetExternalEntityLoader) xmlGetExternalEntityLoader __attribute((alias("xmlGetExternalEntityLoader__internal_alias")));
1656#define xmlGetExternalEntityLoader xmlGetExternalEntityLoader__internal_alias
1657
1658#if defined(LIBXML_LEGACY_ENABLED)
1659extern __typeof (xmlGetFeature) xmlGetFeature__internal_alias __attribute((visibility("hidden")));
1660extern __typeof (xmlGetFeature) xmlGetFeature __attribute((alias("xmlGetFeature__internal_alias")));
1661#define xmlGetFeature xmlGetFeature__internal_alias
1662#endif
1663
1664#if defined(LIBXML_LEGACY_ENABLED)
1665extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList__internal_alias __attribute((visibility("hidden")));
1666extern __typeof (xmlGetFeaturesList) xmlGetFeaturesList __attribute((alias("xmlGetFeaturesList__internal_alias")));
1667#define xmlGetFeaturesList xmlGetFeaturesList__internal_alias
1668#endif
1669
1670extern __typeof (xmlGetGlobalState) xmlGetGlobalState__internal_alias __attribute((visibility("hidden")));
1671extern __typeof (xmlGetGlobalState) xmlGetGlobalState __attribute((alias("xmlGetGlobalState__internal_alias")));
1672#define xmlGetGlobalState xmlGetGlobalState__internal_alias
1673
1674extern __typeof (xmlGetID) xmlGetID__internal_alias __attribute((visibility("hidden")));
1675extern __typeof (xmlGetID) xmlGetID __attribute((alias("xmlGetID__internal_alias")));
1676#define xmlGetID xmlGetID__internal_alias
1677
1678extern __typeof (xmlGetIntSubset) xmlGetIntSubset__internal_alias __attribute((visibility("hidden")));
1679extern __typeof (xmlGetIntSubset) xmlGetIntSubset __attribute((alias("xmlGetIntSubset__internal_alias")));
1680#define xmlGetIntSubset xmlGetIntSubset__internal_alias
1681
1682extern __typeof (xmlGetLastChild) xmlGetLastChild__internal_alias __attribute((visibility("hidden")));
1683extern __typeof (xmlGetLastChild) xmlGetLastChild __attribute((alias("xmlGetLastChild__internal_alias")));
1684#define xmlGetLastChild xmlGetLastChild__internal_alias
1685
1686extern __typeof (xmlGetLastError) xmlGetLastError__internal_alias __attribute((visibility("hidden")));
1687extern __typeof (xmlGetLastError) xmlGetLastError __attribute((alias("xmlGetLastError__internal_alias")));
1688#define xmlGetLastError xmlGetLastError__internal_alias
1689
1690extern __typeof (xmlGetLineNo) xmlGetLineNo__internal_alias __attribute((visibility("hidden")));
1691extern __typeof (xmlGetLineNo) xmlGetLineNo __attribute((alias("xmlGetLineNo__internal_alias")));
1692#define xmlGetLineNo xmlGetLineNo__internal_alias
1693
1694extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp__internal_alias __attribute((visibility("hidden")));
1695extern __typeof (xmlGetNoNsProp) xmlGetNoNsProp __attribute((alias("xmlGetNoNsProp__internal_alias")));
1696#define xmlGetNoNsProp xmlGetNoNsProp__internal_alias
1697
1698#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
1699extern __typeof (xmlGetNodePath) xmlGetNodePath__internal_alias __attribute((visibility("hidden")));
1700extern __typeof (xmlGetNodePath) xmlGetNodePath __attribute((alias("xmlGetNodePath__internal_alias")));
1701#define xmlGetNodePath xmlGetNodePath__internal_alias
1702#endif
1703
1704#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED)
1705extern __typeof (xmlGetNsList) xmlGetNsList__internal_alias __attribute((visibility("hidden")));
1706extern __typeof (xmlGetNsList) xmlGetNsList __attribute((alias("xmlGetNsList__internal_alias")));
1707#define xmlGetNsList xmlGetNsList__internal_alias
1708#endif
1709
1710extern __typeof (xmlGetNsProp) xmlGetNsProp__internal_alias __attribute((visibility("hidden")));
1711extern __typeof (xmlGetNsProp) xmlGetNsProp __attribute((alias("xmlGetNsProp__internal_alias")));
1712#define xmlGetNsProp xmlGetNsProp__internal_alias
1713
1714extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity__internal_alias __attribute((visibility("hidden")));
1715extern __typeof (xmlGetParameterEntity) xmlGetParameterEntity __attribute((alias("xmlGetParameterEntity__internal_alias")));
1716#define xmlGetParameterEntity xmlGetParameterEntity__internal_alias
1717
1718extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity__internal_alias __attribute((visibility("hidden")));
1719extern __typeof (xmlGetPredefinedEntity) xmlGetPredefinedEntity __attribute((alias("xmlGetPredefinedEntity__internal_alias")));
1720#define xmlGetPredefinedEntity xmlGetPredefinedEntity__internal_alias
1721
1722extern __typeof (xmlGetProp) xmlGetProp__internal_alias __attribute((visibility("hidden")));
1723extern __typeof (xmlGetProp) xmlGetProp __attribute((alias("xmlGetProp__internal_alias")));
1724#define xmlGetProp xmlGetProp__internal_alias
1725
1726extern __typeof (xmlGetRefs) xmlGetRefs__internal_alias __attribute((visibility("hidden")));
1727extern __typeof (xmlGetRefs) xmlGetRefs __attribute((alias("xmlGetRefs__internal_alias")));
1728#define xmlGetRefs xmlGetRefs__internal_alias
1729
1730extern __typeof (xmlGetThreadId) xmlGetThreadId__internal_alias __attribute((visibility("hidden")));
1731extern __typeof (xmlGetThreadId) xmlGetThreadId __attribute((alias("xmlGetThreadId__internal_alias")));
1732#define xmlGetThreadId xmlGetThreadId__internal_alias
1733
1734extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char__internal_alias __attribute((visibility("hidden")));
1735extern __typeof (xmlGetUTF8Char) xmlGetUTF8Char __attribute((alias("xmlGetUTF8Char__internal_alias")));
1736#define xmlGetUTF8Char xmlGetUTF8Char__internal_alias
1737
1738#if defined(LIBXML_LEGACY_ENABLED)
1739extern __typeof (xmlHandleEntity) xmlHandleEntity__internal_alias __attribute((visibility("hidden")));
1740extern __typeof (xmlHandleEntity) xmlHandleEntity __attribute((alias("xmlHandleEntity__internal_alias")));
1741#define xmlHandleEntity xmlHandleEntity__internal_alias
1742#endif
1743
1744extern __typeof (xmlHasNsProp) xmlHasNsProp__internal_alias __attribute((visibility("hidden")));
1745extern __typeof (xmlHasNsProp) xmlHasNsProp __attribute((alias("xmlHasNsProp__internal_alias")));
1746#define xmlHasNsProp xmlHasNsProp__internal_alias
1747
1748extern __typeof (xmlHasProp) xmlHasProp__internal_alias __attribute((visibility("hidden")));
1749extern __typeof (xmlHasProp) xmlHasProp __attribute((alias("xmlHasProp__internal_alias")));
1750#define xmlHasProp xmlHasProp__internal_alias
1751
1752extern __typeof (xmlHashAddEntry) xmlHashAddEntry__internal_alias __attribute((visibility("hidden")));
1753extern __typeof (xmlHashAddEntry) xmlHashAddEntry __attribute((alias("xmlHashAddEntry__internal_alias")));
1754#define xmlHashAddEntry xmlHashAddEntry__internal_alias
1755
1756extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2__internal_alias __attribute((visibility("hidden")));
1757extern __typeof (xmlHashAddEntry2) xmlHashAddEntry2 __attribute((alias("xmlHashAddEntry2__internal_alias")));
1758#define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias
1759
1760extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3__internal_alias __attribute((visibility("hidden")));
1761extern __typeof (xmlHashAddEntry3) xmlHashAddEntry3 __attribute((alias("xmlHashAddEntry3__internal_alias")));
1762#define xmlHashAddEntry3 xmlHashAddEntry3__internal_alias
1763
1764extern __typeof (xmlHashCopy) xmlHashCopy__internal_alias __attribute((visibility("hidden")));
1765extern __typeof (xmlHashCopy) xmlHashCopy __attribute((alias("xmlHashCopy__internal_alias")));
1766#define xmlHashCopy xmlHashCopy__internal_alias
1767
1768extern __typeof (xmlHashCreate) xmlHashCreate__internal_alias __attribute((visibility("hidden")));
1769extern __typeof (xmlHashCreate) xmlHashCreate __attribute((alias("xmlHashCreate__internal_alias")));
1770#define xmlHashCreate xmlHashCreate__internal_alias
1771
Daniel Veillard2ae13382005-01-25 23:45:06 +00001772extern __typeof (xmlHashCreateDict) xmlHashCreateDict__internal_alias __attribute((visibility("hidden")));
1773extern __typeof (xmlHashCreateDict) xmlHashCreateDict __attribute((alias("xmlHashCreateDict__internal_alias")));
1774#define xmlHashCreateDict xmlHashCreateDict__internal_alias
1775
Daniel Veillardbe076e92005-01-04 20:18:14 +00001776extern __typeof (xmlHashFree) xmlHashFree__internal_alias __attribute((visibility("hidden")));
1777extern __typeof (xmlHashFree) xmlHashFree __attribute((alias("xmlHashFree__internal_alias")));
1778#define xmlHashFree xmlHashFree__internal_alias
1779
1780extern __typeof (xmlHashLookup) xmlHashLookup__internal_alias __attribute((visibility("hidden")));
1781extern __typeof (xmlHashLookup) xmlHashLookup __attribute((alias("xmlHashLookup__internal_alias")));
1782#define xmlHashLookup xmlHashLookup__internal_alias
1783
1784extern __typeof (xmlHashLookup2) xmlHashLookup2__internal_alias __attribute((visibility("hidden")));
1785extern __typeof (xmlHashLookup2) xmlHashLookup2 __attribute((alias("xmlHashLookup2__internal_alias")));
1786#define xmlHashLookup2 xmlHashLookup2__internal_alias
1787
1788extern __typeof (xmlHashLookup3) xmlHashLookup3__internal_alias __attribute((visibility("hidden")));
1789extern __typeof (xmlHashLookup3) xmlHashLookup3 __attribute((alias("xmlHashLookup3__internal_alias")));
1790#define xmlHashLookup3 xmlHashLookup3__internal_alias
1791
1792extern __typeof (xmlHashQLookup) xmlHashQLookup__internal_alias __attribute((visibility("hidden")));
1793extern __typeof (xmlHashQLookup) xmlHashQLookup __attribute((alias("xmlHashQLookup__internal_alias")));
1794#define xmlHashQLookup xmlHashQLookup__internal_alias
1795
1796extern __typeof (xmlHashQLookup2) xmlHashQLookup2__internal_alias __attribute((visibility("hidden")));
1797extern __typeof (xmlHashQLookup2) xmlHashQLookup2 __attribute((alias("xmlHashQLookup2__internal_alias")));
1798#define xmlHashQLookup2 xmlHashQLookup2__internal_alias
1799
1800extern __typeof (xmlHashQLookup3) xmlHashQLookup3__internal_alias __attribute((visibility("hidden")));
1801extern __typeof (xmlHashQLookup3) xmlHashQLookup3 __attribute((alias("xmlHashQLookup3__internal_alias")));
1802#define xmlHashQLookup3 xmlHashQLookup3__internal_alias
1803
1804extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry__internal_alias __attribute((visibility("hidden")));
1805extern __typeof (xmlHashRemoveEntry) xmlHashRemoveEntry __attribute((alias("xmlHashRemoveEntry__internal_alias")));
1806#define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias
1807
1808extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2__internal_alias __attribute((visibility("hidden")));
1809extern __typeof (xmlHashRemoveEntry2) xmlHashRemoveEntry2 __attribute((alias("xmlHashRemoveEntry2__internal_alias")));
1810#define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias
1811
1812extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3__internal_alias __attribute((visibility("hidden")));
1813extern __typeof (xmlHashRemoveEntry3) xmlHashRemoveEntry3 __attribute((alias("xmlHashRemoveEntry3__internal_alias")));
1814#define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias
1815
1816extern __typeof (xmlHashScan) xmlHashScan__internal_alias __attribute((visibility("hidden")));
1817extern __typeof (xmlHashScan) xmlHashScan __attribute((alias("xmlHashScan__internal_alias")));
1818#define xmlHashScan xmlHashScan__internal_alias
1819
1820extern __typeof (xmlHashScan3) xmlHashScan3__internal_alias __attribute((visibility("hidden")));
1821extern __typeof (xmlHashScan3) xmlHashScan3 __attribute((alias("xmlHashScan3__internal_alias")));
1822#define xmlHashScan3 xmlHashScan3__internal_alias
1823
1824extern __typeof (xmlHashScanFull) xmlHashScanFull__internal_alias __attribute((visibility("hidden")));
1825extern __typeof (xmlHashScanFull) xmlHashScanFull __attribute((alias("xmlHashScanFull__internal_alias")));
1826#define xmlHashScanFull xmlHashScanFull__internal_alias
1827
1828extern __typeof (xmlHashScanFull3) xmlHashScanFull3__internal_alias __attribute((visibility("hidden")));
1829extern __typeof (xmlHashScanFull3) xmlHashScanFull3 __attribute((alias("xmlHashScanFull3__internal_alias")));
1830#define xmlHashScanFull3 xmlHashScanFull3__internal_alias
1831
1832extern __typeof (xmlHashSize) xmlHashSize__internal_alias __attribute((visibility("hidden")));
1833extern __typeof (xmlHashSize) xmlHashSize __attribute((alias("xmlHashSize__internal_alias")));
1834#define xmlHashSize xmlHashSize__internal_alias
1835
1836extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry__internal_alias __attribute((visibility("hidden")));
1837extern __typeof (xmlHashUpdateEntry) xmlHashUpdateEntry __attribute((alias("xmlHashUpdateEntry__internal_alias")));
1838#define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias
1839
1840extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2__internal_alias __attribute((visibility("hidden")));
1841extern __typeof (xmlHashUpdateEntry2) xmlHashUpdateEntry2 __attribute((alias("xmlHashUpdateEntry2__internal_alias")));
1842#define xmlHashUpdateEntry2 xmlHashUpdateEntry2__internal_alias
1843
1844extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3__internal_alias __attribute((visibility("hidden")));
1845extern __typeof (xmlHashUpdateEntry3) xmlHashUpdateEntry3 __attribute((alias("xmlHashUpdateEntry3__internal_alias")));
1846#define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias
1847
1848#if defined(LIBXML_FTP_ENABLED)
1849extern __typeof (xmlIOFTPClose) xmlIOFTPClose__internal_alias __attribute((visibility("hidden")));
1850extern __typeof (xmlIOFTPClose) xmlIOFTPClose __attribute((alias("xmlIOFTPClose__internal_alias")));
1851#define xmlIOFTPClose xmlIOFTPClose__internal_alias
1852#endif
1853
1854#if defined(LIBXML_FTP_ENABLED)
1855extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch__internal_alias __attribute((visibility("hidden")));
1856extern __typeof (xmlIOFTPMatch) xmlIOFTPMatch __attribute((alias("xmlIOFTPMatch__internal_alias")));
1857#define xmlIOFTPMatch xmlIOFTPMatch__internal_alias
1858#endif
1859
1860#if defined(LIBXML_FTP_ENABLED)
1861extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen__internal_alias __attribute((visibility("hidden")));
1862extern __typeof (xmlIOFTPOpen) xmlIOFTPOpen __attribute((alias("xmlIOFTPOpen__internal_alias")));
1863#define xmlIOFTPOpen xmlIOFTPOpen__internal_alias
1864#endif
1865
1866#if defined(LIBXML_FTP_ENABLED)
1867extern __typeof (xmlIOFTPRead) xmlIOFTPRead__internal_alias __attribute((visibility("hidden")));
1868extern __typeof (xmlIOFTPRead) xmlIOFTPRead __attribute((alias("xmlIOFTPRead__internal_alias")));
1869#define xmlIOFTPRead xmlIOFTPRead__internal_alias
1870#endif
1871
1872#if defined(LIBXML_HTTP_ENABLED)
1873extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose__internal_alias __attribute((visibility("hidden")));
1874extern __typeof (xmlIOHTTPClose) xmlIOHTTPClose __attribute((alias("xmlIOHTTPClose__internal_alias")));
1875#define xmlIOHTTPClose xmlIOHTTPClose__internal_alias
1876#endif
1877
1878#if defined(LIBXML_HTTP_ENABLED)
1879extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch__internal_alias __attribute((visibility("hidden")));
1880extern __typeof (xmlIOHTTPMatch) xmlIOHTTPMatch __attribute((alias("xmlIOHTTPMatch__internal_alias")));
1881#define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias
1882#endif
1883
1884#if defined(LIBXML_HTTP_ENABLED)
1885extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen__internal_alias __attribute((visibility("hidden")));
1886extern __typeof (xmlIOHTTPOpen) xmlIOHTTPOpen __attribute((alias("xmlIOHTTPOpen__internal_alias")));
1887#define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias
1888#endif
1889
1890#if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1891extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW__internal_alias __attribute((visibility("hidden")));
1892extern __typeof (xmlIOHTTPOpenW) xmlIOHTTPOpenW __attribute((alias("xmlIOHTTPOpenW__internal_alias")));
1893#define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias
1894#endif
1895
1896#if defined(LIBXML_HTTP_ENABLED)
1897extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead__internal_alias __attribute((visibility("hidden")));
1898extern __typeof (xmlIOHTTPRead) xmlIOHTTPRead __attribute((alias("xmlIOHTTPRead__internal_alias")));
1899#define xmlIOHTTPRead xmlIOHTTPRead__internal_alias
1900#endif
1901
1902#if defined(LIBXML_VALID_ENABLED)
1903extern __typeof (xmlIOParseDTD) xmlIOParseDTD__internal_alias __attribute((visibility("hidden")));
1904extern __typeof (xmlIOParseDTD) xmlIOParseDTD __attribute((alias("xmlIOParseDTD__internal_alias")));
1905#define xmlIOParseDTD xmlIOParseDTD__internal_alias
1906#endif
1907
1908extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers__internal_alias __attribute((visibility("hidden")));
1909extern __typeof (xmlInitCharEncodingHandlers) xmlInitCharEncodingHandlers __attribute((alias("xmlInitCharEncodingHandlers__internal_alias")));
1910#define xmlInitCharEncodingHandlers xmlInitCharEncodingHandlers__internal_alias
1911
1912extern __typeof (xmlInitGlobals) xmlInitGlobals__internal_alias __attribute((visibility("hidden")));
1913extern __typeof (xmlInitGlobals) xmlInitGlobals __attribute((alias("xmlInitGlobals__internal_alias")));
1914#define xmlInitGlobals xmlInitGlobals__internal_alias
1915
1916extern __typeof (xmlInitMemory) xmlInitMemory__internal_alias __attribute((visibility("hidden")));
1917extern __typeof (xmlInitMemory) xmlInitMemory __attribute((alias("xmlInitMemory__internal_alias")));
1918#define xmlInitMemory xmlInitMemory__internal_alias
1919
1920extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq__internal_alias __attribute((visibility("hidden")));
1921extern __typeof (xmlInitNodeInfoSeq) xmlInitNodeInfoSeq __attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
1922#define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias
1923
1924extern __typeof (xmlInitParser) xmlInitParser__internal_alias __attribute((visibility("hidden")));
1925extern __typeof (xmlInitParser) xmlInitParser __attribute((alias("xmlInitParser__internal_alias")));
1926#define xmlInitParser xmlInitParser__internal_alias
1927
1928extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt__internal_alias __attribute((visibility("hidden")));
1929extern __typeof (xmlInitParserCtxt) xmlInitParserCtxt __attribute((alias("xmlInitParserCtxt__internal_alias")));
1930#define xmlInitParserCtxt xmlInitParserCtxt__internal_alias
1931
1932extern __typeof (xmlInitThreads) xmlInitThreads__internal_alias __attribute((visibility("hidden")));
1933extern __typeof (xmlInitThreads) xmlInitThreads __attribute((alias("xmlInitThreads__internal_alias")));
1934#define xmlInitThreads xmlInitThreads__internal_alias
1935
1936#if defined(LIBXML_CATALOG_ENABLED)
1937extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog__internal_alias __attribute((visibility("hidden")));
1938extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog __attribute((alias("xmlInitializeCatalog__internal_alias")));
1939#define xmlInitializeCatalog xmlInitializeCatalog__internal_alias
1940#endif
1941
1942extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState__internal_alias __attribute((visibility("hidden")));
1943extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState __attribute((alias("xmlInitializeGlobalState__internal_alias")));
1944#define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias
1945
1946#if defined(LIBXML_LEGACY_ENABLED)
1947extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities__internal_alias __attribute((visibility("hidden")));
1948extern __typeof (xmlInitializePredefinedEntities) xmlInitializePredefinedEntities __attribute((alias("xmlInitializePredefinedEntities__internal_alias")));
1949#define xmlInitializePredefinedEntities xmlInitializePredefinedEntities__internal_alias
1950#endif
1951
1952extern __typeof (xmlIsBaseChar) xmlIsBaseChar__internal_alias __attribute((visibility("hidden")));
1953extern __typeof (xmlIsBaseChar) xmlIsBaseChar __attribute((alias("xmlIsBaseChar__internal_alias")));
1954#define xmlIsBaseChar xmlIsBaseChar__internal_alias
1955
1956extern __typeof (xmlIsBlank) xmlIsBlank__internal_alias __attribute((visibility("hidden")));
1957extern __typeof (xmlIsBlank) xmlIsBlank __attribute((alias("xmlIsBlank__internal_alias")));
1958#define xmlIsBlank xmlIsBlank__internal_alias
1959
1960extern __typeof (xmlIsBlankNode) xmlIsBlankNode__internal_alias __attribute((visibility("hidden")));
1961extern __typeof (xmlIsBlankNode) xmlIsBlankNode __attribute((alias("xmlIsBlankNode__internal_alias")));
1962#define xmlIsBlankNode xmlIsBlankNode__internal_alias
1963
1964extern __typeof (xmlIsChar) xmlIsChar__internal_alias __attribute((visibility("hidden")));
1965extern __typeof (xmlIsChar) xmlIsChar __attribute((alias("xmlIsChar__internal_alias")));
1966#define xmlIsChar xmlIsChar__internal_alias
1967
1968extern __typeof (xmlIsCombining) xmlIsCombining__internal_alias __attribute((visibility("hidden")));
1969extern __typeof (xmlIsCombining) xmlIsCombining __attribute((alias("xmlIsCombining__internal_alias")));
1970#define xmlIsCombining xmlIsCombining__internal_alias
1971
1972extern __typeof (xmlIsDigit) xmlIsDigit__internal_alias __attribute((visibility("hidden")));
1973extern __typeof (xmlIsDigit) xmlIsDigit __attribute((alias("xmlIsDigit__internal_alias")));
1974#define xmlIsDigit xmlIsDigit__internal_alias
1975
1976extern __typeof (xmlIsExtender) xmlIsExtender__internal_alias __attribute((visibility("hidden")));
1977extern __typeof (xmlIsExtender) xmlIsExtender __attribute((alias("xmlIsExtender__internal_alias")));
1978#define xmlIsExtender xmlIsExtender__internal_alias
1979
1980extern __typeof (xmlIsID) xmlIsID__internal_alias __attribute((visibility("hidden")));
1981extern __typeof (xmlIsID) xmlIsID __attribute((alias("xmlIsID__internal_alias")));
1982#define xmlIsID xmlIsID__internal_alias
1983
1984extern __typeof (xmlIsIdeographic) xmlIsIdeographic__internal_alias __attribute((visibility("hidden")));
1985extern __typeof (xmlIsIdeographic) xmlIsIdeographic __attribute((alias("xmlIsIdeographic__internal_alias")));
1986#define xmlIsIdeographic xmlIsIdeographic__internal_alias
1987
1988extern __typeof (xmlIsLetter) xmlIsLetter__internal_alias __attribute((visibility("hidden")));
1989extern __typeof (xmlIsLetter) xmlIsLetter __attribute((alias("xmlIsLetter__internal_alias")));
1990#define xmlIsLetter xmlIsLetter__internal_alias
1991
1992extern __typeof (xmlIsMainThread) xmlIsMainThread__internal_alias __attribute((visibility("hidden")));
1993extern __typeof (xmlIsMainThread) xmlIsMainThread __attribute((alias("xmlIsMainThread__internal_alias")));
1994#define xmlIsMainThread xmlIsMainThread__internal_alias
1995
1996extern __typeof (xmlIsMixedElement) xmlIsMixedElement__internal_alias __attribute((visibility("hidden")));
1997extern __typeof (xmlIsMixedElement) xmlIsMixedElement __attribute((alias("xmlIsMixedElement__internal_alias")));
1998#define xmlIsMixedElement xmlIsMixedElement__internal_alias
1999
2000extern __typeof (xmlIsPubidChar) xmlIsPubidChar__internal_alias __attribute((visibility("hidden")));
2001extern __typeof (xmlIsPubidChar) xmlIsPubidChar __attribute((alias("xmlIsPubidChar__internal_alias")));
2002#define xmlIsPubidChar xmlIsPubidChar__internal_alias
2003
2004extern __typeof (xmlIsRef) xmlIsRef__internal_alias __attribute((visibility("hidden")));
2005extern __typeof (xmlIsRef) xmlIsRef __attribute((alias("xmlIsRef__internal_alias")));
2006#define xmlIsRef xmlIsRef__internal_alias
2007
2008extern __typeof (xmlIsXHTML) xmlIsXHTML__internal_alias __attribute((visibility("hidden")));
2009extern __typeof (xmlIsXHTML) xmlIsXHTML __attribute((alias("xmlIsXHTML__internal_alias")));
2010#define xmlIsXHTML xmlIsXHTML__internal_alias
2011
2012extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault__internal_alias __attribute((visibility("hidden")));
2013extern __typeof (xmlKeepBlanksDefault) xmlKeepBlanksDefault __attribute((alias("xmlKeepBlanksDefault__internal_alias")));
2014#define xmlKeepBlanksDefault xmlKeepBlanksDefault__internal_alias
2015
2016extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault__internal_alias __attribute((visibility("hidden")));
2017extern __typeof (xmlLineNumbersDefault) xmlLineNumbersDefault __attribute((alias("xmlLineNumbersDefault__internal_alias")));
2018#define xmlLineNumbersDefault xmlLineNumbersDefault__internal_alias
2019
2020extern __typeof (xmlLinkGetData) xmlLinkGetData__internal_alias __attribute((visibility("hidden")));
2021extern __typeof (xmlLinkGetData) xmlLinkGetData __attribute((alias("xmlLinkGetData__internal_alias")));
2022#define xmlLinkGetData xmlLinkGetData__internal_alias
2023
2024extern __typeof (xmlListAppend) xmlListAppend__internal_alias __attribute((visibility("hidden")));
2025extern __typeof (xmlListAppend) xmlListAppend __attribute((alias("xmlListAppend__internal_alias")));
2026#define xmlListAppend xmlListAppend__internal_alias
2027
2028extern __typeof (xmlListClear) xmlListClear__internal_alias __attribute((visibility("hidden")));
2029extern __typeof (xmlListClear) xmlListClear __attribute((alias("xmlListClear__internal_alias")));
2030#define xmlListClear xmlListClear__internal_alias
2031
2032extern __typeof (xmlListCopy) xmlListCopy__internal_alias __attribute((visibility("hidden")));
2033extern __typeof (xmlListCopy) xmlListCopy __attribute((alias("xmlListCopy__internal_alias")));
2034#define xmlListCopy xmlListCopy__internal_alias
2035
2036extern __typeof (xmlListCreate) xmlListCreate__internal_alias __attribute((visibility("hidden")));
2037extern __typeof (xmlListCreate) xmlListCreate __attribute((alias("xmlListCreate__internal_alias")));
2038#define xmlListCreate xmlListCreate__internal_alias
2039
2040extern __typeof (xmlListDelete) xmlListDelete__internal_alias __attribute((visibility("hidden")));
2041extern __typeof (xmlListDelete) xmlListDelete __attribute((alias("xmlListDelete__internal_alias")));
2042#define xmlListDelete xmlListDelete__internal_alias
2043
2044extern __typeof (xmlListDup) xmlListDup__internal_alias __attribute((visibility("hidden")));
2045extern __typeof (xmlListDup) xmlListDup __attribute((alias("xmlListDup__internal_alias")));
2046#define xmlListDup xmlListDup__internal_alias
2047
2048extern __typeof (xmlListEmpty) xmlListEmpty__internal_alias __attribute((visibility("hidden")));
2049extern __typeof (xmlListEmpty) xmlListEmpty __attribute((alias("xmlListEmpty__internal_alias")));
2050#define xmlListEmpty xmlListEmpty__internal_alias
2051
2052extern __typeof (xmlListEnd) xmlListEnd__internal_alias __attribute((visibility("hidden")));
2053extern __typeof (xmlListEnd) xmlListEnd __attribute((alias("xmlListEnd__internal_alias")));
2054#define xmlListEnd xmlListEnd__internal_alias
2055
2056extern __typeof (xmlListFront) xmlListFront__internal_alias __attribute((visibility("hidden")));
2057extern __typeof (xmlListFront) xmlListFront __attribute((alias("xmlListFront__internal_alias")));
2058#define xmlListFront xmlListFront__internal_alias
2059
2060extern __typeof (xmlListInsert) xmlListInsert__internal_alias __attribute((visibility("hidden")));
2061extern __typeof (xmlListInsert) xmlListInsert __attribute((alias("xmlListInsert__internal_alias")));
2062#define xmlListInsert xmlListInsert__internal_alias
2063
2064extern __typeof (xmlListMerge) xmlListMerge__internal_alias __attribute((visibility("hidden")));
2065extern __typeof (xmlListMerge) xmlListMerge __attribute((alias("xmlListMerge__internal_alias")));
2066#define xmlListMerge xmlListMerge__internal_alias
2067
2068extern __typeof (xmlListPopBack) xmlListPopBack__internal_alias __attribute((visibility("hidden")));
2069extern __typeof (xmlListPopBack) xmlListPopBack __attribute((alias("xmlListPopBack__internal_alias")));
2070#define xmlListPopBack xmlListPopBack__internal_alias
2071
2072extern __typeof (xmlListPopFront) xmlListPopFront__internal_alias __attribute((visibility("hidden")));
2073extern __typeof (xmlListPopFront) xmlListPopFront __attribute((alias("xmlListPopFront__internal_alias")));
2074#define xmlListPopFront xmlListPopFront__internal_alias
2075
2076extern __typeof (xmlListPushBack) xmlListPushBack__internal_alias __attribute((visibility("hidden")));
2077extern __typeof (xmlListPushBack) xmlListPushBack __attribute((alias("xmlListPushBack__internal_alias")));
2078#define xmlListPushBack xmlListPushBack__internal_alias
2079
2080extern __typeof (xmlListPushFront) xmlListPushFront__internal_alias __attribute((visibility("hidden")));
2081extern __typeof (xmlListPushFront) xmlListPushFront __attribute((alias("xmlListPushFront__internal_alias")));
2082#define xmlListPushFront xmlListPushFront__internal_alias
2083
2084extern __typeof (xmlListRemoveAll) xmlListRemoveAll__internal_alias __attribute((visibility("hidden")));
2085extern __typeof (xmlListRemoveAll) xmlListRemoveAll __attribute((alias("xmlListRemoveAll__internal_alias")));
2086#define xmlListRemoveAll xmlListRemoveAll__internal_alias
2087
2088extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst__internal_alias __attribute((visibility("hidden")));
2089extern __typeof (xmlListRemoveFirst) xmlListRemoveFirst __attribute((alias("xmlListRemoveFirst__internal_alias")));
2090#define xmlListRemoveFirst xmlListRemoveFirst__internal_alias
2091
2092extern __typeof (xmlListRemoveLast) xmlListRemoveLast__internal_alias __attribute((visibility("hidden")));
2093extern __typeof (xmlListRemoveLast) xmlListRemoveLast __attribute((alias("xmlListRemoveLast__internal_alias")));
2094#define xmlListRemoveLast xmlListRemoveLast__internal_alias
2095
2096extern __typeof (xmlListReverse) xmlListReverse__internal_alias __attribute((visibility("hidden")));
2097extern __typeof (xmlListReverse) xmlListReverse __attribute((alias("xmlListReverse__internal_alias")));
2098#define xmlListReverse xmlListReverse__internal_alias
2099
2100extern __typeof (xmlListReverseSearch) xmlListReverseSearch__internal_alias __attribute((visibility("hidden")));
2101extern __typeof (xmlListReverseSearch) xmlListReverseSearch __attribute((alias("xmlListReverseSearch__internal_alias")));
2102#define xmlListReverseSearch xmlListReverseSearch__internal_alias
2103
2104extern __typeof (xmlListReverseWalk) xmlListReverseWalk__internal_alias __attribute((visibility("hidden")));
2105extern __typeof (xmlListReverseWalk) xmlListReverseWalk __attribute((alias("xmlListReverseWalk__internal_alias")));
2106#define xmlListReverseWalk xmlListReverseWalk__internal_alias
2107
2108extern __typeof (xmlListSearch) xmlListSearch__internal_alias __attribute((visibility("hidden")));
2109extern __typeof (xmlListSearch) xmlListSearch __attribute((alias("xmlListSearch__internal_alias")));
2110#define xmlListSearch xmlListSearch__internal_alias
2111
2112extern __typeof (xmlListSize) xmlListSize__internal_alias __attribute((visibility("hidden")));
2113extern __typeof (xmlListSize) xmlListSize __attribute((alias("xmlListSize__internal_alias")));
2114#define xmlListSize xmlListSize__internal_alias
2115
2116extern __typeof (xmlListSort) xmlListSort__internal_alias __attribute((visibility("hidden")));
2117extern __typeof (xmlListSort) xmlListSort __attribute((alias("xmlListSort__internal_alias")));
2118#define xmlListSort xmlListSort__internal_alias
2119
2120extern __typeof (xmlListWalk) xmlListWalk__internal_alias __attribute((visibility("hidden")));
2121extern __typeof (xmlListWalk) xmlListWalk __attribute((alias("xmlListWalk__internal_alias")));
2122#define xmlListWalk xmlListWalk__internal_alias
2123
2124#if defined(LIBXML_CATALOG_ENABLED)
2125extern __typeof (xmlLoadACatalog) xmlLoadACatalog__internal_alias __attribute((visibility("hidden")));
2126extern __typeof (xmlLoadACatalog) xmlLoadACatalog __attribute((alias("xmlLoadACatalog__internal_alias")));
2127#define xmlLoadACatalog xmlLoadACatalog__internal_alias
2128#endif
2129
2130#if defined(LIBXML_CATALOG_ENABLED)
2131extern __typeof (xmlLoadCatalog) xmlLoadCatalog__internal_alias __attribute((visibility("hidden")));
2132extern __typeof (xmlLoadCatalog) xmlLoadCatalog __attribute((alias("xmlLoadCatalog__internal_alias")));
2133#define xmlLoadCatalog xmlLoadCatalog__internal_alias
2134#endif
2135
2136#if defined(LIBXML_CATALOG_ENABLED)
2137extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs__internal_alias __attribute((visibility("hidden")));
2138extern __typeof (xmlLoadCatalogs) xmlLoadCatalogs __attribute((alias("xmlLoadCatalogs__internal_alias")));
2139#define xmlLoadCatalogs xmlLoadCatalogs__internal_alias
2140#endif
2141
2142extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity__internal_alias __attribute((visibility("hidden")));
2143extern __typeof (xmlLoadExternalEntity) xmlLoadExternalEntity __attribute((alias("xmlLoadExternalEntity__internal_alias")));
2144#define xmlLoadExternalEntity xmlLoadExternalEntity__internal_alias
2145
2146#if defined(LIBXML_CATALOG_ENABLED)
2147extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog__internal_alias __attribute((visibility("hidden")));
2148extern __typeof (xmlLoadSGMLSuperCatalog) xmlLoadSGMLSuperCatalog __attribute((alias("xmlLoadSGMLSuperCatalog__internal_alias")));
2149#define xmlLoadSGMLSuperCatalog xmlLoadSGMLSuperCatalog__internal_alias
2150#endif
2151
2152extern __typeof (xmlLockLibrary) xmlLockLibrary__internal_alias __attribute((visibility("hidden")));
2153extern __typeof (xmlLockLibrary) xmlLockLibrary __attribute((alias("xmlLockLibrary__internal_alias")));
2154#define xmlLockLibrary xmlLockLibrary__internal_alias
2155
2156#if defined(LIBXML_DEBUG_ENABLED)
2157extern __typeof (xmlLsCountNode) xmlLsCountNode__internal_alias __attribute((visibility("hidden")));
2158extern __typeof (xmlLsCountNode) xmlLsCountNode __attribute((alias("xmlLsCountNode__internal_alias")));
2159#define xmlLsCountNode xmlLsCountNode__internal_alias
2160#endif
2161
2162#if defined(LIBXML_DEBUG_ENABLED)
2163extern __typeof (xmlLsOneNode) xmlLsOneNode__internal_alias __attribute((visibility("hidden")));
2164extern __typeof (xmlLsOneNode) xmlLsOneNode __attribute((alias("xmlLsOneNode__internal_alias")));
2165#define xmlLsOneNode xmlLsOneNode__internal_alias
2166#endif
2167
2168extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc__internal_alias __attribute((visibility("hidden")));
2169extern __typeof (xmlMallocAtomicLoc) xmlMallocAtomicLoc __attribute((alias("xmlMallocAtomicLoc__internal_alias")));
2170#define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias
2171
2172extern __typeof (xmlMallocLoc) xmlMallocLoc__internal_alias __attribute((visibility("hidden")));
2173extern __typeof (xmlMallocLoc) xmlMallocLoc __attribute((alias("xmlMallocLoc__internal_alias")));
2174#define xmlMallocLoc xmlMallocLoc__internal_alias
2175
2176extern __typeof (xmlMemBlocks) xmlMemBlocks__internal_alias __attribute((visibility("hidden")));
2177extern __typeof (xmlMemBlocks) xmlMemBlocks __attribute((alias("xmlMemBlocks__internal_alias")));
2178#define xmlMemBlocks xmlMemBlocks__internal_alias
2179
2180extern __typeof (xmlMemDisplay) xmlMemDisplay__internal_alias __attribute((visibility("hidden")));
2181extern __typeof (xmlMemDisplay) xmlMemDisplay __attribute((alias("xmlMemDisplay__internal_alias")));
2182#define xmlMemDisplay xmlMemDisplay__internal_alias
2183
2184extern __typeof (xmlMemFree) xmlMemFree__internal_alias __attribute((visibility("hidden")));
2185extern __typeof (xmlMemFree) xmlMemFree __attribute((alias("xmlMemFree__internal_alias")));
2186#define xmlMemFree xmlMemFree__internal_alias
2187
2188extern __typeof (xmlMemGet) xmlMemGet__internal_alias __attribute((visibility("hidden")));
2189extern __typeof (xmlMemGet) xmlMemGet __attribute((alias("xmlMemGet__internal_alias")));
2190#define xmlMemGet xmlMemGet__internal_alias
2191
2192extern __typeof (xmlMemMalloc) xmlMemMalloc__internal_alias __attribute((visibility("hidden")));
2193extern __typeof (xmlMemMalloc) xmlMemMalloc __attribute((alias("xmlMemMalloc__internal_alias")));
2194#define xmlMemMalloc xmlMemMalloc__internal_alias
2195
2196extern __typeof (xmlMemRealloc) xmlMemRealloc__internal_alias __attribute((visibility("hidden")));
2197extern __typeof (xmlMemRealloc) xmlMemRealloc __attribute((alias("xmlMemRealloc__internal_alias")));
2198#define xmlMemRealloc xmlMemRealloc__internal_alias
2199
2200extern __typeof (xmlMemSetup) xmlMemSetup__internal_alias __attribute((visibility("hidden")));
2201extern __typeof (xmlMemSetup) xmlMemSetup __attribute((alias("xmlMemSetup__internal_alias")));
2202#define xmlMemSetup xmlMemSetup__internal_alias
2203
2204extern __typeof (xmlMemShow) xmlMemShow__internal_alias __attribute((visibility("hidden")));
2205extern __typeof (xmlMemShow) xmlMemShow __attribute((alias("xmlMemShow__internal_alias")));
2206#define xmlMemShow xmlMemShow__internal_alias
2207
2208extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc__internal_alias __attribute((visibility("hidden")));
2209extern __typeof (xmlMemStrdupLoc) xmlMemStrdupLoc __attribute((alias("xmlMemStrdupLoc__internal_alias")));
2210#define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias
2211
2212extern __typeof (xmlMemUsed) xmlMemUsed__internal_alias __attribute((visibility("hidden")));
2213extern __typeof (xmlMemUsed) xmlMemUsed __attribute((alias("xmlMemUsed__internal_alias")));
2214#define xmlMemUsed xmlMemUsed__internal_alias
2215
2216extern __typeof (xmlMemoryDump) xmlMemoryDump__internal_alias __attribute((visibility("hidden")));
2217extern __typeof (xmlMemoryDump) xmlMemoryDump __attribute((alias("xmlMemoryDump__internal_alias")));
2218#define xmlMemoryDump xmlMemoryDump__internal_alias
2219
2220extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup__internal_alias __attribute((visibility("hidden")));
2221extern __typeof (xmlMemoryStrdup) xmlMemoryStrdup __attribute((alias("xmlMemoryStrdup__internal_alias")));
2222#define xmlMemoryStrdup xmlMemoryStrdup__internal_alias
2223
2224#if defined(LIBXML_MODULES_ENABLED)
2225extern __typeof (xmlModuleClose) xmlModuleClose__internal_alias __attribute((visibility("hidden")));
2226extern __typeof (xmlModuleClose) xmlModuleClose __attribute((alias("xmlModuleClose__internal_alias")));
2227#define xmlModuleClose xmlModuleClose__internal_alias
2228#endif
2229
2230#if defined(LIBXML_MODULES_ENABLED)
2231extern __typeof (xmlModuleFree) xmlModuleFree__internal_alias __attribute((visibility("hidden")));
2232extern __typeof (xmlModuleFree) xmlModuleFree __attribute((alias("xmlModuleFree__internal_alias")));
2233#define xmlModuleFree xmlModuleFree__internal_alias
2234#endif
2235
2236#if defined(LIBXML_MODULES_ENABLED)
2237extern __typeof (xmlModuleOpen) xmlModuleOpen__internal_alias __attribute((visibility("hidden")));
2238extern __typeof (xmlModuleOpen) xmlModuleOpen __attribute((alias("xmlModuleOpen__internal_alias")));
2239#define xmlModuleOpen xmlModuleOpen__internal_alias
2240#endif
2241
2242#if defined(LIBXML_MODULES_ENABLED)
2243extern __typeof (xmlModuleSymbol) xmlModuleSymbol__internal_alias __attribute((visibility("hidden")));
2244extern __typeof (xmlModuleSymbol) xmlModuleSymbol __attribute((alias("xmlModuleSymbol__internal_alias")));
2245#define xmlModuleSymbol xmlModuleSymbol__internal_alias
2246#endif
2247
2248extern __typeof (xmlMutexLock) xmlMutexLock__internal_alias __attribute((visibility("hidden")));
2249extern __typeof (xmlMutexLock) xmlMutexLock __attribute((alias("xmlMutexLock__internal_alias")));
2250#define xmlMutexLock xmlMutexLock__internal_alias
2251
2252extern __typeof (xmlMutexUnlock) xmlMutexUnlock__internal_alias __attribute((visibility("hidden")));
2253extern __typeof (xmlMutexUnlock) xmlMutexUnlock __attribute((alias("xmlMutexUnlock__internal_alias")));
2254#define xmlMutexUnlock xmlMutexUnlock__internal_alias
2255
2256#if defined(LIBXML_LEGACY_ENABLED)
2257extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName__internal_alias __attribute((visibility("hidden")));
2258extern __typeof (xmlNamespaceParseNCName) xmlNamespaceParseNCName __attribute((alias("xmlNamespaceParseNCName__internal_alias")));
2259#define xmlNamespaceParseNCName xmlNamespaceParseNCName__internal_alias
2260#endif
2261
2262#if defined(LIBXML_LEGACY_ENABLED)
2263extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef__internal_alias __attribute((visibility("hidden")));
2264extern __typeof (xmlNamespaceParseNSDef) xmlNamespaceParseNSDef __attribute((alias("xmlNamespaceParseNSDef__internal_alias")));
2265#define xmlNamespaceParseNSDef xmlNamespaceParseNSDef__internal_alias
2266#endif
2267
2268#if defined(LIBXML_LEGACY_ENABLED)
2269extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName__internal_alias __attribute((visibility("hidden")));
2270extern __typeof (xmlNamespaceParseQName) xmlNamespaceParseQName __attribute((alias("xmlNamespaceParseQName__internal_alias")));
2271#define xmlNamespaceParseQName xmlNamespaceParseQName__internal_alias
2272#endif
2273
2274#if defined(LIBXML_FTP_ENABLED)
2275extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse__internal_alias __attribute((visibility("hidden")));
2276extern __typeof (xmlNanoFTPCheckResponse) xmlNanoFTPCheckResponse __attribute((alias("xmlNanoFTPCheckResponse__internal_alias")));
2277#define xmlNanoFTPCheckResponse xmlNanoFTPCheckResponse__internal_alias
2278#endif
2279
2280#if defined(LIBXML_FTP_ENABLED)
2281extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup__internal_alias __attribute((visibility("hidden")));
2282extern __typeof (xmlNanoFTPCleanup) xmlNanoFTPCleanup __attribute((alias("xmlNanoFTPCleanup__internal_alias")));
2283#define xmlNanoFTPCleanup xmlNanoFTPCleanup__internal_alias
2284#endif
2285
2286#if defined(LIBXML_FTP_ENABLED)
2287extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose__internal_alias __attribute((visibility("hidden")));
2288extern __typeof (xmlNanoFTPClose) xmlNanoFTPClose __attribute((alias("xmlNanoFTPClose__internal_alias")));
2289#define xmlNanoFTPClose xmlNanoFTPClose__internal_alias
2290#endif
2291
2292#if defined(LIBXML_FTP_ENABLED)
2293extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection__internal_alias __attribute((visibility("hidden")));
2294extern __typeof (xmlNanoFTPCloseConnection) xmlNanoFTPCloseConnection __attribute((alias("xmlNanoFTPCloseConnection__internal_alias")));
2295#define xmlNanoFTPCloseConnection xmlNanoFTPCloseConnection__internal_alias
2296#endif
2297
2298#if defined(LIBXML_FTP_ENABLED)
2299extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect__internal_alias __attribute((visibility("hidden")));
2300extern __typeof (xmlNanoFTPConnect) xmlNanoFTPConnect __attribute((alias("xmlNanoFTPConnect__internal_alias")));
2301#define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias
2302#endif
2303
2304#if defined(LIBXML_FTP_ENABLED)
2305extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo__internal_alias __attribute((visibility("hidden")));
2306extern __typeof (xmlNanoFTPConnectTo) xmlNanoFTPConnectTo __attribute((alias("xmlNanoFTPConnectTo__internal_alias")));
2307#define xmlNanoFTPConnectTo xmlNanoFTPConnectTo__internal_alias
2308#endif
2309
2310#if defined(LIBXML_FTP_ENABLED)
2311extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd__internal_alias __attribute((visibility("hidden")));
2312extern __typeof (xmlNanoFTPCwd) xmlNanoFTPCwd __attribute((alias("xmlNanoFTPCwd__internal_alias")));
2313#define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias
2314#endif
2315
2316#if defined(LIBXML_FTP_ENABLED)
2317extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele__internal_alias __attribute((visibility("hidden")));
2318extern __typeof (xmlNanoFTPDele) xmlNanoFTPDele __attribute((alias("xmlNanoFTPDele__internal_alias")));
2319#define xmlNanoFTPDele xmlNanoFTPDele__internal_alias
2320#endif
2321
2322#if defined(LIBXML_FTP_ENABLED)
2323extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt__internal_alias __attribute((visibility("hidden")));
2324extern __typeof (xmlNanoFTPFreeCtxt) xmlNanoFTPFreeCtxt __attribute((alias("xmlNanoFTPFreeCtxt__internal_alias")));
2325#define xmlNanoFTPFreeCtxt xmlNanoFTPFreeCtxt__internal_alias
2326#endif
2327
2328#if defined(LIBXML_FTP_ENABLED)
2329extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet__internal_alias __attribute((visibility("hidden")));
2330extern __typeof (xmlNanoFTPGet) xmlNanoFTPGet __attribute((alias("xmlNanoFTPGet__internal_alias")));
2331#define xmlNanoFTPGet xmlNanoFTPGet__internal_alias
2332#endif
2333
2334#if defined(LIBXML_FTP_ENABLED)
2335extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection__internal_alias __attribute((visibility("hidden")));
2336extern __typeof (xmlNanoFTPGetConnection) xmlNanoFTPGetConnection __attribute((alias("xmlNanoFTPGetConnection__internal_alias")));
2337#define xmlNanoFTPGetConnection xmlNanoFTPGetConnection__internal_alias
2338#endif
2339
2340#if defined(LIBXML_FTP_ENABLED)
2341extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse__internal_alias __attribute((visibility("hidden")));
2342extern __typeof (xmlNanoFTPGetResponse) xmlNanoFTPGetResponse __attribute((alias("xmlNanoFTPGetResponse__internal_alias")));
2343#define xmlNanoFTPGetResponse xmlNanoFTPGetResponse__internal_alias
2344#endif
2345
2346#if defined(LIBXML_FTP_ENABLED)
2347extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket__internal_alias __attribute((visibility("hidden")));
2348extern __typeof (xmlNanoFTPGetSocket) xmlNanoFTPGetSocket __attribute((alias("xmlNanoFTPGetSocket__internal_alias")));
2349#define xmlNanoFTPGetSocket xmlNanoFTPGetSocket__internal_alias
2350#endif
2351
2352#if defined(LIBXML_FTP_ENABLED)
2353extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit__internal_alias __attribute((visibility("hidden")));
2354extern __typeof (xmlNanoFTPInit) xmlNanoFTPInit __attribute((alias("xmlNanoFTPInit__internal_alias")));
2355#define xmlNanoFTPInit xmlNanoFTPInit__internal_alias
2356#endif
2357
2358#if defined(LIBXML_FTP_ENABLED)
2359extern __typeof (xmlNanoFTPList) xmlNanoFTPList__internal_alias __attribute((visibility("hidden")));
2360extern __typeof (xmlNanoFTPList) xmlNanoFTPList __attribute((alias("xmlNanoFTPList__internal_alias")));
2361#define xmlNanoFTPList xmlNanoFTPList__internal_alias
2362#endif
2363
2364#if defined(LIBXML_FTP_ENABLED)
2365extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt__internal_alias __attribute((visibility("hidden")));
2366extern __typeof (xmlNanoFTPNewCtxt) xmlNanoFTPNewCtxt __attribute((alias("xmlNanoFTPNewCtxt__internal_alias")));
2367#define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias
2368#endif
2369
2370#if defined(LIBXML_FTP_ENABLED)
2371extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen__internal_alias __attribute((visibility("hidden")));
2372extern __typeof (xmlNanoFTPOpen) xmlNanoFTPOpen __attribute((alias("xmlNanoFTPOpen__internal_alias")));
2373#define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias
2374#endif
2375
2376#if defined(LIBXML_FTP_ENABLED)
2377extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy__internal_alias __attribute((visibility("hidden")));
2378extern __typeof (xmlNanoFTPProxy) xmlNanoFTPProxy __attribute((alias("xmlNanoFTPProxy__internal_alias")));
2379#define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias
2380#endif
2381
2382#if defined(LIBXML_FTP_ENABLED)
2383extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit__internal_alias __attribute((visibility("hidden")));
2384extern __typeof (xmlNanoFTPQuit) xmlNanoFTPQuit __attribute((alias("xmlNanoFTPQuit__internal_alias")));
2385#define xmlNanoFTPQuit xmlNanoFTPQuit__internal_alias
2386#endif
2387
2388#if defined(LIBXML_FTP_ENABLED)
2389extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead__internal_alias __attribute((visibility("hidden")));
2390extern __typeof (xmlNanoFTPRead) xmlNanoFTPRead __attribute((alias("xmlNanoFTPRead__internal_alias")));
2391#define xmlNanoFTPRead xmlNanoFTPRead__internal_alias
2392#endif
2393
2394#if defined(LIBXML_FTP_ENABLED)
2395extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy__internal_alias __attribute((visibility("hidden")));
2396extern __typeof (xmlNanoFTPScanProxy) xmlNanoFTPScanProxy __attribute((alias("xmlNanoFTPScanProxy__internal_alias")));
2397#define xmlNanoFTPScanProxy xmlNanoFTPScanProxy__internal_alias
2398#endif
2399
2400#if defined(LIBXML_FTP_ENABLED)
2401extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL__internal_alias __attribute((visibility("hidden")));
2402extern __typeof (xmlNanoFTPUpdateURL) xmlNanoFTPUpdateURL __attribute((alias("xmlNanoFTPUpdateURL__internal_alias")));
2403#define xmlNanoFTPUpdateURL xmlNanoFTPUpdateURL__internal_alias
2404#endif
2405
2406#if defined(LIBXML_HTTP_ENABLED)
2407extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader__internal_alias __attribute((visibility("hidden")));
2408extern __typeof (xmlNanoHTTPAuthHeader) xmlNanoHTTPAuthHeader __attribute((alias("xmlNanoHTTPAuthHeader__internal_alias")));
2409#define xmlNanoHTTPAuthHeader xmlNanoHTTPAuthHeader__internal_alias
2410#endif
2411
2412#if defined(LIBXML_HTTP_ENABLED)
2413extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup__internal_alias __attribute((visibility("hidden")));
2414extern __typeof (xmlNanoHTTPCleanup) xmlNanoHTTPCleanup __attribute((alias("xmlNanoHTTPCleanup__internal_alias")));
2415#define xmlNanoHTTPCleanup xmlNanoHTTPCleanup__internal_alias
2416#endif
2417
2418#if defined(LIBXML_HTTP_ENABLED)
2419extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose__internal_alias __attribute((visibility("hidden")));
2420extern __typeof (xmlNanoHTTPClose) xmlNanoHTTPClose __attribute((alias("xmlNanoHTTPClose__internal_alias")));
2421#define xmlNanoHTTPClose xmlNanoHTTPClose__internal_alias
2422#endif
2423
2424#if defined(LIBXML_HTTP_ENABLED)
2425extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength__internal_alias __attribute((visibility("hidden")));
2426extern __typeof (xmlNanoHTTPContentLength) xmlNanoHTTPContentLength __attribute((alias("xmlNanoHTTPContentLength__internal_alias")));
2427#define xmlNanoHTTPContentLength xmlNanoHTTPContentLength__internal_alias
2428#endif
2429
2430#if defined(LIBXML_HTTP_ENABLED)
2431extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding__internal_alias __attribute((visibility("hidden")));
2432extern __typeof (xmlNanoHTTPEncoding) xmlNanoHTTPEncoding __attribute((alias("xmlNanoHTTPEncoding__internal_alias")));
2433#define xmlNanoHTTPEncoding xmlNanoHTTPEncoding__internal_alias
2434#endif
2435
2436#if defined(LIBXML_HTTP_ENABLED)
2437extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch__internal_alias __attribute((visibility("hidden")));
2438extern __typeof (xmlNanoHTTPFetch) xmlNanoHTTPFetch __attribute((alias("xmlNanoHTTPFetch__internal_alias")));
2439#define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias
2440#endif
2441
2442#if defined(LIBXML_HTTP_ENABLED)
2443extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit__internal_alias __attribute((visibility("hidden")));
2444extern __typeof (xmlNanoHTTPInit) xmlNanoHTTPInit __attribute((alias("xmlNanoHTTPInit__internal_alias")));
2445#define xmlNanoHTTPInit xmlNanoHTTPInit__internal_alias
2446#endif
2447
2448#if defined(LIBXML_HTTP_ENABLED)
2449extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod__internal_alias __attribute((visibility("hidden")));
2450extern __typeof (xmlNanoHTTPMethod) xmlNanoHTTPMethod __attribute((alias("xmlNanoHTTPMethod__internal_alias")));
2451#define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias
2452#endif
2453
2454#if defined(LIBXML_HTTP_ENABLED)
2455extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir__internal_alias __attribute((visibility("hidden")));
2456extern __typeof (xmlNanoHTTPMethodRedir) xmlNanoHTTPMethodRedir __attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
2457#define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias
2458#endif
2459
2460#if defined(LIBXML_HTTP_ENABLED)
2461extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType__internal_alias __attribute((visibility("hidden")));
2462extern __typeof (xmlNanoHTTPMimeType) xmlNanoHTTPMimeType __attribute((alias("xmlNanoHTTPMimeType__internal_alias")));
2463#define xmlNanoHTTPMimeType xmlNanoHTTPMimeType__internal_alias
2464#endif
2465
2466#if defined(LIBXML_HTTP_ENABLED)
2467extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen__internal_alias __attribute((visibility("hidden")));
2468extern __typeof (xmlNanoHTTPOpen) xmlNanoHTTPOpen __attribute((alias("xmlNanoHTTPOpen__internal_alias")));
2469#define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias
2470#endif
2471
2472#if defined(LIBXML_HTTP_ENABLED)
2473extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir__internal_alias __attribute((visibility("hidden")));
2474extern __typeof (xmlNanoHTTPOpenRedir) xmlNanoHTTPOpenRedir __attribute((alias("xmlNanoHTTPOpenRedir__internal_alias")));
2475#define xmlNanoHTTPOpenRedir xmlNanoHTTPOpenRedir__internal_alias
2476#endif
2477
2478#if defined(LIBXML_HTTP_ENABLED)
2479extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead__internal_alias __attribute((visibility("hidden")));
2480extern __typeof (xmlNanoHTTPRead) xmlNanoHTTPRead __attribute((alias("xmlNanoHTTPRead__internal_alias")));
2481#define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias
2482#endif
2483
2484#if defined(LIBXML_HTTP_ENABLED)
2485extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir__internal_alias __attribute((visibility("hidden")));
2486extern __typeof (xmlNanoHTTPRedir) xmlNanoHTTPRedir __attribute((alias("xmlNanoHTTPRedir__internal_alias")));
2487#define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias
2488#endif
2489
2490#if defined(LIBXML_HTTP_ENABLED)
2491extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode__internal_alias __attribute((visibility("hidden")));
2492extern __typeof (xmlNanoHTTPReturnCode) xmlNanoHTTPReturnCode __attribute((alias("xmlNanoHTTPReturnCode__internal_alias")));
2493#define xmlNanoHTTPReturnCode xmlNanoHTTPReturnCode__internal_alias
2494#endif
2495
2496#if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
2497extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave__internal_alias __attribute((visibility("hidden")));
2498extern __typeof (xmlNanoHTTPSave) xmlNanoHTTPSave __attribute((alias("xmlNanoHTTPSave__internal_alias")));
2499#define xmlNanoHTTPSave xmlNanoHTTPSave__internal_alias
2500#endif
2501
2502#if defined(LIBXML_HTTP_ENABLED)
2503extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy__internal_alias __attribute((visibility("hidden")));
2504extern __typeof (xmlNanoHTTPScanProxy) xmlNanoHTTPScanProxy __attribute((alias("xmlNanoHTTPScanProxy__internal_alias")));
2505#define xmlNanoHTTPScanProxy xmlNanoHTTPScanProxy__internal_alias
2506#endif
2507
2508#if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
2509extern __typeof (xmlNewAutomata) xmlNewAutomata__internal_alias __attribute((visibility("hidden")));
2510extern __typeof (xmlNewAutomata) xmlNewAutomata __attribute((alias("xmlNewAutomata__internal_alias")));
2511#define xmlNewAutomata xmlNewAutomata__internal_alias
2512#endif
2513
2514extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock__internal_alias __attribute((visibility("hidden")));
2515extern __typeof (xmlNewCDataBlock) xmlNewCDataBlock __attribute((alias("xmlNewCDataBlock__internal_alias")));
2516#define xmlNewCDataBlock xmlNewCDataBlock__internal_alias
2517
2518#if defined(LIBXML_CATALOG_ENABLED)
2519extern __typeof (xmlNewCatalog) xmlNewCatalog__internal_alias __attribute((visibility("hidden")));
2520extern __typeof (xmlNewCatalog) xmlNewCatalog __attribute((alias("xmlNewCatalog__internal_alias")));
2521#define xmlNewCatalog xmlNewCatalog__internal_alias
2522#endif
2523
2524extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
2525extern __typeof (xmlNewCharEncodingHandler) xmlNewCharEncodingHandler __attribute((alias("xmlNewCharEncodingHandler__internal_alias")));
2526#define xmlNewCharEncodingHandler xmlNewCharEncodingHandler__internal_alias
2527
2528extern __typeof (xmlNewCharRef) xmlNewCharRef__internal_alias __attribute((visibility("hidden")));
2529extern __typeof (xmlNewCharRef) xmlNewCharRef __attribute((alias("xmlNewCharRef__internal_alias")));
2530#define xmlNewCharRef xmlNewCharRef__internal_alias
2531
2532#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
2533extern __typeof (xmlNewChild) xmlNewChild__internal_alias __attribute((visibility("hidden")));
2534extern __typeof (xmlNewChild) xmlNewChild __attribute((alias("xmlNewChild__internal_alias")));
2535#define xmlNewChild xmlNewChild__internal_alias
2536#endif
2537
2538extern __typeof (xmlNewComment) xmlNewComment__internal_alias __attribute((visibility("hidden")));
2539extern __typeof (xmlNewComment) xmlNewComment __attribute((alias("xmlNewComment__internal_alias")));
2540#define xmlNewComment xmlNewComment__internal_alias
2541
2542extern __typeof (xmlNewDoc) xmlNewDoc__internal_alias __attribute((visibility("hidden")));
2543extern __typeof (xmlNewDoc) xmlNewDoc __attribute((alias("xmlNewDoc__internal_alias")));
2544#define xmlNewDoc xmlNewDoc__internal_alias
2545
2546extern __typeof (xmlNewDocComment) xmlNewDocComment__internal_alias __attribute((visibility("hidden")));
2547extern __typeof (xmlNewDocComment) xmlNewDocComment __attribute((alias("xmlNewDocComment__internal_alias")));
2548#define xmlNewDocComment xmlNewDocComment__internal_alias
2549
Daniel Veillard2ae13382005-01-25 23:45:06 +00002550extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent__internal_alias __attribute((visibility("hidden")));
2551extern __typeof (xmlNewDocElementContent) xmlNewDocElementContent __attribute((alias("xmlNewDocElementContent__internal_alias")));
2552#define xmlNewDocElementContent xmlNewDocElementContent__internal_alias
2553
Daniel Veillardbe076e92005-01-04 20:18:14 +00002554#if defined(LIBXML_TREE_ENABLED)
2555extern __typeof (xmlNewDocFragment) xmlNewDocFragment__internal_alias __attribute((visibility("hidden")));
2556extern __typeof (xmlNewDocFragment) xmlNewDocFragment __attribute((alias("xmlNewDocFragment__internal_alias")));
2557#define xmlNewDocFragment xmlNewDocFragment__internal_alias
2558#endif
2559
2560extern __typeof (xmlNewDocNode) xmlNewDocNode__internal_alias __attribute((visibility("hidden")));
2561extern __typeof (xmlNewDocNode) xmlNewDocNode __attribute((alias("xmlNewDocNode__internal_alias")));
2562#define xmlNewDocNode xmlNewDocNode__internal_alias
2563
2564extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName__internal_alias __attribute((visibility("hidden")));
2565extern __typeof (xmlNewDocNodeEatName) xmlNewDocNodeEatName __attribute((alias("xmlNewDocNodeEatName__internal_alias")));
2566#define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias
2567
2568extern __typeof (xmlNewDocPI) xmlNewDocPI__internal_alias __attribute((visibility("hidden")));
2569extern __typeof (xmlNewDocPI) xmlNewDocPI __attribute((alias("xmlNewDocPI__internal_alias")));
2570#define xmlNewDocPI xmlNewDocPI__internal_alias
2571
2572extern __typeof (xmlNewDocProp) xmlNewDocProp__internal_alias __attribute((visibility("hidden")));
2573extern __typeof (xmlNewDocProp) xmlNewDocProp __attribute((alias("xmlNewDocProp__internal_alias")));
2574#define xmlNewDocProp xmlNewDocProp__internal_alias
2575
2576#if defined(LIBXML_TREE_ENABLED)
2577extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode__internal_alias __attribute((visibility("hidden")));
2578extern __typeof (xmlNewDocRawNode) xmlNewDocRawNode __attribute((alias("xmlNewDocRawNode__internal_alias")));
2579#define xmlNewDocRawNode xmlNewDocRawNode__internal_alias
2580#endif
2581
2582extern __typeof (xmlNewDocText) xmlNewDocText__internal_alias __attribute((visibility("hidden")));
2583extern __typeof (xmlNewDocText) xmlNewDocText __attribute((alias("xmlNewDocText__internal_alias")));
2584#define xmlNewDocText xmlNewDocText__internal_alias
2585
2586extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen__internal_alias __attribute((visibility("hidden")));
2587extern __typeof (xmlNewDocTextLen) xmlNewDocTextLen __attribute((alias("xmlNewDocTextLen__internal_alias")));
2588#define xmlNewDocTextLen xmlNewDocTextLen__internal_alias
2589
2590extern __typeof (xmlNewDtd) xmlNewDtd__internal_alias __attribute((visibility("hidden")));
2591extern __typeof (xmlNewDtd) xmlNewDtd __attribute((alias("xmlNewDtd__internal_alias")));
2592#define xmlNewDtd xmlNewDtd__internal_alias
2593
2594extern __typeof (xmlNewElementContent) xmlNewElementContent__internal_alias __attribute((visibility("hidden")));
2595extern __typeof (xmlNewElementContent) xmlNewElementContent __attribute((alias("xmlNewElementContent__internal_alias")));
2596#define xmlNewElementContent xmlNewElementContent__internal_alias
2597
2598extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream__internal_alias __attribute((visibility("hidden")));
2599extern __typeof (xmlNewEntityInputStream) xmlNewEntityInputStream __attribute((alias("xmlNewEntityInputStream__internal_alias")));
2600#define xmlNewEntityInputStream xmlNewEntityInputStream__internal_alias
2601
2602#if defined(LIBXML_LEGACY_ENABLED)
2603extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs__internal_alias __attribute((visibility("hidden")));
2604extern __typeof (xmlNewGlobalNs) xmlNewGlobalNs __attribute((alias("xmlNewGlobalNs__internal_alias")));
2605#define xmlNewGlobalNs xmlNewGlobalNs__internal_alias
2606#endif
2607
2608extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream__internal_alias __attribute((visibility("hidden")));
2609extern __typeof (xmlNewIOInputStream) xmlNewIOInputStream __attribute((alias("xmlNewIOInputStream__internal_alias")));
2610#define xmlNewIOInputStream xmlNewIOInputStream__internal_alias
2611
2612extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile__internal_alias __attribute((visibility("hidden")));
2613extern __typeof (xmlNewInputFromFile) xmlNewInputFromFile __attribute((alias("xmlNewInputFromFile__internal_alias")));
2614#define xmlNewInputFromFile xmlNewInputFromFile__internal_alias
2615
2616extern __typeof (xmlNewInputStream) xmlNewInputStream__internal_alias __attribute((visibility("hidden")));
2617extern __typeof (xmlNewInputStream) xmlNewInputStream __attribute((alias("xmlNewInputStream__internal_alias")));
2618#define xmlNewInputStream xmlNewInputStream__internal_alias
2619
2620extern __typeof (xmlNewMutex) xmlNewMutex__internal_alias __attribute((visibility("hidden")));
2621extern __typeof (xmlNewMutex) xmlNewMutex __attribute((alias("xmlNewMutex__internal_alias")));
2622#define xmlNewMutex xmlNewMutex__internal_alias
2623
2624extern __typeof (xmlNewNode) xmlNewNode__internal_alias __attribute((visibility("hidden")));
2625extern __typeof (xmlNewNode) xmlNewNode __attribute((alias("xmlNewNode__internal_alias")));
2626#define xmlNewNode xmlNewNode__internal_alias
2627
2628extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName__internal_alias __attribute((visibility("hidden")));
2629extern __typeof (xmlNewNodeEatName) xmlNewNodeEatName __attribute((alias("xmlNewNodeEatName__internal_alias")));
2630#define xmlNewNodeEatName xmlNewNodeEatName__internal_alias
2631
2632extern __typeof (xmlNewNs) xmlNewNs__internal_alias __attribute((visibility("hidden")));
2633extern __typeof (xmlNewNs) xmlNewNs __attribute((alias("xmlNewNs__internal_alias")));
2634#define xmlNewNs xmlNewNs__internal_alias
2635
2636extern __typeof (xmlNewNsProp) xmlNewNsProp__internal_alias __attribute((visibility("hidden")));
2637extern __typeof (xmlNewNsProp) xmlNewNsProp __attribute((alias("xmlNewNsProp__internal_alias")));
2638#define xmlNewNsProp xmlNewNsProp__internal_alias
2639
2640extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName__internal_alias __attribute((visibility("hidden")));
2641extern __typeof (xmlNewNsPropEatName) xmlNewNsPropEatName __attribute((alias("xmlNewNsPropEatName__internal_alias")));
2642#define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias
2643
2644extern __typeof (xmlNewPI) xmlNewPI__internal_alias __attribute((visibility("hidden")));
2645extern __typeof (xmlNewPI) xmlNewPI __attribute((alias("xmlNewPI__internal_alias")));
2646#define xmlNewPI xmlNewPI__internal_alias
2647
2648extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt__internal_alias __attribute((visibility("hidden")));
2649extern __typeof (xmlNewParserCtxt) xmlNewParserCtxt __attribute((alias("xmlNewParserCtxt__internal_alias")));
2650#define xmlNewParserCtxt xmlNewParserCtxt__internal_alias
2651
2652#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
2653extern __typeof (xmlNewProp) xmlNewProp__internal_alias __attribute((visibility("hidden")));
2654extern __typeof (xmlNewProp) xmlNewProp __attribute((alias("xmlNewProp__internal_alias")));
2655#define xmlNewProp xmlNewProp__internal_alias
2656#endif
2657
2658extern __typeof (xmlNewRMutex) xmlNewRMutex__internal_alias __attribute((visibility("hidden")));
2659extern __typeof (xmlNewRMutex) xmlNewRMutex __attribute((alias("xmlNewRMutex__internal_alias")));
2660#define xmlNewRMutex xmlNewRMutex__internal_alias
2661
2662extern __typeof (xmlNewReference) xmlNewReference__internal_alias __attribute((visibility("hidden")));
2663extern __typeof (xmlNewReference) xmlNewReference __attribute((alias("xmlNewReference__internal_alias")));
2664#define xmlNewReference xmlNewReference__internal_alias
2665
2666extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream__internal_alias __attribute((visibility("hidden")));
2667extern __typeof (xmlNewStringInputStream) xmlNewStringInputStream __attribute((alias("xmlNewStringInputStream__internal_alias")));
2668#define xmlNewStringInputStream xmlNewStringInputStream__internal_alias
2669
2670extern __typeof (xmlNewText) xmlNewText__internal_alias __attribute((visibility("hidden")));
2671extern __typeof (xmlNewText) xmlNewText __attribute((alias("xmlNewText__internal_alias")));
2672#define xmlNewText xmlNewText__internal_alias
2673
2674#if defined(LIBXML_TREE_ENABLED)
2675extern __typeof (xmlNewTextChild) xmlNewTextChild__internal_alias __attribute((visibility("hidden")));
2676extern __typeof (xmlNewTextChild) xmlNewTextChild __attribute((alias("xmlNewTextChild__internal_alias")));
2677#define xmlNewTextChild xmlNewTextChild__internal_alias
2678#endif
2679
2680extern __typeof (xmlNewTextLen) xmlNewTextLen__internal_alias __attribute((visibility("hidden")));
2681extern __typeof (xmlNewTextLen) xmlNewTextLen __attribute((alias("xmlNewTextLen__internal_alias")));
2682#define xmlNewTextLen xmlNewTextLen__internal_alias
2683
2684#if defined(LIBXML_READER_ENABLED)
2685extern __typeof (xmlNewTextReader) xmlNewTextReader__internal_alias __attribute((visibility("hidden")));
2686extern __typeof (xmlNewTextReader) xmlNewTextReader __attribute((alias("xmlNewTextReader__internal_alias")));
2687#define xmlNewTextReader xmlNewTextReader__internal_alias
2688#endif
2689
2690#if defined(LIBXML_READER_ENABLED)
2691extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename__internal_alias __attribute((visibility("hidden")));
2692extern __typeof (xmlNewTextReaderFilename) xmlNewTextReaderFilename __attribute((alias("xmlNewTextReaderFilename__internal_alias")));
2693#define xmlNewTextReaderFilename xmlNewTextReaderFilename__internal_alias
2694#endif
2695
2696#if defined(LIBXML_WRITER_ENABLED)
2697extern __typeof (xmlNewTextWriter) xmlNewTextWriter__internal_alias __attribute((visibility("hidden")));
2698extern __typeof (xmlNewTextWriter) xmlNewTextWriter __attribute((alias("xmlNewTextWriter__internal_alias")));
2699#define xmlNewTextWriter xmlNewTextWriter__internal_alias
2700#endif
2701
2702#if defined(LIBXML_WRITER_ENABLED)
2703extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc__internal_alias __attribute((visibility("hidden")));
2704extern __typeof (xmlNewTextWriterDoc) xmlNewTextWriterDoc __attribute((alias("xmlNewTextWriterDoc__internal_alias")));
2705#define xmlNewTextWriterDoc xmlNewTextWriterDoc__internal_alias
2706#endif
2707
2708#if defined(LIBXML_WRITER_ENABLED)
2709extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename__internal_alias __attribute((visibility("hidden")));
2710extern __typeof (xmlNewTextWriterFilename) xmlNewTextWriterFilename __attribute((alias("xmlNewTextWriterFilename__internal_alias")));
2711#define xmlNewTextWriterFilename xmlNewTextWriterFilename__internal_alias
2712#endif
2713
2714#if defined(LIBXML_WRITER_ENABLED)
2715extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory__internal_alias __attribute((visibility("hidden")));
2716extern __typeof (xmlNewTextWriterMemory) xmlNewTextWriterMemory __attribute((alias("xmlNewTextWriterMemory__internal_alias")));
2717#define xmlNewTextWriterMemory xmlNewTextWriterMemory__internal_alias
2718#endif
2719
2720#if defined(LIBXML_WRITER_ENABLED)
2721extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser__internal_alias __attribute((visibility("hidden")));
2722extern __typeof (xmlNewTextWriterPushParser) xmlNewTextWriterPushParser __attribute((alias("xmlNewTextWriterPushParser__internal_alias")));
2723#define xmlNewTextWriterPushParser xmlNewTextWriterPushParser__internal_alias
2724#endif
2725
2726#if defined(LIBXML_WRITER_ENABLED)
2727extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree__internal_alias __attribute((visibility("hidden")));
2728extern __typeof (xmlNewTextWriterTree) xmlNewTextWriterTree __attribute((alias("xmlNewTextWriterTree__internal_alias")));
2729#define xmlNewTextWriterTree xmlNewTextWriterTree__internal_alias
2730#endif
2731
2732#if defined(LIBXML_VALID_ENABLED)
2733extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt__internal_alias __attribute((visibility("hidden")));
2734extern __typeof (xmlNewValidCtxt) xmlNewValidCtxt __attribute((alias("xmlNewValidCtxt__internal_alias")));
2735#define xmlNewValidCtxt xmlNewValidCtxt__internal_alias
2736#endif
2737
2738extern __typeof (xmlNextChar) xmlNextChar__internal_alias __attribute((visibility("hidden")));
2739extern __typeof (xmlNextChar) xmlNextChar __attribute((alias("xmlNextChar__internal_alias")));
2740#define xmlNextChar xmlNextChar__internal_alias
2741
2742extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
2743extern __typeof (xmlNoNetExternalEntityLoader) xmlNoNetExternalEntityLoader __attribute((alias("xmlNoNetExternalEntityLoader__internal_alias")));
2744#define xmlNoNetExternalEntityLoader xmlNoNetExternalEntityLoader__internal_alias
2745
2746extern __typeof (xmlNodeAddContent) xmlNodeAddContent__internal_alias __attribute((visibility("hidden")));
2747extern __typeof (xmlNodeAddContent) xmlNodeAddContent __attribute((alias("xmlNodeAddContent__internal_alias")));
2748#define xmlNodeAddContent xmlNodeAddContent__internal_alias
2749
2750extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen__internal_alias __attribute((visibility("hidden")));
2751extern __typeof (xmlNodeAddContentLen) xmlNodeAddContentLen __attribute((alias("xmlNodeAddContentLen__internal_alias")));
2752#define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias
2753
2754extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent__internal_alias __attribute((visibility("hidden")));
2755extern __typeof (xmlNodeBufGetContent) xmlNodeBufGetContent __attribute((alias("xmlNodeBufGetContent__internal_alias")));
2756#define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias
2757
2758#if defined(LIBXML_OUTPUT_ENABLED)
2759extern __typeof (xmlNodeDump) xmlNodeDump__internal_alias __attribute((visibility("hidden")));
2760extern __typeof (xmlNodeDump) xmlNodeDump __attribute((alias("xmlNodeDump__internal_alias")));
2761#define xmlNodeDump xmlNodeDump__internal_alias
2762#endif
2763
2764#if defined(LIBXML_OUTPUT_ENABLED)
2765extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput__internal_alias __attribute((visibility("hidden")));
2766extern __typeof (xmlNodeDumpOutput) xmlNodeDumpOutput __attribute((alias("xmlNodeDumpOutput__internal_alias")));
2767#define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias
2768#endif
2769
2770extern __typeof (xmlNodeGetBase) xmlNodeGetBase__internal_alias __attribute((visibility("hidden")));
2771extern __typeof (xmlNodeGetBase) xmlNodeGetBase __attribute((alias("xmlNodeGetBase__internal_alias")));
2772#define xmlNodeGetBase xmlNodeGetBase__internal_alias
2773
2774extern __typeof (xmlNodeGetContent) xmlNodeGetContent__internal_alias __attribute((visibility("hidden")));
2775extern __typeof (xmlNodeGetContent) xmlNodeGetContent __attribute((alias("xmlNodeGetContent__internal_alias")));
2776#define xmlNodeGetContent xmlNodeGetContent__internal_alias
2777
2778extern __typeof (xmlNodeGetLang) xmlNodeGetLang__internal_alias __attribute((visibility("hidden")));
2779extern __typeof (xmlNodeGetLang) xmlNodeGetLang __attribute((alias("xmlNodeGetLang__internal_alias")));
2780#define xmlNodeGetLang xmlNodeGetLang__internal_alias
2781
2782extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve__internal_alias __attribute((visibility("hidden")));
2783extern __typeof (xmlNodeGetSpacePreserve) xmlNodeGetSpacePreserve __attribute((alias("xmlNodeGetSpacePreserve__internal_alias")));
2784#define xmlNodeGetSpacePreserve xmlNodeGetSpacePreserve__internal_alias
2785
2786extern __typeof (xmlNodeIsText) xmlNodeIsText__internal_alias __attribute((visibility("hidden")));
2787extern __typeof (xmlNodeIsText) xmlNodeIsText __attribute((alias("xmlNodeIsText__internal_alias")));
2788#define xmlNodeIsText xmlNodeIsText__internal_alias
2789
2790#if defined(LIBXML_TREE_ENABLED)
2791extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString__internal_alias __attribute((visibility("hidden")));
2792extern __typeof (xmlNodeListGetRawString) xmlNodeListGetRawString __attribute((alias("xmlNodeListGetRawString__internal_alias")));
2793#define xmlNodeListGetRawString xmlNodeListGetRawString__internal_alias
2794#endif
2795
2796extern __typeof (xmlNodeListGetString) xmlNodeListGetString__internal_alias __attribute((visibility("hidden")));
2797extern __typeof (xmlNodeListGetString) xmlNodeListGetString __attribute((alias("xmlNodeListGetString__internal_alias")));
2798#define xmlNodeListGetString xmlNodeListGetString__internal_alias
2799
2800#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
2801extern __typeof (xmlNodeSetBase) xmlNodeSetBase__internal_alias __attribute((visibility("hidden")));
2802extern __typeof (xmlNodeSetBase) xmlNodeSetBase __attribute((alias("xmlNodeSetBase__internal_alias")));
2803#define xmlNodeSetBase xmlNodeSetBase__internal_alias
2804#endif
2805
2806extern __typeof (xmlNodeSetContent) xmlNodeSetContent__internal_alias __attribute((visibility("hidden")));
2807extern __typeof (xmlNodeSetContent) xmlNodeSetContent __attribute((alias("xmlNodeSetContent__internal_alias")));
2808#define xmlNodeSetContent xmlNodeSetContent__internal_alias
2809
2810#if defined(LIBXML_TREE_ENABLED)
2811extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen__internal_alias __attribute((visibility("hidden")));
2812extern __typeof (xmlNodeSetContentLen) xmlNodeSetContentLen __attribute((alias("xmlNodeSetContentLen__internal_alias")));
2813#define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias
2814#endif
2815
2816#if defined(LIBXML_TREE_ENABLED)
2817extern __typeof (xmlNodeSetLang) xmlNodeSetLang__internal_alias __attribute((visibility("hidden")));
2818extern __typeof (xmlNodeSetLang) xmlNodeSetLang __attribute((alias("xmlNodeSetLang__internal_alias")));
2819#define xmlNodeSetLang xmlNodeSetLang__internal_alias
2820#endif
2821
2822#if defined(LIBXML_TREE_ENABLED)
2823extern __typeof (xmlNodeSetName) xmlNodeSetName__internal_alias __attribute((visibility("hidden")));
2824extern __typeof (xmlNodeSetName) xmlNodeSetName __attribute((alias("xmlNodeSetName__internal_alias")));
2825#define xmlNodeSetName xmlNodeSetName__internal_alias
2826#endif
2827
2828#if defined(LIBXML_TREE_ENABLED)
2829extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve__internal_alias __attribute((visibility("hidden")));
2830extern __typeof (xmlNodeSetSpacePreserve) xmlNodeSetSpacePreserve __attribute((alias("xmlNodeSetSpacePreserve__internal_alias")));
2831#define xmlNodeSetSpacePreserve xmlNodeSetSpacePreserve__internal_alias
2832#endif
2833
2834extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath__internal_alias __attribute((visibility("hidden")));
2835extern __typeof (xmlNormalizeURIPath) xmlNormalizeURIPath __attribute((alias("xmlNormalizeURIPath__internal_alias")));
2836#define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias
2837
2838extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath__internal_alias __attribute((visibility("hidden")));
2839extern __typeof (xmlNormalizeWindowsPath) xmlNormalizeWindowsPath __attribute((alias("xmlNormalizeWindowsPath__internal_alias")));
2840#define xmlNormalizeWindowsPath xmlNormalizeWindowsPath__internal_alias
2841
2842#if defined(LIBXML_OUTPUT_ENABLED)
2843extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose__internal_alias __attribute((visibility("hidden")));
2844extern __typeof (xmlOutputBufferClose) xmlOutputBufferClose __attribute((alias("xmlOutputBufferClose__internal_alias")));
2845#define xmlOutputBufferClose xmlOutputBufferClose__internal_alias
2846#endif
2847
2848#if defined(LIBXML_OUTPUT_ENABLED)
2849extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
2850extern __typeof (xmlOutputBufferCreateFd) xmlOutputBufferCreateFd __attribute((alias("xmlOutputBufferCreateFd__internal_alias")));
2851#define xmlOutputBufferCreateFd xmlOutputBufferCreateFd__internal_alias
2852#endif
2853
2854#if defined(LIBXML_OUTPUT_ENABLED)
2855extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
2856extern __typeof (xmlOutputBufferCreateFile) xmlOutputBufferCreateFile __attribute((alias("xmlOutputBufferCreateFile__internal_alias")));
2857#define xmlOutputBufferCreateFile xmlOutputBufferCreateFile__internal_alias
2858#endif
2859
2860#if defined(LIBXML_OUTPUT_ENABLED)
2861extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
2862extern __typeof (xmlOutputBufferCreateFilename) xmlOutputBufferCreateFilename __attribute((alias("xmlOutputBufferCreateFilename__internal_alias")));
2863#define xmlOutputBufferCreateFilename xmlOutputBufferCreateFilename__internal_alias
2864#endif
2865
2866extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
2867extern __typeof (xmlOutputBufferCreateFilenameDefault) xmlOutputBufferCreateFilenameDefault __attribute((alias("xmlOutputBufferCreateFilenameDefault__internal_alias")));
2868#define xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateFilenameDefault__internal_alias
2869
2870#if defined(LIBXML_OUTPUT_ENABLED)
2871extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
2872extern __typeof (xmlOutputBufferCreateIO) xmlOutputBufferCreateIO __attribute((alias("xmlOutputBufferCreateIO__internal_alias")));
2873#define xmlOutputBufferCreateIO xmlOutputBufferCreateIO__internal_alias
2874#endif
2875
2876#if defined(LIBXML_OUTPUT_ENABLED)
2877extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __attribute((visibility("hidden")));
2878extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush __attribute((alias("xmlOutputBufferFlush__internal_alias")));
2879#define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias
2880#endif
2881
2882#if defined(LIBXML_OUTPUT_ENABLED)
2883extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite__internal_alias __attribute((visibility("hidden")));
2884extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite __attribute((alias("xmlOutputBufferWrite__internal_alias")));
2885#define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias
2886#endif
2887
2888#if defined(LIBXML_OUTPUT_ENABLED)
2889extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape__internal_alias __attribute((visibility("hidden")));
2890extern __typeof (xmlOutputBufferWriteEscape) xmlOutputBufferWriteEscape __attribute((alias("xmlOutputBufferWriteEscape__internal_alias")));
2891#define xmlOutputBufferWriteEscape xmlOutputBufferWriteEscape__internal_alias
2892#endif
2893
2894#if defined(LIBXML_OUTPUT_ENABLED)
2895extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString__internal_alias __attribute((visibility("hidden")));
2896extern __typeof (xmlOutputBufferWriteString) xmlOutputBufferWriteString __attribute((alias("xmlOutputBufferWriteString__internal_alias")));
2897#define xmlOutputBufferWriteString xmlOutputBufferWriteString__internal_alias
2898#endif
2899
2900extern __typeof (xmlParseAttValue) xmlParseAttValue__internal_alias __attribute((visibility("hidden")));
2901extern __typeof (xmlParseAttValue) xmlParseAttValue __attribute((alias("xmlParseAttValue__internal_alias")));
2902#define xmlParseAttValue xmlParseAttValue__internal_alias
2903
2904#if defined(LIBXML_SAX1_ENABLED)
2905extern __typeof (xmlParseAttribute) xmlParseAttribute__internal_alias __attribute((visibility("hidden")));
2906extern __typeof (xmlParseAttribute) xmlParseAttribute __attribute((alias("xmlParseAttribute__internal_alias")));
2907#define xmlParseAttribute xmlParseAttribute__internal_alias
2908#endif
2909
2910extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl__internal_alias __attribute((visibility("hidden")));
2911extern __typeof (xmlParseAttributeListDecl) xmlParseAttributeListDecl __attribute((alias("xmlParseAttributeListDecl__internal_alias")));
2912#define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias
2913
2914extern __typeof (xmlParseAttributeType) xmlParseAttributeType__internal_alias __attribute((visibility("hidden")));
2915extern __typeof (xmlParseAttributeType) xmlParseAttributeType __attribute((alias("xmlParseAttributeType__internal_alias")));
2916#define xmlParseAttributeType xmlParseAttributeType__internal_alias
2917
2918#if defined(LIBXML_SAX1_ENABLED)
2919extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory__internal_alias __attribute((visibility("hidden")));
2920extern __typeof (xmlParseBalancedChunkMemory) xmlParseBalancedChunkMemory __attribute((alias("xmlParseBalancedChunkMemory__internal_alias")));
2921#define xmlParseBalancedChunkMemory xmlParseBalancedChunkMemory__internal_alias
2922#endif
2923
2924#if defined(LIBXML_SAX1_ENABLED)
2925extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover__internal_alias __attribute((visibility("hidden")));
2926extern __typeof (xmlParseBalancedChunkMemoryRecover) xmlParseBalancedChunkMemoryRecover __attribute((alias("xmlParseBalancedChunkMemoryRecover__internal_alias")));
2927#define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMemoryRecover__internal_alias
2928#endif
2929
2930extern __typeof (xmlParseCDSect) xmlParseCDSect__internal_alias __attribute((visibility("hidden")));
2931extern __typeof (xmlParseCDSect) xmlParseCDSect __attribute((alias("xmlParseCDSect__internal_alias")));
2932#define xmlParseCDSect xmlParseCDSect__internal_alias
2933
2934#if defined(LIBXML_CATALOG_ENABLED)
2935extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile__internal_alias __attribute((visibility("hidden")));
2936extern __typeof (xmlParseCatalogFile) xmlParseCatalogFile __attribute((alias("xmlParseCatalogFile__internal_alias")));
2937#define xmlParseCatalogFile xmlParseCatalogFile__internal_alias
2938#endif
2939
2940extern __typeof (xmlParseCharData) xmlParseCharData__internal_alias __attribute((visibility("hidden")));
2941extern __typeof (xmlParseCharData) xmlParseCharData __attribute((alias("xmlParseCharData__internal_alias")));
2942#define xmlParseCharData xmlParseCharData__internal_alias
2943
2944extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding__internal_alias __attribute((visibility("hidden")));
2945extern __typeof (xmlParseCharEncoding) xmlParseCharEncoding __attribute((alias("xmlParseCharEncoding__internal_alias")));
2946#define xmlParseCharEncoding xmlParseCharEncoding__internal_alias
2947
2948extern __typeof (xmlParseCharRef) xmlParseCharRef__internal_alias __attribute((visibility("hidden")));
2949extern __typeof (xmlParseCharRef) xmlParseCharRef __attribute((alias("xmlParseCharRef__internal_alias")));
2950#define xmlParseCharRef xmlParseCharRef__internal_alias
2951
2952#if defined(LIBXML_PUSH_ENABLED)
2953extern __typeof (xmlParseChunk) xmlParseChunk__internal_alias __attribute((visibility("hidden")));
2954extern __typeof (xmlParseChunk) xmlParseChunk __attribute((alias("xmlParseChunk__internal_alias")));
2955#define xmlParseChunk xmlParseChunk__internal_alias
2956#endif
2957
2958extern __typeof (xmlParseComment) xmlParseComment__internal_alias __attribute((visibility("hidden")));
2959extern __typeof (xmlParseComment) xmlParseComment __attribute((alias("xmlParseComment__internal_alias")));
2960#define xmlParseComment xmlParseComment__internal_alias
2961
2962extern __typeof (xmlParseContent) xmlParseContent__internal_alias __attribute((visibility("hidden")));
2963extern __typeof (xmlParseContent) xmlParseContent __attribute((alias("xmlParseContent__internal_alias")));
2964#define xmlParseContent xmlParseContent__internal_alias
2965
2966extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity__internal_alias __attribute((visibility("hidden")));
2967extern __typeof (xmlParseCtxtExternalEntity) xmlParseCtxtExternalEntity __attribute((alias("xmlParseCtxtExternalEntity__internal_alias")));
2968#define xmlParseCtxtExternalEntity xmlParseCtxtExternalEntity__internal_alias
2969
2970#if defined(LIBXML_VALID_ENABLED)
2971extern __typeof (xmlParseDTD) xmlParseDTD__internal_alias __attribute((visibility("hidden")));
2972extern __typeof (xmlParseDTD) xmlParseDTD __attribute((alias("xmlParseDTD__internal_alias")));
2973#define xmlParseDTD xmlParseDTD__internal_alias
2974#endif
2975
2976extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl__internal_alias __attribute((visibility("hidden")));
2977extern __typeof (xmlParseDefaultDecl) xmlParseDefaultDecl __attribute((alias("xmlParseDefaultDecl__internal_alias")));
2978#define xmlParseDefaultDecl xmlParseDefaultDecl__internal_alias
2979
2980#if defined(LIBXML_SAX1_ENABLED)
2981extern __typeof (xmlParseDoc) xmlParseDoc__internal_alias __attribute((visibility("hidden")));
2982extern __typeof (xmlParseDoc) xmlParseDoc __attribute((alias("xmlParseDoc__internal_alias")));
2983#define xmlParseDoc xmlParseDoc__internal_alias
2984#endif
2985
2986extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl__internal_alias __attribute((visibility("hidden")));
2987extern __typeof (xmlParseDocTypeDecl) xmlParseDocTypeDecl __attribute((alias("xmlParseDocTypeDecl__internal_alias")));
2988#define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias
2989
2990extern __typeof (xmlParseDocument) xmlParseDocument__internal_alias __attribute((visibility("hidden")));
2991extern __typeof (xmlParseDocument) xmlParseDocument __attribute((alias("xmlParseDocument__internal_alias")));
2992#define xmlParseDocument xmlParseDocument__internal_alias
2993
2994extern __typeof (xmlParseElement) xmlParseElement__internal_alias __attribute((visibility("hidden")));
2995extern __typeof (xmlParseElement) xmlParseElement __attribute((alias("xmlParseElement__internal_alias")));
2996#define xmlParseElement xmlParseElement__internal_alias
2997
2998extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl__internal_alias __attribute((visibility("hidden")));
2999extern __typeof (xmlParseElementChildrenContentDecl) xmlParseElementChildrenContentDecl __attribute((alias("xmlParseElementChildrenContentDecl__internal_alias")));
3000#define xmlParseElementChildrenContentDecl xmlParseElementChildrenContentDecl__internal_alias
3001
3002extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl__internal_alias __attribute((visibility("hidden")));
3003extern __typeof (xmlParseElementContentDecl) xmlParseElementContentDecl __attribute((alias("xmlParseElementContentDecl__internal_alias")));
3004#define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias
3005
3006extern __typeof (xmlParseElementDecl) xmlParseElementDecl__internal_alias __attribute((visibility("hidden")));
3007extern __typeof (xmlParseElementDecl) xmlParseElementDecl __attribute((alias("xmlParseElementDecl__internal_alias")));
3008#define xmlParseElementDecl xmlParseElementDecl__internal_alias
3009
3010extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl__internal_alias __attribute((visibility("hidden")));
3011extern __typeof (xmlParseElementMixedContentDecl) xmlParseElementMixedContentDecl __attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
3012#define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias
3013
3014extern __typeof (xmlParseEncName) xmlParseEncName__internal_alias __attribute((visibility("hidden")));
3015extern __typeof (xmlParseEncName) xmlParseEncName __attribute((alias("xmlParseEncName__internal_alias")));
3016#define xmlParseEncName xmlParseEncName__internal_alias
3017
3018extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl__internal_alias __attribute((visibility("hidden")));
3019extern __typeof (xmlParseEncodingDecl) xmlParseEncodingDecl __attribute((alias("xmlParseEncodingDecl__internal_alias")));
3020#define xmlParseEncodingDecl xmlParseEncodingDecl__internal_alias
3021
3022#if defined(LIBXML_SAX1_ENABLED)
3023extern __typeof (xmlParseEndTag) xmlParseEndTag__internal_alias __attribute((visibility("hidden")));
3024extern __typeof (xmlParseEndTag) xmlParseEndTag __attribute((alias("xmlParseEndTag__internal_alias")));
3025#define xmlParseEndTag xmlParseEndTag__internal_alias
3026#endif
3027
3028#if defined(LIBXML_SAX1_ENABLED)
3029extern __typeof (xmlParseEntity) xmlParseEntity__internal_alias __attribute((visibility("hidden")));
3030extern __typeof (xmlParseEntity) xmlParseEntity __attribute((alias("xmlParseEntity__internal_alias")));
3031#define xmlParseEntity xmlParseEntity__internal_alias
3032#endif
3033
3034extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl__internal_alias __attribute((visibility("hidden")));
3035extern __typeof (xmlParseEntityDecl) xmlParseEntityDecl __attribute((alias("xmlParseEntityDecl__internal_alias")));
3036#define xmlParseEntityDecl xmlParseEntityDecl__internal_alias
3037
3038extern __typeof (xmlParseEntityRef) xmlParseEntityRef__internal_alias __attribute((visibility("hidden")));
3039extern __typeof (xmlParseEntityRef) xmlParseEntityRef __attribute((alias("xmlParseEntityRef__internal_alias")));
3040#define xmlParseEntityRef xmlParseEntityRef__internal_alias
3041
3042extern __typeof (xmlParseEntityValue) xmlParseEntityValue__internal_alias __attribute((visibility("hidden")));
3043extern __typeof (xmlParseEntityValue) xmlParseEntityValue __attribute((alias("xmlParseEntityValue__internal_alias")));
3044#define xmlParseEntityValue xmlParseEntityValue__internal_alias
3045
3046extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType__internal_alias __attribute((visibility("hidden")));
3047extern __typeof (xmlParseEnumeratedType) xmlParseEnumeratedType __attribute((alias("xmlParseEnumeratedType__internal_alias")));
3048#define xmlParseEnumeratedType xmlParseEnumeratedType__internal_alias
3049
3050extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType__internal_alias __attribute((visibility("hidden")));
3051extern __typeof (xmlParseEnumerationType) xmlParseEnumerationType __attribute((alias("xmlParseEnumerationType__internal_alias")));
3052#define xmlParseEnumerationType xmlParseEnumerationType__internal_alias
3053
3054extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt__internal_alias __attribute((visibility("hidden")));
3055extern __typeof (xmlParseExtParsedEnt) xmlParseExtParsedEnt __attribute((alias("xmlParseExtParsedEnt__internal_alias")));
3056#define xmlParseExtParsedEnt xmlParseExtParsedEnt__internal_alias
3057
3058#if defined(LIBXML_SAX1_ENABLED)
3059extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity__internal_alias __attribute((visibility("hidden")));
3060extern __typeof (xmlParseExternalEntity) xmlParseExternalEntity __attribute((alias("xmlParseExternalEntity__internal_alias")));
3061#define xmlParseExternalEntity xmlParseExternalEntity__internal_alias
3062#endif
3063
3064extern __typeof (xmlParseExternalID) xmlParseExternalID__internal_alias __attribute((visibility("hidden")));
3065extern __typeof (xmlParseExternalID) xmlParseExternalID __attribute((alias("xmlParseExternalID__internal_alias")));
3066#define xmlParseExternalID xmlParseExternalID__internal_alias
3067
3068extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset__internal_alias __attribute((visibility("hidden")));
3069extern __typeof (xmlParseExternalSubset) xmlParseExternalSubset __attribute((alias("xmlParseExternalSubset__internal_alias")));
3070#define xmlParseExternalSubset xmlParseExternalSubset__internal_alias
3071
3072#if defined(LIBXML_SAX1_ENABLED)
3073extern __typeof (xmlParseFile) xmlParseFile__internal_alias __attribute((visibility("hidden")));
3074extern __typeof (xmlParseFile) xmlParseFile __attribute((alias("xmlParseFile__internal_alias")));
3075#define xmlParseFile xmlParseFile__internal_alias
3076#endif
3077
3078extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext__internal_alias __attribute((visibility("hidden")));
3079extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext __attribute((alias("xmlParseInNodeContext__internal_alias")));
3080#define xmlParseInNodeContext xmlParseInNodeContext__internal_alias
3081
3082extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden")));
3083extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias")));
3084#define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias
3085
3086#if defined(LIBXML_SAX1_ENABLED)
3087extern __typeof (xmlParseMemory) xmlParseMemory__internal_alias __attribute((visibility("hidden")));
3088extern __typeof (xmlParseMemory) xmlParseMemory __attribute((alias("xmlParseMemory__internal_alias")));
3089#define xmlParseMemory xmlParseMemory__internal_alias
3090#endif
3091
3092extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
3093extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
3094#define xmlParseMisc xmlParseMisc__internal_alias
3095
3096extern __typeof (xmlParseName) xmlParseName__internal_alias __attribute((visibility("hidden")));
3097extern __typeof (xmlParseName) xmlParseName __attribute((alias("xmlParseName__internal_alias")));
3098#define xmlParseName xmlParseName__internal_alias
3099
3100#if defined(LIBXML_LEGACY_ENABLED)
3101extern __typeof (xmlParseNamespace) xmlParseNamespace__internal_alias __attribute((visibility("hidden")));
3102extern __typeof (xmlParseNamespace) xmlParseNamespace __attribute((alias("xmlParseNamespace__internal_alias")));
3103#define xmlParseNamespace xmlParseNamespace__internal_alias
3104#endif
3105
3106extern __typeof (xmlParseNmtoken) xmlParseNmtoken__internal_alias __attribute((visibility("hidden")));
3107extern __typeof (xmlParseNmtoken) xmlParseNmtoken __attribute((alias("xmlParseNmtoken__internal_alias")));
3108#define xmlParseNmtoken xmlParseNmtoken__internal_alias
3109
3110extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl__internal_alias __attribute((visibility("hidden")));
3111extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl __attribute((alias("xmlParseNotationDecl__internal_alias")));
3112#define xmlParseNotationDecl xmlParseNotationDecl__internal_alias
3113
3114extern __typeof (xmlParseNotationType) xmlParseNotationType__internal_alias __attribute((visibility("hidden")));
3115extern __typeof (xmlParseNotationType) xmlParseNotationType __attribute((alias("xmlParseNotationType__internal_alias")));
3116#define xmlParseNotationType xmlParseNotationType__internal_alias
3117
3118extern __typeof (xmlParsePEReference) xmlParsePEReference__internal_alias __attribute((visibility("hidden")));
3119extern __typeof (xmlParsePEReference) xmlParsePEReference __attribute((alias("xmlParsePEReference__internal_alias")));
3120#define xmlParsePEReference xmlParsePEReference__internal_alias
3121
3122extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
3123extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
3124#define xmlParsePI xmlParsePI__internal_alias
3125
3126extern __typeof (xmlParsePITarget) xmlParsePITarget__internal_alias __attribute((visibility("hidden")));
3127extern __typeof (xmlParsePITarget) xmlParsePITarget __attribute((alias("xmlParsePITarget__internal_alias")));
3128#define xmlParsePITarget xmlParsePITarget__internal_alias
3129
3130extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral__internal_alias __attribute((visibility("hidden")));
3131extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral __attribute((alias("xmlParsePubidLiteral__internal_alias")));
3132#define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias
3133
3134#if defined(LIBXML_LEGACY_ENABLED)
3135extern __typeof (xmlParseQuotedString) xmlParseQuotedString__internal_alias __attribute((visibility("hidden")));
3136extern __typeof (xmlParseQuotedString) xmlParseQuotedString __attribute((alias("xmlParseQuotedString__internal_alias")));
3137#define xmlParseQuotedString xmlParseQuotedString__internal_alias
3138#endif
3139
3140extern __typeof (xmlParseReference) xmlParseReference__internal_alias __attribute((visibility("hidden")));
3141extern __typeof (xmlParseReference) xmlParseReference __attribute((alias("xmlParseReference__internal_alias")));
3142#define xmlParseReference xmlParseReference__internal_alias
3143
3144extern __typeof (xmlParseSDDecl) xmlParseSDDecl__internal_alias __attribute((visibility("hidden")));
3145extern __typeof (xmlParseSDDecl) xmlParseSDDecl __attribute((alias("xmlParseSDDecl__internal_alias")));
3146#define xmlParseSDDecl xmlParseSDDecl__internal_alias
3147
3148#if defined(LIBXML_SAX1_ENABLED)
3149extern __typeof (xmlParseStartTag) xmlParseStartTag__internal_alias __attribute((visibility("hidden")));
3150extern __typeof (xmlParseStartTag) xmlParseStartTag __attribute((alias("xmlParseStartTag__internal_alias")));
3151#define xmlParseStartTag xmlParseStartTag__internal_alias
3152#endif
3153
3154extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden")));
3155extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias")));
3156#define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias
3157
3158extern __typeof (xmlParseTextDecl) xmlParseTextDecl__internal_alias __attribute((visibility("hidden")));
3159extern __typeof (xmlParseTextDecl) xmlParseTextDecl __attribute((alias("xmlParseTextDecl__internal_alias")));
3160#define xmlParseTextDecl xmlParseTextDecl__internal_alias
3161
3162extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden")));
3163extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias")));
3164#define xmlParseURI xmlParseURI__internal_alias
3165
3166extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden")));
3167extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias")));
3168#define xmlParseURIReference xmlParseURIReference__internal_alias
3169
3170extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden")));
3171extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias")));
3172#define xmlParseVersionInfo xmlParseVersionInfo__internal_alias
3173
3174extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
3175extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
3176#define xmlParseVersionNum xmlParseVersionNum__internal_alias
3177
3178extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
3179extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
3180#define xmlParseXMLDecl xmlParseXMLDecl__internal_alias
3181
3182extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo__internal_alias __attribute((visibility("hidden")));
3183extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo __attribute((alias("xmlParserAddNodeInfo__internal_alias")));
3184#define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias
3185
3186extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden")));
3187extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias")));
3188#define xmlParserError xmlParserError__internal_alias
3189
3190extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo__internal_alias __attribute((visibility("hidden")));
3191extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo __attribute((alias("xmlParserFindNodeInfo__internal_alias")));
3192#define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias
3193
3194extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex__internal_alias __attribute((visibility("hidden")));
3195extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex __attribute((alias("xmlParserFindNodeInfoIndex__internal_alias")));
3196#define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias
3197
3198extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibility("hidden")));
3199extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirectory__internal_alias")));
3200#define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
3201
3202extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference__internal_alias __attribute((visibility("hidden")));
3203extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference __attribute((alias("xmlParserHandlePEReference__internal_alias")));
3204#define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias
3205
3206#if defined(LIBXML_LEGACY_ENABLED)
3207extern __typeof (xmlParserHandleReference) xmlParserHandleReference__internal_alias __attribute((visibility("hidden")));
3208extern __typeof (xmlParserHandleReference) xmlParserHandleReference __attribute((alias("xmlParserHandleReference__internal_alias")));
3209#define xmlParserHandleReference xmlParserHandleReference__internal_alias
3210#endif
3211
3212extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
3213extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd __attribute((alias("xmlParserInputBufferCreateFd__internal_alias")));
3214#define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias
3215
3216extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
3217extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile __attribute((alias("xmlParserInputBufferCreateFile__internal_alias")));
3218#define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias
3219
3220extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
3221extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename __attribute((alias("xmlParserInputBufferCreateFilename__internal_alias")));
3222#define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias
3223
3224extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
3225extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault __attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias")));
3226#define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias
3227
3228extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
3229extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO __attribute((alias("xmlParserInputBufferCreateIO__internal_alias")));
3230#define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias
3231
3232extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem__internal_alias __attribute((visibility("hidden")));
3233extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem __attribute((alias("xmlParserInputBufferCreateMem__internal_alias")));
3234#define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias
3235
3236extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
3237extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic __attribute((alias("xmlParserInputBufferCreateStatic__internal_alias")));
3238#define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias
3239
3240extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden")));
3241extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias")));
3242#define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
3243
3244extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
3245extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
3246#define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
3247
3248extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
3249extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
3250#define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
3251
3252extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
3253extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
3254#define xmlParserInputGrow xmlParserInputGrow__internal_alias
3255
3256extern __typeof (xmlParserInputRead) xmlParserInputRead__internal_alias __attribute((visibility("hidden")));
3257extern __typeof (xmlParserInputRead) xmlParserInputRead __attribute((alias("xmlParserInputRead__internal_alias")));
3258#define xmlParserInputRead xmlParserInputRead__internal_alias
3259
3260extern __typeof (xmlParserInputShrink) xmlParserInputShrink__internal_alias __attribute((visibility("hidden")));
3261extern __typeof (xmlParserInputShrink) xmlParserInputShrink __attribute((alias("xmlParserInputShrink__internal_alias")));
3262#define xmlParserInputShrink xmlParserInputShrink__internal_alias
3263
3264extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext__internal_alias __attribute((visibility("hidden")));
3265extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext __attribute((alias("xmlParserPrintFileContext__internal_alias")));
3266#define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias
3267
3268extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo__internal_alias __attribute((visibility("hidden")));
3269extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo __attribute((alias("xmlParserPrintFileInfo__internal_alias")));
3270#define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias
3271
3272extern __typeof (xmlParserValidityError) xmlParserValidityError__internal_alias __attribute((visibility("hidden")));
3273extern __typeof (xmlParserValidityError) xmlParserValidityError __attribute((alias("xmlParserValidityError__internal_alias")));
3274#define xmlParserValidityError xmlParserValidityError__internal_alias
3275
3276extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning__internal_alias __attribute((visibility("hidden")));
3277extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning __attribute((alias("xmlParserValidityWarning__internal_alias")));
3278#define xmlParserValidityWarning xmlParserValidityWarning__internal_alias
3279
3280extern __typeof (xmlParserWarning) xmlParserWarning__internal_alias __attribute((visibility("hidden")));
3281extern __typeof (xmlParserWarning) xmlParserWarning __attribute((alias("xmlParserWarning__internal_alias")));
3282#define xmlParserWarning xmlParserWarning__internal_alias
3283
3284#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillardb5839c32005-02-19 18:27:14 +00003285extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot__internal_alias __attribute((visibility("hidden")));
3286extern __typeof (xmlPatternFromRoot) xmlPatternFromRoot __attribute((alias("xmlPatternFromRoot__internal_alias")));
3287#define xmlPatternFromRoot xmlPatternFromRoot__internal_alias
3288#endif
3289
3290#if defined(LIBXML_PATTERN_ENABLED)
William M. Brack015ccb22005-02-13 08:18:52 +00003291extern __typeof (xmlPatternGetStreamCtxt) xmlPatternGetStreamCtxt__internal_alias __attribute((visibility("hidden")));
3292extern __typeof (xmlPatternGetStreamCtxt) xmlPatternGetStreamCtxt __attribute((alias("xmlPatternGetStreamCtxt__internal_alias")));
3293#define xmlPatternGetStreamCtxt xmlPatternGetStreamCtxt__internal_alias
3294#endif
3295
3296#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillardbe076e92005-01-04 20:18:14 +00003297extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")));
3298extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias")));
3299#define xmlPatternMatch xmlPatternMatch__internal_alias
3300#endif
3301
3302#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillardb5839c32005-02-19 18:27:14 +00003303extern __typeof (xmlPatternMaxDepth) xmlPatternMaxDepth__internal_alias __attribute((visibility("hidden")));
3304extern __typeof (xmlPatternMaxDepth) xmlPatternMaxDepth __attribute((alias("xmlPatternMaxDepth__internal_alias")));
3305#define xmlPatternMaxDepth xmlPatternMaxDepth__internal_alias
3306#endif
3307
3308#if defined(LIBXML_PATTERN_ENABLED)
3309extern __typeof (xmlPatternStreamable) xmlPatternStreamable__internal_alias __attribute((visibility("hidden")));
3310extern __typeof (xmlPatternStreamable) xmlPatternStreamable __attribute((alias("xmlPatternStreamable__internal_alias")));
3311#define xmlPatternStreamable xmlPatternStreamable__internal_alias
3312#endif
3313
3314#if defined(LIBXML_PATTERN_ENABLED)
Daniel Veillardbe076e92005-01-04 20:18:14 +00003315extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
3316extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
3317#define xmlPatterncompile xmlPatterncompile__internal_alias
3318#endif
3319
3320extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault__internal_alias __attribute((visibility("hidden")));
3321extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault __attribute((alias("xmlPedanticParserDefault__internal_alias")));
3322#define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias
3323
3324extern __typeof (xmlPopInput) xmlPopInput__internal_alias __attribute((visibility("hidden")));
3325extern __typeof (xmlPopInput) xmlPopInput __attribute((alias("xmlPopInput__internal_alias")));
3326#define xmlPopInput xmlPopInput__internal_alias
3327
3328extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility("hidden")));
3329extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallbacks__internal_alias")));
3330#define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias
3331
3332extern __typeof (xmlPrintURI) xmlPrintURI__internal_alias __attribute((visibility("hidden")));
3333extern __typeof (xmlPrintURI) xmlPrintURI __attribute((alias("xmlPrintURI__internal_alias")));
3334#define xmlPrintURI xmlPrintURI__internal_alias
3335
3336extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
3337extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
3338#define xmlPushInput xmlPushInput__internal_alias
3339
3340extern __typeof (xmlRMutexLock) xmlRMutexLock__internal_alias __attribute((visibility("hidden")));
3341extern __typeof (xmlRMutexLock) xmlRMutexLock __attribute((alias("xmlRMutexLock__internal_alias")));
3342#define xmlRMutexLock xmlRMutexLock__internal_alias
3343
3344extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock__internal_alias __attribute((visibility("hidden")));
3345extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock __attribute((alias("xmlRMutexUnlock__internal_alias")));
3346#define xmlRMutexUnlock xmlRMutexUnlock__internal_alias
3347
3348extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
3349extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
3350#define xmlReadDoc xmlReadDoc__internal_alias
3351
3352extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));
3353extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));
3354#define xmlReadFd xmlReadFd__internal_alias
3355
3356extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
3357extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
3358#define xmlReadFile xmlReadFile__internal_alias
3359
3360extern __typeof (xmlReadIO) xmlReadIO__internal_alias __attribute((visibility("hidden")));
3361extern __typeof (xmlReadIO) xmlReadIO __attribute((alias("xmlReadIO__internal_alias")));
3362#define xmlReadIO xmlReadIO__internal_alias
3363
3364extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden")));
3365extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias")));
3366#define xmlReadMemory xmlReadMemory__internal_alias
3367
3368#if defined(LIBXML_READER_ENABLED)
3369extern __typeof (xmlReaderForDoc) xmlReaderForDoc__internal_alias __attribute((visibility("hidden")));
3370extern __typeof (xmlReaderForDoc) xmlReaderForDoc __attribute((alias("xmlReaderForDoc__internal_alias")));
3371#define xmlReaderForDoc xmlReaderForDoc__internal_alias
3372#endif
3373
3374#if defined(LIBXML_READER_ENABLED)
3375extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
3376extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
3377#define xmlReaderForFd xmlReaderForFd__internal_alias
3378#endif
3379
3380#if defined(LIBXML_READER_ENABLED)
3381extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
3382extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
3383#define xmlReaderForFile xmlReaderForFile__internal_alias
3384#endif
3385
3386#if defined(LIBXML_READER_ENABLED)
3387extern __typeof (xmlReaderForIO) xmlReaderForIO__internal_alias __attribute((visibility("hidden")));
3388extern __typeof (xmlReaderForIO) xmlReaderForIO __attribute((alias("xmlReaderForIO__internal_alias")));
3389#define xmlReaderForIO xmlReaderForIO__internal_alias
3390#endif
3391
3392#if defined(LIBXML_READER_ENABLED)
3393extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
3394extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
3395#define xmlReaderForMemory xmlReaderForMemory__internal_alias
3396#endif
3397
3398#if defined(LIBXML_READER_ENABLED)
3399extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc__internal_alias __attribute((visibility("hidden")));
3400extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc __attribute((alias("xmlReaderNewDoc__internal_alias")));
3401#define xmlReaderNewDoc xmlReaderNewDoc__internal_alias
3402#endif
3403
3404#if defined(LIBXML_READER_ENABLED)
3405extern __typeof (xmlReaderNewFd) xmlReaderNewFd__internal_alias __attribute((visibility("hidden")));
3406extern __typeof (xmlReaderNewFd) xmlReaderNewFd __attribute((alias("xmlReaderNewFd__internal_alias")));
3407#define xmlReaderNewFd xmlReaderNewFd__internal_alias
3408#endif
3409
3410#if defined(LIBXML_READER_ENABLED)
3411extern __typeof (xmlReaderNewFile) xmlReaderNewFile__internal_alias __attribute((visibility("hidden")));
3412extern __typeof (xmlReaderNewFile) xmlReaderNewFile __attribute((alias("xmlReaderNewFile__internal_alias")));
3413#define xmlReaderNewFile xmlReaderNewFile__internal_alias
3414#endif
3415
3416#if defined(LIBXML_READER_ENABLED)
3417extern __typeof (xmlReaderNewIO) xmlReaderNewIO__internal_alias __attribute((visibility("hidden")));
3418extern __typeof (xmlReaderNewIO) xmlReaderNewIO __attribute((alias("xmlReaderNewIO__internal_alias")));
3419#define xmlReaderNewIO xmlReaderNewIO__internal_alias
3420#endif
3421
3422#if defined(LIBXML_READER_ENABLED)
3423extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory__internal_alias __attribute((visibility("hidden")));
3424extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory __attribute((alias("xmlReaderNewMemory__internal_alias")));
3425#define xmlReaderNewMemory xmlReaderNewMemory__internal_alias
3426#endif
3427
3428#if defined(LIBXML_READER_ENABLED)
3429extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker__internal_alias __attribute((visibility("hidden")));
3430extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker __attribute((alias("xmlReaderNewWalker__internal_alias")));
3431#define xmlReaderNewWalker xmlReaderNewWalker__internal_alias
3432#endif
3433
3434#if defined(LIBXML_READER_ENABLED)
3435extern __typeof (xmlReaderWalker) xmlReaderWalker__internal_alias __attribute((visibility("hidden")));
3436extern __typeof (xmlReaderWalker) xmlReaderWalker __attribute((alias("xmlReaderWalker__internal_alias")));
3437#define xmlReaderWalker xmlReaderWalker__internal_alias
3438#endif
3439
3440extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
3441extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
3442#define xmlReallocLoc xmlReallocLoc__internal_alias
3443
3444#if defined(LIBXML_TREE_ENABLED)
3445extern __typeof (xmlReconciliateNs) xmlReconciliateNs__internal_alias __attribute((visibility("hidden")));
3446extern __typeof (xmlReconciliateNs) xmlReconciliateNs __attribute((alias("xmlReconciliateNs__internal_alias")));
3447#define xmlReconciliateNs xmlReconciliateNs__internal_alias
3448#endif
3449
3450#if defined(LIBXML_SAX1_ENABLED)
3451extern __typeof (xmlRecoverDoc) xmlRecoverDoc__internal_alias __attribute((visibility("hidden")));
3452extern __typeof (xmlRecoverDoc) xmlRecoverDoc __attribute((alias("xmlRecoverDoc__internal_alias")));
3453#define xmlRecoverDoc xmlRecoverDoc__internal_alias
3454#endif
3455
3456#if defined(LIBXML_SAX1_ENABLED)
3457extern __typeof (xmlRecoverFile) xmlRecoverFile__internal_alias __attribute((visibility("hidden")));
3458extern __typeof (xmlRecoverFile) xmlRecoverFile __attribute((alias("xmlRecoverFile__internal_alias")));
3459#define xmlRecoverFile xmlRecoverFile__internal_alias
3460#endif
3461
3462#if defined(LIBXML_SAX1_ENABLED)
3463extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden")));
3464extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias")));
3465#define xmlRecoverMemory xmlRecoverMemory__internal_alias
3466#endif
3467
3468#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillardf47d2e32005-01-12 14:16:08 +00003469extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo__internal_alias __attribute((visibility("hidden")));
3470extern __typeof (xmlRegExecErrInfo) xmlRegExecErrInfo __attribute((alias("xmlRegExecErrInfo__internal_alias")));
3471#define xmlRegExecErrInfo xmlRegExecErrInfo__internal_alias
3472#endif
3473
3474#if defined(LIBXML_REGEXP_ENABLED)
3475extern __typeof (xmlRegExecNextValues) xmlRegExecNextValues__internal_alias __attribute((visibility("hidden")));
3476extern __typeof (xmlRegExecNextValues) xmlRegExecNextValues __attribute((alias("xmlRegExecNextValues__internal_alias")));
3477#define xmlRegExecNextValues xmlRegExecNextValues__internal_alias
3478#endif
3479
3480#if defined(LIBXML_REGEXP_ENABLED)
Daniel Veillardbe076e92005-01-04 20:18:14 +00003481extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
3482extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
3483#define xmlRegExecPushString xmlRegExecPushString__internal_alias
3484#endif
3485
3486#if defined(LIBXML_REGEXP_ENABLED)
3487extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2__internal_alias __attribute((visibility("hidden")));
3488extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2 __attribute((alias("xmlRegExecPushString2__internal_alias")));
3489#define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias
3490#endif
3491
3492#if defined(LIBXML_REGEXP_ENABLED)
3493extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt__internal_alias __attribute((visibility("hidden")));
3494extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt __attribute((alias("xmlRegFreeExecCtxt__internal_alias")));
3495#define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias
3496#endif
3497
3498#if defined(LIBXML_REGEXP_ENABLED)
3499extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp__internal_alias __attribute((visibility("hidden")));
3500extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp __attribute((alias("xmlRegFreeRegexp__internal_alias")));
3501#define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias
3502#endif
3503
3504#if defined(LIBXML_REGEXP_ENABLED)
3505extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt__internal_alias __attribute((visibility("hidden")));
3506extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt __attribute((alias("xmlRegNewExecCtxt__internal_alias")));
3507#define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias
3508#endif
3509
3510#if defined(LIBXML_REGEXP_ENABLED)
3511extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
3512extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
3513#define xmlRegexpCompile xmlRegexpCompile__internal_alias
3514#endif
3515
3516#if defined(LIBXML_REGEXP_ENABLED)
3517extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden")));
3518extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias")));
3519#define xmlRegexpExec xmlRegexpExec__internal_alias
3520#endif
3521
3522#if defined(LIBXML_REGEXP_ENABLED)
3523extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist__internal_alias __attribute((visibility("hidden")));
3524extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist __attribute((alias("xmlRegexpIsDeterminist__internal_alias")));
3525#define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias
3526#endif
3527
3528#if defined(LIBXML_REGEXP_ENABLED)
3529extern __typeof (xmlRegexpPrint) xmlRegexpPrint__internal_alias __attribute((visibility("hidden")));
3530extern __typeof (xmlRegexpPrint) xmlRegexpPrint __attribute((alias("xmlRegexpPrint__internal_alias")));
3531#define xmlRegexpPrint xmlRegexpPrint__internal_alias
3532#endif
3533
3534extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
3535extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler __attribute((alias("xmlRegisterCharEncodingHandler__internal_alias")));
3536#define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias
3537
3538extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks__internal_alias __attribute((visibility("hidden")));
3539extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks __attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias")));
3540#define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias
3541
3542#if defined(LIBXML_OUTPUT_ENABLED)
3543extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks__internal_alias __attribute((visibility("hidden")));
3544extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks __attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias")));
3545#define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias
3546#endif
3547
3548#if defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED)
3549extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks__internal_alias __attribute((visibility("hidden")));
3550extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks __attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias")));
3551#define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias
3552#endif
3553
3554extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
3555extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
3556#define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
3557
3558extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
3559extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault __attribute((alias("xmlRegisterNodeDefault__internal_alias")));
3560#define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias
3561
3562#if defined(LIBXML_OUTPUT_ENABLED)
3563extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks__internal_alias __attribute((visibility("hidden")));
3564extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks __attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
3565#define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias
3566#endif
3567
3568#if defined(LIBXML_SCHEMAS_ENABLED)
3569extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes__internal_alias __attribute((visibility("hidden")));
3570extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes __attribute((alias("xmlRelaxNGCleanupTypes__internal_alias")));
3571#define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias
3572#endif
3573
3574#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
3575extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump__internal_alias __attribute((visibility("hidden")));
3576extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump __attribute((alias("xmlRelaxNGDump__internal_alias")));
3577#define xmlRelaxNGDump xmlRelaxNGDump__internal_alias
3578#endif
3579
3580#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
3581extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree__internal_alias __attribute((visibility("hidden")));
3582extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree __attribute((alias("xmlRelaxNGDumpTree__internal_alias")));
3583#define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias
3584#endif
3585
3586#if defined(LIBXML_SCHEMAS_ENABLED)
3587extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree__internal_alias __attribute((visibility("hidden")));
3588extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree __attribute((alias("xmlRelaxNGFree__internal_alias")));
3589#define xmlRelaxNGFree xmlRelaxNGFree__internal_alias
3590#endif
3591
3592#if defined(LIBXML_SCHEMAS_ENABLED)
3593extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3594extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt __attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
3595#define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias
3596#endif
3597
3598#if defined(LIBXML_SCHEMAS_ENABLED)
3599extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
3600extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt __attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias")));
3601#define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias
3602#endif
3603
3604#if defined(LIBXML_SCHEMAS_ENABLED)
3605extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors__internal_alias __attribute((visibility("hidden")));
3606extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors __attribute((alias("xmlRelaxNGGetParserErrors__internal_alias")));
3607#define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias
3608#endif
3609
3610#if defined(LIBXML_SCHEMAS_ENABLED)
3611extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors__internal_alias __attribute((visibility("hidden")));
3612extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors __attribute((alias("xmlRelaxNGGetValidErrors__internal_alias")));
3613#define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias
3614#endif
3615
3616#if defined(LIBXML_SCHEMAS_ENABLED)
3617extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes__internal_alias __attribute((visibility("hidden")));
3618extern __typeof (xmlRelaxNGInitTypes) xmlRelaxNGInitTypes __attribute((alias("xmlRelaxNGInitTypes__internal_alias")));
3619#define xmlRelaxNGInitTypes xmlRelaxNGInitTypes__internal_alias
3620#endif
3621
3622#if defined(LIBXML_SCHEMAS_ENABLED)
3623extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
3624extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt __attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias")));
3625#define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias
3626#endif
3627
3628#if defined(LIBXML_SCHEMAS_ENABLED)
3629extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
3630extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
3631#define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias
3632#endif
3633
3634#if defined(LIBXML_SCHEMAS_ENABLED)
3635extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visibility("hidden")));
3636extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias")));
3637#define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias
3638#endif
3639
3640#if defined(LIBXML_SCHEMAS_ENABLED)
3641extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt__internal_alias __attribute((visibility("hidden")));
3642extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt __attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias")));
3643#define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias
3644#endif
3645
3646#if defined(LIBXML_SCHEMAS_ENABLED)
3647extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden")));
3648extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias")));
3649#define xmlRelaxNGParse xmlRelaxNGParse__internal_alias
3650#endif
3651
3652#if defined(LIBXML_SCHEMAS_ENABLED)
3653extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors__internal_alias __attribute((visibility("hidden")));
3654extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors __attribute((alias("xmlRelaxNGSetParserErrors__internal_alias")));
3655#define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias
3656#endif
3657
3658#if defined(LIBXML_SCHEMAS_ENABLED)
3659extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors__internal_alias __attribute((visibility("hidden")));
3660extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors __attribute((alias("xmlRelaxNGSetValidErrors__internal_alias")));
3661#define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias
3662#endif
3663
3664#if defined(LIBXML_SCHEMAS_ENABLED)
3665extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc__internal_alias __attribute((visibility("hidden")));
3666extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc __attribute((alias("xmlRelaxNGValidateDoc__internal_alias")));
3667#define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias
3668#endif
3669
3670#if defined(LIBXML_SCHEMAS_ENABLED)
3671extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement__internal_alias __attribute((visibility("hidden")));
3672extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement __attribute((alias("xmlRelaxNGValidateFullElement__internal_alias")));
3673#define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias
3674#endif
3675
3676#if defined(LIBXML_SCHEMAS_ENABLED)
3677extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement__internal_alias __attribute((visibility("hidden")));
3678extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement __attribute((alias("xmlRelaxNGValidatePopElement__internal_alias")));
3679#define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias
3680#endif
3681
3682#if defined(LIBXML_SCHEMAS_ENABLED)
3683extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData__internal_alias __attribute((visibility("hidden")));
3684extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData __attribute((alias("xmlRelaxNGValidatePushCData__internal_alias")));
3685#define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias
3686#endif
3687
3688#if defined(LIBXML_SCHEMAS_ENABLED)
3689extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement__internal_alias __attribute((visibility("hidden")));
3690extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement __attribute((alias("xmlRelaxNGValidatePushElement__internal_alias")));
3691#define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias
3692#endif
3693
3694#if defined(LIBXML_SCHEMAS_ENABLED)
3695extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag__internal_alias __attribute((visibility("hidden")));
3696extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag __attribute((alias("xmlRelaxParserSetFlag__internal_alias")));
3697#define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias
3698#endif
3699
3700extern __typeof (xmlRemoveID) xmlRemoveID__internal_alias __attribute((visibility("hidden")));
3701extern __typeof (xmlRemoveID) xmlRemoveID __attribute((alias("xmlRemoveID__internal_alias")));
3702#define xmlRemoveID xmlRemoveID__internal_alias
3703
3704#if defined(LIBXML_TREE_ENABLED)
3705extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
3706extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
3707#define xmlRemoveProp xmlRemoveProp__internal_alias
3708#endif
3709
3710extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
3711extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
3712#define xmlRemoveRef xmlRemoveRef__internal_alias
3713
3714#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
3715extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
3716extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
3717#define xmlReplaceNode xmlReplaceNode__internal_alias
3718#endif
3719
3720extern __typeof (xmlResetError) xmlResetError__internal_alias __attribute((visibility("hidden")));
3721extern __typeof (xmlResetError) xmlResetError __attribute((alias("xmlResetError__internal_alias")));
3722#define xmlResetError xmlResetError__internal_alias
3723
3724extern __typeof (xmlResetLastError) xmlResetLastError__internal_alias __attribute((visibility("hidden")));
3725extern __typeof (xmlResetLastError) xmlResetLastError __attribute((alias("xmlResetLastError__internal_alias")));
3726#define xmlResetLastError xmlResetLastError__internal_alias
3727
3728extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden")));
3729extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
3730#define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias
3731
3732extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock__internal_alias __attribute((visibility("hidden")));
3733extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock __attribute((alias("xmlSAX2CDataBlock__internal_alias")));
3734#define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias
3735
3736extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden")));
3737extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias")));
3738#define xmlSAX2Characters xmlSAX2Characters__internal_alias
3739
3740extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
3741extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
3742#define xmlSAX2Comment xmlSAX2Comment__internal_alias
3743
3744extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
3745extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
3746#define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias
3747
3748extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
3749extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
3750#define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias
3751
3752#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED)
3753extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
3754extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
3755#define xmlSAX2EndElement xmlSAX2EndElement__internal_alias
3756#endif
3757
3758extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs__internal_alias __attribute((visibility("hidden")));
3759extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs __attribute((alias("xmlSAX2EndElementNs__internal_alias")));
3760#define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias
3761
3762extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden")));
3763extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias")));
3764#define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias
3765
3766extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset__internal_alias __attribute((visibility("hidden")));
3767extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset __attribute((alias("xmlSAX2ExternalSubset__internal_alias")));
3768#define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias
3769
3770extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber__internal_alias __attribute((visibility("hidden")));
3771extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber __attribute((alias("xmlSAX2GetColumnNumber__internal_alias")));
3772#define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias
3773
3774extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
3775extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
3776#define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
3777
3778extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber__internal_alias __attribute((visibility("hidden")));
3779extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber __attribute((alias("xmlSAX2GetLineNumber__internal_alias")));
3780#define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias
3781
3782extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity__internal_alias __attribute((visibility("hidden")));
3783extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity __attribute((alias("xmlSAX2GetParameterEntity__internal_alias")));
3784#define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias
3785
3786extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden")));
3787extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias")));
3788#define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias
3789
3790extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hidden")));
3791extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__internal_alias")));
3792#define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias
3793
3794extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset__internal_alias __attribute((visibility("hidden")));
3795extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset __attribute((alias("xmlSAX2HasExternalSubset__internal_alias")));
3796#define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias
3797
3798extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset__internal_alias __attribute((visibility("hidden")));
3799extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset __attribute((alias("xmlSAX2HasInternalSubset__internal_alias")));
3800#define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias
3801
3802extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
3803extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
3804#define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias
3805
3806extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3807extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler __attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias")));
3808#define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias
3809
3810#if defined(LIBXML_DOCB_ENABLED)
3811extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3812extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler __attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias")));
3813#define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias
3814#endif
3815
3816#if defined(LIBXML_HTML_ENABLED)
3817extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3818extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler __attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias")));
3819#define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
3820#endif
3821
3822extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden")));
3823extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias")));
3824#define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias
3825
3826extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone__internal_alias __attribute((visibility("hidden")));
3827extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone __attribute((alias("xmlSAX2IsStandalone__internal_alias")));
3828#define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias
3829
3830extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden")));
3831extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias")));
3832#define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
3833
3834extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
3835extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
3836#define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias
3837
3838extern __typeof (xmlSAX2Reference) xmlSAX2Reference__internal_alias __attribute((visibility("hidden")));
3839extern __typeof (xmlSAX2Reference) xmlSAX2Reference __attribute((alias("xmlSAX2Reference__internal_alias")));
3840#define xmlSAX2Reference xmlSAX2Reference__internal_alias
3841
3842extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity__internal_alias __attribute((visibility("hidden")));
3843extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity __attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
3844#define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias
3845
3846extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator__internal_alias __attribute((visibility("hidden")));
3847extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator __attribute((alias("xmlSAX2SetDocumentLocator__internal_alias")));
3848#define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias
3849
3850extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __attribute((visibility("hidden")));
3851extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("xmlSAX2StartDocument__internal_alias")));
3852#define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias
3853
3854#if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED)
3855extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
3856extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
3857#define xmlSAX2StartElement xmlSAX2StartElement__internal_alias
3858#endif
3859
3860extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
3861extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
3862#define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
3863
3864extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
3865extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
3866#define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias
3867
3868#if defined(LIBXML_SAX1_ENABLED)
3869extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion__internal_alias __attribute((visibility("hidden")));
3870extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion __attribute((alias("xmlSAXDefaultVersion__internal_alias")));
3871#define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias
3872#endif
3873
3874#if defined(LIBXML_VALID_ENABLED)
3875extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD__internal_alias __attribute((visibility("hidden")));
3876extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD __attribute((alias("xmlSAXParseDTD__internal_alias")));
3877#define xmlSAXParseDTD xmlSAXParseDTD__internal_alias
3878#endif
3879
3880#if defined(LIBXML_SAX1_ENABLED)
3881extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
3882extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
3883#define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
3884#endif
3885
3886#if defined(LIBXML_SAX1_ENABLED)
3887extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
3888extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
3889#define xmlSAXParseEntity xmlSAXParseEntity__internal_alias
3890#endif
3891
3892#if defined(LIBXML_SAX1_ENABLED)
3893extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
3894extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
3895#define xmlSAXParseFile xmlSAXParseFile__internal_alias
3896#endif
3897
3898#if defined(LIBXML_SAX1_ENABLED)
3899extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden")));
3900extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias")));
3901#define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias
3902#endif
3903
3904#if defined(LIBXML_SAX1_ENABLED)
3905extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden")));
3906extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias")));
3907#define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
3908#endif
3909
3910#if defined(LIBXML_SAX1_ENABLED)
3911extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData__internal_alias __attribute((visibility("hidden")));
3912extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData __attribute((alias("xmlSAXParseMemoryWithData__internal_alias")));
3913#define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias
3914#endif
3915
3916#if defined(LIBXML_SAX1_ENABLED)
3917extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
3918extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
3919#define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias
3920#endif
3921
3922#if defined(LIBXML_SAX1_ENABLED)
3923extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden")));
3924extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias")));
3925#define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias
3926#endif
3927
3928extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
3929extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
3930#define xmlSAXVersion xmlSAXVersion__internal_alias
3931
3932#if defined(LIBXML_OUTPUT_ENABLED)
3933extern __typeof (xmlSaveClose) xmlSaveClose__internal_alias __attribute((visibility("hidden")));
3934extern __typeof (xmlSaveClose) xmlSaveClose __attribute((alias("xmlSaveClose__internal_alias")));
3935#define xmlSaveClose xmlSaveClose__internal_alias
3936#endif
3937
3938#if defined(LIBXML_OUTPUT_ENABLED)
3939extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
3940extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
3941#define xmlSaveDoc xmlSaveDoc__internal_alias
3942#endif
3943
3944#if defined(LIBXML_OUTPUT_ENABLED)
3945extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden")));
3946extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias")));
3947#define xmlSaveFile xmlSaveFile__internal_alias
3948#endif
3949
3950#if defined(LIBXML_OUTPUT_ENABLED)
3951extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
3952extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc __attribute((alias("xmlSaveFileEnc__internal_alias")));
3953#define xmlSaveFileEnc xmlSaveFileEnc__internal_alias
3954#endif
3955
3956#if defined(LIBXML_OUTPUT_ENABLED)
3957extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
3958extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
3959#define xmlSaveFileTo xmlSaveFileTo__internal_alias
3960#endif
3961
3962#if defined(LIBXML_OUTPUT_ENABLED)
3963extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
3964extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
3965#define xmlSaveFlush xmlSaveFlush__internal_alias
3966#endif
3967
3968#if defined(LIBXML_OUTPUT_ENABLED)
3969extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
3970extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
3971#define xmlSaveFormatFile xmlSaveFormatFile__internal_alias
3972#endif
3973
3974#if defined(LIBXML_OUTPUT_ENABLED)
3975extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
3976extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
3977#define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
3978#endif
3979
3980#if defined(LIBXML_OUTPUT_ENABLED)
3981extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
3982extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
3983#define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias
3984#endif
3985
3986#if defined(LIBXML_OUTPUT_ENABLED)
3987extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape__internal_alias __attribute((visibility("hidden")));
3988extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape __attribute((alias("xmlSaveSetAttrEscape__internal_alias")));
3989#define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias
3990#endif
3991
3992#if defined(LIBXML_OUTPUT_ENABLED)
3993extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape__internal_alias __attribute((visibility("hidden")));
3994extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape __attribute((alias("xmlSaveSetEscape__internal_alias")));
3995#define xmlSaveSetEscape xmlSaveSetEscape__internal_alias
3996#endif
3997
3998#if defined(LIBXML_OUTPUT_ENABLED)
3999extern __typeof (xmlSaveToFd) xmlSaveToFd__internal_alias __attribute((visibility("hidden")));
4000extern __typeof (xmlSaveToFd) xmlSaveToFd __attribute((alias("xmlSaveToFd__internal_alias")));
4001#define xmlSaveToFd xmlSaveToFd__internal_alias
4002#endif
4003
4004#if defined(LIBXML_OUTPUT_ENABLED)
4005extern __typeof (xmlSaveToFilename) xmlSaveToFilename__internal_alias __attribute((visibility("hidden")));
4006extern __typeof (xmlSaveToFilename) xmlSaveToFilename __attribute((alias("xmlSaveToFilename__internal_alias")));
4007#define xmlSaveToFilename xmlSaveToFilename__internal_alias
4008#endif
4009
4010#if defined(LIBXML_OUTPUT_ENABLED)
4011extern __typeof (xmlSaveToIO) xmlSaveToIO__internal_alias __attribute((visibility("hidden")));
4012extern __typeof (xmlSaveToIO) xmlSaveToIO __attribute((alias("xmlSaveToIO__internal_alias")));
4013#define xmlSaveToIO xmlSaveToIO__internal_alias
4014#endif
4015
4016#if defined(LIBXML_OUTPUT_ENABLED)
4017extern __typeof (xmlSaveTree) xmlSaveTree__internal_alias __attribute((visibility("hidden")));
4018extern __typeof (xmlSaveTree) xmlSaveTree __attribute((alias("xmlSaveTree__internal_alias")));
4019#define xmlSaveTree xmlSaveTree__internal_alias
4020#endif
4021
4022extern __typeof (xmlSaveUri) xmlSaveUri__internal_alias __attribute((visibility("hidden")));
4023extern __typeof (xmlSaveUri) xmlSaveUri __attribute((alias("xmlSaveUri__internal_alias")));
4024#define xmlSaveUri xmlSaveUri__internal_alias
4025
4026#if defined(LIBXML_LEGACY_ENABLED)
4027extern __typeof (xmlScanName) xmlScanName__internal_alias __attribute((visibility("hidden")));
4028extern __typeof (xmlScanName) xmlScanName __attribute((alias("xmlScanName__internal_alias")));
4029#define xmlScanName xmlScanName__internal_alias
4030#endif
4031
4032#if defined(LIBXML_SCHEMAS_ENABLED)
4033extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden")));
4034extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias")));
4035#define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias
4036#endif
4037
4038#if defined(LIBXML_SCHEMAS_ENABLED)
4039extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes__internal_alias __attribute((visibility("hidden")));
4040extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes __attribute((alias("xmlSchemaCleanupTypes__internal_alias")));
4041#define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias
4042#endif
4043
4044#if defined(LIBXML_SCHEMAS_ENABLED)
4045extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString__internal_alias __attribute((visibility("hidden")));
4046extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString __attribute((alias("xmlSchemaCollapseString__internal_alias")));
4047#define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias
4048#endif
4049
4050#if defined(LIBXML_SCHEMAS_ENABLED)
4051extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
4052extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
4053#define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias
4054#endif
4055
Daniel Veillardb5839c32005-02-19 18:27:14 +00004056#if defined(LIBXML_SCHEMAS_ENABLED)
4057extern __typeof (xmlSchemaCompareValuesWhtsp) xmlSchemaCompareValuesWhtsp__internal_alias __attribute((visibility("hidden")));
4058extern __typeof (xmlSchemaCompareValuesWhtsp) xmlSchemaCompareValuesWhtsp __attribute((alias("xmlSchemaCompareValuesWhtsp__internal_alias")));
4059#define xmlSchemaCompareValuesWhtsp xmlSchemaCompareValuesWhtsp__internal_alias
4060#endif
4061
Daniel Veillardbe076e92005-01-04 20:18:14 +00004062#if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
4063extern __typeof (xmlSchemaDump) xmlSchemaDump__internal_alias __attribute((visibility("hidden")));
4064extern __typeof (xmlSchemaDump) xmlSchemaDump __attribute((alias("xmlSchemaDump__internal_alias")));
4065#define xmlSchemaDump xmlSchemaDump__internal_alias
4066#endif
4067
4068#if defined(LIBXML_SCHEMAS_ENABLED)
4069extern __typeof (xmlSchemaFree) xmlSchemaFree__internal_alias __attribute((visibility("hidden")));
4070extern __typeof (xmlSchemaFree) xmlSchemaFree __attribute((alias("xmlSchemaFree__internal_alias")));
4071#define xmlSchemaFree xmlSchemaFree__internal_alias
4072#endif
4073
4074#if defined(LIBXML_SCHEMAS_ENABLED)
4075extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet__internal_alias __attribute((visibility("hidden")));
4076extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet __attribute((alias("xmlSchemaFreeFacet__internal_alias")));
4077#define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias
4078#endif
4079
4080#if defined(LIBXML_SCHEMAS_ENABLED)
4081extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
4082extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt __attribute((alias("xmlSchemaFreeParserCtxt__internal_alias")));
4083#define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias
4084#endif
4085
4086#if defined(LIBXML_SCHEMAS_ENABLED)
4087extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType__internal_alias __attribute((visibility("hidden")));
4088extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType __attribute((alias("xmlSchemaFreeType__internal_alias")));
4089#define xmlSchemaFreeType xmlSchemaFreeType__internal_alias
4090#endif
4091
4092#if defined(LIBXML_SCHEMAS_ENABLED)
4093extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
4094extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt __attribute((alias("xmlSchemaFreeValidCtxt__internal_alias")));
4095#define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias
4096#endif
4097
4098#if defined(LIBXML_SCHEMAS_ENABLED)
4099extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue__internal_alias __attribute((visibility("hidden")));
4100extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue __attribute((alias("xmlSchemaFreeValue__internal_alias")));
4101#define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias
4102#endif
4103
4104#if defined(LIBXML_SCHEMAS_ENABLED)
4105extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard__internal_alias __attribute((visibility("hidden")));
4106extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard __attribute((alias("xmlSchemaFreeWildcard__internal_alias")));
4107#define xmlSchemaFreeWildcard xmlSchemaFreeWildcard__internal_alias
4108#endif
4109
4110#if defined(LIBXML_SCHEMAS_ENABLED)
4111extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias __attribute((visibility("hidden")));
4112extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType __attribute((alias("xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias")));
4113#define xmlSchemaGetBuiltInListSimpleTypeItemType xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
4114#endif
4115
4116#if defined(LIBXML_SCHEMAS_ENABLED)
4117extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType__internal_alias __attribute((visibility("hidden")));
4118extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType __attribute((alias("xmlSchemaGetBuiltInType__internal_alias")));
4119#define xmlSchemaGetBuiltInType xmlSchemaGetBuiltInType__internal_alias
4120#endif
4121
4122#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillardb5839c32005-02-19 18:27:14 +00004123extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue__internal_alias __attribute((visibility("hidden")));
4124extern __typeof (xmlSchemaGetCanonValue) xmlSchemaGetCanonValue __attribute((alias("xmlSchemaGetCanonValue__internal_alias")));
4125#define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias
4126#endif
4127
4128#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillardbe076e92005-01-04 20:18:14 +00004129extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __attribute((visibility("hidden")));
4130extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("xmlSchemaGetFacetValueAsULong__internal_alias")));
4131#define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias
4132#endif
4133
4134#if defined(LIBXML_SCHEMAS_ENABLED)
4135extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors__internal_alias __attribute((visibility("hidden")));
4136extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors __attribute((alias("xmlSchemaGetParserErrors__internal_alias")));
4137#define xmlSchemaGetParserErrors xmlSchemaGetParserErrors__internal_alias
4138#endif
4139
4140#if defined(LIBXML_SCHEMAS_ENABLED)
4141extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
4142extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
4143#define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
4144#endif
4145
4146#if defined(LIBXML_SCHEMAS_ENABLED)
4147extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors__internal_alias __attribute((visibility("hidden")));
4148extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors __attribute((alias("xmlSchemaGetValidErrors__internal_alias")));
4149#define xmlSchemaGetValidErrors xmlSchemaGetValidErrors__internal_alias
4150#endif
4151
4152#if defined(LIBXML_SCHEMAS_ENABLED)
4153extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes__internal_alias __attribute((visibility("hidden")));
4154extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes __attribute((alias("xmlSchemaInitTypes__internal_alias")));
4155#define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias
4156#endif
4157
4158#if defined(LIBXML_SCHEMAS_ENABLED)
4159extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet__internal_alias __attribute((visibility("hidden")));
4160extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet __attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
4161#define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias
4162#endif
4163
4164#if defined(LIBXML_SCHEMAS_ENABLED)
4165extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
4166extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt __attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias")));
4167#define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias
4168#endif
4169
4170#if defined(LIBXML_SCHEMAS_ENABLED)
4171extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet__internal_alias __attribute((visibility("hidden")));
4172extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet __attribute((alias("xmlSchemaNewFacet__internal_alias")));
4173#define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias
4174#endif
4175
4176#if defined(LIBXML_SCHEMAS_ENABLED)
4177extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
4178extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt __attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias")));
4179#define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias
4180#endif
4181
4182#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillardb5839c32005-02-19 18:27:14 +00004183extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue__internal_alias __attribute((visibility("hidden")));
4184extern __typeof (xmlSchemaNewNOTATIONValue) xmlSchemaNewNOTATIONValue __attribute((alias("xmlSchemaNewNOTATIONValue__internal_alias")));
4185#define xmlSchemaNewNOTATIONValue xmlSchemaNewNOTATIONValue__internal_alias
4186#endif
4187
4188#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillardbe076e92005-01-04 20:18:14 +00004189extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
4190extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
4191#define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias
4192#endif
4193
4194#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillardb5839c32005-02-19 18:27:14 +00004195extern __typeof (xmlSchemaNewStringValue) xmlSchemaNewStringValue__internal_alias __attribute((visibility("hidden")));
4196extern __typeof (xmlSchemaNewStringValue) xmlSchemaNewStringValue __attribute((alias("xmlSchemaNewStringValue__internal_alias")));
4197#define xmlSchemaNewStringValue xmlSchemaNewStringValue__internal_alias
4198#endif
4199
4200#if defined(LIBXML_SCHEMAS_ENABLED)
Daniel Veillardbe076e92005-01-04 20:18:14 +00004201extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt__internal_alias __attribute((visibility("hidden")));
4202extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt __attribute((alias("xmlSchemaNewValidCtxt__internal_alias")));
4203#define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias
4204#endif
4205
4206#if defined(LIBXML_SCHEMAS_ENABLED)
4207extern __typeof (xmlSchemaParse) xmlSchemaParse__internal_alias __attribute((visibility("hidden")));
4208extern __typeof (xmlSchemaParse) xmlSchemaParse __attribute((alias("xmlSchemaParse__internal_alias")));
4209#define xmlSchemaParse xmlSchemaParse__internal_alias
4210#endif
4211
4212#if defined(LIBXML_SCHEMAS_ENABLED)
4213extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
4214extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
4215#define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias
4216#endif
4217
4218#if defined(LIBXML_SCHEMAS_ENABLED)
4219extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden")));
4220extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
4221#define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias
4222#endif
4223
4224#if defined(LIBXML_SCHEMAS_ENABLED)
4225extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions__internal_alias __attribute((visibility("hidden")));
4226extern __typeof (xmlSchemaSetValidOptions) xmlSchemaSetValidOptions __attribute((alias("xmlSchemaSetValidOptions__internal_alias")));
4227#define xmlSchemaSetValidOptions xmlSchemaSetValidOptions__internal_alias
4228#endif
4229
4230#if defined(LIBXML_SCHEMAS_ENABLED)
4231extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
4232extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
4233#define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
4234#endif
4235
4236#if defined(LIBXML_SCHEMAS_ENABLED)
4237extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm__internal_alias __attribute((visibility("hidden")));
4238extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm __attribute((alias("xmlSchemaValPredefTypeNodeNoNorm__internal_alias")));
4239#define xmlSchemaValPredefTypeNodeNoNorm xmlSchemaValPredefTypeNodeNoNorm__internal_alias
4240#endif
4241
4242#if defined(LIBXML_SCHEMAS_ENABLED)
4243extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions__internal_alias __attribute((visibility("hidden")));
4244extern __typeof (xmlSchemaValidCtxtGetOptions) xmlSchemaValidCtxtGetOptions __attribute((alias("xmlSchemaValidCtxtGetOptions__internal_alias")));
4245#define xmlSchemaValidCtxtGetOptions xmlSchemaValidCtxtGetOptions__internal_alias
4246#endif
4247
4248#if defined(LIBXML_SCHEMAS_ENABLED)
4249extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc__internal_alias __attribute((visibility("hidden")));
4250extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc __attribute((alias("xmlSchemaValidateDoc__internal_alias")));
4251#define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias
4252#endif
4253
4254#if defined(LIBXML_SCHEMAS_ENABLED)
4255extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet__internal_alias __attribute((visibility("hidden")));
4256extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet __attribute((alias("xmlSchemaValidateFacet__internal_alias")));
4257#define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias
4258#endif
4259
4260#if defined(LIBXML_SCHEMAS_ENABLED)
4261extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet__internal_alias __attribute((visibility("hidden")));
4262extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet __attribute((alias("xmlSchemaValidateLengthFacet__internal_alias")));
4263#define xmlSchemaValidateLengthFacet xmlSchemaValidateLengthFacet__internal_alias
4264#endif
4265
4266#if defined(LIBXML_SCHEMAS_ENABLED)
4267extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet__internal_alias __attribute((visibility("hidden")));
4268extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet __attribute((alias("xmlSchemaValidateListSimpleTypeFacet__internal_alias")));
4269#define xmlSchemaValidateListSimpleTypeFacet xmlSchemaValidateListSimpleTypeFacet__internal_alias
4270#endif
4271
4272#if defined(LIBXML_SCHEMAS_ENABLED)
4273extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement__internal_alias __attribute((visibility("hidden")));
4274extern __typeof (xmlSchemaValidateOneElement) xmlSchemaValidateOneElement __attribute((alias("xmlSchemaValidateOneElement__internal_alias")));
4275#define xmlSchemaValidateOneElement xmlSchemaValidateOneElement__internal_alias
4276#endif
4277
4278#if defined(LIBXML_SCHEMAS_ENABLED)
4279extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType__internal_alias __attribute((visibility("hidden")));
4280extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType __attribute((alias("xmlSchemaValidatePredefinedType__internal_alias")));
4281#define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias
4282#endif
4283
4284#if defined(LIBXML_SCHEMAS_ENABLED)
4285extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alias __attribute((visibility("hidden")));
4286extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((alias("xmlSchemaValidateStream__internal_alias")));
4287#define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias
4288#endif
4289
4290#if defined(LIBXML_SCHEMAS_ENABLED)
4291extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace__internal_alias __attribute((visibility("hidden")));
4292extern __typeof (xmlSchemaWhiteSpaceReplace) xmlSchemaWhiteSpaceReplace __attribute((alias("xmlSchemaWhiteSpaceReplace__internal_alias")));
4293#define xmlSchemaWhiteSpaceReplace xmlSchemaWhiteSpaceReplace__internal_alias
4294#endif
4295
4296extern __typeof (xmlSearchNs) xmlSearchNs__internal_alias __attribute((visibility("hidden")));
4297extern __typeof (xmlSearchNs) xmlSearchNs __attribute((alias("xmlSearchNs__internal_alias")));
4298#define xmlSearchNs xmlSearchNs__internal_alias
4299
4300extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref__internal_alias __attribute((visibility("hidden")));
4301extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref __attribute((alias("xmlSearchNsByHref__internal_alias")));
4302#define xmlSearchNsByHref xmlSearchNsByHref__internal_alias
4303
4304extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
4305extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
4306#define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias
4307
4308extern __typeof (xmlSetCompressMode) xmlSetCompressMode__internal_alias __attribute((visibility("hidden")));
4309extern __typeof (xmlSetCompressMode) xmlSetCompressMode __attribute((alias("xmlSetCompressMode__internal_alias")));
4310#define xmlSetCompressMode xmlSetCompressMode__internal_alias
4311
4312extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode__internal_alias __attribute((visibility("hidden")));
4313extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode __attribute((alias("xmlSetDocCompressMode__internal_alias")));
4314#define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias
4315
4316#if defined(LIBXML_LEGACY_ENABLED)
4317extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc__internal_alias __attribute((visibility("hidden")));
4318extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc __attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
4319#define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias
4320#endif
4321
4322extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
4323extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader __attribute((alias("xmlSetExternalEntityLoader__internal_alias")));
4324#define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias
4325
4326#if defined(LIBXML_LEGACY_ENABLED)
4327extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden")));
4328extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias")));
4329#define xmlSetFeature xmlSetFeature__internal_alias
4330#endif
4331
4332extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
4333extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
4334#define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias
4335
4336extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden")));
4337extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias")));
4338#define xmlSetListDoc xmlSetListDoc__internal_alias
4339
4340extern __typeof (xmlSetNs) xmlSetNs__internal_alias __attribute((visibility("hidden")));
4341extern __typeof (xmlSetNs) xmlSetNs __attribute((alias("xmlSetNs__internal_alias")));
4342#define xmlSetNs xmlSetNs__internal_alias
4343
4344#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
4345extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
4346extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
4347#define xmlSetNsProp xmlSetNsProp__internal_alias
4348#endif
4349
4350#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
4351extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
4352extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
4353#define xmlSetProp xmlSetProp__internal_alias
4354#endif
4355
4356extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
4357extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc __attribute((alias("xmlSetStructuredErrorFunc__internal_alias")));
4358#define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias
4359
4360extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc__internal_alias __attribute((visibility("hidden")));
4361extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc __attribute((alias("xmlSetTreeDoc__internal_alias")));
4362#define xmlSetTreeDoc xmlSetTreeDoc__internal_alias
4363
4364#if defined(LIBXML_SAX1_ENABLED)
4365extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer__internal_alias __attribute((visibility("hidden")));
4366extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer __attribute((alias("xmlSetupParserForBuffer__internal_alias")));
4367#define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias
4368#endif
4369
4370#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4371extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden")));
4372extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias")));
4373#define xmlShell xmlShell__internal_alias
4374#endif
4375
4376#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4377extern __typeof (xmlShellBase) xmlShellBase__internal_alias __attribute((visibility("hidden")));
4378extern __typeof (xmlShellBase) xmlShellBase __attribute((alias("xmlShellBase__internal_alias")));
4379#define xmlShellBase xmlShellBase__internal_alias
4380#endif
4381
4382#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
4383extern __typeof (xmlShellCat) xmlShellCat__internal_alias __attribute((visibility("hidden")));
4384extern __typeof (xmlShellCat) xmlShellCat __attribute((alias("xmlShellCat__internal_alias")));
4385#define xmlShellCat xmlShellCat__internal_alias
4386#endif
4387
4388#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4389extern __typeof (xmlShellDir) xmlShellDir__internal_alias __attribute((visibility("hidden")));
4390extern __typeof (xmlShellDir) xmlShellDir __attribute((alias("xmlShellDir__internal_alias")));
4391#define xmlShellDir xmlShellDir__internal_alias
4392#endif
4393
4394#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4395extern __typeof (xmlShellDu) xmlShellDu__internal_alias __attribute((visibility("hidden")));
4396extern __typeof (xmlShellDu) xmlShellDu __attribute((alias("xmlShellDu__internal_alias")));
4397#define xmlShellDu xmlShellDu__internal_alias
4398#endif
4399
4400#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4401extern __typeof (xmlShellList) xmlShellList__internal_alias __attribute((visibility("hidden")));
4402extern __typeof (xmlShellList) xmlShellList __attribute((alias("xmlShellList__internal_alias")));
4403#define xmlShellList xmlShellList__internal_alias
4404#endif
4405
4406#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4407extern __typeof (xmlShellLoad) xmlShellLoad__internal_alias __attribute((visibility("hidden")));
4408extern __typeof (xmlShellLoad) xmlShellLoad __attribute((alias("xmlShellLoad__internal_alias")));
4409#define xmlShellLoad xmlShellLoad__internal_alias
4410#endif
4411
4412#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
4413extern __typeof (xmlShellPrintNode) xmlShellPrintNode__internal_alias __attribute((visibility("hidden")));
4414extern __typeof (xmlShellPrintNode) xmlShellPrintNode __attribute((alias("xmlShellPrintNode__internal_alias")));
4415#define xmlShellPrintNode xmlShellPrintNode__internal_alias
4416#endif
4417
4418#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4419extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError__internal_alias __attribute((visibility("hidden")));
4420extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError __attribute((alias("xmlShellPrintXPathError__internal_alias")));
4421#define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias
4422#endif
4423
4424#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4425extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult__internal_alias __attribute((visibility("hidden")));
4426extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult __attribute((alias("xmlShellPrintXPathResult__internal_alias")));
4427#define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias
4428#endif
4429
4430#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
4431extern __typeof (xmlShellPwd) xmlShellPwd__internal_alias __attribute((visibility("hidden")));
4432extern __typeof (xmlShellPwd) xmlShellPwd __attribute((alias("xmlShellPwd__internal_alias")));
4433#define xmlShellPwd xmlShellPwd__internal_alias
4434#endif
4435
4436#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
4437extern __typeof (xmlShellSave) xmlShellSave__internal_alias __attribute((visibility("hidden")));
4438extern __typeof (xmlShellSave) xmlShellSave __attribute((alias("xmlShellSave__internal_alias")));
4439#define xmlShellSave xmlShellSave__internal_alias
4440#endif
4441
4442#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_VALID_ENABLED)
4443extern __typeof (xmlShellValidate) xmlShellValidate__internal_alias __attribute((visibility("hidden")));
4444extern __typeof (xmlShellValidate) xmlShellValidate __attribute((alias("xmlShellValidate__internal_alias")));
4445#define xmlShellValidate xmlShellValidate__internal_alias
4446#endif
4447
4448#if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
4449extern __typeof (xmlShellWrite) xmlShellWrite__internal_alias __attribute((visibility("hidden")));
4450extern __typeof (xmlShellWrite) xmlShellWrite __attribute((alias("xmlShellWrite__internal_alias")));
4451#define xmlShellWrite xmlShellWrite__internal_alias
4452#endif
4453
4454extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars__internal_alias __attribute((visibility("hidden")));
4455extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars __attribute((alias("xmlSkipBlankChars__internal_alias")));
4456#define xmlSkipBlankChars xmlSkipBlankChars__internal_alias
4457
4458extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent__internal_alias __attribute((visibility("hidden")));
4459extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent __attribute((alias("xmlSnprintfElementContent__internal_alias")));
4460#define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias
4461
4462extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
4463extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
4464#define xmlSplitQName xmlSplitQName__internal_alias
4465
4466extern __typeof (xmlSplitQName2) xmlSplitQName2__internal_alias __attribute((visibility("hidden")));
4467extern __typeof (xmlSplitQName2) xmlSplitQName2 __attribute((alias("xmlSplitQName2__internal_alias")));
4468#define xmlSplitQName2 xmlSplitQName2__internal_alias
4469
4470extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
4471extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
4472#define xmlSplitQName3 xmlSplitQName3__internal_alias
4473
4474#if defined(LIBXML_OUTPUT_ENABLED)
4475extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent__internal_alias __attribute((visibility("hidden")));
4476extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent __attribute((alias("xmlSprintfElementContent__internal_alias")));
4477#define xmlSprintfElementContent xmlSprintfElementContent__internal_alias
4478#endif
4479
4480#if defined(LIBXML_PUSH_ENABLED)
4481extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
4482extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
4483#define xmlStopParser xmlStopParser__internal_alias
4484#endif
4485
4486extern __typeof (xmlStrEqual) xmlStrEqual__internal_alias __attribute((visibility("hidden")));
4487extern __typeof (xmlStrEqual) xmlStrEqual __attribute((alias("xmlStrEqual__internal_alias")));
4488#define xmlStrEqual xmlStrEqual__internal_alias
4489
4490extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
4491extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
4492#define xmlStrPrintf xmlStrPrintf__internal_alias
4493
4494extern __typeof (xmlStrQEqual) xmlStrQEqual__internal_alias __attribute((visibility("hidden")));
4495extern __typeof (xmlStrQEqual) xmlStrQEqual __attribute((alias("xmlStrQEqual__internal_alias")));
4496#define xmlStrQEqual xmlStrQEqual__internal_alias
4497
4498extern __typeof (xmlStrVPrintf) xmlStrVPrintf__internal_alias __attribute((visibility("hidden")));
4499extern __typeof (xmlStrVPrintf) xmlStrVPrintf __attribute((alias("xmlStrVPrintf__internal_alias")));
4500#define xmlStrVPrintf xmlStrVPrintf__internal_alias
4501
4502extern __typeof (xmlStrcasecmp) xmlStrcasecmp__internal_alias __attribute((visibility("hidden")));
4503extern __typeof (xmlStrcasecmp) xmlStrcasecmp __attribute((alias("xmlStrcasecmp__internal_alias")));
4504#define xmlStrcasecmp xmlStrcasecmp__internal_alias
4505
4506extern __typeof (xmlStrcasestr) xmlStrcasestr__internal_alias __attribute((visibility("hidden")));
4507extern __typeof (xmlStrcasestr) xmlStrcasestr __attribute((alias("xmlStrcasestr__internal_alias")));
4508#define xmlStrcasestr xmlStrcasestr__internal_alias
4509
4510extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
4511extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
4512#define xmlStrcat xmlStrcat__internal_alias
4513
4514extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden")));
4515extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias")));
4516#define xmlStrchr xmlStrchr__internal_alias
4517
4518extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
4519extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
4520#define xmlStrcmp xmlStrcmp__internal_alias
4521
4522extern __typeof (xmlStrdup) xmlStrdup__internal_alias __attribute((visibility("hidden")));
4523extern __typeof (xmlStrdup) xmlStrdup __attribute((alias("xmlStrdup__internal_alias")));
4524#define xmlStrdup xmlStrdup__internal_alias
4525
William M. Brack015ccb22005-02-13 08:18:52 +00004526#if defined(LIBXML_PATTERN_ENABLED)
4527extern __typeof (xmlStreamPop) xmlStreamPop__internal_alias __attribute((visibility("hidden")));
4528extern __typeof (xmlStreamPop) xmlStreamPop __attribute((alias("xmlStreamPop__internal_alias")));
4529#define xmlStreamPop xmlStreamPop__internal_alias
4530#endif
4531
4532#if defined(LIBXML_PATTERN_ENABLED)
4533extern __typeof (xmlStreamPush) xmlStreamPush__internal_alias __attribute((visibility("hidden")));
4534extern __typeof (xmlStreamPush) xmlStreamPush __attribute((alias("xmlStreamPush__internal_alias")));
4535#define xmlStreamPush xmlStreamPush__internal_alias
4536#endif
4537
Daniel Veillardb5839c32005-02-19 18:27:14 +00004538#if defined(LIBXML_PATTERN_ENABLED)
4539extern __typeof (xmlStreamPushAttr) xmlStreamPushAttr__internal_alias __attribute((visibility("hidden")));
4540extern __typeof (xmlStreamPushAttr) xmlStreamPushAttr __attribute((alias("xmlStreamPushAttr__internal_alias")));
4541#define xmlStreamPushAttr xmlStreamPushAttr__internal_alias
4542#endif
4543
Daniel Veillardbe076e92005-01-04 20:18:14 +00004544extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar__internal_alias __attribute((visibility("hidden")));
4545extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar __attribute((alias("xmlStringCurrentChar__internal_alias")));
4546#define xmlStringCurrentChar xmlStringCurrentChar__internal_alias
4547
4548extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
4549extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
4550#define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias
4551
4552extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
4553extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
4554#define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
4555
4556extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
4557extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
4558#define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
4559
4560extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList__internal_alias __attribute((visibility("hidden")));
4561extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList __attribute((alias("xmlStringLenGetNodeList__internal_alias")));
4562#define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias
4563
4564extern __typeof (xmlStrlen) xmlStrlen__internal_alias __attribute((visibility("hidden")));
4565extern __typeof (xmlStrlen) xmlStrlen __attribute((alias("xmlStrlen__internal_alias")));
4566#define xmlStrlen xmlStrlen__internal_alias
4567
4568extern __typeof (xmlStrncasecmp) xmlStrncasecmp__internal_alias __attribute((visibility("hidden")));
4569extern __typeof (xmlStrncasecmp) xmlStrncasecmp __attribute((alias("xmlStrncasecmp__internal_alias")));
4570#define xmlStrncasecmp xmlStrncasecmp__internal_alias
4571
4572extern __typeof (xmlStrncat) xmlStrncat__internal_alias __attribute((visibility("hidden")));
4573extern __typeof (xmlStrncat) xmlStrncat __attribute((alias("xmlStrncat__internal_alias")));
4574#define xmlStrncat xmlStrncat__internal_alias
4575
4576extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
4577extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
4578#define xmlStrncatNew xmlStrncatNew__internal_alias
4579
4580extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
4581extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
4582#define xmlStrncmp xmlStrncmp__internal_alias
4583
4584extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
4585extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
4586#define xmlStrndup xmlStrndup__internal_alias
4587
4588extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
4589extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
4590#define xmlStrstr xmlStrstr__internal_alias
4591
4592extern __typeof (xmlStrsub) xmlStrsub__internal_alias __attribute((visibility("hidden")));
4593extern __typeof (xmlStrsub) xmlStrsub __attribute((alias("xmlStrsub__internal_alias")));
4594#define xmlStrsub xmlStrsub__internal_alias
4595
4596extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attribute((visibility("hidden")));
4597extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xmlSubstituteEntitiesDefault__internal_alias")));
4598#define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias
4599
4600extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding__internal_alias __attribute((visibility("hidden")));
4601extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding __attribute((alias("xmlSwitchEncoding__internal_alias")));
4602#define xmlSwitchEncoding xmlSwitchEncoding__internal_alias
4603
4604extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding__internal_alias __attribute((visibility("hidden")));
4605extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding __attribute((alias("xmlSwitchInputEncoding__internal_alias")));
4606#define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias
4607
4608extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding__internal_alias __attribute((visibility("hidden")));
4609extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding __attribute((alias("xmlSwitchToEncoding__internal_alias")));
4610#define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias
4611
4612extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
4613extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
4614#define xmlTextConcat xmlTextConcat__internal_alias
4615
4616extern __typeof (xmlTextMerge) xmlTextMerge__internal_alias __attribute((visibility("hidden")));
4617extern __typeof (xmlTextMerge) xmlTextMerge __attribute((alias("xmlTextMerge__internal_alias")));
4618#define xmlTextMerge xmlTextMerge__internal_alias
4619
4620#if defined(LIBXML_READER_ENABLED)
4621extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribute((visibility("hidden")));
4622extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
4623#define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
4624#endif
4625
4626#if defined(LIBXML_READER_ENABLED)
4627extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri__internal_alias __attribute((visibility("hidden")));
4628extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri __attribute((alias("xmlTextReaderBaseUri__internal_alias")));
4629#define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias
4630#endif
4631
4632#if defined(LIBXML_READER_ENABLED)
Daniel Veillardb5839c32005-02-19 18:27:14 +00004633extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed__internal_alias __attribute((visibility("hidden")));
4634extern __typeof (xmlTextReaderByteConsumed) xmlTextReaderByteConsumed __attribute((alias("xmlTextReaderByteConsumed__internal_alias")));
4635#define xmlTextReaderByteConsumed xmlTextReaderByteConsumed__internal_alias
4636#endif
4637
4638#if defined(LIBXML_READER_ENABLED)
Daniel Veillardbe076e92005-01-04 20:18:14 +00004639extern __typeof (xmlTextReaderClose) xmlTextReaderClose__internal_alias __attribute((visibility("hidden")));
4640extern __typeof (xmlTextReaderClose) xmlTextReaderClose __attribute((alias("xmlTextReaderClose__internal_alias")));
4641#define xmlTextReaderClose xmlTextReaderClose__internal_alias
4642#endif
4643
4644#if defined(LIBXML_READER_ENABLED)
4645extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri__internal_alias __attribute((visibility("hidden")));
4646extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri __attribute((alias("xmlTextReaderConstBaseUri__internal_alias")));
4647#define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias
4648#endif
4649
4650#if defined(LIBXML_READER_ENABLED)
4651extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding__internal_alias __attribute((visibility("hidden")));
4652extern __typeof (xmlTextReaderConstEncoding) xmlTextReaderConstEncoding __attribute((alias("xmlTextReaderConstEncoding__internal_alias")));
4653#define xmlTextReaderConstEncoding xmlTextReaderConstEncoding__internal_alias
4654#endif
4655
4656#if defined(LIBXML_READER_ENABLED)
4657extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName__internal_alias __attribute((visibility("hidden")));
4658extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName __attribute((alias("xmlTextReaderConstLocalName__internal_alias")));
4659#define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias
4660#endif
4661
4662#if defined(LIBXML_READER_ENABLED)
4663extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName__internal_alias __attribute((visibility("hidden")));
4664extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName __attribute((alias("xmlTextReaderConstName__internal_alias")));
4665#define xmlTextReaderConstName xmlTextReaderConstName__internal_alias
4666#endif
4667
4668#if defined(LIBXML_READER_ENABLED)
4669extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri__internal_alias __attribute((visibility("hidden")));
4670extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri __attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias")));
4671#define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias
4672#endif
4673
4674#if defined(LIBXML_READER_ENABLED)
4675extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix__internal_alias __attribute((visibility("hidden")));
4676extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix __attribute((alias("xmlTextReaderConstPrefix__internal_alias")));
4677#define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias
4678#endif
4679
4680#if defined(LIBXML_READER_ENABLED)
4681extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString__internal_alias __attribute((visibility("hidden")));
4682extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString __attribute((alias("xmlTextReaderConstString__internal_alias")));
4683#define xmlTextReaderConstString xmlTextReaderConstString__internal_alias
4684#endif
4685
4686#if defined(LIBXML_READER_ENABLED)
4687extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue__internal_alias __attribute((visibility("hidden")));
4688extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue __attribute((alias("xmlTextReaderConstValue__internal_alias")));
4689#define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias
4690#endif
4691
4692#if defined(LIBXML_READER_ENABLED)
4693extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang__internal_alias __attribute((visibility("hidden")));
4694extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang __attribute((alias("xmlTextReaderConstXmlLang__internal_alias")));
4695#define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias
4696#endif
4697
4698#if defined(LIBXML_READER_ENABLED)
4699extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion__internal_alias __attribute((visibility("hidden")));
4700extern __typeof (xmlTextReaderConstXmlVersion) xmlTextReaderConstXmlVersion __attribute((alias("xmlTextReaderConstXmlVersion__internal_alias")));
4701#define xmlTextReaderConstXmlVersion xmlTextReaderConstXmlVersion__internal_alias
4702#endif
4703
4704#if defined(LIBXML_READER_ENABLED)
4705extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc__internal_alias __attribute((visibility("hidden")));
4706extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc __attribute((alias("xmlTextReaderCurrentDoc__internal_alias")));
4707#define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias
4708#endif
4709
4710#if defined(LIBXML_READER_ENABLED)
4711extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode__internal_alias __attribute((visibility("hidden")));
4712extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode __attribute((alias("xmlTextReaderCurrentNode__internal_alias")));
4713#define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias
4714#endif
4715
4716#if defined(LIBXML_READER_ENABLED)
4717extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth__internal_alias __attribute((visibility("hidden")));
4718extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth __attribute((alias("xmlTextReaderDepth__internal_alias")));
4719#define xmlTextReaderDepth xmlTextReaderDepth__internal_alias
4720#endif
4721
4722#if defined(LIBXML_READER_ENABLED)
4723extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand__internal_alias __attribute((visibility("hidden")));
4724extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand __attribute((alias("xmlTextReaderExpand__internal_alias")));
4725#define xmlTextReaderExpand xmlTextReaderExpand__internal_alias
4726#endif
4727
4728#if defined(LIBXML_READER_ENABLED)
4729extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute__internal_alias __attribute((visibility("hidden")));
4730extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute __attribute((alias("xmlTextReaderGetAttribute__internal_alias")));
4731#define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias
4732#endif
4733
4734#if defined(LIBXML_READER_ENABLED)
4735extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo__internal_alias __attribute((visibility("hidden")));
4736extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo __attribute((alias("xmlTextReaderGetAttributeNo__internal_alias")));
4737#define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias
4738#endif
4739
4740#if defined(LIBXML_READER_ENABLED)
4741extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs__internal_alias __attribute((visibility("hidden")));
4742extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs __attribute((alias("xmlTextReaderGetAttributeNs__internal_alias")));
4743#define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias
4744#endif
4745
4746#if defined(LIBXML_READER_ENABLED)
4747extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler__internal_alias __attribute((visibility("hidden")));
4748extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler __attribute((alias("xmlTextReaderGetErrorHandler__internal_alias")));
4749#define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias
4750#endif
4751
4752#if defined(LIBXML_READER_ENABLED)
4753extern __typeof (xmlTextReaderGetParserColumnNumber) xmlTextReaderGetParserColumnNumber__internal_alias __attribute((visibility("hidden")));
4754extern __typeof (xmlTextReaderGetParserColumnNumber) xmlTextReaderGetParserColumnNumber __attribute((alias("xmlTextReaderGetParserColumnNumber__internal_alias")));
4755#define xmlTextReaderGetParserColumnNumber xmlTextReaderGetParserColumnNumber__internal_alias
4756#endif
4757
4758#if defined(LIBXML_READER_ENABLED)
4759extern __typeof (xmlTextReaderGetParserLineNumber) xmlTextReaderGetParserLineNumber__internal_alias __attribute((visibility("hidden")));
4760extern __typeof (xmlTextReaderGetParserLineNumber) xmlTextReaderGetParserLineNumber __attribute((alias("xmlTextReaderGetParserLineNumber__internal_alias")));
4761#define xmlTextReaderGetParserLineNumber xmlTextReaderGetParserLineNumber__internal_alias
4762#endif
4763
4764#if defined(LIBXML_READER_ENABLED)
4765extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden")));
4766extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
4767#define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias
4768#endif
4769
4770#if defined(LIBXML_READER_ENABLED)
4771extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder__internal_alias __attribute((visibility("hidden")));
4772extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder __attribute((alias("xmlTextReaderGetRemainder__internal_alias")));
4773#define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias
4774#endif
4775
4776#if defined(LIBXML_READER_ENABLED)
4777extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden")));
4778extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
4779#define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias
4780#endif
4781
4782#if defined(LIBXML_READER_ENABLED)
4783extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue__internal_alias __attribute((visibility("hidden")));
4784extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue __attribute((alias("xmlTextReaderHasValue__internal_alias")));
4785#define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias
4786#endif
4787
4788#if defined(LIBXML_READER_ENABLED)
4789extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault__internal_alias __attribute((visibility("hidden")));
4790extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault __attribute((alias("xmlTextReaderIsDefault__internal_alias")));
4791#define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias
4792#endif
4793
4794#if defined(LIBXML_READER_ENABLED)
4795extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
4796extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
4797#define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
4798#endif
4799
4800#if defined(LIBXML_READER_ENABLED)
4801extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl__internal_alias __attribute((visibility("hidden")));
4802extern __typeof (xmlTextReaderIsNamespaceDecl) xmlTextReaderIsNamespaceDecl __attribute((alias("xmlTextReaderIsNamespaceDecl__internal_alias")));
4803#define xmlTextReaderIsNamespaceDecl xmlTextReaderIsNamespaceDecl__internal_alias
4804#endif
4805
4806#if defined(LIBXML_READER_ENABLED)
4807extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid__internal_alias __attribute((visibility("hidden")));
4808extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid __attribute((alias("xmlTextReaderIsValid__internal_alias")));
4809#define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias
4810#endif
4811
4812#if defined(LIBXML_READER_ENABLED)
4813extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName__internal_alias __attribute((visibility("hidden")));
4814extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName __attribute((alias("xmlTextReaderLocalName__internal_alias")));
4815#define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias
4816#endif
4817
4818#if defined(LIBXML_READER_ENABLED)
4819extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI__internal_alias __attribute((visibility("hidden")));
4820extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI __attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias")));
4821#define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias
4822#endif
4823
4824#if defined(LIBXML_READER_ENABLED)
4825extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber__internal_alias __attribute((visibility("hidden")));
4826extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber __attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias")));
4827#define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias
4828#endif
4829
4830#if defined(LIBXML_READER_ENABLED)
4831extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden")));
4832extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
4833#define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias
4834#endif
4835
4836#if defined(LIBXML_READER_ENABLED)
4837extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute__internal_alias __attribute((visibility("hidden")));
4838extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute __attribute((alias("xmlTextReaderMoveToAttribute__internal_alias")));
4839#define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias
4840#endif
4841
4842#if defined(LIBXML_READER_ENABLED)
4843extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo__internal_alias __attribute((visibility("hidden")));
4844extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo __attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias")));
4845#define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias
4846#endif
4847
4848#if defined(LIBXML_READER_ENABLED)
4849extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs__internal_alias __attribute((visibility("hidden")));
4850extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs __attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias")));
4851#define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias
4852#endif
4853
4854#if defined(LIBXML_READER_ENABLED)
4855extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement__internal_alias __attribute((visibility("hidden")));
4856extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement __attribute((alias("xmlTextReaderMoveToElement__internal_alias")));
4857#define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias
4858#endif
4859
4860#if defined(LIBXML_READER_ENABLED)
4861extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute__internal_alias __attribute((visibility("hidden")));
4862extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute __attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
4863#define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
4864#endif
4865
4866#if defined(LIBXML_READER_ENABLED)
4867extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
4868extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
4869#define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias
4870#endif
4871
4872#if defined(LIBXML_READER_ENABLED)
4873extern __typeof (xmlTextReaderName) xmlTextReaderName__internal_alias __attribute((visibility("hidden")));
4874extern __typeof (xmlTextReaderName) xmlTextReaderName __attribute((alias("xmlTextReaderName__internal_alias")));
4875#define xmlTextReaderName xmlTextReaderName__internal_alias
4876#endif
4877
4878#if defined(LIBXML_READER_ENABLED)
4879extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri__internal_alias __attribute((visibility("hidden")));
4880extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri __attribute((alias("xmlTextReaderNamespaceUri__internal_alias")));
4881#define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias
4882#endif
4883
4884#if defined(LIBXML_READER_ENABLED)
4885extern __typeof (xmlTextReaderNext) xmlTextReaderNext__internal_alias __attribute((visibility("hidden")));
4886extern __typeof (xmlTextReaderNext) xmlTextReaderNext __attribute((alias("xmlTextReaderNext__internal_alias")));
4887#define xmlTextReaderNext xmlTextReaderNext__internal_alias
4888#endif
4889
4890#if defined(LIBXML_READER_ENABLED)
4891extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling__internal_alias __attribute((visibility("hidden")));
4892extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling __attribute((alias("xmlTextReaderNextSibling__internal_alias")));
4893#define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias
4894#endif
4895
4896#if defined(LIBXML_READER_ENABLED)
4897extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType__internal_alias __attribute((visibility("hidden")));
4898extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType __attribute((alias("xmlTextReaderNodeType__internal_alias")));
4899#define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias
4900#endif
4901
4902#if defined(LIBXML_READER_ENABLED)
4903extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization__internal_alias __attribute((visibility("hidden")));
4904extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization __attribute((alias("xmlTextReaderNormalization__internal_alias")));
4905#define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias
4906#endif
4907
4908#if defined(LIBXML_READER_ENABLED)
4909extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix__internal_alias __attribute((visibility("hidden")));
4910extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix __attribute((alias("xmlTextReaderPrefix__internal_alias")));
4911#define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias
4912#endif
4913
4914#if defined(LIBXML_READER_ENABLED)
4915extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve__internal_alias __attribute((visibility("hidden")));
4916extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve __attribute((alias("xmlTextReaderPreserve__internal_alias")));
4917#define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias
4918#endif
4919
4920#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
4921extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern__internal_alias __attribute((visibility("hidden")));
4922extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern __attribute((alias("xmlTextReaderPreservePattern__internal_alias")));
4923#define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias
4924#endif
4925
4926#if defined(LIBXML_READER_ENABLED)
4927extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar__internal_alias __attribute((visibility("hidden")));
4928extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar __attribute((alias("xmlTextReaderQuoteChar__internal_alias")));
4929#define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias
4930#endif
4931
4932#if defined(LIBXML_READER_ENABLED)
4933extern __typeof (xmlTextReaderRead) xmlTextReaderRead__internal_alias __attribute((visibility("hidden")));
4934extern __typeof (xmlTextReaderRead) xmlTextReaderRead __attribute((alias("xmlTextReaderRead__internal_alias")));
4935#define xmlTextReaderRead xmlTextReaderRead__internal_alias
4936#endif
4937
4938#if defined(LIBXML_READER_ENABLED)
4939extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue__internal_alias __attribute((visibility("hidden")));
4940extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue __attribute((alias("xmlTextReaderReadAttributeValue__internal_alias")));
4941#define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias
4942#endif
4943
4944#if defined(LIBXML_READER_ENABLED)
4945extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml__internal_alias __attribute((visibility("hidden")));
4946extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml __attribute((alias("xmlTextReaderReadInnerXml__internal_alias")));
4947#define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias
4948#endif
4949
4950#if defined(LIBXML_READER_ENABLED)
4951extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml__internal_alias __attribute((visibility("hidden")));
4952extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml __attribute((alias("xmlTextReaderReadOuterXml__internal_alias")));
4953#define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias
4954#endif
4955
4956#if defined(LIBXML_READER_ENABLED)
4957extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState__internal_alias __attribute((visibility("hidden")));
4958extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState __attribute((alias("xmlTextReaderReadState__internal_alias")));
4959#define xmlTextReaderReadState xmlTextReaderReadState__internal_alias
4960#endif
4961
4962#if defined(LIBXML_READER_ENABLED)
4963extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString__internal_alias __attribute((visibility("hidden")));
4964extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString __attribute((alias("xmlTextReaderReadString__internal_alias")));
4965#define xmlTextReaderReadString xmlTextReaderReadString__internal_alias
4966#endif
4967
4968#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
4969extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema__internal_alias __attribute((visibility("hidden")));
4970extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema __attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias")));
4971#define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias
4972#endif
4973
4974#if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
4975extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__internal_alias __attribute((visibility("hidden")));
4976extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate __attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias")));
4977#define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias
4978#endif
4979
4980#if defined(LIBXML_READER_ENABLED)
4981extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler__internal_alias __attribute((visibility("hidden")));
4982extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler __attribute((alias("xmlTextReaderSetErrorHandler__internal_alias")));
4983#define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias
4984#endif
4985
4986#if defined(LIBXML_READER_ENABLED)
4987extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden")));
4988extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
4989#define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
4990#endif
4991
4992#if defined(LIBXML_READER_ENABLED)
4993extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler__internal_alias __attribute((visibility("hidden")));
4994extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler __attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias")));
4995#define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias
4996#endif
4997
4998#if defined(LIBXML_READER_ENABLED)
4999extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone__internal_alias __attribute((visibility("hidden")));
5000extern __typeof (xmlTextReaderStandalone) xmlTextReaderStandalone __attribute((alias("xmlTextReaderStandalone__internal_alias")));
5001#define xmlTextReaderStandalone xmlTextReaderStandalone__internal_alias
5002#endif
5003
5004#if defined(LIBXML_READER_ENABLED)
5005extern __typeof (xmlTextReaderValue) xmlTextReaderValue__internal_alias __attribute((visibility("hidden")));
5006extern __typeof (xmlTextReaderValue) xmlTextReaderValue __attribute((alias("xmlTextReaderValue__internal_alias")));
5007#define xmlTextReaderValue xmlTextReaderValue__internal_alias
5008#endif
5009
5010#if defined(LIBXML_READER_ENABLED)
5011extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang__internal_alias __attribute((visibility("hidden")));
5012extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang __attribute((alias("xmlTextReaderXmlLang__internal_alias")));
5013#define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias
5014#endif
5015
5016#if defined(LIBXML_WRITER_ENABLED)
5017extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute__internal_alias __attribute((visibility("hidden")));
5018extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute __attribute((alias("xmlTextWriterEndAttribute__internal_alias")));
5019#define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias
5020#endif
5021
5022#if defined(LIBXML_WRITER_ENABLED)
5023extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA__internal_alias __attribute((visibility("hidden")));
5024extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA __attribute((alias("xmlTextWriterEndCDATA__internal_alias")));
5025#define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias
5026#endif
5027
5028#if defined(LIBXML_WRITER_ENABLED)
5029extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
5030extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
5031#define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias
5032#endif
5033
5034#if defined(LIBXML_WRITER_ENABLED)
5035extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD__internal_alias __attribute((visibility("hidden")));
5036extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD __attribute((alias("xmlTextWriterEndDTD__internal_alias")));
5037#define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias
5038#endif
5039
5040#if defined(LIBXML_WRITER_ENABLED)
5041extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist__internal_alias __attribute((visibility("hidden")));
5042extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist __attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias")));
5043#define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias
5044#endif
5045
5046#if defined(LIBXML_WRITER_ENABLED)
5047extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement__internal_alias __attribute((visibility("hidden")));
5048extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement __attribute((alias("xmlTextWriterEndDTDElement__internal_alias")));
5049#define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias
5050#endif
5051
5052#if defined(LIBXML_WRITER_ENABLED)
5053extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity__internal_alias __attribute((visibility("hidden")));
5054extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity __attribute((alias("xmlTextWriterEndDTDEntity__internal_alias")));
5055#define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias
5056#endif
5057
5058#if defined(LIBXML_WRITER_ENABLED)
5059extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument__internal_alias __attribute((visibility("hidden")));
5060extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument __attribute((alias("xmlTextWriterEndDocument__internal_alias")));
5061#define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias
5062#endif
5063
5064#if defined(LIBXML_WRITER_ENABLED)
5065extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement__internal_alias __attribute((visibility("hidden")));
5066extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement __attribute((alias("xmlTextWriterEndElement__internal_alias")));
5067#define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias
5068#endif
5069
5070#if defined(LIBXML_WRITER_ENABLED)
5071extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI__internal_alias __attribute((visibility("hidden")));
5072extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI __attribute((alias("xmlTextWriterEndPI__internal_alias")));
5073#define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias
5074#endif
5075
5076#if defined(LIBXML_WRITER_ENABLED)
5077extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush__internal_alias __attribute((visibility("hidden")));
5078extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush __attribute((alias("xmlTextWriterFlush__internal_alias")));
5079#define xmlTextWriterFlush xmlTextWriterFlush__internal_alias
5080#endif
5081
5082#if defined(LIBXML_WRITER_ENABLED)
5083extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement__internal_alias __attribute((visibility("hidden")));
5084extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement __attribute((alias("xmlTextWriterFullEndElement__internal_alias")));
5085#define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias
5086#endif
5087
5088#if defined(LIBXML_WRITER_ENABLED)
5089extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent__internal_alias __attribute((visibility("hidden")));
5090extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent __attribute((alias("xmlTextWriterSetIndent__internal_alias")));
5091#define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias
5092#endif
5093
5094#if defined(LIBXML_WRITER_ENABLED)
5095extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__internal_alias __attribute((visibility("hidden")));
5096extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString __attribute((alias("xmlTextWriterSetIndentString__internal_alias")));
5097#define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias
5098#endif
5099
5100#if defined(LIBXML_WRITER_ENABLED)
5101extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__internal_alias __attribute((visibility("hidden")));
5102extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attribute((alias("xmlTextWriterStartAttribute__internal_alias")));
5103#define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias
5104#endif
5105
5106#if defined(LIBXML_WRITER_ENABLED)
5107extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS__internal_alias __attribute((visibility("hidden")));
5108extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS __attribute((alias("xmlTextWriterStartAttributeNS__internal_alias")));
5109#define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias
5110#endif
5111
5112#if defined(LIBXML_WRITER_ENABLED)
5113extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA__internal_alias __attribute((visibility("hidden")));
5114extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA __attribute((alias("xmlTextWriterStartCDATA__internal_alias")));
5115#define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias
5116#endif
5117
5118#if defined(LIBXML_WRITER_ENABLED)
5119extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden")));
5120extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias")));
5121#define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias
5122#endif
5123
5124#if defined(LIBXML_WRITER_ENABLED)
5125extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD__internal_alias __attribute((visibility("hidden")));
5126extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD __attribute((alias("xmlTextWriterStartDTD__internal_alias")));
5127#define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias
5128#endif
5129
5130#if defined(LIBXML_WRITER_ENABLED)
5131extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist__internal_alias __attribute((visibility("hidden")));
5132extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist __attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias")));
5133#define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias
5134#endif
5135
5136#if defined(LIBXML_WRITER_ENABLED)
5137extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement__internal_alias __attribute((visibility("hidden")));
5138extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement __attribute((alias("xmlTextWriterStartDTDElement__internal_alias")));
5139#define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias
5140#endif
5141
5142#if defined(LIBXML_WRITER_ENABLED)
5143extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity__internal_alias __attribute((visibility("hidden")));
5144extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity __attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
5145#define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias
5146#endif
5147
5148#if defined(LIBXML_WRITER_ENABLED)
5149extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument__internal_alias __attribute((visibility("hidden")));
5150extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument __attribute((alias("xmlTextWriterStartDocument__internal_alias")));
5151#define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias
5152#endif
5153
5154#if defined(LIBXML_WRITER_ENABLED)
5155extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement__internal_alias __attribute((visibility("hidden")));
5156extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement __attribute((alias("xmlTextWriterStartElement__internal_alias")));
5157#define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias
5158#endif
5159
5160#if defined(LIBXML_WRITER_ENABLED)
5161extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS__internal_alias __attribute((visibility("hidden")));
5162extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS __attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
5163#define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
5164#endif
5165
5166#if defined(LIBXML_WRITER_ENABLED)
5167extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden")));
5168extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias")));
5169#define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias
5170#endif
5171
5172#if defined(LIBXML_WRITER_ENABLED)
5173extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute__internal_alias __attribute((visibility("hidden")));
5174extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute __attribute((alias("xmlTextWriterWriteAttribute__internal_alias")));
5175#define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias
5176#endif
5177
5178#if defined(LIBXML_WRITER_ENABLED)
5179extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS__internal_alias __attribute((visibility("hidden")));
5180extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS __attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias")));
5181#define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias
5182#endif
5183
5184#if defined(LIBXML_WRITER_ENABLED)
5185extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64__internal_alias __attribute((visibility("hidden")));
5186extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64 __attribute((alias("xmlTextWriterWriteBase64__internal_alias")));
5187#define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias
5188#endif
5189
5190#if defined(LIBXML_WRITER_ENABLED)
5191extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex__internal_alias __attribute((visibility("hidden")));
5192extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex __attribute((alias("xmlTextWriterWriteBinHex__internal_alias")));
5193#define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias
5194#endif
5195
5196#if defined(LIBXML_WRITER_ENABLED)
5197extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA__internal_alias __attribute((visibility("hidden")));
5198extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA __attribute((alias("xmlTextWriterWriteCDATA__internal_alias")));
5199#define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias
5200#endif
5201
5202#if defined(LIBXML_WRITER_ENABLED)
5203extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden")));
5204extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias")));
5205#define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
5206#endif
5207
5208#if defined(LIBXML_WRITER_ENABLED)
5209extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD__internal_alias __attribute((visibility("hidden")));
5210extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD __attribute((alias("xmlTextWriterWriteDTD__internal_alias")));
5211#define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias
5212#endif
5213
5214#if defined(LIBXML_WRITER_ENABLED)
5215extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist__internal_alias __attribute((visibility("hidden")));
5216extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist __attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias")));
5217#define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias
5218#endif
5219
5220#if defined(LIBXML_WRITER_ENABLED)
5221extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement__internal_alias __attribute((visibility("hidden")));
5222extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement __attribute((alias("xmlTextWriterWriteDTDElement__internal_alias")));
5223#define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias
5224#endif
5225
5226#if defined(LIBXML_WRITER_ENABLED)
5227extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity__internal_alias __attribute((visibility("hidden")));
5228extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity __attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias")));
5229#define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias
5230#endif
5231
5232#if defined(LIBXML_WRITER_ENABLED)
5233extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity__internal_alias __attribute((visibility("hidden")));
5234extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity __attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias")));
5235#define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias
5236#endif
5237
5238#if defined(LIBXML_WRITER_ENABLED)
5239extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents__internal_alias __attribute((visibility("hidden")));
5240extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents __attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias")));
5241#define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias
5242#endif
5243
5244#if defined(LIBXML_WRITER_ENABLED)
5245extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5246extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity __attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias")));
5247#define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias
5248#endif
5249
5250#if defined(LIBXML_WRITER_ENABLED)
5251extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation__internal_alias __attribute((visibility("hidden")));
5252extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation __attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias")));
5253#define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias
5254#endif
5255
5256#if defined(LIBXML_WRITER_ENABLED)
5257extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement__internal_alias __attribute((visibility("hidden")));
5258extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement __attribute((alias("xmlTextWriterWriteElement__internal_alias")));
5259#define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias
5260#endif
5261
5262#if defined(LIBXML_WRITER_ENABLED)
5263extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS__internal_alias __attribute((visibility("hidden")));
5264extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS __attribute((alias("xmlTextWriterWriteElementNS__internal_alias")));
5265#define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias
5266#endif
5267
5268#if defined(LIBXML_WRITER_ENABLED)
5269extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute__internal_alias __attribute((visibility("hidden")));
5270extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute __attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias")));
5271#define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias
5272#endif
5273
5274#if defined(LIBXML_WRITER_ENABLED)
5275extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
5276extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS __attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias")));
5277#define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias
5278#endif
5279
5280#if defined(LIBXML_WRITER_ENABLED)
5281extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA__internal_alias __attribute((visibility("hidden")));
5282extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA __attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias")));
5283#define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias
5284#endif
5285
5286#if defined(LIBXML_WRITER_ENABLED)
5287extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment__internal_alias __attribute((visibility("hidden")));
5288extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment __attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
5289#define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias
5290#endif
5291
5292#if defined(LIBXML_WRITER_ENABLED)
5293extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD__internal_alias __attribute((visibility("hidden")));
5294extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD __attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias")));
5295#define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias
5296#endif
5297
5298#if defined(LIBXML_WRITER_ENABLED)
5299extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
5300extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist __attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias")));
5301#define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias
5302#endif
5303
5304#if defined(LIBXML_WRITER_ENABLED)
5305extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement__internal_alias __attribute((visibility("hidden")));
5306extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement __attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias")));
5307#define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias
5308#endif
5309
5310#if defined(LIBXML_WRITER_ENABLED)
5311extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5312extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias")));
5313#define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
5314#endif
5315
5316#if defined(LIBXML_WRITER_ENABLED)
5317extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement__internal_alias __attribute((visibility("hidden")));
5318extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement __attribute((alias("xmlTextWriterWriteFormatElement__internal_alias")));
5319#define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias
5320#endif
5321
5322#if defined(LIBXML_WRITER_ENABLED)
5323extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS__internal_alias __attribute((visibility("hidden")));
5324extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS __attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias")));
5325#define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias
5326#endif
5327
5328#if defined(LIBXML_WRITER_ENABLED)
5329extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI__internal_alias __attribute((visibility("hidden")));
5330extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI __attribute((alias("xmlTextWriterWriteFormatPI__internal_alias")));
5331#define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias
5332#endif
5333
5334#if defined(LIBXML_WRITER_ENABLED)
5335extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw__internal_alias __attribute((visibility("hidden")));
5336extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw __attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias")));
5337#define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias
5338#endif
5339
5340#if defined(LIBXML_WRITER_ENABLED)
5341extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden")));
5342extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
5343#define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias
5344#endif
5345
5346#if defined(LIBXML_WRITER_ENABLED)
5347extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI__internal_alias __attribute((visibility("hidden")));
5348extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI __attribute((alias("xmlTextWriterWritePI__internal_alias")));
5349#define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias
5350#endif
5351
5352#if defined(LIBXML_WRITER_ENABLED)
5353extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw__internal_alias __attribute((visibility("hidden")));
5354extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw __attribute((alias("xmlTextWriterWriteRaw__internal_alias")));
5355#define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias
5356#endif
5357
5358#if defined(LIBXML_WRITER_ENABLED)
5359extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen__internal_alias __attribute((visibility("hidden")));
5360extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen __attribute((alias("xmlTextWriterWriteRawLen__internal_alias")));
5361#define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias
5362#endif
5363
5364#if defined(LIBXML_WRITER_ENABLED)
5365extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString__internal_alias __attribute((visibility("hidden")));
5366extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString __attribute((alias("xmlTextWriterWriteString__internal_alias")));
5367#define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias
5368#endif
5369
5370#if defined(LIBXML_WRITER_ENABLED)
5371extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
5372extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
5373#define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias
5374#endif
5375
5376#if defined(LIBXML_WRITER_ENABLED)
5377extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
5378extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS __attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias")));
5379#define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias
5380#endif
5381
5382#if defined(LIBXML_WRITER_ENABLED)
5383extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA__internal_alias __attribute((visibility("hidden")));
5384extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA __attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias")));
5385#define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias
5386#endif
5387
5388#if defined(LIBXML_WRITER_ENABLED)
5389extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden")));
5390extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
5391#define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias
5392#endif
5393
5394#if defined(LIBXML_WRITER_ENABLED)
5395extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD__internal_alias __attribute((visibility("hidden")));
5396extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD __attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias")));
5397#define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias
5398#endif
5399
5400#if defined(LIBXML_WRITER_ENABLED)
5401extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
5402extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist __attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias")));
5403#define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias
5404#endif
5405
5406#if defined(LIBXML_WRITER_ENABLED)
5407extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement__internal_alias __attribute((visibility("hidden")));
5408extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement __attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias")));
5409#define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias
5410#endif
5411
5412#if defined(LIBXML_WRITER_ENABLED)
5413extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5414extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias")));
5415#define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
5416#endif
5417
5418#if defined(LIBXML_WRITER_ENABLED)
5419extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement__internal_alias __attribute((visibility("hidden")));
5420extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement __attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias")));
5421#define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias
5422#endif
5423
5424#if defined(LIBXML_WRITER_ENABLED)
5425extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS__internal_alias __attribute((visibility("hidden")));
5426extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS __attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias")));
5427#define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias
5428#endif
5429
5430#if defined(LIBXML_WRITER_ENABLED)
5431extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden")));
5432extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
5433#define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias
5434#endif
5435
5436#if defined(LIBXML_WRITER_ENABLED)
5437extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw__internal_alias __attribute((visibility("hidden")));
5438extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw __attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
5439#define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias
5440#endif
5441
5442#if defined(LIBXML_WRITER_ENABLED)
5443extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
5444extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
5445#define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias
5446#endif
5447
5448extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme__internal_alias __attribute((visibility("hidden")));
5449extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme __attribute((alias("xmlThrDefBufferAllocScheme__internal_alias")));
5450#define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias
5451
5452extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize__internal_alias __attribute((visibility("hidden")));
5453extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize __attribute((alias("xmlThrDefDefaultBufferSize__internal_alias")));
5454#define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias
5455
5456extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
5457extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault __attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias")));
5458#define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias
5459
5460extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue__internal_alias __attribute((visibility("hidden")));
5461extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue __attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias")));
5462#define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias
5463
5464extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue__internal_alias __attribute((visibility("hidden")));
5465extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue __attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias")));
5466#define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias
5467
5468extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput__internal_alias __attribute((visibility("hidden")));
5469extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput __attribute((alias("xmlThrDefIndentTreeOutput__internal_alias")));
5470#define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias
5471
5472extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue__internal_alias __attribute((visibility("hidden")));
5473extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue __attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias")));
5474#define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias
5475
5476extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue__internal_alias __attribute((visibility("hidden")));
5477extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue __attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias")));
5478#define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias
5479
5480extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue__internal_alias __attribute((visibility("hidden")));
5481extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue __attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias")));
5482#define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias
5483
5484extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
5485extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault __attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias")));
5486#define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
5487
5488extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities__internal_alias __attribute((visibility("hidden")));
5489extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities __attribute((alias("xmlThrDefParserDebugEntities__internal_alias")));
5490#define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias
5491
5492extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
5493extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault __attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias")));
5494#define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
5495
5496extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue__internal_alias __attribute((visibility("hidden")));
5497extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue __attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias")));
5498#define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias
5499
5500extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
5501extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault __attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias")));
5502#define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias
5503
5504extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags__internal_alias __attribute((visibility("hidden")));
5505extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags __attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias")));
5506#define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias
5507
5508extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
5509extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc __attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias")));
5510#define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias
5511
5512extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
5513extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc __attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias")));
5514#define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias
5515
5516extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias __attribute((visibility("hidden")));
5517extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue __attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias")));
5518#define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
5519
5520extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString__internal_alias __attribute((visibility("hidden")));
5521extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString __attribute((alias("xmlThrDefTreeIndentString__internal_alias")));
5522#define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias
5523
5524#if defined(LIBXML_UNICODE_ENABLED)
5525extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers__internal_alias __attribute((visibility("hidden")));
5526extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers __attribute((alias("xmlUCSIsAegeanNumbers__internal_alias")));
5527#define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias
5528#endif
5529
5530#if defined(LIBXML_UNICODE_ENABLED)
5531extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms__internal_alias __attribute((visibility("hidden")));
5532extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms __attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias")));
5533#define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias
5534#endif
5535
5536#if defined(LIBXML_UNICODE_ENABLED)
5537extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic__internal_alias __attribute((visibility("hidden")));
5538extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic __attribute((alias("xmlUCSIsArabic__internal_alias")));
5539#define xmlUCSIsArabic xmlUCSIsArabic__internal_alias
5540#endif
5541
5542#if defined(LIBXML_UNICODE_ENABLED)
5543extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA__internal_alias __attribute((visibility("hidden")));
5544extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA __attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
5545#define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias
5546#endif
5547
5548#if defined(LIBXML_UNICODE_ENABLED)
5549extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB__internal_alias __attribute((visibility("hidden")));
5550extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB __attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias")));
5551#define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias
5552#endif
5553
5554#if defined(LIBXML_UNICODE_ENABLED)
5555extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian__internal_alias __attribute((visibility("hidden")));
5556extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian __attribute((alias("xmlUCSIsArmenian__internal_alias")));
5557#define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias
5558#endif
5559
5560#if defined(LIBXML_UNICODE_ENABLED)
5561extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows__internal_alias __attribute((visibility("hidden")));
5562extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows __attribute((alias("xmlUCSIsArrows__internal_alias")));
5563#define xmlUCSIsArrows xmlUCSIsArrows__internal_alias
5564#endif
5565
5566#if defined(LIBXML_UNICODE_ENABLED)
5567extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
5568extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
5569#define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias
5570#endif
5571
5572#if defined(LIBXML_UNICODE_ENABLED)
5573extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali__internal_alias __attribute((visibility("hidden")));
5574extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali __attribute((alias("xmlUCSIsBengali__internal_alias")));
5575#define xmlUCSIsBengali xmlUCSIsBengali__internal_alias
5576#endif
5577
5578#if defined(LIBXML_UNICODE_ENABLED)
5579extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
5580extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
5581#define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
5582#endif
5583
5584#if defined(LIBXML_UNICODE_ENABLED)
5585extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
5586extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
5587#define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
5588#endif
5589
5590#if defined(LIBXML_UNICODE_ENABLED)
5591extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo__internal_alias __attribute((visibility("hidden")));
5592extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo __attribute((alias("xmlUCSIsBopomofo__internal_alias")));
5593#define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias
5594#endif
5595
5596#if defined(LIBXML_UNICODE_ENABLED)
5597extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended__internal_alias __attribute((visibility("hidden")));
5598extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended __attribute((alias("xmlUCSIsBopomofoExtended__internal_alias")));
5599#define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias
5600#endif
5601
5602#if defined(LIBXML_UNICODE_ENABLED)
5603extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing__internal_alias __attribute((visibility("hidden")));
5604extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing __attribute((alias("xmlUCSIsBoxDrawing__internal_alias")));
5605#define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias
5606#endif
5607
5608#if defined(LIBXML_UNICODE_ENABLED)
5609extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns__internal_alias __attribute((visibility("hidden")));
5610extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns __attribute((alias("xmlUCSIsBraillePatterns__internal_alias")));
5611#define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias
5612#endif
5613
5614#if defined(LIBXML_UNICODE_ENABLED)
5615extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid__internal_alias __attribute((visibility("hidden")));
5616extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid __attribute((alias("xmlUCSIsBuhid__internal_alias")));
5617#define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias
5618#endif
5619
5620#if defined(LIBXML_UNICODE_ENABLED)
5621extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols__internal_alias __attribute((visibility("hidden")));
5622extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols __attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias")));
5623#define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias
5624#endif
5625
5626#if defined(LIBXML_UNICODE_ENABLED)
5627extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility__internal_alias __attribute((visibility("hidden")));
5628extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility __attribute((alias("xmlUCSIsCJKCompatibility__internal_alias")));
5629#define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias
5630#endif
5631
5632#if defined(LIBXML_UNICODE_ENABLED)
5633extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms__internal_alias __attribute((visibility("hidden")));
5634extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms __attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias")));
5635#define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias
5636#endif
5637
5638#if defined(LIBXML_UNICODE_ENABLED)
5639extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs__internal_alias __attribute((visibility("hidden")));
5640extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs __attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
5641#define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias
5642#endif
5643
5644#if defined(LIBXML_UNICODE_ENABLED)
5645extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias __attribute((visibility("hidden")));
5646extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement __attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias")));
5647#define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
5648#endif
5649
5650#if defined(LIBXML_UNICODE_ENABLED)
5651extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement__internal_alias __attribute((visibility("hidden")));
5652extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement __attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias")));
5653#define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias
5654#endif
5655
5656#if defined(LIBXML_UNICODE_ENABLED)
5657extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation__internal_alias __attribute((visibility("hidden")));
5658extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation __attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias")));
5659#define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias
5660#endif
5661
5662#if defined(LIBXML_UNICODE_ENABLED)
5663extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs__internal_alias __attribute((visibility("hidden")));
5664extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs __attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias")));
5665#define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias
5666#endif
5667
5668#if defined(LIBXML_UNICODE_ENABLED)
5669extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias __attribute((visibility("hidden")));
5670extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias")));
5671#define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
5672#endif
5673
5674#if defined(LIBXML_UNICODE_ENABLED)
5675extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias __attribute((visibility("hidden")));
5676extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias")));
5677#define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
5678#endif
5679
5680#if defined(LIBXML_UNICODE_ENABLED)
5681extern __typeof (xmlUCSIsCat) xmlUCSIsCat__internal_alias __attribute((visibility("hidden")));
5682extern __typeof (xmlUCSIsCat) xmlUCSIsCat __attribute((alias("xmlUCSIsCat__internal_alias")));
5683#define xmlUCSIsCat xmlUCSIsCat__internal_alias
5684#endif
5685
5686#if defined(LIBXML_UNICODE_ENABLED)
5687extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC__internal_alias __attribute((visibility("hidden")));
5688extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC __attribute((alias("xmlUCSIsCatC__internal_alias")));
5689#define xmlUCSIsCatC xmlUCSIsCatC__internal_alias
5690#endif
5691
5692#if defined(LIBXML_UNICODE_ENABLED)
5693extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc__internal_alias __attribute((visibility("hidden")));
5694extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc __attribute((alias("xmlUCSIsCatCc__internal_alias")));
5695#define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias
5696#endif
5697
5698#if defined(LIBXML_UNICODE_ENABLED)
5699extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf__internal_alias __attribute((visibility("hidden")));
5700extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf __attribute((alias("xmlUCSIsCatCf__internal_alias")));
5701#define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias
5702#endif
5703
5704#if defined(LIBXML_UNICODE_ENABLED)
5705extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo__internal_alias __attribute((visibility("hidden")));
5706extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo __attribute((alias("xmlUCSIsCatCo__internal_alias")));
5707#define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias
5708#endif
5709
5710#if defined(LIBXML_UNICODE_ENABLED)
5711extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs__internal_alias __attribute((visibility("hidden")));
5712extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs __attribute((alias("xmlUCSIsCatCs__internal_alias")));
5713#define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias
5714#endif
5715
5716#if defined(LIBXML_UNICODE_ENABLED)
5717extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL__internal_alias __attribute((visibility("hidden")));
5718extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL __attribute((alias("xmlUCSIsCatL__internal_alias")));
5719#define xmlUCSIsCatL xmlUCSIsCatL__internal_alias
5720#endif
5721
5722#if defined(LIBXML_UNICODE_ENABLED)
5723extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden")));
5724extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias")));
5725#define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias
5726#endif
5727
5728#if defined(LIBXML_UNICODE_ENABLED)
5729extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
5730extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
5731#define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias
5732#endif
5733
5734#if defined(LIBXML_UNICODE_ENABLED)
5735extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
5736extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
5737#define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias
5738#endif
5739
5740#if defined(LIBXML_UNICODE_ENABLED)
5741extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden")));
5742extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias")));
5743#define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias
5744#endif
5745
5746#if defined(LIBXML_UNICODE_ENABLED)
5747extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
5748extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
5749#define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias
5750#endif
5751
5752#if defined(LIBXML_UNICODE_ENABLED)
5753extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM__internal_alias __attribute((visibility("hidden")));
5754extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM __attribute((alias("xmlUCSIsCatM__internal_alias")));
5755#define xmlUCSIsCatM xmlUCSIsCatM__internal_alias
5756#endif
5757
5758#if defined(LIBXML_UNICODE_ENABLED)
5759extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden")));
5760extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias")));
5761#define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias
5762#endif
5763
5764#if defined(LIBXML_UNICODE_ENABLED)
5765extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
5766extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
5767#define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias
5768#endif
5769
5770#if defined(LIBXML_UNICODE_ENABLED)
5771extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden")));
5772extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias")));
5773#define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias
5774#endif
5775
5776#if defined(LIBXML_UNICODE_ENABLED)
5777extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
5778extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
5779#define xmlUCSIsCatN xmlUCSIsCatN__internal_alias
5780#endif
5781
5782#if defined(LIBXML_UNICODE_ENABLED)
5783extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden")));
5784extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias")));
5785#define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias
5786#endif
5787
5788#if defined(LIBXML_UNICODE_ENABLED)
5789extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
5790extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
5791#define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias
5792#endif
5793
5794#if defined(LIBXML_UNICODE_ENABLED)
5795extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
5796extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
5797#define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias
5798#endif
5799
5800#if defined(LIBXML_UNICODE_ENABLED)
5801extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP__internal_alias __attribute((visibility("hidden")));
5802extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP __attribute((alias("xmlUCSIsCatP__internal_alias")));
5803#define xmlUCSIsCatP xmlUCSIsCatP__internal_alias
5804#endif
5805
5806#if defined(LIBXML_UNICODE_ENABLED)
5807extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc__internal_alias __attribute((visibility("hidden")));
5808extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc __attribute((alias("xmlUCSIsCatPc__internal_alias")));
5809#define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias
5810#endif
5811
5812#if defined(LIBXML_UNICODE_ENABLED)
5813extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd__internal_alias __attribute((visibility("hidden")));
5814extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd __attribute((alias("xmlUCSIsCatPd__internal_alias")));
5815#define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias
5816#endif
5817
5818#if defined(LIBXML_UNICODE_ENABLED)
5819extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe__internal_alias __attribute((visibility("hidden")));
5820extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe __attribute((alias("xmlUCSIsCatPe__internal_alias")));
5821#define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias
5822#endif
5823
5824#if defined(LIBXML_UNICODE_ENABLED)
5825extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf__internal_alias __attribute((visibility("hidden")));
5826extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf __attribute((alias("xmlUCSIsCatPf__internal_alias")));
5827#define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias
5828#endif
5829
5830#if defined(LIBXML_UNICODE_ENABLED)
5831extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi__internal_alias __attribute((visibility("hidden")));
5832extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi __attribute((alias("xmlUCSIsCatPi__internal_alias")));
5833#define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias
5834#endif
5835
5836#if defined(LIBXML_UNICODE_ENABLED)
5837extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden")));
5838extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias")));
5839#define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias
5840#endif
5841
5842#if defined(LIBXML_UNICODE_ENABLED)
5843extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs__internal_alias __attribute((visibility("hidden")));
5844extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs __attribute((alias("xmlUCSIsCatPs__internal_alias")));
5845#define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias
5846#endif
5847
5848#if defined(LIBXML_UNICODE_ENABLED)
5849extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
5850extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
5851#define xmlUCSIsCatS xmlUCSIsCatS__internal_alias
5852#endif
5853
5854#if defined(LIBXML_UNICODE_ENABLED)
5855extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc__internal_alias __attribute((visibility("hidden")));
5856extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc __attribute((alias("xmlUCSIsCatSc__internal_alias")));
5857#define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias
5858#endif
5859
5860#if defined(LIBXML_UNICODE_ENABLED)
5861extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk__internal_alias __attribute((visibility("hidden")));
5862extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk __attribute((alias("xmlUCSIsCatSk__internal_alias")));
5863#define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias
5864#endif
5865
5866#if defined(LIBXML_UNICODE_ENABLED)
5867extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden")));
5868extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias")));
5869#define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias
5870#endif
5871
5872#if defined(LIBXML_UNICODE_ENABLED)
5873extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden")));
5874extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias")));
5875#define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias
5876#endif
5877
5878#if defined(LIBXML_UNICODE_ENABLED)
5879extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ__internal_alias __attribute((visibility("hidden")));
5880extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ __attribute((alias("xmlUCSIsCatZ__internal_alias")));
5881#define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias
5882#endif
5883
5884#if defined(LIBXML_UNICODE_ENABLED)
5885extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl__internal_alias __attribute((visibility("hidden")));
5886extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl __attribute((alias("xmlUCSIsCatZl__internal_alias")));
5887#define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias
5888#endif
5889
5890#if defined(LIBXML_UNICODE_ENABLED)
5891extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp__internal_alias __attribute((visibility("hidden")));
5892extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp __attribute((alias("xmlUCSIsCatZp__internal_alias")));
5893#define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias
5894#endif
5895
5896#if defined(LIBXML_UNICODE_ENABLED)
5897extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs__internal_alias __attribute((visibility("hidden")));
5898extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs __attribute((alias("xmlUCSIsCatZs__internal_alias")));
5899#define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias
5900#endif
5901
5902#if defined(LIBXML_UNICODE_ENABLED)
5903extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee__internal_alias __attribute((visibility("hidden")));
5904extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee __attribute((alias("xmlUCSIsCherokee__internal_alias")));
5905#define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias
5906#endif
5907
5908#if defined(LIBXML_UNICODE_ENABLED)
5909extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks__internal_alias __attribute((visibility("hidden")));
5910extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks __attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias")));
5911#define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias
5912#endif
5913
5914#if defined(LIBXML_UNICODE_ENABLED)
5915extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias __attribute((visibility("hidden")));
5916extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols __attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias")));
5917#define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
5918#endif
5919
5920#if defined(LIBXML_UNICODE_ENABLED)
5921extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks__internal_alias __attribute((visibility("hidden")));
5922extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks __attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias")));
5923#define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias
5924#endif
5925
5926#if defined(LIBXML_UNICODE_ENABLED)
5927extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols__internal_alias __attribute((visibility("hidden")));
5928extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols __attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias")));
5929#define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias
5930#endif
5931
5932#if defined(LIBXML_UNICODE_ENABLED)
5933extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden")));
5934extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias")));
5935#define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias
5936#endif
5937
5938#if defined(LIBXML_UNICODE_ENABLED)
5939extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols__internal_alias __attribute((visibility("hidden")));
5940extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols __attribute((alias("xmlUCSIsCurrencySymbols__internal_alias")));
5941#define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias
5942#endif
5943
5944#if defined(LIBXML_UNICODE_ENABLED)
5945extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary__internal_alias __attribute((visibility("hidden")));
5946extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary __attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias")));
5947#define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias
5948#endif
5949
5950#if defined(LIBXML_UNICODE_ENABLED)
5951extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic__internal_alias __attribute((visibility("hidden")));
5952extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic __attribute((alias("xmlUCSIsCyrillic__internal_alias")));
5953#define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias
5954#endif
5955
5956#if defined(LIBXML_UNICODE_ENABLED)
5957extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement__internal_alias __attribute((visibility("hidden")));
5958extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement __attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias")));
5959#define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias
5960#endif
5961
5962#if defined(LIBXML_UNICODE_ENABLED)
5963extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret__internal_alias __attribute((visibility("hidden")));
5964extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret __attribute((alias("xmlUCSIsDeseret__internal_alias")));
5965#define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias
5966#endif
5967
5968#if defined(LIBXML_UNICODE_ENABLED)
5969extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari__internal_alias __attribute((visibility("hidden")));
5970extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari __attribute((alias("xmlUCSIsDevanagari__internal_alias")));
5971#define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias
5972#endif
5973
5974#if defined(LIBXML_UNICODE_ENABLED)
5975extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats__internal_alias __attribute((visibility("hidden")));
5976extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats __attribute((alias("xmlUCSIsDingbats__internal_alias")));
5977#define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias
5978#endif
5979
5980#if defined(LIBXML_UNICODE_ENABLED)
5981extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden")));
5982extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
5983#define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias
5984#endif
5985
5986#if defined(LIBXML_UNICODE_ENABLED)
5987extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias __attribute((visibility("hidden")));
5988extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths __attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias")));
5989#define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
5990#endif
5991
5992#if defined(LIBXML_UNICODE_ENABLED)
5993extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic__internal_alias __attribute((visibility("hidden")));
5994extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic __attribute((alias("xmlUCSIsEthiopic__internal_alias")));
5995#define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias
5996#endif
5997
5998#if defined(LIBXML_UNICODE_ENABLED)
5999extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden")));
6000extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
6001#define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
6002#endif
6003
6004#if defined(LIBXML_UNICODE_ENABLED)
6005extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes__internal_alias __attribute((visibility("hidden")));
6006extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes __attribute((alias("xmlUCSIsGeometricShapes__internal_alias")));
6007#define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias
6008#endif
6009
6010#if defined(LIBXML_UNICODE_ENABLED)
6011extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian__internal_alias __attribute((visibility("hidden")));
6012extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian __attribute((alias("xmlUCSIsGeorgian__internal_alias")));
6013#define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias
6014#endif
6015
6016#if defined(LIBXML_UNICODE_ENABLED)
6017extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic__internal_alias __attribute((visibility("hidden")));
6018extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic __attribute((alias("xmlUCSIsGothic__internal_alias")));
6019#define xmlUCSIsGothic xmlUCSIsGothic__internal_alias
6020#endif
6021
6022#if defined(LIBXML_UNICODE_ENABLED)
6023extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek__internal_alias __attribute((visibility("hidden")));
6024extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek __attribute((alias("xmlUCSIsGreek__internal_alias")));
6025#define xmlUCSIsGreek xmlUCSIsGreek__internal_alias
6026#endif
6027
6028#if defined(LIBXML_UNICODE_ENABLED)
6029extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended__internal_alias __attribute((visibility("hidden")));
6030extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended __attribute((alias("xmlUCSIsGreekExtended__internal_alias")));
6031#define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias
6032#endif
6033
6034#if defined(LIBXML_UNICODE_ENABLED)
6035extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic__internal_alias __attribute((visibility("hidden")));
6036extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic __attribute((alias("xmlUCSIsGreekandCoptic__internal_alias")));
6037#define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias
6038#endif
6039
6040#if defined(LIBXML_UNICODE_ENABLED)
6041extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati__internal_alias __attribute((visibility("hidden")));
6042extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati __attribute((alias("xmlUCSIsGujarati__internal_alias")));
6043#define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias
6044#endif
6045
6046#if defined(LIBXML_UNICODE_ENABLED)
6047extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi__internal_alias __attribute((visibility("hidden")));
6048extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi __attribute((alias("xmlUCSIsGurmukhi__internal_alias")));
6049#define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias
6050#endif
6051
6052#if defined(LIBXML_UNICODE_ENABLED)
6053extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms__internal_alias __attribute((visibility("hidden")));
6054extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms __attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias")));
6055#define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias
6056#endif
6057
6058#if defined(LIBXML_UNICODE_ENABLED)
6059extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo__internal_alias __attribute((visibility("hidden")));
6060extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo __attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias")));
6061#define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias
6062#endif
6063
6064#if defined(LIBXML_UNICODE_ENABLED)
6065extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo__internal_alias __attribute((visibility("hidden")));
6066extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo __attribute((alias("xmlUCSIsHangulJamo__internal_alias")));
6067#define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias
6068#endif
6069
6070#if defined(LIBXML_UNICODE_ENABLED)
6071extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden")));
6072extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
6073#define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias
6074#endif
6075
6076#if defined(LIBXML_UNICODE_ENABLED)
6077extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo__internal_alias __attribute((visibility("hidden")));
6078extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo __attribute((alias("xmlUCSIsHanunoo__internal_alias")));
6079#define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias
6080#endif
6081
6082#if defined(LIBXML_UNICODE_ENABLED)
6083extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew__internal_alias __attribute((visibility("hidden")));
6084extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew __attribute((alias("xmlUCSIsHebrew__internal_alias")));
6085#define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias
6086#endif
6087
6088#if defined(LIBXML_UNICODE_ENABLED)
6089extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden")));
6090extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
6091#define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias
6092#endif
6093
6094#if defined(LIBXML_UNICODE_ENABLED)
6095extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
6096extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
6097#define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
6098#endif
6099
6100#if defined(LIBXML_UNICODE_ENABLED)
6101extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana__internal_alias __attribute((visibility("hidden")));
6102extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana __attribute((alias("xmlUCSIsHiragana__internal_alias")));
6103#define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias
6104#endif
6105
6106#if defined(LIBXML_UNICODE_ENABLED)
6107extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions__internal_alias __attribute((visibility("hidden")));
6108extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions __attribute((alias("xmlUCSIsIPAExtensions__internal_alias")));
6109#define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias
6110#endif
6111
6112#if defined(LIBXML_UNICODE_ENABLED)
6113extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters__internal_alias __attribute((visibility("hidden")));
6114extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters __attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias")));
6115#define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias
6116#endif
6117
6118#if defined(LIBXML_UNICODE_ENABLED)
6119extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun__internal_alias __attribute((visibility("hidden")));
6120extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun __attribute((alias("xmlUCSIsKanbun__internal_alias")));
6121#define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias
6122#endif
6123
6124#if defined(LIBXML_UNICODE_ENABLED)
6125extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals__internal_alias __attribute((visibility("hidden")));
6126extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals __attribute((alias("xmlUCSIsKangxiRadicals__internal_alias")));
6127#define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias
6128#endif
6129
6130#if defined(LIBXML_UNICODE_ENABLED)
6131extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada__internal_alias __attribute((visibility("hidden")));
6132extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada __attribute((alias("xmlUCSIsKannada__internal_alias")));
6133#define xmlUCSIsKannada xmlUCSIsKannada__internal_alias
6134#endif
6135
6136#if defined(LIBXML_UNICODE_ENABLED)
6137extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana__internal_alias __attribute((visibility("hidden")));
6138extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana __attribute((alias("xmlUCSIsKatakana__internal_alias")));
6139#define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias
6140#endif
6141
6142#if defined(LIBXML_UNICODE_ENABLED)
6143extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
6144extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions __attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias")));
6145#define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias
6146#endif
6147
6148#if defined(LIBXML_UNICODE_ENABLED)
6149extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer__internal_alias __attribute((visibility("hidden")));
6150extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer __attribute((alias("xmlUCSIsKhmer__internal_alias")));
6151#define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias
6152#endif
6153
6154#if defined(LIBXML_UNICODE_ENABLED)
6155extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols__internal_alias __attribute((visibility("hidden")));
6156extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols __attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
6157#define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias
6158#endif
6159
6160#if defined(LIBXML_UNICODE_ENABLED)
6161extern __typeof (xmlUCSIsLao) xmlUCSIsLao__internal_alias __attribute((visibility("hidden")));
6162extern __typeof (xmlUCSIsLao) xmlUCSIsLao __attribute((alias("xmlUCSIsLao__internal_alias")));
6163#define xmlUCSIsLao xmlUCSIsLao__internal_alias
6164#endif
6165
6166#if defined(LIBXML_UNICODE_ENABLED)
6167extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
6168extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
6169#define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias
6170#endif
6171
6172#if defined(LIBXML_UNICODE_ENABLED)
6173extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden")));
6174extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
6175#define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias
6176#endif
6177
6178#if defined(LIBXML_UNICODE_ENABLED)
6179extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden")));
6180extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
6181#define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias
6182#endif
6183
6184#if defined(LIBXML_UNICODE_ENABLED)
6185extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB__internal_alias __attribute((visibility("hidden")));
6186extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB __attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
6187#define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias
6188#endif
6189
6190#if defined(LIBXML_UNICODE_ENABLED)
6191extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden")));
6192extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
6193#define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
6194#endif
6195
6196#if defined(LIBXML_UNICODE_ENABLED)
6197extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu__internal_alias __attribute((visibility("hidden")));
6198extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu __attribute((alias("xmlUCSIsLimbu__internal_alias")));
6199#define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias
6200#endif
6201
6202#if defined(LIBXML_UNICODE_ENABLED)
6203extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms__internal_alias __attribute((visibility("hidden")));
6204extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms __attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias")));
6205#define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias
6206#endif
6207
6208#if defined(LIBXML_UNICODE_ENABLED)
6209extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary__internal_alias __attribute((visibility("hidden")));
6210extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary __attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias")));
6211#define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias
6212#endif
6213
6214#if defined(LIBXML_UNICODE_ENABLED)
6215extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates__internal_alias __attribute((visibility("hidden")));
6216extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates __attribute((alias("xmlUCSIsLowSurrogates__internal_alias")));
6217#define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias
6218#endif
6219
6220#if defined(LIBXML_UNICODE_ENABLED)
6221extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam__internal_alias __attribute((visibility("hidden")));
6222extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam __attribute((alias("xmlUCSIsMalayalam__internal_alias")));
6223#define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias
6224#endif
6225
6226#if defined(LIBXML_UNICODE_ENABLED)
6227extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias __attribute((visibility("hidden")));
6228extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols __attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias")));
6229#define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
6230#endif
6231
6232#if defined(LIBXML_UNICODE_ENABLED)
6233extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators__internal_alias __attribute((visibility("hidden")));
6234extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators __attribute((alias("xmlUCSIsMathematicalOperators__internal_alias")));
6235#define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias
6236#endif
6237
6238#if defined(LIBXML_UNICODE_ENABLED)
6239extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias __attribute((visibility("hidden")));
6240extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
6241#define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
6242#endif
6243
6244#if defined(LIBXML_UNICODE_ENABLED)
6245extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias __attribute((visibility("hidden")));
6246extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias")));
6247#define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
6248#endif
6249
6250#if defined(LIBXML_UNICODE_ENABLED)
6251extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols__internal_alias __attribute((visibility("hidden")));
6252extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols __attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias")));
6253#define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias
6254#endif
6255
6256#if defined(LIBXML_UNICODE_ENABLED)
6257extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias __attribute((visibility("hidden")));
6258extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows __attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
6259#define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
6260#endif
6261
6262#if defined(LIBXML_UNICODE_ENABLED)
6263extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical__internal_alias __attribute((visibility("hidden")));
6264extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical __attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias")));
6265#define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias
6266#endif
6267
6268#if defined(LIBXML_UNICODE_ENABLED)
6269extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian__internal_alias __attribute((visibility("hidden")));
6270extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian __attribute((alias("xmlUCSIsMongolian__internal_alias")));
6271#define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias
6272#endif
6273
6274#if defined(LIBXML_UNICODE_ENABLED)
6275extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols__internal_alias __attribute((visibility("hidden")));
6276extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols __attribute((alias("xmlUCSIsMusicalSymbols__internal_alias")));
6277#define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias
6278#endif
6279
6280#if defined(LIBXML_UNICODE_ENABLED)
6281extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar__internal_alias __attribute((visibility("hidden")));
6282extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar __attribute((alias("xmlUCSIsMyanmar__internal_alias")));
6283#define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias
6284#endif
6285
6286#if defined(LIBXML_UNICODE_ENABLED)
6287extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms__internal_alias __attribute((visibility("hidden")));
6288extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms __attribute((alias("xmlUCSIsNumberForms__internal_alias")));
6289#define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias
6290#endif
6291
6292#if defined(LIBXML_UNICODE_ENABLED)
6293extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham__internal_alias __attribute((visibility("hidden")));
6294extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham __attribute((alias("xmlUCSIsOgham__internal_alias")));
6295#define xmlUCSIsOgham xmlUCSIsOgham__internal_alias
6296#endif
6297
6298#if defined(LIBXML_UNICODE_ENABLED)
6299extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic__internal_alias __attribute((visibility("hidden")));
6300extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic __attribute((alias("xmlUCSIsOldItalic__internal_alias")));
6301#define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias
6302#endif
6303
6304#if defined(LIBXML_UNICODE_ENABLED)
6305extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition__internal_alias __attribute((visibility("hidden")));
6306extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition __attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias")));
6307#define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias
6308#endif
6309
6310#if defined(LIBXML_UNICODE_ENABLED)
6311extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya__internal_alias __attribute((visibility("hidden")));
6312extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya __attribute((alias("xmlUCSIsOriya__internal_alias")));
6313#define xmlUCSIsOriya xmlUCSIsOriya__internal_alias
6314#endif
6315
6316#if defined(LIBXML_UNICODE_ENABLED)
6317extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya__internal_alias __attribute((visibility("hidden")));
6318extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya __attribute((alias("xmlUCSIsOsmanya__internal_alias")));
6319#define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias
6320#endif
6321
6322#if defined(LIBXML_UNICODE_ENABLED)
6323extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
6324extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions __attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias")));
6325#define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias
6326#endif
6327
6328#if defined(LIBXML_UNICODE_ENABLED)
6329extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse__internal_alias __attribute((visibility("hidden")));
6330extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse __attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
6331#define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias
6332#endif
6333
6334#if defined(LIBXML_UNICODE_ENABLED)
6335extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden")));
6336extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
6337#define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias
6338#endif
6339
6340#if defined(LIBXML_UNICODE_ENABLED)
6341extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic__internal_alias __attribute((visibility("hidden")));
6342extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic __attribute((alias("xmlUCSIsRunic__internal_alias")));
6343#define xmlUCSIsRunic xmlUCSIsRunic__internal_alias
6344#endif
6345
6346#if defined(LIBXML_UNICODE_ENABLED)
6347extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian__internal_alias __attribute((visibility("hidden")));
6348extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian __attribute((alias("xmlUCSIsShavian__internal_alias")));
6349#define xmlUCSIsShavian xmlUCSIsShavian__internal_alias
6350#endif
6351
6352#if defined(LIBXML_UNICODE_ENABLED)
6353extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala__internal_alias __attribute((visibility("hidden")));
6354extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala __attribute((alias("xmlUCSIsSinhala__internal_alias")));
6355#define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias
6356#endif
6357
6358#if defined(LIBXML_UNICODE_ENABLED)
6359extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants__internal_alias __attribute((visibility("hidden")));
6360extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants __attribute((alias("xmlUCSIsSmallFormVariants__internal_alias")));
6361#define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias
6362#endif
6363
6364#if defined(LIBXML_UNICODE_ENABLED)
6365extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters__internal_alias __attribute((visibility("hidden")));
6366extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters __attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias")));
6367#define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias
6368#endif
6369
6370#if defined(LIBXML_UNICODE_ENABLED)
6371extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
6372extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
6373#define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
6374#endif
6375
6376#if defined(LIBXML_UNICODE_ENABLED)
6377extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts__internal_alias __attribute((visibility("hidden")));
6378extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts __attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias")));
6379#define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias
6380#endif
6381
6382#if defined(LIBXML_UNICODE_ENABLED)
6383extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA__internal_alias __attribute((visibility("hidden")));
6384extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA __attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias")));
6385#define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias
6386#endif
6387
6388#if defined(LIBXML_UNICODE_ENABLED)
6389extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB__internal_alias __attribute((visibility("hidden")));
6390extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB __attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
6391#define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias
6392#endif
6393
6394#if defined(LIBXML_UNICODE_ENABLED)
6395extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators__internal_alias __attribute((visibility("hidden")));
6396extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators __attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias")));
6397#define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias
6398#endif
6399
6400#if defined(LIBXML_UNICODE_ENABLED)
6401extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias __attribute((visibility("hidden")));
6402extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias")));
6403#define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
6404#endif
6405
6406#if defined(LIBXML_UNICODE_ENABLED)
6407extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias __attribute((visibility("hidden")));
6408extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
6409#define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
6410#endif
6411
6412#if defined(LIBXML_UNICODE_ENABLED)
6413extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac__internal_alias __attribute((visibility("hidden")));
6414extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac __attribute((alias("xmlUCSIsSyriac__internal_alias")));
6415#define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias
6416#endif
6417
6418#if defined(LIBXML_UNICODE_ENABLED)
6419extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog__internal_alias __attribute((visibility("hidden")));
6420extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog __attribute((alias("xmlUCSIsTagalog__internal_alias")));
6421#define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias
6422#endif
6423
6424#if defined(LIBXML_UNICODE_ENABLED)
6425extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa__internal_alias __attribute((visibility("hidden")));
6426extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa __attribute((alias("xmlUCSIsTagbanwa__internal_alias")));
6427#define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias
6428#endif
6429
6430#if defined(LIBXML_UNICODE_ENABLED)
6431extern __typeof (xmlUCSIsTags) xmlUCSIsTags__internal_alias __attribute((visibility("hidden")));
6432extern __typeof (xmlUCSIsTags) xmlUCSIsTags __attribute((alias("xmlUCSIsTags__internal_alias")));
6433#define xmlUCSIsTags xmlUCSIsTags__internal_alias
6434#endif
6435
6436#if defined(LIBXML_UNICODE_ENABLED)
6437extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe__internal_alias __attribute((visibility("hidden")));
6438extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe __attribute((alias("xmlUCSIsTaiLe__internal_alias")));
6439#define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias
6440#endif
6441
6442#if defined(LIBXML_UNICODE_ENABLED)
6443extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols__internal_alias __attribute((visibility("hidden")));
6444extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols __attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias")));
6445#define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias
6446#endif
6447
6448#if defined(LIBXML_UNICODE_ENABLED)
6449extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil__internal_alias __attribute((visibility("hidden")));
6450extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil __attribute((alias("xmlUCSIsTamil__internal_alias")));
6451#define xmlUCSIsTamil xmlUCSIsTamil__internal_alias
6452#endif
6453
6454#if defined(LIBXML_UNICODE_ENABLED)
6455extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu__internal_alias __attribute((visibility("hidden")));
6456extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu __attribute((alias("xmlUCSIsTelugu__internal_alias")));
6457#define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias
6458#endif
6459
6460#if defined(LIBXML_UNICODE_ENABLED)
6461extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana__internal_alias __attribute((visibility("hidden")));
6462extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana __attribute((alias("xmlUCSIsThaana__internal_alias")));
6463#define xmlUCSIsThaana xmlUCSIsThaana__internal_alias
6464#endif
6465
6466#if defined(LIBXML_UNICODE_ENABLED)
6467extern __typeof (xmlUCSIsThai) xmlUCSIsThai__internal_alias __attribute((visibility("hidden")));
6468extern __typeof (xmlUCSIsThai) xmlUCSIsThai __attribute((alias("xmlUCSIsThai__internal_alias")));
6469#define xmlUCSIsThai xmlUCSIsThai__internal_alias
6470#endif
6471
6472#if defined(LIBXML_UNICODE_ENABLED)
6473extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan__internal_alias __attribute((visibility("hidden")));
6474extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan __attribute((alias("xmlUCSIsTibetan__internal_alias")));
6475#define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias
6476#endif
6477
6478#if defined(LIBXML_UNICODE_ENABLED)
6479extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic__internal_alias __attribute((visibility("hidden")));
6480extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic __attribute((alias("xmlUCSIsUgaritic__internal_alias")));
6481#define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias
6482#endif
6483
6484#if defined(LIBXML_UNICODE_ENABLED)
6485extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias __attribute((visibility("hidden")));
6486extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics __attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias")));
6487#define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
6488#endif
6489
6490#if defined(LIBXML_UNICODE_ENABLED)
6491extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors__internal_alias __attribute((visibility("hidden")));
6492extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors __attribute((alias("xmlUCSIsVariationSelectors__internal_alias")));
6493#define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias
6494#endif
6495
6496#if defined(LIBXML_UNICODE_ENABLED)
6497extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement__internal_alias __attribute((visibility("hidden")));
6498extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement __attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
6499#define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias
6500#endif
6501
6502#if defined(LIBXML_UNICODE_ENABLED)
6503extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals__internal_alias __attribute((visibility("hidden")));
6504extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals __attribute((alias("xmlUCSIsYiRadicals__internal_alias")));
6505#define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias
6506#endif
6507
6508#if defined(LIBXML_UNICODE_ENABLED)
6509extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables__internal_alias __attribute((visibility("hidden")));
6510extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables __attribute((alias("xmlUCSIsYiSyllables__internal_alias")));
6511#define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias
6512#endif
6513
6514#if defined(LIBXML_UNICODE_ENABLED)
6515extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols__internal_alias __attribute((visibility("hidden")));
6516extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols __attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias")));
6517#define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias
6518#endif
6519
6520extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden")));
6521extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias")));
6522#define xmlURIEscape xmlURIEscape__internal_alias
6523
6524extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr__internal_alias __attribute((visibility("hidden")));
6525extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr __attribute((alias("xmlURIEscapeStr__internal_alias")));
6526#define xmlURIEscapeStr xmlURIEscapeStr__internal_alias
6527
6528extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility("hidden")));
6529extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeString__internal_alias")));
6530#define xmlURIUnescapeString xmlURIUnescapeString__internal_alias
6531
6532extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp__internal_alias __attribute((visibility("hidden")));
6533extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp __attribute((alias("xmlUTF8Charcmp__internal_alias")));
6534#define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias
6535
6536extern __typeof (xmlUTF8Size) xmlUTF8Size__internal_alias __attribute((visibility("hidden")));
6537extern __typeof (xmlUTF8Size) xmlUTF8Size __attribute((alias("xmlUTF8Size__internal_alias")));
6538#define xmlUTF8Size xmlUTF8Size__internal_alias
6539
6540extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen__internal_alias __attribute((visibility("hidden")));
6541extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen __attribute((alias("xmlUTF8Strlen__internal_alias")));
6542#define xmlUTF8Strlen xmlUTF8Strlen__internal_alias
6543
6544extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc__internal_alias __attribute((visibility("hidden")));
6545extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc __attribute((alias("xmlUTF8Strloc__internal_alias")));
6546#define xmlUTF8Strloc xmlUTF8Strloc__internal_alias
6547
6548extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup__internal_alias __attribute((visibility("hidden")));
6549extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup __attribute((alias("xmlUTF8Strndup__internal_alias")));
6550#define xmlUTF8Strndup xmlUTF8Strndup__internal_alias
6551
6552extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos__internal_alias __attribute((visibility("hidden")));
6553extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos __attribute((alias("xmlUTF8Strpos__internal_alias")));
6554#define xmlUTF8Strpos xmlUTF8Strpos__internal_alias
6555
6556extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize__internal_alias __attribute((visibility("hidden")));
6557extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize __attribute((alias("xmlUTF8Strsize__internal_alias")));
6558#define xmlUTF8Strsize xmlUTF8Strsize__internal_alias
6559
6560extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub__internal_alias __attribute((visibility("hidden")));
6561extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub __attribute((alias("xmlUTF8Strsub__internal_alias")));
6562#define xmlUTF8Strsub xmlUTF8Strsub__internal_alias
6563
6564extern __typeof (xmlUnlinkNode) xmlUnlinkNode__internal_alias __attribute((visibility("hidden")));
6565extern __typeof (xmlUnlinkNode) xmlUnlinkNode __attribute((alias("xmlUnlinkNode__internal_alias")));
6566#define xmlUnlinkNode xmlUnlinkNode__internal_alias
6567
6568extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden")));
6569extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias")));
6570#define xmlUnlockLibrary xmlUnlockLibrary__internal_alias
6571
6572#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6573extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp__internal_alias __attribute((visibility("hidden")));
6574extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp __attribute((alias("xmlUnsetNsProp__internal_alias")));
6575#define xmlUnsetNsProp xmlUnsetNsProp__internal_alias
6576#endif
6577
6578#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6579extern __typeof (xmlUnsetProp) xmlUnsetProp__internal_alias __attribute((visibility("hidden")));
6580extern __typeof (xmlUnsetProp) xmlUnsetProp __attribute((alias("xmlUnsetProp__internal_alias")));
6581#define xmlUnsetProp xmlUnsetProp__internal_alias
6582#endif
6583
6584#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
6585extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel__internal_alias __attribute((visibility("hidden")));
6586extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel __attribute((alias("xmlValidBuildContentModel__internal_alias")));
6587#define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias
6588#endif
6589
6590#if defined(LIBXML_VALID_ENABLED)
6591extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
6592extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue __attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias")));
6593#define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias
6594#endif
6595
6596#if defined(LIBXML_VALID_ENABLED)
6597extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren__internal_alias __attribute((visibility("hidden")));
6598extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren __attribute((alias("xmlValidGetPotentialChildren__internal_alias")));
6599#define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias
6600#endif
6601
6602#if defined(LIBXML_VALID_ENABLED)
6603extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
6604extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
6605#define xmlValidGetValidElements xmlValidGetValidElements__internal_alias
6606#endif
6607
6608#if defined(LIBXML_VALID_ENABLED)
6609extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
6610extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue __attribute((alias("xmlValidNormalizeAttributeValue__internal_alias")));
6611#define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias
6612#endif
6613
6614#if defined(LIBXML_VALID_ENABLED)
6615extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl__internal_alias __attribute((visibility("hidden")));
6616extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl __attribute((alias("xmlValidateAttributeDecl__internal_alias")));
6617#define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
6618#endif
6619
6620#if defined(LIBXML_VALID_ENABLED)
6621extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((visibility("hidden")));
6622extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValidateAttributeValue__internal_alias")));
6623#define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias
6624#endif
6625
6626#if defined(LIBXML_VALID_ENABLED)
6627extern __typeof (xmlValidateDocument) xmlValidateDocument__internal_alias __attribute((visibility("hidden")));
6628extern __typeof (xmlValidateDocument) xmlValidateDocument __attribute((alias("xmlValidateDocument__internal_alias")));
6629#define xmlValidateDocument xmlValidateDocument__internal_alias
6630#endif
6631
6632#if defined(LIBXML_VALID_ENABLED)
6633extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal__internal_alias __attribute((visibility("hidden")));
6634extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal __attribute((alias("xmlValidateDocumentFinal__internal_alias")));
6635#define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias
6636#endif
6637
6638#if defined(LIBXML_VALID_ENABLED)
6639extern __typeof (xmlValidateDtd) xmlValidateDtd__internal_alias __attribute((visibility("hidden")));
6640extern __typeof (xmlValidateDtd) xmlValidateDtd __attribute((alias("xmlValidateDtd__internal_alias")));
6641#define xmlValidateDtd xmlValidateDtd__internal_alias
6642#endif
6643
6644#if defined(LIBXML_VALID_ENABLED)
6645extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal__internal_alias __attribute((visibility("hidden")));
6646extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal __attribute((alias("xmlValidateDtdFinal__internal_alias")));
6647#define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias
6648#endif
6649
6650#if defined(LIBXML_VALID_ENABLED)
6651extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hidden")));
6652extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__internal_alias")));
6653#define xmlValidateElement xmlValidateElement__internal_alias
6654#endif
6655
6656#if defined(LIBXML_VALID_ENABLED)
6657extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibility("hidden")));
6658extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElementDecl__internal_alias")));
6659#define xmlValidateElementDecl xmlValidateElementDecl__internal_alias
6660#endif
6661
6662#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
6663extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidden")));
6664extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__internal_alias")));
6665#define xmlValidateNCName xmlValidateNCName__internal_alias
6666#endif
6667
6668#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6669extern __typeof (xmlValidateNMToken) xmlValidateNMToken__internal_alias __attribute((visibility("hidden")));
6670extern __typeof (xmlValidateNMToken) xmlValidateNMToken __attribute((alias("xmlValidateNMToken__internal_alias")));
6671#define xmlValidateNMToken xmlValidateNMToken__internal_alias
6672#endif
6673
6674#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6675extern __typeof (xmlValidateName) xmlValidateName__internal_alias __attribute((visibility("hidden")));
6676extern __typeof (xmlValidateName) xmlValidateName __attribute((alias("xmlValidateName__internal_alias")));
6677#define xmlValidateName xmlValidateName__internal_alias
6678#endif
6679
6680#if defined(LIBXML_VALID_ENABLED)
6681extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
6682extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
6683#define xmlValidateNameValue xmlValidateNameValue__internal_alias
6684#endif
6685
6686#if defined(LIBXML_VALID_ENABLED)
6687extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden")));
6688extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias")));
6689#define xmlValidateNamesValue xmlValidateNamesValue__internal_alias
6690#endif
6691
6692#if defined(LIBXML_VALID_ENABLED)
6693extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue__internal_alias __attribute((visibility("hidden")));
6694extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue __attribute((alias("xmlValidateNmtokenValue__internal_alias")));
6695#define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias
6696#endif
6697
6698#if defined(LIBXML_VALID_ENABLED)
6699extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue__internal_alias __attribute((visibility("hidden")));
6700extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue __attribute((alias("xmlValidateNmtokensValue__internal_alias")));
6701#define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias
6702#endif
6703
6704#if defined(LIBXML_VALID_ENABLED)
6705extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl__internal_alias __attribute((visibility("hidden")));
6706extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl __attribute((alias("xmlValidateNotationDecl__internal_alias")));
6707#define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias
6708#endif
6709
6710#if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6711extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
6712extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
6713#define xmlValidateNotationUse xmlValidateNotationUse__internal_alias
6714#endif
6715
6716#if defined(LIBXML_VALID_ENABLED)
6717extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute__internal_alias __attribute((visibility("hidden")));
6718extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute __attribute((alias("xmlValidateOneAttribute__internal_alias")));
6719#define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias
6720#endif
6721
6722#if defined(LIBXML_VALID_ENABLED)
6723extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibility("hidden")));
6724extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneElement__internal_alias")));
6725#define xmlValidateOneElement xmlValidateOneElement__internal_alias
6726#endif
6727
6728#if defined(LIBXML_VALID_ENABLED)
6729extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace__internal_alias __attribute((visibility("hidden")));
6730extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace __attribute((alias("xmlValidateOneNamespace__internal_alias")));
6731#define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias
6732#endif
6733
6734#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
6735extern __typeof (xmlValidatePopElement) xmlValidatePopElement__internal_alias __attribute((visibility("hidden")));
6736extern __typeof (xmlValidatePopElement) xmlValidatePopElement __attribute((alias("xmlValidatePopElement__internal_alias")));
6737#define xmlValidatePopElement xmlValidatePopElement__internal_alias
6738#endif
6739
6740#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
6741extern __typeof (xmlValidatePushCData) xmlValidatePushCData__internal_alias __attribute((visibility("hidden")));
6742extern __typeof (xmlValidatePushCData) xmlValidatePushCData __attribute((alias("xmlValidatePushCData__internal_alias")));
6743#define xmlValidatePushCData xmlValidatePushCData__internal_alias
6744#endif
6745
6746#if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
6747extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden")));
6748extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias")));
6749#define xmlValidatePushElement xmlValidatePushElement__internal_alias
6750#endif
6751
6752#if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6753extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden")));
6754extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_alias")));
6755#define xmlValidateQName xmlValidateQName__internal_alias
6756#endif
6757
6758#if defined(LIBXML_VALID_ENABLED)
6759extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden")));
6760extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_alias")));
6761#define xmlValidateRoot xmlValidateRoot__internal_alias
6762#endif
6763
6764#if defined(LIBXML_XINCLUDE_ENABLED)
6765extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext__internal_alias __attribute((visibility("hidden")));
6766extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext __attribute((alias("xmlXIncludeFreeContext__internal_alias")));
6767#define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias
6768#endif
6769
6770#if defined(LIBXML_XINCLUDE_ENABLED)
6771extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
6772extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
6773#define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
6774#endif
6775
6776#if defined(LIBXML_XINCLUDE_ENABLED)
6777extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess__internal_alias __attribute((visibility("hidden")));
6778extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess __attribute((alias("xmlXIncludeProcess__internal_alias")));
6779#define xmlXIncludeProcess xmlXIncludeProcess__internal_alias
6780#endif
6781
6782#if defined(LIBXML_XINCLUDE_ENABLED)
6783extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags__internal_alias __attribute((visibility("hidden")));
6784extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags __attribute((alias("xmlXIncludeProcessFlags__internal_alias")));
6785#define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias
6786#endif
6787
6788#if defined(LIBXML_XINCLUDE_ENABLED)
6789extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode__internal_alias __attribute((visibility("hidden")));
6790extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode __attribute((alias("xmlXIncludeProcessNode__internal_alias")));
6791#define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias
6792#endif
6793
6794#if defined(LIBXML_XINCLUDE_ENABLED)
6795extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree__internal_alias __attribute((visibility("hidden")));
6796extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree __attribute((alias("xmlXIncludeProcessTree__internal_alias")));
6797#define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias
6798#endif
6799
6800#if defined(LIBXML_XINCLUDE_ENABLED)
6801extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags__internal_alias __attribute((visibility("hidden")));
6802extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags __attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias")));
6803#define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias
6804#endif
6805
6806#if defined(LIBXML_XINCLUDE_ENABLED)
6807extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags__internal_alias __attribute((visibility("hidden")));
6808extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags __attribute((alias("xmlXIncludeSetFlags__internal_alias")));
6809#define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias
6810#endif
6811
6812#if defined(LIBXML_XPATH_ENABLED)
6813extern __typeof (xmlXPathAddValues) xmlXPathAddValues__internal_alias __attribute((visibility("hidden")));
6814extern __typeof (xmlXPathAddValues) xmlXPathAddValues __attribute((alias("xmlXPathAddValues__internal_alias")));
6815#define xmlXPathAddValues xmlXPathAddValues__internal_alias
6816#endif
6817
6818#if defined(LIBXML_XPATH_ENABLED)
6819extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction__internal_alias __attribute((visibility("hidden")));
6820extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction __attribute((alias("xmlXPathBooleanFunction__internal_alias")));
6821#define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias
6822#endif
6823
6824#if defined(LIBXML_XPATH_ENABLED)
6825extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber__internal_alias __attribute((visibility("hidden")));
6826extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber __attribute((alias("xmlXPathCastBooleanToNumber__internal_alias")));
6827#define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias
6828#endif
6829
6830#if defined(LIBXML_XPATH_ENABLED)
6831extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString__internal_alias __attribute((visibility("hidden")));
6832extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString __attribute((alias("xmlXPathCastBooleanToString__internal_alias")));
6833#define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias
6834#endif
6835
6836#if defined(LIBXML_XPATH_ENABLED)
6837extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean__internal_alias __attribute((visibility("hidden")));
6838extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean __attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias")));
6839#define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias
6840#endif
6841
6842#if defined(LIBXML_XPATH_ENABLED)
6843extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber__internal_alias __attribute((visibility("hidden")));
6844extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber __attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias")));
6845#define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias
6846#endif
6847
6848#if defined(LIBXML_XPATH_ENABLED)
6849extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString__internal_alias __attribute((visibility("hidden")));
6850extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString __attribute((alias("xmlXPathCastNodeSetToString__internal_alias")));
6851#define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias
6852#endif
6853
6854#if defined(LIBXML_XPATH_ENABLED)
6855extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((visibility("hidden")));
6856extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
6857#define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias
6858#endif
6859
6860#if defined(LIBXML_XPATH_ENABLED)
6861extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString__internal_alias __attribute((visibility("hidden")));
6862extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString __attribute((alias("xmlXPathCastNodeToString__internal_alias")));
6863#define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias
6864#endif
6865
6866#if defined(LIBXML_XPATH_ENABLED)
6867extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribute((visibility("hidden")));
6868extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXPathCastNumberToBoolean__internal_alias")));
6869#define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias
6870#endif
6871
6872#if defined(LIBXML_XPATH_ENABLED)
6873extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString__internal_alias __attribute((visibility("hidden")));
6874extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString __attribute((alias("xmlXPathCastNumberToString__internal_alias")));
6875#define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias
6876#endif
6877
6878#if defined(LIBXML_XPATH_ENABLED)
6879extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean__internal_alias __attribute((visibility("hidden")));
6880extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean __attribute((alias("xmlXPathCastStringToBoolean__internal_alias")));
6881#define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias
6882#endif
6883
6884#if defined(LIBXML_XPATH_ENABLED)
6885extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber__internal_alias __attribute((visibility("hidden")));
6886extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber __attribute((alias("xmlXPathCastStringToNumber__internal_alias")));
6887#define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias
6888#endif
6889
6890#if defined(LIBXML_XPATH_ENABLED)
6891extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean__internal_alias __attribute((visibility("hidden")));
6892extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean __attribute((alias("xmlXPathCastToBoolean__internal_alias")));
6893#define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias
6894#endif
6895
6896#if defined(LIBXML_XPATH_ENABLED)
6897extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber__internal_alias __attribute((visibility("hidden")));
6898extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber __attribute((alias("xmlXPathCastToNumber__internal_alias")));
6899#define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias
6900#endif
6901
6902#if defined(LIBXML_XPATH_ENABLED)
6903extern __typeof (xmlXPathCastToString) xmlXPathCastToString__internal_alias __attribute((visibility("hidden")));
6904extern __typeof (xmlXPathCastToString) xmlXPathCastToString __attribute((alias("xmlXPathCastToString__internal_alias")));
6905#define xmlXPathCastToString xmlXPathCastToString__internal_alias
6906#endif
6907
6908#if defined(LIBXML_XPATH_ENABLED)
6909extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction__internal_alias __attribute((visibility("hidden")));
6910extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction __attribute((alias("xmlXPathCeilingFunction__internal_alias")));
6911#define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias
6912#endif
6913
6914#if defined(LIBXML_XPATH_ENABLED)
6915extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
6916extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
6917#define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
6918#endif
6919
6920#if defined(LIBXML_XPATH_ENABLED)
6921extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
6922extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
6923#define xmlXPathCompareValues xmlXPathCompareValues__internal_alias
6924#endif
6925
6926#if defined(LIBXML_XPATH_ENABLED)
6927extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
6928extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
6929#define xmlXPathCompile xmlXPathCompile__internal_alias
6930#endif
6931
6932#if defined(LIBXML_XPATH_ENABLED)
6933extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility("hidden")));
6934extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEval__internal_alias")));
6935#define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias
6936#endif
6937
6938#if defined(LIBXML_XPATH_ENABLED)
6939extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction__internal_alias __attribute((visibility("hidden")));
6940extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction __attribute((alias("xmlXPathConcatFunction__internal_alias")));
6941#define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias
6942#endif
6943
6944#if defined(LIBXML_XPATH_ENABLED)
6945extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction__internal_alias __attribute((visibility("hidden")));
6946extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction __attribute((alias("xmlXPathContainsFunction__internal_alias")));
6947#define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias
6948#endif
6949
6950#if defined(LIBXML_XPATH_ENABLED)
6951extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean__internal_alias __attribute((visibility("hidden")));
6952extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean __attribute((alias("xmlXPathConvertBoolean__internal_alias")));
6953#define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias
6954#endif
6955
6956#if defined(LIBXML_XPATH_ENABLED)
6957extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber__internal_alias __attribute((visibility("hidden")));
6958extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber __attribute((alias("xmlXPathConvertNumber__internal_alias")));
6959#define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias
6960#endif
6961
6962#if defined(LIBXML_XPATH_ENABLED)
6963extern __typeof (xmlXPathConvertString) xmlXPathConvertString__internal_alias __attribute((visibility("hidden")));
6964extern __typeof (xmlXPathConvertString) xmlXPathConvertString __attribute((alias("xmlXPathConvertString__internal_alias")));
6965#define xmlXPathConvertString xmlXPathConvertString__internal_alias
6966#endif
6967
6968#if defined(LIBXML_XPATH_ENABLED)
6969extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction__internal_alias __attribute((visibility("hidden")));
6970extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction __attribute((alias("xmlXPathCountFunction__internal_alias")));
6971#define xmlXPathCountFunction xmlXPathCountFunction__internal_alias
6972#endif
6973
6974#if defined(LIBXML_XPATH_ENABLED)
6975extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
6976extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
6977#define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias
6978#endif
6979
6980#if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
6981extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr__internal_alias __attribute((visibility("hidden")));
6982extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr __attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias")));
6983#define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias
6984#endif
6985
6986#if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
6987extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject__internal_alias __attribute((visibility("hidden")));
6988extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject __attribute((alias("xmlXPathDebugDumpObject__internal_alias")));
6989#define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias
6990#endif
6991
6992#if defined(LIBXML_XPATH_ENABLED)
6993extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hidden")));
6994extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__internal_alias")));
6995#define xmlXPathDifference xmlXPathDifference__internal_alias
6996#endif
6997
6998#if defined(LIBXML_XPATH_ENABLED)
6999extern __typeof (xmlXPathDistinct) xmlXPathDistinct__internal_alias __attribute((visibility("hidden")));
7000extern __typeof (xmlXPathDistinct) xmlXPathDistinct __attribute((alias("xmlXPathDistinct__internal_alias")));
7001#define xmlXPathDistinct xmlXPathDistinct__internal_alias
7002#endif
7003
7004#if defined(LIBXML_XPATH_ENABLED)
7005extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden")));
7006extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias")));
7007#define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias
7008#endif
7009
7010#if defined(LIBXML_XPATH_ENABLED)
7011extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidden")));
7012extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__internal_alias")));
7013#define xmlXPathDivValues xmlXPathDivValues__internal_alias
7014#endif
7015
7016#if defined(LIBXML_XPATH_ENABLED)
7017extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues__internal_alias __attribute((visibility("hidden")));
7018extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues __attribute((alias("xmlXPathEqualValues__internal_alias")));
7019#define xmlXPathEqualValues xmlXPathEqualValues__internal_alias
7020#endif
7021
7022#if defined(LIBXML_XPATH_ENABLED)
7023extern __typeof (xmlXPathErr) xmlXPathErr__internal_alias __attribute((visibility("hidden")));
7024extern __typeof (xmlXPathErr) xmlXPathErr __attribute((alias("xmlXPathErr__internal_alias")));
7025#define xmlXPathErr xmlXPathErr__internal_alias
7026#endif
7027
7028#if defined(LIBXML_XPATH_ENABLED)
7029extern __typeof (xmlXPathEval) xmlXPathEval__internal_alias __attribute((visibility("hidden")));
7030extern __typeof (xmlXPathEval) xmlXPathEval __attribute((alias("xmlXPathEval__internal_alias")));
7031#define xmlXPathEval xmlXPathEval__internal_alias
7032#endif
7033
7034#if defined(LIBXML_XPATH_ENABLED)
7035extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr__internal_alias __attribute((visibility("hidden")));
7036extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr __attribute((alias("xmlXPathEvalExpr__internal_alias")));
7037#define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias
7038#endif
7039
7040#if defined(LIBXML_XPATH_ENABLED)
7041extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression__internal_alias __attribute((visibility("hidden")));
7042extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression __attribute((alias("xmlXPathEvalExpression__internal_alias")));
7043#define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias
7044#endif
7045
7046#if defined(LIBXML_XPATH_ENABLED)
7047extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibility("hidden")));
7048extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredicate__internal_alias")));
7049#define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias
7050#endif
7051
7052#if defined(LIBXML_XPATH_ENABLED)
7053extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult__internal_alias __attribute((visibility("hidden")));
7054extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult __attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias")));
7055#define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias
7056#endif
7057
7058#if defined(LIBXML_XPATH_ENABLED)
7059extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction__internal_alias __attribute((visibility("hidden")));
7060extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction __attribute((alias("xmlXPathFalseFunction__internal_alias")));
7061#define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias
7062#endif
7063
7064#if defined(LIBXML_XPATH_ENABLED)
7065extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibility("hidden")));
7066extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunction__internal_alias")));
7067#define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias
7068#endif
7069
7070#if defined(LIBXML_XPATH_ENABLED)
7071extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr__internal_alias __attribute((visibility("hidden")));
7072extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr __attribute((alias("xmlXPathFreeCompExpr__internal_alias")));
7073#define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias
7074#endif
7075
7076#if defined(LIBXML_XPATH_ENABLED)
7077extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext__internal_alias __attribute((visibility("hidden")));
7078extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext __attribute((alias("xmlXPathFreeContext__internal_alias")));
7079#define xmlXPathFreeContext xmlXPathFreeContext__internal_alias
7080#endif
7081
7082#if defined(LIBXML_XPATH_ENABLED)
7083extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet__internal_alias __attribute((visibility("hidden")));
7084extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet __attribute((alias("xmlXPathFreeNodeSet__internal_alias")));
7085#define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias
7086#endif
7087
7088#if defined(LIBXML_XPATH_ENABLED)
7089extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList__internal_alias __attribute((visibility("hidden")));
7090extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList __attribute((alias("xmlXPathFreeNodeSetList__internal_alias")));
7091#define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias
7092#endif
7093
7094#if defined(LIBXML_XPATH_ENABLED)
7095extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden")));
7096extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias")));
7097#define xmlXPathFreeObject xmlXPathFreeObject__internal_alias
7098#endif
7099
7100#if defined(LIBXML_XPATH_ENABLED)
7101extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext__internal_alias __attribute((visibility("hidden")));
7102extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext __attribute((alias("xmlXPathFreeParserContext__internal_alias")));
7103#define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias
7104#endif
7105
7106#if defined(LIBXML_XPATH_ENABLED)
7107extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup__internal_alias __attribute((visibility("hidden")));
7108extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup __attribute((alias("xmlXPathFunctionLookup__internal_alias")));
7109#define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias
7110#endif
7111
7112#if defined(LIBXML_XPATH_ENABLED)
7113extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden")));
7114extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
7115#define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias
7116#endif
7117
7118#if defined(LIBXML_XPATH_ENABLED)
7119extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes__internal_alias __attribute((visibility("hidden")));
7120extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes __attribute((alias("xmlXPathHasSameNodes__internal_alias")));
7121#define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias
7122#endif
7123
7124#if defined(LIBXML_XPATH_ENABLED)
7125extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction__internal_alias __attribute((visibility("hidden")));
7126extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction __attribute((alias("xmlXPathIdFunction__internal_alias")));
7127#define xmlXPathIdFunction xmlXPathIdFunction__internal_alias
7128#endif
7129
7130#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
7131extern __typeof (xmlXPathInit) xmlXPathInit__internal_alias __attribute((visibility("hidden")));
7132extern __typeof (xmlXPathInit) xmlXPathInit __attribute((alias("xmlXPathInit__internal_alias")));
7133#define xmlXPathInit xmlXPathInit__internal_alias
7134#endif
7135
7136#if defined(LIBXML_XPATH_ENABLED)
7137extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility("hidden")));
7138extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersection__internal_alias")));
7139#define xmlXPathIntersection xmlXPathIntersection__internal_alias
7140#endif
7141
7142#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
7143extern __typeof (xmlXPathIsInf) xmlXPathIsInf__internal_alias __attribute((visibility("hidden")));
7144extern __typeof (xmlXPathIsInf) xmlXPathIsInf __attribute((alias("xmlXPathIsInf__internal_alias")));
7145#define xmlXPathIsInf xmlXPathIsInf__internal_alias
7146#endif
7147
7148#if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
7149extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN__internal_alias __attribute((visibility("hidden")));
7150extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN __attribute((alias("xmlXPathIsNaN__internal_alias")));
7151#define xmlXPathIsNaN xmlXPathIsNaN__internal_alias
7152#endif
7153
7154#if defined(LIBXML_XPATH_ENABLED)
7155extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hidden")));
7156extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__internal_alias")));
7157#define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias
7158#endif
7159
7160#if defined(LIBXML_XPATH_ENABLED)
7161extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction__internal_alias __attribute((visibility("hidden")));
7162extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction __attribute((alias("xmlXPathLangFunction__internal_alias")));
7163#define xmlXPathLangFunction xmlXPathLangFunction__internal_alias
7164#endif
7165
7166#if defined(LIBXML_XPATH_ENABLED)
7167extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility("hidden")));
7168extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunction__internal_alias")));
7169#define xmlXPathLastFunction xmlXPathLastFunction__internal_alias
7170#endif
7171
7172#if defined(LIBXML_XPATH_ENABLED)
7173extern __typeof (xmlXPathLeading) xmlXPathLeading__internal_alias __attribute((visibility("hidden")));
7174extern __typeof (xmlXPathLeading) xmlXPathLeading __attribute((alias("xmlXPathLeading__internal_alias")));
7175#define xmlXPathLeading xmlXPathLeading__internal_alias
7176#endif
7177
7178#if defined(LIBXML_XPATH_ENABLED)
7179extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted__internal_alias __attribute((visibility("hidden")));
7180extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted __attribute((alias("xmlXPathLeadingSorted__internal_alias")));
7181#define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias
7182#endif
7183
7184#if defined(LIBXML_XPATH_ENABLED)
7185extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction__internal_alias __attribute((visibility("hidden")));
7186extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction __attribute((alias("xmlXPathLocalNameFunction__internal_alias")));
7187#define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias
7188#endif
7189
7190#if defined(LIBXML_XPATH_ENABLED)
7191extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidden")));
7192extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__internal_alias")));
7193#define xmlXPathModValues xmlXPathModValues__internal_alias
7194#endif
7195
7196#if defined(LIBXML_XPATH_ENABLED)
7197extern __typeof (xmlXPathMultValues) xmlXPathMultValues__internal_alias __attribute((visibility("hidden")));
7198extern __typeof (xmlXPathMultValues) xmlXPathMultValues __attribute((alias("xmlXPathMultValues__internal_alias")));
7199#define xmlXPathMultValues xmlXPathMultValues__internal_alias
7200#endif
7201
7202#if defined(LIBXML_XPATH_ENABLED)
7203extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction__internal_alias __attribute((visibility("hidden")));
7204extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction __attribute((alias("xmlXPathNamespaceURIFunction__internal_alias")));
7205#define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias
7206#endif
7207
7208#if defined(LIBXML_XPATH_ENABLED)
7209extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden")));
7210extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias")));
7211#define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias
7212#endif
7213
7214#if defined(LIBXML_XPATH_ENABLED)
7215extern __typeof (xmlXPathNewCString) xmlXPathNewCString__internal_alias __attribute((visibility("hidden")));
7216extern __typeof (xmlXPathNewCString) xmlXPathNewCString __attribute((alias("xmlXPathNewCString__internal_alias")));
7217#define xmlXPathNewCString xmlXPathNewCString__internal_alias
7218#endif
7219
7220#if defined(LIBXML_XPATH_ENABLED)
7221extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
7222extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
7223#define xmlXPathNewContext xmlXPathNewContext__internal_alias
7224#endif
7225
7226#if defined(LIBXML_XPATH_ENABLED)
7227extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat__internal_alias __attribute((visibility("hidden")));
7228extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat __attribute((alias("xmlXPathNewFloat__internal_alias")));
7229#define xmlXPathNewFloat xmlXPathNewFloat__internal_alias
7230#endif
7231
7232#if defined(LIBXML_XPATH_ENABLED)
7233extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet__internal_alias __attribute((visibility("hidden")));
7234extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet __attribute((alias("xmlXPathNewNodeSet__internal_alias")));
7235#define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias
7236#endif
7237
7238#if defined(LIBXML_XPATH_ENABLED)
7239extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList__internal_alias __attribute((visibility("hidden")));
7240extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList __attribute((alias("xmlXPathNewNodeSetList__internal_alias")));
7241#define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias
7242#endif
7243
7244#if defined(LIBXML_XPATH_ENABLED)
7245extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden")));
7246extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias")));
7247#define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias
7248#endif
7249
7250#if defined(LIBXML_XPATH_ENABLED)
7251extern __typeof (xmlXPathNewString) xmlXPathNewString__internal_alias __attribute((visibility("hidden")));
7252extern __typeof (xmlXPathNewString) xmlXPathNewString __attribute((alias("xmlXPathNewString__internal_alias")));
7253#define xmlXPathNewString xmlXPathNewString__internal_alias
7254#endif
7255
7256#if defined(LIBXML_XPATH_ENABLED)
7257extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility("hidden")));
7258extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTree__internal_alias")));
7259#define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias
7260#endif
7261
7262#if defined(LIBXML_XPATH_ENABLED)
7263extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
7264extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
7265#define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
7266#endif
7267
7268#if defined(LIBXML_XPATH_ENABLED)
7269extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute((visibility("hidden")));
7270extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
7271#define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias
7272#endif
7273
7274#if defined(LIBXML_XPATH_ENABLED)
7275extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
7276extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
7277#define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
7278#endif
7279
7280#if defined(LIBXML_XPATH_ENABLED)
7281extern __typeof (xmlXPathNextChild) xmlXPathNextChild__internal_alias __attribute((visibility("hidden")));
7282extern __typeof (xmlXPathNextChild) xmlXPathNextChild __attribute((alias("xmlXPathNextChild__internal_alias")));
7283#define xmlXPathNextChild xmlXPathNextChild__internal_alias
7284#endif
7285
7286#if defined(LIBXML_XPATH_ENABLED)
7287extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
7288extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
7289#define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
7290#endif
7291
7292#if defined(LIBXML_XPATH_ENABLED)
7293extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
7294extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
7295#define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias
7296#endif
7297
7298#if defined(LIBXML_XPATH_ENABLED)
7299extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibility("hidden")));
7300extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollowing__internal_alias")));
7301#define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias
7302#endif
7303
7304#if defined(LIBXML_XPATH_ENABLED)
7305extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling__internal_alias __attribute((visibility("hidden")));
7306extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling __attribute((alias("xmlXPathNextFollowingSibling__internal_alias")));
7307#define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias
7308#endif
7309
7310#if defined(LIBXML_XPATH_ENABLED)
7311extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden")));
7312extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias")));
7313#define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias
7314#endif
7315
7316#if defined(LIBXML_XPATH_ENABLED)
7317extern __typeof (xmlXPathNextParent) xmlXPathNextParent__internal_alias __attribute((visibility("hidden")));
7318extern __typeof (xmlXPathNextParent) xmlXPathNextParent __attribute((alias("xmlXPathNextParent__internal_alias")));
7319#define xmlXPathNextParent xmlXPathNextParent__internal_alias
7320#endif
7321
7322#if defined(LIBXML_XPATH_ENABLED)
7323extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding__internal_alias __attribute((visibility("hidden")));
7324extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding __attribute((alias("xmlXPathNextPreceding__internal_alias")));
7325#define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias
7326#endif
7327
7328#if defined(LIBXML_XPATH_ENABLED)
7329extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling__internal_alias __attribute((visibility("hidden")));
7330extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling __attribute((alias("xmlXPathNextPrecedingSibling__internal_alias")));
7331#define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias
7332#endif
7333
7334#if defined(LIBXML_XPATH_ENABLED)
7335extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden")));
7336extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_alias")));
7337#define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
7338#endif
7339
7340#if defined(LIBXML_XPATH_ENABLED)
7341extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attribute((visibility("hidden")));
7342extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xmlXPathNodeLeading__internal_alias")));
7343#define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias
7344#endif
7345
7346#if defined(LIBXML_XPATH_ENABLED)
7347extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
7348extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
7349#define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias
7350#endif
7351
7352#if defined(LIBXML_XPATH_ENABLED)
7353extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd__internal_alias __attribute((visibility("hidden")));
7354extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd __attribute((alias("xmlXPathNodeSetAdd__internal_alias")));
7355#define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias
7356#endif
7357
7358#if defined(LIBXML_XPATH_ENABLED)
7359extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs__internal_alias __attribute((visibility("hidden")));
7360extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs __attribute((alias("xmlXPathNodeSetAddNs__internal_alias")));
7361#define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias
7362#endif
7363
7364#if defined(LIBXML_XPATH_ENABLED)
7365extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique__internal_alias __attribute((visibility("hidden")));
7366extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique __attribute((alias("xmlXPathNodeSetAddUnique__internal_alias")));
7367#define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias
7368#endif
7369
7370#if defined(LIBXML_XPATH_ENABLED)
7371extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains__internal_alias __attribute((visibility("hidden")));
7372extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains __attribute((alias("xmlXPathNodeSetContains__internal_alias")));
7373#define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias
7374#endif
7375
7376#if defined(LIBXML_XPATH_ENABLED)
7377extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate__internal_alias __attribute((visibility("hidden")));
7378extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate __attribute((alias("xmlXPathNodeSetCreate__internal_alias")));
7379#define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias
7380#endif
7381
7382#if defined(LIBXML_XPATH_ENABLED)
7383extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel__internal_alias __attribute((visibility("hidden")));
7384extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel __attribute((alias("xmlXPathNodeSetDel__internal_alias")));
7385#define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias
7386#endif
7387
7388#if defined(LIBXML_XPATH_ENABLED)
7389extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs__internal_alias __attribute((visibility("hidden")));
7390extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs __attribute((alias("xmlXPathNodeSetFreeNs__internal_alias")));
7391#define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias
7392#endif
7393
7394#if defined(LIBXML_XPATH_ENABLED)
7395extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge__internal_alias __attribute((visibility("hidden")));
7396extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge __attribute((alias("xmlXPathNodeSetMerge__internal_alias")));
7397#define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias
7398#endif
7399
7400#if defined(LIBXML_XPATH_ENABLED)
7401extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove__internal_alias __attribute((visibility("hidden")));
7402extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove __attribute((alias("xmlXPathNodeSetRemove__internal_alias")));
7403#define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias
7404#endif
7405
7406#if defined(LIBXML_XPATH_ENABLED)
7407extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort__internal_alias __attribute((visibility("hidden")));
7408extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort __attribute((alias("xmlXPathNodeSetSort__internal_alias")));
7409#define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias
7410#endif
7411
7412#if defined(LIBXML_XPATH_ENABLED)
7413extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing__internal_alias __attribute((visibility("hidden")));
7414extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing __attribute((alias("xmlXPathNodeTrailing__internal_alias")));
7415#define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias
7416#endif
7417
7418#if defined(LIBXML_XPATH_ENABLED)
7419extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
7420extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
7421#define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias
7422#endif
7423
7424#if defined(LIBXML_XPATH_ENABLED)
7425extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction__internal_alias __attribute((visibility("hidden")));
7426extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction __attribute((alias("xmlXPathNormalizeFunction__internal_alias")));
7427#define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias
7428#endif
7429
7430#if defined(LIBXML_XPATH_ENABLED)
7431extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues__internal_alias __attribute((visibility("hidden")));
7432extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues __attribute((alias("xmlXPathNotEqualValues__internal_alias")));
7433#define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias
7434#endif
7435
7436#if defined(LIBXML_XPATH_ENABLED)
7437extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden")));
7438extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias")));
7439#define xmlXPathNotFunction xmlXPathNotFunction__internal_alias
7440#endif
7441
7442#if defined(LIBXML_XPATH_ENABLED)
7443extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup__internal_alias __attribute((visibility("hidden")));
7444extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup __attribute((alias("xmlXPathNsLookup__internal_alias")));
7445#define xmlXPathNsLookup xmlXPathNsLookup__internal_alias
7446#endif
7447
7448#if defined(LIBXML_XPATH_ENABLED)
7449extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction__internal_alias __attribute((visibility("hidden")));
7450extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction __attribute((alias("xmlXPathNumberFunction__internal_alias")));
7451#define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias
7452#endif
7453
7454#if defined(LIBXML_XPATH_ENABLED)
7455extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hidden")));
7456extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__internal_alias")));
7457#define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias
7458#endif
7459
7460#if defined(LIBXML_XPATH_ENABLED)
7461extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems__internal_alias __attribute((visibility("hidden")));
7462extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems __attribute((alias("xmlXPathOrderDocElems__internal_alias")));
7463#define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias
7464#endif
7465
7466#if defined(LIBXML_XPATH_ENABLED)
7467extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName__internal_alias __attribute((visibility("hidden")));
7468extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName __attribute((alias("xmlXPathParseNCName__internal_alias")));
7469#define xmlXPathParseNCName xmlXPathParseNCName__internal_alias
7470#endif
7471
7472#if defined(LIBXML_XPATH_ENABLED)
7473extern __typeof (xmlXPathParseName) xmlXPathParseName__internal_alias __attribute((visibility("hidden")));
7474extern __typeof (xmlXPathParseName) xmlXPathParseName __attribute((alias("xmlXPathParseName__internal_alias")));
7475#define xmlXPathParseName xmlXPathParseName__internal_alias
7476#endif
7477
7478#if defined(LIBXML_XPATH_ENABLED)
7479extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean__internal_alias __attribute((visibility("hidden")));
7480extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean __attribute((alias("xmlXPathPopBoolean__internal_alias")));
7481#define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias
7482#endif
7483
7484#if defined(LIBXML_XPATH_ENABLED)
7485extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal__internal_alias __attribute((visibility("hidden")));
7486extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal __attribute((alias("xmlXPathPopExternal__internal_alias")));
7487#define xmlXPathPopExternal xmlXPathPopExternal__internal_alias
7488#endif
7489
7490#if defined(LIBXML_XPATH_ENABLED)
7491extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet__internal_alias __attribute((visibility("hidden")));
7492extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet __attribute((alias("xmlXPathPopNodeSet__internal_alias")));
7493#define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias
7494#endif
7495
7496#if defined(LIBXML_XPATH_ENABLED)
7497extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber__internal_alias __attribute((visibility("hidden")));
7498extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber __attribute((alias("xmlXPathPopNumber__internal_alias")));
7499#define xmlXPathPopNumber xmlXPathPopNumber__internal_alias
7500#endif
7501
7502#if defined(LIBXML_XPATH_ENABLED)
7503extern __typeof (xmlXPathPopString) xmlXPathPopString__internal_alias __attribute((visibility("hidden")));
7504extern __typeof (xmlXPathPopString) xmlXPathPopString __attribute((alias("xmlXPathPopString__internal_alias")));
7505#define xmlXPathPopString xmlXPathPopString__internal_alias
7506#endif
7507
7508#if defined(LIBXML_XPATH_ENABLED)
7509extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction__internal_alias __attribute((visibility("hidden")));
7510extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction __attribute((alias("xmlXPathPositionFunction__internal_alias")));
7511#define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias
7512#endif
7513
7514#if defined(LIBXML_XPATH_ENABLED)
7515extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden")));
7516extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
7517#define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias
7518#endif
7519
7520#if defined(LIBXML_XPATH_ENABLED)
7521extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
7522extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
7523#define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias
7524#endif
7525
7526#if defined(LIBXML_XPATH_ENABLED)
7527extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup__internal_alias __attribute((visibility("hidden")));
7528extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup __attribute((alias("xmlXPathRegisterFuncLookup__internal_alias")));
7529#define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias
7530#endif
7531
7532#if defined(LIBXML_XPATH_ENABLED)
7533extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden")));
7534extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
7535#define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias
7536#endif
7537
7538#if defined(LIBXML_XPATH_ENABLED)
7539extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden")));
7540extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias")));
7541#define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias
7542#endif
7543
7544#if defined(LIBXML_XPATH_ENABLED)
7545extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable__internal_alias __attribute((visibility("hidden")));
7546extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable __attribute((alias("xmlXPathRegisterVariable__internal_alias")));
7547#define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias
7548#endif
7549
7550#if defined(LIBXML_XPATH_ENABLED)
7551extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup__internal_alias __attribute((visibility("hidden")));
7552extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup __attribute((alias("xmlXPathRegisterVariableLookup__internal_alias")));
7553#define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias
7554#endif
7555
7556#if defined(LIBXML_XPATH_ENABLED)
7557extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden")));
7558extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
7559#define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias
7560#endif
7561
7562#if defined(LIBXML_XPATH_ENABLED)
7563extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup__internal_alias __attribute((visibility("hidden")));
7564extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup __attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias")));
7565#define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias
7566#endif
7567
7568#if defined(LIBXML_XPATH_ENABLED)
7569extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup__internal_alias __attribute((visibility("hidden")));
7570extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup __attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias")));
7571#define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias
7572#endif
7573
7574#if defined(LIBXML_XPATH_ENABLED)
7575extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup__internal_alias __attribute((visibility("hidden")));
7576extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup __attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias")));
7577#define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias
7578#endif
7579
7580#if defined(LIBXML_XPATH_ENABLED)
7581extern __typeof (xmlXPathRoot) xmlXPathRoot__internal_alias __attribute((visibility("hidden")));
7582extern __typeof (xmlXPathRoot) xmlXPathRoot __attribute((alias("xmlXPathRoot__internal_alias")));
7583#define xmlXPathRoot xmlXPathRoot__internal_alias
7584#endif
7585
7586#if defined(LIBXML_XPATH_ENABLED)
7587extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibility("hidden")));
7588extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunction__internal_alias")));
7589#define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias
7590#endif
7591
7592#if defined(LIBXML_XPATH_ENABLED)
7593extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__internal_alias __attribute((visibility("hidden")));
7594extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attribute((alias("xmlXPathStartsWithFunction__internal_alias")));
7595#define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias
7596#endif
7597
7598#if defined(LIBXML_XPATH_ENABLED)
7599extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber__internal_alias __attribute((visibility("hidden")));
7600extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber __attribute((alias("xmlXPathStringEvalNumber__internal_alias")));
7601#define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias
7602#endif
7603
7604#if defined(LIBXML_XPATH_ENABLED)
7605extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction__internal_alias __attribute((visibility("hidden")));
7606extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction __attribute((alias("xmlXPathStringFunction__internal_alias")));
7607#define xmlXPathStringFunction xmlXPathStringFunction__internal_alias
7608#endif
7609
7610#if defined(LIBXML_XPATH_ENABLED)
7611extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction__internal_alias __attribute((visibility("hidden")));
7612extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction __attribute((alias("xmlXPathStringLengthFunction__internal_alias")));
7613#define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias
7614#endif
7615
7616#if defined(LIBXML_XPATH_ENABLED)
7617extern __typeof (xmlXPathSubValues) xmlXPathSubValues__internal_alias __attribute((visibility("hidden")));
7618extern __typeof (xmlXPathSubValues) xmlXPathSubValues __attribute((alias("xmlXPathSubValues__internal_alias")));
7619#define xmlXPathSubValues xmlXPathSubValues__internal_alias
7620#endif
7621
7622#if defined(LIBXML_XPATH_ENABLED)
7623extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction__internal_alias __attribute((visibility("hidden")));
7624extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction __attribute((alias("xmlXPathSubstringAfterFunction__internal_alias")));
7625#define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias
7626#endif
7627
7628#if defined(LIBXML_XPATH_ENABLED)
7629extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction__internal_alias __attribute((visibility("hidden")));
7630extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction __attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias")));
7631#define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias
7632#endif
7633
7634#if defined(LIBXML_XPATH_ENABLED)
7635extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction__internal_alias __attribute((visibility("hidden")));
7636extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction __attribute((alias("xmlXPathSubstringFunction__internal_alias")));
7637#define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias
7638#endif
7639
7640#if defined(LIBXML_XPATH_ENABLED)
7641extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction__internal_alias __attribute((visibility("hidden")));
7642extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction __attribute((alias("xmlXPathSumFunction__internal_alias")));
7643#define xmlXPathSumFunction xmlXPathSumFunction__internal_alias
7644#endif
7645
7646#if defined(LIBXML_XPATH_ENABLED)
7647extern __typeof (xmlXPathTrailing) xmlXPathTrailing__internal_alias __attribute((visibility("hidden")));
7648extern __typeof (xmlXPathTrailing) xmlXPathTrailing __attribute((alias("xmlXPathTrailing__internal_alias")));
7649#define xmlXPathTrailing xmlXPathTrailing__internal_alias
7650#endif
7651
7652#if defined(LIBXML_XPATH_ENABLED)
7653extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted__internal_alias __attribute((visibility("hidden")));
7654extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted __attribute((alias("xmlXPathTrailingSorted__internal_alias")));
7655#define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias
7656#endif
7657
7658#if defined(LIBXML_XPATH_ENABLED)
7659extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction__internal_alias __attribute((visibility("hidden")));
7660extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction __attribute((alias("xmlXPathTranslateFunction__internal_alias")));
7661#define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias
7662#endif
7663
7664#if defined(LIBXML_XPATH_ENABLED)
7665extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility("hidden")));
7666extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunction__internal_alias")));
7667#define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias
7668#endif
7669
7670#if defined(LIBXML_XPATH_ENABLED)
7671extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign__internal_alias __attribute((visibility("hidden")));
7672extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign __attribute((alias("xmlXPathValueFlipSign__internal_alias")));
7673#define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias
7674#endif
7675
7676#if defined(LIBXML_XPATH_ENABLED)
7677extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibility("hidden")));
7678extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariableLookup__internal_alias")));
7679#define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias
7680#endif
7681
7682#if defined(LIBXML_XPATH_ENABLED)
7683extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS__internal_alias __attribute((visibility("hidden")));
7684extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS __attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
7685#define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias
7686#endif
7687
7688#if defined(LIBXML_XPATH_ENABLED)
7689extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString__internal_alias __attribute((visibility("hidden")));
7690extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString __attribute((alias("xmlXPathWrapCString__internal_alias")));
7691#define xmlXPathWrapCString xmlXPathWrapCString__internal_alias
7692#endif
7693
7694#if defined(LIBXML_XPATH_ENABLED)
7695extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal__internal_alias __attribute((visibility("hidden")));
7696extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal __attribute((alias("xmlXPathWrapExternal__internal_alias")));
7697#define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias
7698#endif
7699
7700#if defined(LIBXML_XPATH_ENABLED)
7701extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden")));
7702extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
7703#define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias
7704#endif
7705
7706#if defined(LIBXML_XPATH_ENABLED)
7707extern __typeof (xmlXPathWrapString) xmlXPathWrapString__internal_alias __attribute((visibility("hidden")));
7708extern __typeof (xmlXPathWrapString) xmlXPathWrapString __attribute((alias("xmlXPathWrapString__internal_alias")));
7709#define xmlXPathWrapString xmlXPathWrapString__internal_alias
7710#endif
7711
7712#if defined(LIBXML_XPATH_ENABLED)
7713extern __typeof (xmlXPatherror) xmlXPatherror__internal_alias __attribute((visibility("hidden")));
7714extern __typeof (xmlXPatherror) xmlXPatherror __attribute((alias("xmlXPatherror__internal_alias")));
7715#define xmlXPatherror xmlXPatherror__internal_alias
7716#endif
7717
7718#if defined(LIBXML_XPTR_ENABLED)
7719extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList__internal_alias __attribute((visibility("hidden")));
7720extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList __attribute((alias("xmlXPtrBuildNodeList__internal_alias")));
7721#define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias
7722#endif
7723
7724#if defined(LIBXML_XPTR_ENABLED)
7725extern __typeof (xmlXPtrEval) xmlXPtrEval__internal_alias __attribute((visibility("hidden")));
7726extern __typeof (xmlXPtrEval) xmlXPtrEval __attribute((alias("xmlXPtrEval__internal_alias")));
7727#define xmlXPtrEval xmlXPtrEval__internal_alias
7728#endif
7729
7730#if defined(LIBXML_XPTR_ENABLED)
7731extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate__internal_alias __attribute((visibility("hidden")));
7732extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate __attribute((alias("xmlXPtrEvalRangePredicate__internal_alias")));
7733#define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias
7734#endif
7735
7736#if defined(LIBXML_XPTR_ENABLED)
7737extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet__internal_alias __attribute((visibility("hidden")));
7738extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet __attribute((alias("xmlXPtrFreeLocationSet__internal_alias")));
7739#define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias
7740#endif
7741
7742#if defined(LIBXML_XPTR_ENABLED)
7743extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd__internal_alias __attribute((visibility("hidden")));
7744extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd __attribute((alias("xmlXPtrLocationSetAdd__internal_alias")));
7745#define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias
7746#endif
7747
7748#if defined(LIBXML_XPTR_ENABLED)
7749extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate__internal_alias __attribute((visibility("hidden")));
7750extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate __attribute((alias("xmlXPtrLocationSetCreate__internal_alias")));
7751#define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias
7752#endif
7753
7754#if defined(LIBXML_XPTR_ENABLED)
7755extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel__internal_alias __attribute((visibility("hidden")));
7756extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel __attribute((alias("xmlXPtrLocationSetDel__internal_alias")));
7757#define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias
7758#endif
7759
7760#if defined(LIBXML_XPTR_ENABLED)
7761extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge__internal_alias __attribute((visibility("hidden")));
7762extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge __attribute((alias("xmlXPtrLocationSetMerge__internal_alias")));
7763#define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias
7764#endif
7765
7766#if defined(LIBXML_XPTR_ENABLED)
7767extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove__internal_alias __attribute((visibility("hidden")));
7768extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove __attribute((alias("xmlXPtrLocationSetRemove__internal_alias")));
7769#define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias
7770#endif
7771
7772#if defined(LIBXML_XPTR_ENABLED)
7773extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange__internal_alias __attribute((visibility("hidden")));
7774extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange __attribute((alias("xmlXPtrNewCollapsedRange__internal_alias")));
7775#define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias
7776#endif
7777
7778#if defined(LIBXML_XPTR_ENABLED)
7779extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext__internal_alias __attribute((visibility("hidden")));
7780extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext __attribute((alias("xmlXPtrNewContext__internal_alias")));
7781#define xmlXPtrNewContext xmlXPtrNewContext__internal_alias
7782#endif
7783
7784#if defined(LIBXML_XPTR_ENABLED)
7785extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet__internal_alias __attribute((visibility("hidden")));
7786extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet __attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias")));
7787#define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias
7788#endif
7789
7790#if defined(LIBXML_XPTR_ENABLED)
7791extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes__internal_alias __attribute((visibility("hidden")));
7792extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes __attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
7793#define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias
7794#endif
7795
7796#if defined(LIBXML_XPTR_ENABLED)
7797extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange__internal_alias __attribute((visibility("hidden")));
7798extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange __attribute((alias("xmlXPtrNewRange__internal_alias")));
7799#define xmlXPtrNewRange xmlXPtrNewRange__internal_alias
7800#endif
7801
7802#if defined(LIBXML_XPTR_ENABLED)
7803extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject__internal_alias __attribute((visibility("hidden")));
7804extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject __attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias")));
7805#define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias
7806#endif
7807
7808#if defined(LIBXML_XPTR_ENABLED)
7809extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint__internal_alias __attribute((visibility("hidden")));
7810extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint __attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias")));
7811#define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias
7812#endif
7813
7814#if defined(LIBXML_XPTR_ENABLED)
7815extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes__internal_alias __attribute((visibility("hidden")));
7816extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes __attribute((alias("xmlXPtrNewRangeNodes__internal_alias")));
7817#define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias
7818#endif
7819
7820#if defined(LIBXML_XPTR_ENABLED)
7821extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode__internal_alias __attribute((visibility("hidden")));
7822extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode __attribute((alias("xmlXPtrNewRangePointNode__internal_alias")));
7823#define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias
7824#endif
7825
7826#if defined(LIBXML_XPTR_ENABLED)
7827extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints__internal_alias __attribute((visibility("hidden")));
7828extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints __attribute((alias("xmlXPtrNewRangePoints__internal_alias")));
7829#define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias
7830#endif
7831
7832#if defined(LIBXML_XPTR_ENABLED)
7833extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction__internal_alias __attribute((visibility("hidden")));
7834extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction __attribute((alias("xmlXPtrRangeToFunction__internal_alias")));
7835#define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias
7836#endif
7837
7838#if defined(LIBXML_XPTR_ENABLED)
7839extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet__internal_alias __attribute((visibility("hidden")));
7840extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet __attribute((alias("xmlXPtrWrapLocationSet__internal_alias")));
7841#define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias
7842#endif
7843