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