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