blob: 3e14491ce5c1db9382876807a02a36c013632111 [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
Daniel Veillard259f0df2004-08-18 09:13:18 +00002961extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext__internal_alias __attribute((visibility("hidden")));
2962extern __typeof (xmlParseInNodeContext) xmlParseInNodeContext __attribute((alias("xmlParseInNodeContext__internal_alias")));
2963#define xmlParseInNodeContext xmlParseInNodeContext__internal_alias
2964
Daniel Veillarda2351322004-06-27 12:08:10 +00002965extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl__internal_alias __attribute((visibility("hidden")));
2966extern __typeof (xmlParseMarkupDecl) xmlParseMarkupDecl __attribute((alias("xmlParseMarkupDecl__internal_alias")));
2967#define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias
2968
2969extern __typeof (xmlParseMemory) xmlParseMemory__internal_alias __attribute((visibility("hidden")));
2970extern __typeof (xmlParseMemory) xmlParseMemory __attribute((alias("xmlParseMemory__internal_alias")));
2971#define xmlParseMemory xmlParseMemory__internal_alias
2972
2973extern __typeof (xmlParseMisc) xmlParseMisc__internal_alias __attribute((visibility("hidden")));
2974extern __typeof (xmlParseMisc) xmlParseMisc __attribute((alias("xmlParseMisc__internal_alias")));
2975#define xmlParseMisc xmlParseMisc__internal_alias
2976
2977extern __typeof (xmlParseName) xmlParseName__internal_alias __attribute((visibility("hidden")));
2978extern __typeof (xmlParseName) xmlParseName __attribute((alias("xmlParseName__internal_alias")));
2979#define xmlParseName xmlParseName__internal_alias
2980
2981extern __typeof (xmlParseNamespace) xmlParseNamespace__internal_alias __attribute((visibility("hidden")));
2982extern __typeof (xmlParseNamespace) xmlParseNamespace __attribute((alias("xmlParseNamespace__internal_alias")));
2983#define xmlParseNamespace xmlParseNamespace__internal_alias
2984
2985extern __typeof (xmlParseNmtoken) xmlParseNmtoken__internal_alias __attribute((visibility("hidden")));
2986extern __typeof (xmlParseNmtoken) xmlParseNmtoken __attribute((alias("xmlParseNmtoken__internal_alias")));
2987#define xmlParseNmtoken xmlParseNmtoken__internal_alias
2988
2989extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl__internal_alias __attribute((visibility("hidden")));
2990extern __typeof (xmlParseNotationDecl) xmlParseNotationDecl __attribute((alias("xmlParseNotationDecl__internal_alias")));
2991#define xmlParseNotationDecl xmlParseNotationDecl__internal_alias
2992
2993extern __typeof (xmlParseNotationType) xmlParseNotationType__internal_alias __attribute((visibility("hidden")));
2994extern __typeof (xmlParseNotationType) xmlParseNotationType __attribute((alias("xmlParseNotationType__internal_alias")));
2995#define xmlParseNotationType xmlParseNotationType__internal_alias
2996
2997extern __typeof (xmlParsePEReference) xmlParsePEReference__internal_alias __attribute((visibility("hidden")));
2998extern __typeof (xmlParsePEReference) xmlParsePEReference __attribute((alias("xmlParsePEReference__internal_alias")));
2999#define xmlParsePEReference xmlParsePEReference__internal_alias
3000
3001extern __typeof (xmlParsePI) xmlParsePI__internal_alias __attribute((visibility("hidden")));
3002extern __typeof (xmlParsePI) xmlParsePI __attribute((alias("xmlParsePI__internal_alias")));
3003#define xmlParsePI xmlParsePI__internal_alias
3004
3005extern __typeof (xmlParsePITarget) xmlParsePITarget__internal_alias __attribute((visibility("hidden")));
3006extern __typeof (xmlParsePITarget) xmlParsePITarget __attribute((alias("xmlParsePITarget__internal_alias")));
3007#define xmlParsePITarget xmlParsePITarget__internal_alias
3008
3009extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral__internal_alias __attribute((visibility("hidden")));
3010extern __typeof (xmlParsePubidLiteral) xmlParsePubidLiteral __attribute((alias("xmlParsePubidLiteral__internal_alias")));
3011#define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias
3012
3013extern __typeof (xmlParseQuotedString) xmlParseQuotedString__internal_alias __attribute((visibility("hidden")));
3014extern __typeof (xmlParseQuotedString) xmlParseQuotedString __attribute((alias("xmlParseQuotedString__internal_alias")));
3015#define xmlParseQuotedString xmlParseQuotedString__internal_alias
3016
3017extern __typeof (xmlParseReference) xmlParseReference__internal_alias __attribute((visibility("hidden")));
3018extern __typeof (xmlParseReference) xmlParseReference __attribute((alias("xmlParseReference__internal_alias")));
3019#define xmlParseReference xmlParseReference__internal_alias
3020
3021extern __typeof (xmlParseSDDecl) xmlParseSDDecl__internal_alias __attribute((visibility("hidden")));
3022extern __typeof (xmlParseSDDecl) xmlParseSDDecl __attribute((alias("xmlParseSDDecl__internal_alias")));
3023#define xmlParseSDDecl xmlParseSDDecl__internal_alias
3024
3025extern __typeof (xmlParseStartTag) xmlParseStartTag__internal_alias __attribute((visibility("hidden")));
3026extern __typeof (xmlParseStartTag) xmlParseStartTag __attribute((alias("xmlParseStartTag__internal_alias")));
3027#define xmlParseStartTag xmlParseStartTag__internal_alias
3028
3029extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral__internal_alias __attribute((visibility("hidden")));
3030extern __typeof (xmlParseSystemLiteral) xmlParseSystemLiteral __attribute((alias("xmlParseSystemLiteral__internal_alias")));
3031#define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias
3032
3033extern __typeof (xmlParseTextDecl) xmlParseTextDecl__internal_alias __attribute((visibility("hidden")));
3034extern __typeof (xmlParseTextDecl) xmlParseTextDecl __attribute((alias("xmlParseTextDecl__internal_alias")));
3035#define xmlParseTextDecl xmlParseTextDecl__internal_alias
3036
3037extern __typeof (xmlParseURI) xmlParseURI__internal_alias __attribute((visibility("hidden")));
3038extern __typeof (xmlParseURI) xmlParseURI __attribute((alias("xmlParseURI__internal_alias")));
3039#define xmlParseURI xmlParseURI__internal_alias
3040
3041extern __typeof (xmlParseURIReference) xmlParseURIReference__internal_alias __attribute((visibility("hidden")));
3042extern __typeof (xmlParseURIReference) xmlParseURIReference __attribute((alias("xmlParseURIReference__internal_alias")));
3043#define xmlParseURIReference xmlParseURIReference__internal_alias
3044
3045extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo__internal_alias __attribute((visibility("hidden")));
3046extern __typeof (xmlParseVersionInfo) xmlParseVersionInfo __attribute((alias("xmlParseVersionInfo__internal_alias")));
3047#define xmlParseVersionInfo xmlParseVersionInfo__internal_alias
3048
3049extern __typeof (xmlParseVersionNum) xmlParseVersionNum__internal_alias __attribute((visibility("hidden")));
3050extern __typeof (xmlParseVersionNum) xmlParseVersionNum __attribute((alias("xmlParseVersionNum__internal_alias")));
3051#define xmlParseVersionNum xmlParseVersionNum__internal_alias
3052
3053extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl__internal_alias __attribute((visibility("hidden")));
3054extern __typeof (xmlParseXMLDecl) xmlParseXMLDecl __attribute((alias("xmlParseXMLDecl__internal_alias")));
3055#define xmlParseXMLDecl xmlParseXMLDecl__internal_alias
3056
3057extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo__internal_alias __attribute((visibility("hidden")));
3058extern __typeof (xmlParserAddNodeInfo) xmlParserAddNodeInfo __attribute((alias("xmlParserAddNodeInfo__internal_alias")));
3059#define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias
3060
3061extern __typeof (xmlParserError) xmlParserError__internal_alias __attribute((visibility("hidden")));
3062extern __typeof (xmlParserError) xmlParserError __attribute((alias("xmlParserError__internal_alias")));
3063#define xmlParserError xmlParserError__internal_alias
3064
3065extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo__internal_alias __attribute((visibility("hidden")));
3066extern __typeof (xmlParserFindNodeInfo) xmlParserFindNodeInfo __attribute((alias("xmlParserFindNodeInfo__internal_alias")));
3067#define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias
3068
3069extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex__internal_alias __attribute((visibility("hidden")));
3070extern __typeof (xmlParserFindNodeInfoIndex) xmlParserFindNodeInfoIndex __attribute((alias("xmlParserFindNodeInfoIndex__internal_alias")));
3071#define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias
3072
3073extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory__internal_alias __attribute((visibility("hidden")));
3074extern __typeof (xmlParserGetDirectory) xmlParserGetDirectory __attribute((alias("xmlParserGetDirectory__internal_alias")));
3075#define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
3076
3077extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference__internal_alias __attribute((visibility("hidden")));
3078extern __typeof (xmlParserHandlePEReference) xmlParserHandlePEReference __attribute((alias("xmlParserHandlePEReference__internal_alias")));
3079#define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias
3080
3081extern __typeof (xmlParserHandleReference) xmlParserHandleReference__internal_alias __attribute((visibility("hidden")));
3082extern __typeof (xmlParserHandleReference) xmlParserHandleReference __attribute((alias("xmlParserHandleReference__internal_alias")));
3083#define xmlParserHandleReference xmlParserHandleReference__internal_alias
3084
3085extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd__internal_alias __attribute((visibility("hidden")));
3086extern __typeof (xmlParserInputBufferCreateFd) xmlParserInputBufferCreateFd __attribute((alias("xmlParserInputBufferCreateFd__internal_alias")));
3087#define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias
3088
3089extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile__internal_alias __attribute((visibility("hidden")));
3090extern __typeof (xmlParserInputBufferCreateFile) xmlParserInputBufferCreateFile __attribute((alias("xmlParserInputBufferCreateFile__internal_alias")));
3091#define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias
3092
3093extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename__internal_alias __attribute((visibility("hidden")));
3094extern __typeof (xmlParserInputBufferCreateFilename) xmlParserInputBufferCreateFilename __attribute((alias("xmlParserInputBufferCreateFilename__internal_alias")));
3095#define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias
3096
3097extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
3098extern __typeof (xmlParserInputBufferCreateFilenameDefault) xmlParserInputBufferCreateFilenameDefault __attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias")));
3099#define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias
3100
3101extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO__internal_alias __attribute((visibility("hidden")));
3102extern __typeof (xmlParserInputBufferCreateIO) xmlParserInputBufferCreateIO __attribute((alias("xmlParserInputBufferCreateIO__internal_alias")));
3103#define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias
3104
3105extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem__internal_alias __attribute((visibility("hidden")));
3106extern __typeof (xmlParserInputBufferCreateMem) xmlParserInputBufferCreateMem __attribute((alias("xmlParserInputBufferCreateMem__internal_alias")));
3107#define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias
3108
3109extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic__internal_alias __attribute((visibility("hidden")));
3110extern __typeof (xmlParserInputBufferCreateStatic) xmlParserInputBufferCreateStatic __attribute((alias("xmlParserInputBufferCreateStatic__internal_alias")));
3111#define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias
3112
3113extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow__internal_alias __attribute((visibility("hidden")));
3114extern __typeof (xmlParserInputBufferGrow) xmlParserInputBufferGrow __attribute((alias("xmlParserInputBufferGrow__internal_alias")));
3115#define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
3116
3117extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush__internal_alias __attribute((visibility("hidden")));
3118extern __typeof (xmlParserInputBufferPush) xmlParserInputBufferPush __attribute((alias("xmlParserInputBufferPush__internal_alias")));
3119#define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
3120
3121extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead__internal_alias __attribute((visibility("hidden")));
3122extern __typeof (xmlParserInputBufferRead) xmlParserInputBufferRead __attribute((alias("xmlParserInputBufferRead__internal_alias")));
3123#define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
3124
3125extern __typeof (xmlParserInputGrow) xmlParserInputGrow__internal_alias __attribute((visibility("hidden")));
3126extern __typeof (xmlParserInputGrow) xmlParserInputGrow __attribute((alias("xmlParserInputGrow__internal_alias")));
3127#define xmlParserInputGrow xmlParserInputGrow__internal_alias
3128
3129extern __typeof (xmlParserInputRead) xmlParserInputRead__internal_alias __attribute((visibility("hidden")));
3130extern __typeof (xmlParserInputRead) xmlParserInputRead __attribute((alias("xmlParserInputRead__internal_alias")));
3131#define xmlParserInputRead xmlParserInputRead__internal_alias
3132
3133extern __typeof (xmlParserInputShrink) xmlParserInputShrink__internal_alias __attribute((visibility("hidden")));
3134extern __typeof (xmlParserInputShrink) xmlParserInputShrink __attribute((alias("xmlParserInputShrink__internal_alias")));
3135#define xmlParserInputShrink xmlParserInputShrink__internal_alias
3136
3137extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext__internal_alias __attribute((visibility("hidden")));
3138extern __typeof (xmlParserPrintFileContext) xmlParserPrintFileContext __attribute((alias("xmlParserPrintFileContext__internal_alias")));
3139#define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias
3140
3141extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo__internal_alias __attribute((visibility("hidden")));
3142extern __typeof (xmlParserPrintFileInfo) xmlParserPrintFileInfo __attribute((alias("xmlParserPrintFileInfo__internal_alias")));
3143#define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias
3144
3145extern __typeof (xmlParserValidityError) xmlParserValidityError__internal_alias __attribute((visibility("hidden")));
3146extern __typeof (xmlParserValidityError) xmlParserValidityError __attribute((alias("xmlParserValidityError__internal_alias")));
3147#define xmlParserValidityError xmlParserValidityError__internal_alias
3148
3149extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning__internal_alias __attribute((visibility("hidden")));
3150extern __typeof (xmlParserValidityWarning) xmlParserValidityWarning __attribute((alias("xmlParserValidityWarning__internal_alias")));
3151#define xmlParserValidityWarning xmlParserValidityWarning__internal_alias
3152
3153extern __typeof (xmlParserWarning) xmlParserWarning__internal_alias __attribute((visibility("hidden")));
3154extern __typeof (xmlParserWarning) xmlParserWarning __attribute((alias("xmlParserWarning__internal_alias")));
3155#define xmlParserWarning xmlParserWarning__internal_alias
3156
3157#ifdef LIBXML_PATTERN_ENABLED
3158extern __typeof (xmlPatternMatch) xmlPatternMatch__internal_alias __attribute((visibility("hidden")));
3159extern __typeof (xmlPatternMatch) xmlPatternMatch __attribute((alias("xmlPatternMatch__internal_alias")));
3160#define xmlPatternMatch xmlPatternMatch__internal_alias
3161#endif
3162
3163#ifdef LIBXML_PATTERN_ENABLED
3164extern __typeof (xmlPatterncompile) xmlPatterncompile__internal_alias __attribute((visibility("hidden")));
3165extern __typeof (xmlPatterncompile) xmlPatterncompile __attribute((alias("xmlPatterncompile__internal_alias")));
3166#define xmlPatterncompile xmlPatterncompile__internal_alias
3167#endif
3168
3169extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault__internal_alias __attribute((visibility("hidden")));
3170extern __typeof (xmlPedanticParserDefault) xmlPedanticParserDefault __attribute((alias("xmlPedanticParserDefault__internal_alias")));
3171#define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias
3172
3173extern __typeof (xmlPopInput) xmlPopInput__internal_alias __attribute((visibility("hidden")));
3174extern __typeof (xmlPopInput) xmlPopInput __attribute((alias("xmlPopInput__internal_alias")));
3175#define xmlPopInput xmlPopInput__internal_alias
3176
3177extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks__internal_alias __attribute((visibility("hidden")));
3178extern __typeof (xmlPopInputCallbacks) xmlPopInputCallbacks __attribute((alias("xmlPopInputCallbacks__internal_alias")));
3179#define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias
3180
3181extern __typeof (xmlPrintURI) xmlPrintURI__internal_alias __attribute((visibility("hidden")));
3182extern __typeof (xmlPrintURI) xmlPrintURI __attribute((alias("xmlPrintURI__internal_alias")));
3183#define xmlPrintURI xmlPrintURI__internal_alias
3184
3185extern __typeof (xmlPushInput) xmlPushInput__internal_alias __attribute((visibility("hidden")));
3186extern __typeof (xmlPushInput) xmlPushInput __attribute((alias("xmlPushInput__internal_alias")));
3187#define xmlPushInput xmlPushInput__internal_alias
3188
3189extern __typeof (xmlRMutexLock) xmlRMutexLock__internal_alias __attribute((visibility("hidden")));
3190extern __typeof (xmlRMutexLock) xmlRMutexLock __attribute((alias("xmlRMutexLock__internal_alias")));
3191#define xmlRMutexLock xmlRMutexLock__internal_alias
3192
3193extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock__internal_alias __attribute((visibility("hidden")));
3194extern __typeof (xmlRMutexUnlock) xmlRMutexUnlock __attribute((alias("xmlRMutexUnlock__internal_alias")));
3195#define xmlRMutexUnlock xmlRMutexUnlock__internal_alias
3196
3197extern __typeof (xmlReadDoc) xmlReadDoc__internal_alias __attribute((visibility("hidden")));
3198extern __typeof (xmlReadDoc) xmlReadDoc __attribute((alias("xmlReadDoc__internal_alias")));
3199#define xmlReadDoc xmlReadDoc__internal_alias
3200
3201extern __typeof (xmlReadFd) xmlReadFd__internal_alias __attribute((visibility("hidden")));
3202extern __typeof (xmlReadFd) xmlReadFd __attribute((alias("xmlReadFd__internal_alias")));
3203#define xmlReadFd xmlReadFd__internal_alias
3204
3205extern __typeof (xmlReadFile) xmlReadFile__internal_alias __attribute((visibility("hidden")));
3206extern __typeof (xmlReadFile) xmlReadFile __attribute((alias("xmlReadFile__internal_alias")));
3207#define xmlReadFile xmlReadFile__internal_alias
3208
3209extern __typeof (xmlReadIO) xmlReadIO__internal_alias __attribute((visibility("hidden")));
3210extern __typeof (xmlReadIO) xmlReadIO __attribute((alias("xmlReadIO__internal_alias")));
3211#define xmlReadIO xmlReadIO__internal_alias
3212
3213extern __typeof (xmlReadMemory) xmlReadMemory__internal_alias __attribute((visibility("hidden")));
3214extern __typeof (xmlReadMemory) xmlReadMemory __attribute((alias("xmlReadMemory__internal_alias")));
3215#define xmlReadMemory xmlReadMemory__internal_alias
3216
3217#ifdef LIBXML_READER_ENABLED
3218extern __typeof (xmlReaderForDoc) xmlReaderForDoc__internal_alias __attribute((visibility("hidden")));
3219extern __typeof (xmlReaderForDoc) xmlReaderForDoc __attribute((alias("xmlReaderForDoc__internal_alias")));
3220#define xmlReaderForDoc xmlReaderForDoc__internal_alias
3221#endif
3222
3223#ifdef LIBXML_READER_ENABLED
3224extern __typeof (xmlReaderForFd) xmlReaderForFd__internal_alias __attribute((visibility("hidden")));
3225extern __typeof (xmlReaderForFd) xmlReaderForFd __attribute((alias("xmlReaderForFd__internal_alias")));
3226#define xmlReaderForFd xmlReaderForFd__internal_alias
3227#endif
3228
3229#ifdef LIBXML_READER_ENABLED
3230extern __typeof (xmlReaderForFile) xmlReaderForFile__internal_alias __attribute((visibility("hidden")));
3231extern __typeof (xmlReaderForFile) xmlReaderForFile __attribute((alias("xmlReaderForFile__internal_alias")));
3232#define xmlReaderForFile xmlReaderForFile__internal_alias
3233#endif
3234
3235#ifdef LIBXML_READER_ENABLED
3236extern __typeof (xmlReaderForIO) xmlReaderForIO__internal_alias __attribute((visibility("hidden")));
3237extern __typeof (xmlReaderForIO) xmlReaderForIO __attribute((alias("xmlReaderForIO__internal_alias")));
3238#define xmlReaderForIO xmlReaderForIO__internal_alias
3239#endif
3240
3241#ifdef LIBXML_READER_ENABLED
3242extern __typeof (xmlReaderForMemory) xmlReaderForMemory__internal_alias __attribute((visibility("hidden")));
3243extern __typeof (xmlReaderForMemory) xmlReaderForMemory __attribute((alias("xmlReaderForMemory__internal_alias")));
3244#define xmlReaderForMemory xmlReaderForMemory__internal_alias
3245#endif
3246
3247#ifdef LIBXML_READER_ENABLED
3248extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc__internal_alias __attribute((visibility("hidden")));
3249extern __typeof (xmlReaderNewDoc) xmlReaderNewDoc __attribute((alias("xmlReaderNewDoc__internal_alias")));
3250#define xmlReaderNewDoc xmlReaderNewDoc__internal_alias
3251#endif
3252
3253#ifdef LIBXML_READER_ENABLED
3254extern __typeof (xmlReaderNewFd) xmlReaderNewFd__internal_alias __attribute((visibility("hidden")));
3255extern __typeof (xmlReaderNewFd) xmlReaderNewFd __attribute((alias("xmlReaderNewFd__internal_alias")));
3256#define xmlReaderNewFd xmlReaderNewFd__internal_alias
3257#endif
3258
3259#ifdef LIBXML_READER_ENABLED
3260extern __typeof (xmlReaderNewFile) xmlReaderNewFile__internal_alias __attribute((visibility("hidden")));
3261extern __typeof (xmlReaderNewFile) xmlReaderNewFile __attribute((alias("xmlReaderNewFile__internal_alias")));
3262#define xmlReaderNewFile xmlReaderNewFile__internal_alias
3263#endif
3264
3265#ifdef LIBXML_READER_ENABLED
3266extern __typeof (xmlReaderNewIO) xmlReaderNewIO__internal_alias __attribute((visibility("hidden")));
3267extern __typeof (xmlReaderNewIO) xmlReaderNewIO __attribute((alias("xmlReaderNewIO__internal_alias")));
3268#define xmlReaderNewIO xmlReaderNewIO__internal_alias
3269#endif
3270
3271#ifdef LIBXML_READER_ENABLED
3272extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory__internal_alias __attribute((visibility("hidden")));
3273extern __typeof (xmlReaderNewMemory) xmlReaderNewMemory __attribute((alias("xmlReaderNewMemory__internal_alias")));
3274#define xmlReaderNewMemory xmlReaderNewMemory__internal_alias
3275#endif
3276
3277#ifdef LIBXML_READER_ENABLED
3278extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker__internal_alias __attribute((visibility("hidden")));
3279extern __typeof (xmlReaderNewWalker) xmlReaderNewWalker __attribute((alias("xmlReaderNewWalker__internal_alias")));
3280#define xmlReaderNewWalker xmlReaderNewWalker__internal_alias
3281#endif
3282
3283#ifdef LIBXML_READER_ENABLED
3284extern __typeof (xmlReaderWalker) xmlReaderWalker__internal_alias __attribute((visibility("hidden")));
3285extern __typeof (xmlReaderWalker) xmlReaderWalker __attribute((alias("xmlReaderWalker__internal_alias")));
3286#define xmlReaderWalker xmlReaderWalker__internal_alias
3287#endif
3288
3289extern __typeof (xmlReallocLoc) xmlReallocLoc__internal_alias __attribute((visibility("hidden")));
3290extern __typeof (xmlReallocLoc) xmlReallocLoc __attribute((alias("xmlReallocLoc__internal_alias")));
3291#define xmlReallocLoc xmlReallocLoc__internal_alias
3292
3293extern __typeof (xmlReconciliateNs) xmlReconciliateNs__internal_alias __attribute((visibility("hidden")));
3294extern __typeof (xmlReconciliateNs) xmlReconciliateNs __attribute((alias("xmlReconciliateNs__internal_alias")));
3295#define xmlReconciliateNs xmlReconciliateNs__internal_alias
3296
3297extern __typeof (xmlRecoverDoc) xmlRecoverDoc__internal_alias __attribute((visibility("hidden")));
3298extern __typeof (xmlRecoverDoc) xmlRecoverDoc __attribute((alias("xmlRecoverDoc__internal_alias")));
3299#define xmlRecoverDoc xmlRecoverDoc__internal_alias
3300
3301extern __typeof (xmlRecoverFile) xmlRecoverFile__internal_alias __attribute((visibility("hidden")));
3302extern __typeof (xmlRecoverFile) xmlRecoverFile __attribute((alias("xmlRecoverFile__internal_alias")));
3303#define xmlRecoverFile xmlRecoverFile__internal_alias
3304
3305extern __typeof (xmlRecoverMemory) xmlRecoverMemory__internal_alias __attribute((visibility("hidden")));
3306extern __typeof (xmlRecoverMemory) xmlRecoverMemory __attribute((alias("xmlRecoverMemory__internal_alias")));
3307#define xmlRecoverMemory xmlRecoverMemory__internal_alias
3308
3309#ifdef LIBXML_REGEXP_ENABLED
3310extern __typeof (xmlRegExecPushString) xmlRegExecPushString__internal_alias __attribute((visibility("hidden")));
3311extern __typeof (xmlRegExecPushString) xmlRegExecPushString __attribute((alias("xmlRegExecPushString__internal_alias")));
3312#define xmlRegExecPushString xmlRegExecPushString__internal_alias
3313#endif
3314
3315#ifdef LIBXML_REGEXP_ENABLED
3316extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2__internal_alias __attribute((visibility("hidden")));
3317extern __typeof (xmlRegExecPushString2) xmlRegExecPushString2 __attribute((alias("xmlRegExecPushString2__internal_alias")));
3318#define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias
3319#endif
3320
3321#ifdef LIBXML_REGEXP_ENABLED
3322extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt__internal_alias __attribute((visibility("hidden")));
3323extern __typeof (xmlRegFreeExecCtxt) xmlRegFreeExecCtxt __attribute((alias("xmlRegFreeExecCtxt__internal_alias")));
3324#define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias
3325#endif
3326
3327#ifdef LIBXML_REGEXP_ENABLED
3328extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp__internal_alias __attribute((visibility("hidden")));
3329extern __typeof (xmlRegFreeRegexp) xmlRegFreeRegexp __attribute((alias("xmlRegFreeRegexp__internal_alias")));
3330#define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias
3331#endif
3332
3333#ifdef LIBXML_REGEXP_ENABLED
3334extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt__internal_alias __attribute((visibility("hidden")));
3335extern __typeof (xmlRegNewExecCtxt) xmlRegNewExecCtxt __attribute((alias("xmlRegNewExecCtxt__internal_alias")));
3336#define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias
3337#endif
3338
3339#ifdef LIBXML_REGEXP_ENABLED
3340extern __typeof (xmlRegexpCompile) xmlRegexpCompile__internal_alias __attribute((visibility("hidden")));
3341extern __typeof (xmlRegexpCompile) xmlRegexpCompile __attribute((alias("xmlRegexpCompile__internal_alias")));
3342#define xmlRegexpCompile xmlRegexpCompile__internal_alias
3343#endif
3344
3345#ifdef LIBXML_REGEXP_ENABLED
3346extern __typeof (xmlRegexpExec) xmlRegexpExec__internal_alias __attribute((visibility("hidden")));
3347extern __typeof (xmlRegexpExec) xmlRegexpExec __attribute((alias("xmlRegexpExec__internal_alias")));
3348#define xmlRegexpExec xmlRegexpExec__internal_alias
3349#endif
3350
3351#ifdef LIBXML_REGEXP_ENABLED
3352extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist__internal_alias __attribute((visibility("hidden")));
3353extern __typeof (xmlRegexpIsDeterminist) xmlRegexpIsDeterminist __attribute((alias("xmlRegexpIsDeterminist__internal_alias")));
3354#define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias
3355#endif
3356
3357#ifdef LIBXML_REGEXP_ENABLED
3358extern __typeof (xmlRegexpPrint) xmlRegexpPrint__internal_alias __attribute((visibility("hidden")));
3359extern __typeof (xmlRegexpPrint) xmlRegexpPrint __attribute((alias("xmlRegexpPrint__internal_alias")));
3360#define xmlRegexpPrint xmlRegexpPrint__internal_alias
3361#endif
3362
3363extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler__internal_alias __attribute((visibility("hidden")));
3364extern __typeof (xmlRegisterCharEncodingHandler) xmlRegisterCharEncodingHandler __attribute((alias("xmlRegisterCharEncodingHandler__internal_alias")));
3365#define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias
3366
3367extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks__internal_alias __attribute((visibility("hidden")));
3368extern __typeof (xmlRegisterDefaultInputCallbacks) xmlRegisterDefaultInputCallbacks __attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias")));
3369#define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias
3370
3371#ifdef LIBXML_OUTPUT_ENABLED
3372extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks__internal_alias __attribute((visibility("hidden")));
3373extern __typeof (xmlRegisterDefaultOutputCallbacks) xmlRegisterDefaultOutputCallbacks __attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias")));
3374#define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias
3375#endif
3376
3377#ifdef LIBXML_HTTP_ENABLED
3378extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks__internal_alias __attribute((visibility("hidden")));
3379extern __typeof (xmlRegisterHTTPPostCallbacks) xmlRegisterHTTPPostCallbacks __attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias")));
3380#define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias
3381#endif
3382
3383extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks__internal_alias __attribute((visibility("hidden")));
3384extern __typeof (xmlRegisterInputCallbacks) xmlRegisterInputCallbacks __attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
3385#define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
3386
3387extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
3388extern __typeof (xmlRegisterNodeDefault) xmlRegisterNodeDefault __attribute((alias("xmlRegisterNodeDefault__internal_alias")));
3389#define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias
3390
3391#ifdef LIBXML_OUTPUT_ENABLED
3392extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks__internal_alias __attribute((visibility("hidden")));
3393extern __typeof (xmlRegisterOutputCallbacks) xmlRegisterOutputCallbacks __attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
3394#define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias
3395#endif
3396
3397#ifdef LIBXML_SCHEMAS_ENABLED
3398extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes__internal_alias __attribute((visibility("hidden")));
3399extern __typeof (xmlRelaxNGCleanupTypes) xmlRelaxNGCleanupTypes __attribute((alias("xmlRelaxNGCleanupTypes__internal_alias")));
3400#define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias
3401#endif
3402
3403#ifdef LIBXML_SCHEMAS_ENABLED
3404#ifdef LIBXML_OUTPUT_ENABLED
3405extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump__internal_alias __attribute((visibility("hidden")));
3406extern __typeof (xmlRelaxNGDump) xmlRelaxNGDump __attribute((alias("xmlRelaxNGDump__internal_alias")));
3407#define xmlRelaxNGDump xmlRelaxNGDump__internal_alias
3408#endif
3409#endif
3410
3411#ifdef LIBXML_SCHEMAS_ENABLED
3412#ifdef LIBXML_OUTPUT_ENABLED
3413extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree__internal_alias __attribute((visibility("hidden")));
3414extern __typeof (xmlRelaxNGDumpTree) xmlRelaxNGDumpTree __attribute((alias("xmlRelaxNGDumpTree__internal_alias")));
3415#define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias
3416#endif
3417#endif
3418
3419#ifdef LIBXML_SCHEMAS_ENABLED
3420extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree__internal_alias __attribute((visibility("hidden")));
3421extern __typeof (xmlRelaxNGFree) xmlRelaxNGFree __attribute((alias("xmlRelaxNGFree__internal_alias")));
3422#define xmlRelaxNGFree xmlRelaxNGFree__internal_alias
3423#endif
3424
3425#ifdef LIBXML_SCHEMAS_ENABLED
3426extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3427extern __typeof (xmlRelaxNGFreeParserCtxt) xmlRelaxNGFreeParserCtxt __attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
3428#define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias
3429#endif
3430
3431#ifdef LIBXML_SCHEMAS_ENABLED
3432extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
3433extern __typeof (xmlRelaxNGFreeValidCtxt) xmlRelaxNGFreeValidCtxt __attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias")));
3434#define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias
3435#endif
3436
3437#ifdef LIBXML_SCHEMAS_ENABLED
3438extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors__internal_alias __attribute((visibility("hidden")));
3439extern __typeof (xmlRelaxNGGetParserErrors) xmlRelaxNGGetParserErrors __attribute((alias("xmlRelaxNGGetParserErrors__internal_alias")));
3440#define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias
3441#endif
3442
3443#ifdef LIBXML_SCHEMAS_ENABLED
3444extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors__internal_alias __attribute((visibility("hidden")));
3445extern __typeof (xmlRelaxNGGetValidErrors) xmlRelaxNGGetValidErrors __attribute((alias("xmlRelaxNGGetValidErrors__internal_alias")));
3446#define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias
3447#endif
3448
3449#ifdef LIBXML_SCHEMAS_ENABLED
3450extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
3451extern __typeof (xmlRelaxNGNewDocParserCtxt) xmlRelaxNGNewDocParserCtxt __attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias")));
3452#define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias
3453#endif
3454
3455#ifdef LIBXML_SCHEMAS_ENABLED
3456extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
3457extern __typeof (xmlRelaxNGNewMemParserCtxt) xmlRelaxNGNewMemParserCtxt __attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
3458#define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias
3459#endif
3460
3461#ifdef LIBXML_SCHEMAS_ENABLED
3462extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt__internal_alias __attribute((visibility("hidden")));
3463extern __typeof (xmlRelaxNGNewParserCtxt) xmlRelaxNGNewParserCtxt __attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias")));
3464#define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias
3465#endif
3466
3467#ifdef LIBXML_SCHEMAS_ENABLED
3468extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt__internal_alias __attribute((visibility("hidden")));
3469extern __typeof (xmlRelaxNGNewValidCtxt) xmlRelaxNGNewValidCtxt __attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias")));
3470#define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias
3471#endif
3472
3473#ifdef LIBXML_SCHEMAS_ENABLED
3474extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse__internal_alias __attribute((visibility("hidden")));
3475extern __typeof (xmlRelaxNGParse) xmlRelaxNGParse __attribute((alias("xmlRelaxNGParse__internal_alias")));
3476#define xmlRelaxNGParse xmlRelaxNGParse__internal_alias
3477#endif
3478
3479#ifdef LIBXML_SCHEMAS_ENABLED
3480extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors__internal_alias __attribute((visibility("hidden")));
3481extern __typeof (xmlRelaxNGSetParserErrors) xmlRelaxNGSetParserErrors __attribute((alias("xmlRelaxNGSetParserErrors__internal_alias")));
3482#define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias
3483#endif
3484
3485#ifdef LIBXML_SCHEMAS_ENABLED
3486extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors__internal_alias __attribute((visibility("hidden")));
3487extern __typeof (xmlRelaxNGSetValidErrors) xmlRelaxNGSetValidErrors __attribute((alias("xmlRelaxNGSetValidErrors__internal_alias")));
3488#define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias
3489#endif
3490
3491#ifdef LIBXML_SCHEMAS_ENABLED
3492extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc__internal_alias __attribute((visibility("hidden")));
3493extern __typeof (xmlRelaxNGValidateDoc) xmlRelaxNGValidateDoc __attribute((alias("xmlRelaxNGValidateDoc__internal_alias")));
3494#define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias
3495#endif
3496
3497#ifdef LIBXML_SCHEMAS_ENABLED
3498extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement__internal_alias __attribute((visibility("hidden")));
3499extern __typeof (xmlRelaxNGValidateFullElement) xmlRelaxNGValidateFullElement __attribute((alias("xmlRelaxNGValidateFullElement__internal_alias")));
3500#define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias
3501#endif
3502
3503#ifdef LIBXML_SCHEMAS_ENABLED
3504extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement__internal_alias __attribute((visibility("hidden")));
3505extern __typeof (xmlRelaxNGValidatePopElement) xmlRelaxNGValidatePopElement __attribute((alias("xmlRelaxNGValidatePopElement__internal_alias")));
3506#define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias
3507#endif
3508
3509#ifdef LIBXML_SCHEMAS_ENABLED
3510extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData__internal_alias __attribute((visibility("hidden")));
3511extern __typeof (xmlRelaxNGValidatePushCData) xmlRelaxNGValidatePushCData __attribute((alias("xmlRelaxNGValidatePushCData__internal_alias")));
3512#define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias
3513#endif
3514
3515#ifdef LIBXML_SCHEMAS_ENABLED
3516extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement__internal_alias __attribute((visibility("hidden")));
3517extern __typeof (xmlRelaxNGValidatePushElement) xmlRelaxNGValidatePushElement __attribute((alias("xmlRelaxNGValidatePushElement__internal_alias")));
3518#define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias
3519#endif
3520
3521#ifdef LIBXML_SCHEMAS_ENABLED
3522extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag__internal_alias __attribute((visibility("hidden")));
3523extern __typeof (xmlRelaxParserSetFlag) xmlRelaxParserSetFlag __attribute((alias("xmlRelaxParserSetFlag__internal_alias")));
3524#define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias
3525#endif
3526
3527extern __typeof (xmlRemoveID) xmlRemoveID__internal_alias __attribute((visibility("hidden")));
3528extern __typeof (xmlRemoveID) xmlRemoveID __attribute((alias("xmlRemoveID__internal_alias")));
3529#define xmlRemoveID xmlRemoveID__internal_alias
3530
3531#ifdef LIBXML_TREE_ENABLED
3532extern __typeof (xmlRemoveProp) xmlRemoveProp__internal_alias __attribute((visibility("hidden")));
3533extern __typeof (xmlRemoveProp) xmlRemoveProp __attribute((alias("xmlRemoveProp__internal_alias")));
3534#define xmlRemoveProp xmlRemoveProp__internal_alias
3535#endif
3536
3537extern __typeof (xmlRemoveRef) xmlRemoveRef__internal_alias __attribute((visibility("hidden")));
3538extern __typeof (xmlRemoveRef) xmlRemoveRef __attribute((alias("xmlRemoveRef__internal_alias")));
3539#define xmlRemoveRef xmlRemoveRef__internal_alias
3540
3541#ifdef LIBXML_TREE_ENABLED
3542extern __typeof (xmlReplaceNode) xmlReplaceNode__internal_alias __attribute((visibility("hidden")));
3543extern __typeof (xmlReplaceNode) xmlReplaceNode __attribute((alias("xmlReplaceNode__internal_alias")));
3544#define xmlReplaceNode xmlReplaceNode__internal_alias
3545#endif
3546
3547extern __typeof (xmlResetError) xmlResetError__internal_alias __attribute((visibility("hidden")));
3548extern __typeof (xmlResetError) xmlResetError __attribute((alias("xmlResetError__internal_alias")));
3549#define xmlResetError xmlResetError__internal_alias
3550
3551extern __typeof (xmlResetLastError) xmlResetLastError__internal_alias __attribute((visibility("hidden")));
3552extern __typeof (xmlResetLastError) xmlResetLastError __attribute((alias("xmlResetLastError__internal_alias")));
3553#define xmlResetLastError xmlResetLastError__internal_alias
3554
3555extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl__internal_alias __attribute((visibility("hidden")));
3556extern __typeof (xmlSAX2AttributeDecl) xmlSAX2AttributeDecl __attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
3557#define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias
3558
3559extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock__internal_alias __attribute((visibility("hidden")));
3560extern __typeof (xmlSAX2CDataBlock) xmlSAX2CDataBlock __attribute((alias("xmlSAX2CDataBlock__internal_alias")));
3561#define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias
3562
3563extern __typeof (xmlSAX2Characters) xmlSAX2Characters__internal_alias __attribute((visibility("hidden")));
3564extern __typeof (xmlSAX2Characters) xmlSAX2Characters __attribute((alias("xmlSAX2Characters__internal_alias")));
3565#define xmlSAX2Characters xmlSAX2Characters__internal_alias
3566
3567extern __typeof (xmlSAX2Comment) xmlSAX2Comment__internal_alias __attribute((visibility("hidden")));
3568extern __typeof (xmlSAX2Comment) xmlSAX2Comment __attribute((alias("xmlSAX2Comment__internal_alias")));
3569#define xmlSAX2Comment xmlSAX2Comment__internal_alias
3570
3571extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl__internal_alias __attribute((visibility("hidden")));
3572extern __typeof (xmlSAX2ElementDecl) xmlSAX2ElementDecl __attribute((alias("xmlSAX2ElementDecl__internal_alias")));
3573#define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias
3574
3575extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attribute((visibility("hidden")));
3576extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlSAX2EndDocument__internal_alias")));
3577#define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias
3578
3579extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribute((visibility("hidden")));
3580extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX2EndElement__internal_alias")));
3581#define xmlSAX2EndElement xmlSAX2EndElement__internal_alias
3582
3583extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs__internal_alias __attribute((visibility("hidden")));
3584extern __typeof (xmlSAX2EndElementNs) xmlSAX2EndElementNs __attribute((alias("xmlSAX2EndElementNs__internal_alias")));
3585#define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias
3586
3587extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl__internal_alias __attribute((visibility("hidden")));
3588extern __typeof (xmlSAX2EntityDecl) xmlSAX2EntityDecl __attribute((alias("xmlSAX2EntityDecl__internal_alias")));
3589#define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias
3590
3591extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset__internal_alias __attribute((visibility("hidden")));
3592extern __typeof (xmlSAX2ExternalSubset) xmlSAX2ExternalSubset __attribute((alias("xmlSAX2ExternalSubset__internal_alias")));
3593#define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias
3594
3595extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber__internal_alias __attribute((visibility("hidden")));
3596extern __typeof (xmlSAX2GetColumnNumber) xmlSAX2GetColumnNumber __attribute((alias("xmlSAX2GetColumnNumber__internal_alias")));
3597#define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias
3598
3599extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity__internal_alias __attribute((visibility("hidden")));
3600extern __typeof (xmlSAX2GetEntity) xmlSAX2GetEntity __attribute((alias("xmlSAX2GetEntity__internal_alias")));
3601#define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
3602
3603extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber__internal_alias __attribute((visibility("hidden")));
3604extern __typeof (xmlSAX2GetLineNumber) xmlSAX2GetLineNumber __attribute((alias("xmlSAX2GetLineNumber__internal_alias")));
3605#define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias
3606
3607extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity__internal_alias __attribute((visibility("hidden")));
3608extern __typeof (xmlSAX2GetParameterEntity) xmlSAX2GetParameterEntity __attribute((alias("xmlSAX2GetParameterEntity__internal_alias")));
3609#define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias
3610
3611extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId__internal_alias __attribute((visibility("hidden")));
3612extern __typeof (xmlSAX2GetPublicId) xmlSAX2GetPublicId __attribute((alias("xmlSAX2GetPublicId__internal_alias")));
3613#define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias
3614
3615extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId__internal_alias __attribute((visibility("hidden")));
3616extern __typeof (xmlSAX2GetSystemId) xmlSAX2GetSystemId __attribute((alias("xmlSAX2GetSystemId__internal_alias")));
3617#define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias
3618
3619extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset__internal_alias __attribute((visibility("hidden")));
3620extern __typeof (xmlSAX2HasExternalSubset) xmlSAX2HasExternalSubset __attribute((alias("xmlSAX2HasExternalSubset__internal_alias")));
3621#define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias
3622
3623extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset__internal_alias __attribute((visibility("hidden")));
3624extern __typeof (xmlSAX2HasInternalSubset) xmlSAX2HasInternalSubset __attribute((alias("xmlSAX2HasInternalSubset__internal_alias")));
3625#define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias
3626
3627extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace__internal_alias __attribute((visibility("hidden")));
3628extern __typeof (xmlSAX2IgnorableWhitespace) xmlSAX2IgnorableWhitespace __attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
3629#define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias
3630
3631extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3632extern __typeof (xmlSAX2InitDefaultSAXHandler) xmlSAX2InitDefaultSAXHandler __attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias")));
3633#define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias
3634
3635#ifdef LIBXML_DOCB_ENABLED
3636extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3637extern __typeof (xmlSAX2InitDocbDefaultSAXHandler) xmlSAX2InitDocbDefaultSAXHandler __attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias")));
3638#define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias
3639#endif
3640
3641#ifdef LIBXML_HTML_ENABLED
3642extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias __attribute((visibility("hidden")));
3643extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler) xmlSAX2InitHtmlDefaultSAXHandler __attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias")));
3644#define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
3645#endif
3646
3647extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset__internal_alias __attribute((visibility("hidden")));
3648extern __typeof (xmlSAX2InternalSubset) xmlSAX2InternalSubset __attribute((alias("xmlSAX2InternalSubset__internal_alias")));
3649#define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias
3650
3651extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone__internal_alias __attribute((visibility("hidden")));
3652extern __typeof (xmlSAX2IsStandalone) xmlSAX2IsStandalone __attribute((alias("xmlSAX2IsStandalone__internal_alias")));
3653#define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias
3654
3655extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl__internal_alias __attribute((visibility("hidden")));
3656extern __typeof (xmlSAX2NotationDecl) xmlSAX2NotationDecl __attribute((alias("xmlSAX2NotationDecl__internal_alias")));
3657#define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
3658
3659extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction__internal_alias __attribute((visibility("hidden")));
3660extern __typeof (xmlSAX2ProcessingInstruction) xmlSAX2ProcessingInstruction __attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
3661#define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias
3662
3663extern __typeof (xmlSAX2Reference) xmlSAX2Reference__internal_alias __attribute((visibility("hidden")));
3664extern __typeof (xmlSAX2Reference) xmlSAX2Reference __attribute((alias("xmlSAX2Reference__internal_alias")));
3665#define xmlSAX2Reference xmlSAX2Reference__internal_alias
3666
3667extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity__internal_alias __attribute((visibility("hidden")));
3668extern __typeof (xmlSAX2ResolveEntity) xmlSAX2ResolveEntity __attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
3669#define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias
3670
3671extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator__internal_alias __attribute((visibility("hidden")));
3672extern __typeof (xmlSAX2SetDocumentLocator) xmlSAX2SetDocumentLocator __attribute((alias("xmlSAX2SetDocumentLocator__internal_alias")));
3673#define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias
3674
3675extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __attribute((visibility("hidden")));
3676extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("xmlSAX2StartDocument__internal_alias")));
3677#define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias
3678
3679extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attribute((visibility("hidden")));
3680extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xmlSAX2StartElement__internal_alias")));
3681#define xmlSAX2StartElement xmlSAX2StartElement__internal_alias
3682
3683extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs__internal_alias __attribute((visibility("hidden")));
3684extern __typeof (xmlSAX2StartElementNs) xmlSAX2StartElementNs __attribute((alias("xmlSAX2StartElementNs__internal_alias")));
3685#define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
3686
3687extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl__internal_alias __attribute((visibility("hidden")));
3688extern __typeof (xmlSAX2UnparsedEntityDecl) xmlSAX2UnparsedEntityDecl __attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
3689#define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias
3690
3691extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion__internal_alias __attribute((visibility("hidden")));
3692extern __typeof (xmlSAXDefaultVersion) xmlSAXDefaultVersion __attribute((alias("xmlSAXDefaultVersion__internal_alias")));
3693#define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias
3694
3695extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD__internal_alias __attribute((visibility("hidden")));
3696extern __typeof (xmlSAXParseDTD) xmlSAXParseDTD __attribute((alias("xmlSAXParseDTD__internal_alias")));
3697#define xmlSAXParseDTD xmlSAXParseDTD__internal_alias
3698
3699extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc__internal_alias __attribute((visibility("hidden")));
3700extern __typeof (xmlSAXParseDoc) xmlSAXParseDoc __attribute((alias("xmlSAXParseDoc__internal_alias")));
3701#define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
3702
3703extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity__internal_alias __attribute((visibility("hidden")));
3704extern __typeof (xmlSAXParseEntity) xmlSAXParseEntity __attribute((alias("xmlSAXParseEntity__internal_alias")));
3705#define xmlSAXParseEntity xmlSAXParseEntity__internal_alias
3706
3707extern __typeof (xmlSAXParseFile) xmlSAXParseFile__internal_alias __attribute((visibility("hidden")));
3708extern __typeof (xmlSAXParseFile) xmlSAXParseFile __attribute((alias("xmlSAXParseFile__internal_alias")));
3709#define xmlSAXParseFile xmlSAXParseFile__internal_alias
3710
3711extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData__internal_alias __attribute((visibility("hidden")));
3712extern __typeof (xmlSAXParseFileWithData) xmlSAXParseFileWithData __attribute((alias("xmlSAXParseFileWithData__internal_alias")));
3713#define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias
3714
3715extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory__internal_alias __attribute((visibility("hidden")));
3716extern __typeof (xmlSAXParseMemory) xmlSAXParseMemory __attribute((alias("xmlSAXParseMemory__internal_alias")));
3717#define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
3718
3719extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData__internal_alias __attribute((visibility("hidden")));
3720extern __typeof (xmlSAXParseMemoryWithData) xmlSAXParseMemoryWithData __attribute((alias("xmlSAXParseMemoryWithData__internal_alias")));
3721#define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias
3722
3723extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile__internal_alias __attribute((visibility("hidden")));
3724extern __typeof (xmlSAXUserParseFile) xmlSAXUserParseFile __attribute((alias("xmlSAXUserParseFile__internal_alias")));
3725#define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias
3726
3727extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory__internal_alias __attribute((visibility("hidden")));
3728extern __typeof (xmlSAXUserParseMemory) xmlSAXUserParseMemory __attribute((alias("xmlSAXUserParseMemory__internal_alias")));
3729#define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias
3730
3731extern __typeof (xmlSAXVersion) xmlSAXVersion__internal_alias __attribute((visibility("hidden")));
3732extern __typeof (xmlSAXVersion) xmlSAXVersion __attribute((alias("xmlSAXVersion__internal_alias")));
3733#define xmlSAXVersion xmlSAXVersion__internal_alias
3734
3735#ifdef LIBXML_OUTPUT_ENABLED
3736extern __typeof (xmlSaveClose) xmlSaveClose__internal_alias __attribute((visibility("hidden")));
3737extern __typeof (xmlSaveClose) xmlSaveClose __attribute((alias("xmlSaveClose__internal_alias")));
3738#define xmlSaveClose xmlSaveClose__internal_alias
3739#endif
3740
3741#ifdef LIBXML_OUTPUT_ENABLED
3742extern __typeof (xmlSaveDoc) xmlSaveDoc__internal_alias __attribute((visibility("hidden")));
3743extern __typeof (xmlSaveDoc) xmlSaveDoc __attribute((alias("xmlSaveDoc__internal_alias")));
3744#define xmlSaveDoc xmlSaveDoc__internal_alias
3745#endif
3746
3747#ifdef LIBXML_OUTPUT_ENABLED
3748extern __typeof (xmlSaveFile) xmlSaveFile__internal_alias __attribute((visibility("hidden")));
3749extern __typeof (xmlSaveFile) xmlSaveFile __attribute((alias("xmlSaveFile__internal_alias")));
3750#define xmlSaveFile xmlSaveFile__internal_alias
3751#endif
3752
3753#ifdef LIBXML_OUTPUT_ENABLED
3754extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc__internal_alias __attribute((visibility("hidden")));
3755extern __typeof (xmlSaveFileEnc) xmlSaveFileEnc __attribute((alias("xmlSaveFileEnc__internal_alias")));
3756#define xmlSaveFileEnc xmlSaveFileEnc__internal_alias
3757#endif
3758
3759#ifdef LIBXML_OUTPUT_ENABLED
3760extern __typeof (xmlSaveFileTo) xmlSaveFileTo__internal_alias __attribute((visibility("hidden")));
3761extern __typeof (xmlSaveFileTo) xmlSaveFileTo __attribute((alias("xmlSaveFileTo__internal_alias")));
3762#define xmlSaveFileTo xmlSaveFileTo__internal_alias
3763#endif
3764
3765#ifdef LIBXML_OUTPUT_ENABLED
3766extern __typeof (xmlSaveFlush) xmlSaveFlush__internal_alias __attribute((visibility("hidden")));
3767extern __typeof (xmlSaveFlush) xmlSaveFlush __attribute((alias("xmlSaveFlush__internal_alias")));
3768#define xmlSaveFlush xmlSaveFlush__internal_alias
3769#endif
3770
3771#ifdef LIBXML_OUTPUT_ENABLED
3772extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile__internal_alias __attribute((visibility("hidden")));
3773extern __typeof (xmlSaveFormatFile) xmlSaveFormatFile __attribute((alias("xmlSaveFormatFile__internal_alias")));
3774#define xmlSaveFormatFile xmlSaveFormatFile__internal_alias
3775#endif
3776
3777#ifdef LIBXML_OUTPUT_ENABLED
3778extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc__internal_alias __attribute((visibility("hidden")));
3779extern __typeof (xmlSaveFormatFileEnc) xmlSaveFormatFileEnc __attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
3780#define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
3781#endif
3782
3783#ifdef LIBXML_OUTPUT_ENABLED
3784extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo__internal_alias __attribute((visibility("hidden")));
3785extern __typeof (xmlSaveFormatFileTo) xmlSaveFormatFileTo __attribute((alias("xmlSaveFormatFileTo__internal_alias")));
3786#define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias
3787#endif
3788
3789#ifdef LIBXML_OUTPUT_ENABLED
3790extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape__internal_alias __attribute((visibility("hidden")));
3791extern __typeof (xmlSaveSetAttrEscape) xmlSaveSetAttrEscape __attribute((alias("xmlSaveSetAttrEscape__internal_alias")));
3792#define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias
3793#endif
3794
3795#ifdef LIBXML_OUTPUT_ENABLED
3796extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape__internal_alias __attribute((visibility("hidden")));
3797extern __typeof (xmlSaveSetEscape) xmlSaveSetEscape __attribute((alias("xmlSaveSetEscape__internal_alias")));
3798#define xmlSaveSetEscape xmlSaveSetEscape__internal_alias
3799#endif
3800
3801#ifdef LIBXML_OUTPUT_ENABLED
3802extern __typeof (xmlSaveToFd) xmlSaveToFd__internal_alias __attribute((visibility("hidden")));
3803extern __typeof (xmlSaveToFd) xmlSaveToFd __attribute((alias("xmlSaveToFd__internal_alias")));
3804#define xmlSaveToFd xmlSaveToFd__internal_alias
3805#endif
3806
3807#ifdef LIBXML_OUTPUT_ENABLED
3808extern __typeof (xmlSaveToFilename) xmlSaveToFilename__internal_alias __attribute((visibility("hidden")));
3809extern __typeof (xmlSaveToFilename) xmlSaveToFilename __attribute((alias("xmlSaveToFilename__internal_alias")));
3810#define xmlSaveToFilename xmlSaveToFilename__internal_alias
3811#endif
3812
3813#ifdef LIBXML_OUTPUT_ENABLED
3814extern __typeof (xmlSaveToIO) xmlSaveToIO__internal_alias __attribute((visibility("hidden")));
3815extern __typeof (xmlSaveToIO) xmlSaveToIO __attribute((alias("xmlSaveToIO__internal_alias")));
3816#define xmlSaveToIO xmlSaveToIO__internal_alias
3817#endif
3818
3819#ifdef LIBXML_OUTPUT_ENABLED
3820extern __typeof (xmlSaveTree) xmlSaveTree__internal_alias __attribute((visibility("hidden")));
3821extern __typeof (xmlSaveTree) xmlSaveTree __attribute((alias("xmlSaveTree__internal_alias")));
3822#define xmlSaveTree xmlSaveTree__internal_alias
3823#endif
3824
3825extern __typeof (xmlSaveUri) xmlSaveUri__internal_alias __attribute((visibility("hidden")));
3826extern __typeof (xmlSaveUri) xmlSaveUri __attribute((alias("xmlSaveUri__internal_alias")));
3827#define xmlSaveUri xmlSaveUri__internal_alias
3828
3829extern __typeof (xmlScanName) xmlScanName__internal_alias __attribute((visibility("hidden")));
3830extern __typeof (xmlScanName) xmlScanName __attribute((alias("xmlScanName__internal_alias")));
3831#define xmlScanName xmlScanName__internal_alias
3832
3833#ifdef LIBXML_SCHEMAS_ENABLED
3834extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet__internal_alias __attribute((visibility("hidden")));
3835extern __typeof (xmlSchemaCheckFacet) xmlSchemaCheckFacet __attribute((alias("xmlSchemaCheckFacet__internal_alias")));
3836#define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias
3837#endif
3838
3839#ifdef LIBXML_SCHEMAS_ENABLED
3840extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes__internal_alias __attribute((visibility("hidden")));
3841extern __typeof (xmlSchemaCleanupTypes) xmlSchemaCleanupTypes __attribute((alias("xmlSchemaCleanupTypes__internal_alias")));
3842#define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias
3843#endif
3844
3845#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard01fa6152004-06-29 17:04:39 +00003846extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString__internal_alias __attribute((visibility("hidden")));
3847extern __typeof (xmlSchemaCollapseString) xmlSchemaCollapseString __attribute((alias("xmlSchemaCollapseString__internal_alias")));
3848#define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias
3849#endif
3850
3851#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillarda2351322004-06-27 12:08:10 +00003852extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues__internal_alias __attribute((visibility("hidden")));
3853extern __typeof (xmlSchemaCompareValues) xmlSchemaCompareValues __attribute((alias("xmlSchemaCompareValues__internal_alias")));
3854#define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias
3855#endif
3856
3857#ifdef LIBXML_SCHEMAS_ENABLED
3858#ifdef LIBXML_OUTPUT_ENABLED
3859extern __typeof (xmlSchemaDump) xmlSchemaDump__internal_alias __attribute((visibility("hidden")));
3860extern __typeof (xmlSchemaDump) xmlSchemaDump __attribute((alias("xmlSchemaDump__internal_alias")));
3861#define xmlSchemaDump xmlSchemaDump__internal_alias
3862#endif
3863#endif
3864
3865#ifdef LIBXML_SCHEMAS_ENABLED
3866extern __typeof (xmlSchemaFree) xmlSchemaFree__internal_alias __attribute((visibility("hidden")));
3867extern __typeof (xmlSchemaFree) xmlSchemaFree __attribute((alias("xmlSchemaFree__internal_alias")));
3868#define xmlSchemaFree xmlSchemaFree__internal_alias
3869#endif
3870
3871#ifdef LIBXML_SCHEMAS_ENABLED
3872extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet__internal_alias __attribute((visibility("hidden")));
3873extern __typeof (xmlSchemaFreeFacet) xmlSchemaFreeFacet __attribute((alias("xmlSchemaFreeFacet__internal_alias")));
3874#define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias
3875#endif
3876
3877#ifdef LIBXML_SCHEMAS_ENABLED
3878extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt__internal_alias __attribute((visibility("hidden")));
3879extern __typeof (xmlSchemaFreeParserCtxt) xmlSchemaFreeParserCtxt __attribute((alias("xmlSchemaFreeParserCtxt__internal_alias")));
3880#define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias
3881#endif
3882
3883#ifdef LIBXML_SCHEMAS_ENABLED
3884extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType__internal_alias __attribute((visibility("hidden")));
3885extern __typeof (xmlSchemaFreeType) xmlSchemaFreeType __attribute((alias("xmlSchemaFreeType__internal_alias")));
3886#define xmlSchemaFreeType xmlSchemaFreeType__internal_alias
3887#endif
3888
3889#ifdef LIBXML_SCHEMAS_ENABLED
3890extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt__internal_alias __attribute((visibility("hidden")));
3891extern __typeof (xmlSchemaFreeValidCtxt) xmlSchemaFreeValidCtxt __attribute((alias("xmlSchemaFreeValidCtxt__internal_alias")));
3892#define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias
3893#endif
3894
3895#ifdef LIBXML_SCHEMAS_ENABLED
3896extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue__internal_alias __attribute((visibility("hidden")));
3897extern __typeof (xmlSchemaFreeValue) xmlSchemaFreeValue __attribute((alias("xmlSchemaFreeValue__internal_alias")));
3898#define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias
3899#endif
3900
3901#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard01fa6152004-06-29 17:04:39 +00003902extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard__internal_alias __attribute((visibility("hidden")));
3903extern __typeof (xmlSchemaFreeWildcard) xmlSchemaFreeWildcard __attribute((alias("xmlSchemaFreeWildcard__internal_alias")));
3904#define xmlSchemaFreeWildcard xmlSchemaFreeWildcard__internal_alias
3905#endif
3906
3907#ifdef LIBXML_SCHEMAS_ENABLED
3908extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias __attribute((visibility("hidden")));
3909extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType) xmlSchemaGetBuiltInListSimpleTypeItemType __attribute((alias("xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias")));
3910#define xmlSchemaGetBuiltInListSimpleTypeItemType xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
3911#endif
3912
3913#ifdef LIBXML_SCHEMAS_ENABLED
3914extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType__internal_alias __attribute((visibility("hidden")));
3915extern __typeof (xmlSchemaGetBuiltInType) xmlSchemaGetBuiltInType __attribute((alias("xmlSchemaGetBuiltInType__internal_alias")));
3916#define xmlSchemaGetBuiltInType xmlSchemaGetBuiltInType__internal_alias
3917#endif
3918
3919#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard259f0df2004-08-18 09:13:18 +00003920extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong__internal_alias __attribute((visibility("hidden")));
3921extern __typeof (xmlSchemaGetFacetValueAsULong) xmlSchemaGetFacetValueAsULong __attribute((alias("xmlSchemaGetFacetValueAsULong__internal_alias")));
3922#define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias
3923#endif
3924
3925#ifdef LIBXML_SCHEMAS_ENABLED
3926extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors__internal_alias __attribute((visibility("hidden")));
3927extern __typeof (xmlSchemaGetParserErrors) xmlSchemaGetParserErrors __attribute((alias("xmlSchemaGetParserErrors__internal_alias")));
3928#define xmlSchemaGetParserErrors xmlSchemaGetParserErrors__internal_alias
3929#endif
3930
3931#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillarda2351322004-06-27 12:08:10 +00003932extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType__internal_alias __attribute((visibility("hidden")));
3933extern __typeof (xmlSchemaGetPredefinedType) xmlSchemaGetPredefinedType __attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
3934#define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
3935#endif
3936
3937#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard259f0df2004-08-18 09:13:18 +00003938extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors__internal_alias __attribute((visibility("hidden")));
3939extern __typeof (xmlSchemaGetValidErrors) xmlSchemaGetValidErrors __attribute((alias("xmlSchemaGetValidErrors__internal_alias")));
3940#define xmlSchemaGetValidErrors xmlSchemaGetValidErrors__internal_alias
3941#endif
3942
3943#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillarda2351322004-06-27 12:08:10 +00003944extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes__internal_alias __attribute((visibility("hidden")));
3945extern __typeof (xmlSchemaInitTypes) xmlSchemaInitTypes __attribute((alias("xmlSchemaInitTypes__internal_alias")));
3946#define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias
3947#endif
3948
3949#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard01fa6152004-06-29 17:04:39 +00003950extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet__internal_alias __attribute((visibility("hidden")));
3951extern __typeof (xmlSchemaIsBuiltInTypeFacet) xmlSchemaIsBuiltInTypeFacet __attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
3952#define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias
3953#endif
3954
3955#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillarda2351322004-06-27 12:08:10 +00003956extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt__internal_alias __attribute((visibility("hidden")));
3957extern __typeof (xmlSchemaNewDocParserCtxt) xmlSchemaNewDocParserCtxt __attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias")));
3958#define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias
3959#endif
3960
3961#ifdef LIBXML_SCHEMAS_ENABLED
3962extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet__internal_alias __attribute((visibility("hidden")));
3963extern __typeof (xmlSchemaNewFacet) xmlSchemaNewFacet __attribute((alias("xmlSchemaNewFacet__internal_alias")));
3964#define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias
3965#endif
3966
3967#ifdef LIBXML_SCHEMAS_ENABLED
3968extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt__internal_alias __attribute((visibility("hidden")));
3969extern __typeof (xmlSchemaNewMemParserCtxt) xmlSchemaNewMemParserCtxt __attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias")));
3970#define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias
3971#endif
3972
3973#ifdef LIBXML_SCHEMAS_ENABLED
3974extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt__internal_alias __attribute((visibility("hidden")));
3975extern __typeof (xmlSchemaNewParserCtxt) xmlSchemaNewParserCtxt __attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
3976#define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias
3977#endif
3978
3979#ifdef LIBXML_SCHEMAS_ENABLED
3980extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt__internal_alias __attribute((visibility("hidden")));
3981extern __typeof (xmlSchemaNewValidCtxt) xmlSchemaNewValidCtxt __attribute((alias("xmlSchemaNewValidCtxt__internal_alias")));
3982#define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias
3983#endif
3984
3985#ifdef LIBXML_SCHEMAS_ENABLED
3986extern __typeof (xmlSchemaParse) xmlSchemaParse__internal_alias __attribute((visibility("hidden")));
3987extern __typeof (xmlSchemaParse) xmlSchemaParse __attribute((alias("xmlSchemaParse__internal_alias")));
3988#define xmlSchemaParse xmlSchemaParse__internal_alias
3989#endif
3990
3991#ifdef LIBXML_SCHEMAS_ENABLED
3992extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors__internal_alias __attribute((visibility("hidden")));
3993extern __typeof (xmlSchemaSetParserErrors) xmlSchemaSetParserErrors __attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
3994#define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias
3995#endif
3996
3997#ifdef LIBXML_SCHEMAS_ENABLED
3998extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors__internal_alias __attribute((visibility("hidden")));
3999extern __typeof (xmlSchemaSetValidErrors) xmlSchemaSetValidErrors __attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
4000#define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias
4001#endif
4002
4003#ifdef LIBXML_SCHEMAS_ENABLED
4004extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode__internal_alias __attribute((visibility("hidden")));
4005extern __typeof (xmlSchemaValPredefTypeNode) xmlSchemaValPredefTypeNode __attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
4006#define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
4007#endif
4008
4009#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard259f0df2004-08-18 09:13:18 +00004010extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm__internal_alias __attribute((visibility("hidden")));
4011extern __typeof (xmlSchemaValPredefTypeNodeNoNorm) xmlSchemaValPredefTypeNodeNoNorm __attribute((alias("xmlSchemaValPredefTypeNodeNoNorm__internal_alias")));
4012#define xmlSchemaValPredefTypeNodeNoNorm xmlSchemaValPredefTypeNodeNoNorm__internal_alias
4013#endif
4014
4015#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillarda2351322004-06-27 12:08:10 +00004016extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc__internal_alias __attribute((visibility("hidden")));
4017extern __typeof (xmlSchemaValidateDoc) xmlSchemaValidateDoc __attribute((alias("xmlSchemaValidateDoc__internal_alias")));
4018#define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias
4019#endif
4020
4021#ifdef LIBXML_SCHEMAS_ENABLED
4022extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet__internal_alias __attribute((visibility("hidden")));
4023extern __typeof (xmlSchemaValidateFacet) xmlSchemaValidateFacet __attribute((alias("xmlSchemaValidateFacet__internal_alias")));
4024#define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias
4025#endif
4026
4027#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard259f0df2004-08-18 09:13:18 +00004028extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet__internal_alias __attribute((visibility("hidden")));
4029extern __typeof (xmlSchemaValidateLengthFacet) xmlSchemaValidateLengthFacet __attribute((alias("xmlSchemaValidateLengthFacet__internal_alias")));
4030#define xmlSchemaValidateLengthFacet xmlSchemaValidateLengthFacet__internal_alias
4031#endif
4032
4033#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillard01fa6152004-06-29 17:04:39 +00004034extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet__internal_alias __attribute((visibility("hidden")));
4035extern __typeof (xmlSchemaValidateListSimpleTypeFacet) xmlSchemaValidateListSimpleTypeFacet __attribute((alias("xmlSchemaValidateListSimpleTypeFacet__internal_alias")));
4036#define xmlSchemaValidateListSimpleTypeFacet xmlSchemaValidateListSimpleTypeFacet__internal_alias
4037#endif
4038
4039#ifdef LIBXML_SCHEMAS_ENABLED
Daniel Veillarda2351322004-06-27 12:08:10 +00004040extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType__internal_alias __attribute((visibility("hidden")));
4041extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedType __attribute((alias("xmlSchemaValidatePredefinedType__internal_alias")));
4042#define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias
4043#endif
4044
4045#ifdef LIBXML_SCHEMAS_ENABLED
4046extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alias __attribute((visibility("hidden")));
4047extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((alias("xmlSchemaValidateStream__internal_alias")));
4048#define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias
4049#endif
4050
4051extern __typeof (xmlSearchNs) xmlSearchNs__internal_alias __attribute((visibility("hidden")));
4052extern __typeof (xmlSearchNs) xmlSearchNs __attribute((alias("xmlSearchNs__internal_alias")));
4053#define xmlSearchNs xmlSearchNs__internal_alias
4054
4055extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref__internal_alias __attribute((visibility("hidden")));
4056extern __typeof (xmlSearchNsByHref) xmlSearchNsByHref __attribute((alias("xmlSearchNsByHref__internal_alias")));
4057#define xmlSearchNsByHref xmlSearchNsByHref__internal_alias
4058
4059extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme__internal_alias __attribute((visibility("hidden")));
4060extern __typeof (xmlSetBufferAllocationScheme) xmlSetBufferAllocationScheme __attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
4061#define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias
4062
4063extern __typeof (xmlSetCompressMode) xmlSetCompressMode__internal_alias __attribute((visibility("hidden")));
4064extern __typeof (xmlSetCompressMode) xmlSetCompressMode __attribute((alias("xmlSetCompressMode__internal_alias")));
4065#define xmlSetCompressMode xmlSetCompressMode__internal_alias
4066
4067extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode__internal_alias __attribute((visibility("hidden")));
4068extern __typeof (xmlSetDocCompressMode) xmlSetDocCompressMode __attribute((alias("xmlSetDocCompressMode__internal_alias")));
4069#define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias
4070
4071extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc__internal_alias __attribute((visibility("hidden")));
4072extern __typeof (xmlSetEntityReferenceFunc) xmlSetEntityReferenceFunc __attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
4073#define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias
4074
4075extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader__internal_alias __attribute((visibility("hidden")));
4076extern __typeof (xmlSetExternalEntityLoader) xmlSetExternalEntityLoader __attribute((alias("xmlSetExternalEntityLoader__internal_alias")));
4077#define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias
4078
4079extern __typeof (xmlSetFeature) xmlSetFeature__internal_alias __attribute((visibility("hidden")));
4080extern __typeof (xmlSetFeature) xmlSetFeature __attribute((alias("xmlSetFeature__internal_alias")));
4081#define xmlSetFeature xmlSetFeature__internal_alias
4082
4083extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
4084extern __typeof (xmlSetGenericErrorFunc) xmlSetGenericErrorFunc __attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
4085#define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias
4086
4087extern __typeof (xmlSetListDoc) xmlSetListDoc__internal_alias __attribute((visibility("hidden")));
4088extern __typeof (xmlSetListDoc) xmlSetListDoc __attribute((alias("xmlSetListDoc__internal_alias")));
4089#define xmlSetListDoc xmlSetListDoc__internal_alias
4090
4091extern __typeof (xmlSetNs) xmlSetNs__internal_alias __attribute((visibility("hidden")));
4092extern __typeof (xmlSetNs) xmlSetNs __attribute((alias("xmlSetNs__internal_alias")));
4093#define xmlSetNs xmlSetNs__internal_alias
4094
4095#ifdef LIBXML_TREE_ENABLED
4096extern __typeof (xmlSetNsProp) xmlSetNsProp__internal_alias __attribute((visibility("hidden")));
4097extern __typeof (xmlSetNsProp) xmlSetNsProp __attribute((alias("xmlSetNsProp__internal_alias")));
4098#define xmlSetNsProp xmlSetNsProp__internal_alias
4099#endif
4100
4101#ifdef LIBXML_TREE_ENABLED
4102extern __typeof (xmlSetProp) xmlSetProp__internal_alias __attribute((visibility("hidden")));
4103extern __typeof (xmlSetProp) xmlSetProp __attribute((alias("xmlSetProp__internal_alias")));
4104#define xmlSetProp xmlSetProp__internal_alias
4105#endif
4106
4107extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
4108extern __typeof (xmlSetStructuredErrorFunc) xmlSetStructuredErrorFunc __attribute((alias("xmlSetStructuredErrorFunc__internal_alias")));
4109#define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias
4110
4111extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc__internal_alias __attribute((visibility("hidden")));
4112extern __typeof (xmlSetTreeDoc) xmlSetTreeDoc __attribute((alias("xmlSetTreeDoc__internal_alias")));
4113#define xmlSetTreeDoc xmlSetTreeDoc__internal_alias
4114
4115extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer__internal_alias __attribute((visibility("hidden")));
4116extern __typeof (xmlSetupParserForBuffer) xmlSetupParserForBuffer __attribute((alias("xmlSetupParserForBuffer__internal_alias")));
4117#define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias
4118
4119#ifdef LIBXML_DEBUG_ENABLED
4120extern __typeof (xmlShell) xmlShell__internal_alias __attribute((visibility("hidden")));
4121extern __typeof (xmlShell) xmlShell __attribute((alias("xmlShell__internal_alias")));
4122#define xmlShell xmlShell__internal_alias
4123#endif
4124
4125#ifdef LIBXML_DEBUG_ENABLED
4126extern __typeof (xmlShellBase) xmlShellBase__internal_alias __attribute((visibility("hidden")));
4127extern __typeof (xmlShellBase) xmlShellBase __attribute((alias("xmlShellBase__internal_alias")));
4128#define xmlShellBase xmlShellBase__internal_alias
4129#endif
4130
4131#ifdef LIBXML_DEBUG_ENABLED
4132extern __typeof (xmlShellCat) xmlShellCat__internal_alias __attribute((visibility("hidden")));
4133extern __typeof (xmlShellCat) xmlShellCat __attribute((alias("xmlShellCat__internal_alias")));
4134#define xmlShellCat xmlShellCat__internal_alias
4135#endif
4136
4137#ifdef LIBXML_DEBUG_ENABLED
4138extern __typeof (xmlShellDir) xmlShellDir__internal_alias __attribute((visibility("hidden")));
4139extern __typeof (xmlShellDir) xmlShellDir __attribute((alias("xmlShellDir__internal_alias")));
4140#define xmlShellDir xmlShellDir__internal_alias
4141#endif
4142
4143#ifdef LIBXML_DEBUG_ENABLED
4144extern __typeof (xmlShellDu) xmlShellDu__internal_alias __attribute((visibility("hidden")));
4145extern __typeof (xmlShellDu) xmlShellDu __attribute((alias("xmlShellDu__internal_alias")));
4146#define xmlShellDu xmlShellDu__internal_alias
4147#endif
4148
4149#ifdef LIBXML_DEBUG_ENABLED
4150extern __typeof (xmlShellList) xmlShellList__internal_alias __attribute((visibility("hidden")));
4151extern __typeof (xmlShellList) xmlShellList __attribute((alias("xmlShellList__internal_alias")));
4152#define xmlShellList xmlShellList__internal_alias
4153#endif
4154
4155#ifdef LIBXML_DEBUG_ENABLED
4156extern __typeof (xmlShellLoad) xmlShellLoad__internal_alias __attribute((visibility("hidden")));
4157extern __typeof (xmlShellLoad) xmlShellLoad __attribute((alias("xmlShellLoad__internal_alias")));
4158#define xmlShellLoad xmlShellLoad__internal_alias
4159#endif
4160
4161#ifdef LIBXML_DEBUG_ENABLED
4162extern __typeof (xmlShellPrintNode) xmlShellPrintNode__internal_alias __attribute((visibility("hidden")));
4163extern __typeof (xmlShellPrintNode) xmlShellPrintNode __attribute((alias("xmlShellPrintNode__internal_alias")));
4164#define xmlShellPrintNode xmlShellPrintNode__internal_alias
4165#endif
4166
4167#ifdef LIBXML_DEBUG_ENABLED
4168extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError__internal_alias __attribute((visibility("hidden")));
4169extern __typeof (xmlShellPrintXPathError) xmlShellPrintXPathError __attribute((alias("xmlShellPrintXPathError__internal_alias")));
4170#define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias
4171#endif
4172
4173#ifdef LIBXML_DEBUG_ENABLED
4174extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult__internal_alias __attribute((visibility("hidden")));
4175extern __typeof (xmlShellPrintXPathResult) xmlShellPrintXPathResult __attribute((alias("xmlShellPrintXPathResult__internal_alias")));
4176#define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias
4177#endif
4178
4179#ifdef LIBXML_DEBUG_ENABLED
4180extern __typeof (xmlShellPwd) xmlShellPwd__internal_alias __attribute((visibility("hidden")));
4181extern __typeof (xmlShellPwd) xmlShellPwd __attribute((alias("xmlShellPwd__internal_alias")));
4182#define xmlShellPwd xmlShellPwd__internal_alias
4183#endif
4184
4185#ifdef LIBXML_DEBUG_ENABLED
4186#ifdef LIBXML_OUTPUT_ENABLED
4187extern __typeof (xmlShellSave) xmlShellSave__internal_alias __attribute((visibility("hidden")));
4188extern __typeof (xmlShellSave) xmlShellSave __attribute((alias("xmlShellSave__internal_alias")));
4189#define xmlShellSave xmlShellSave__internal_alias
4190#endif
4191#endif
4192
4193#ifdef LIBXML_DEBUG_ENABLED
4194extern __typeof (xmlShellValidate) xmlShellValidate__internal_alias __attribute((visibility("hidden")));
4195extern __typeof (xmlShellValidate) xmlShellValidate __attribute((alias("xmlShellValidate__internal_alias")));
4196#define xmlShellValidate xmlShellValidate__internal_alias
4197#endif
4198
4199#ifdef LIBXML_DEBUG_ENABLED
4200#ifdef LIBXML_OUTPUT_ENABLED
4201extern __typeof (xmlShellWrite) xmlShellWrite__internal_alias __attribute((visibility("hidden")));
4202extern __typeof (xmlShellWrite) xmlShellWrite __attribute((alias("xmlShellWrite__internal_alias")));
4203#define xmlShellWrite xmlShellWrite__internal_alias
4204#endif
4205#endif
4206
4207extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars__internal_alias __attribute((visibility("hidden")));
4208extern __typeof (xmlSkipBlankChars) xmlSkipBlankChars __attribute((alias("xmlSkipBlankChars__internal_alias")));
4209#define xmlSkipBlankChars xmlSkipBlankChars__internal_alias
4210
4211extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent__internal_alias __attribute((visibility("hidden")));
4212extern __typeof (xmlSnprintfElementContent) xmlSnprintfElementContent __attribute((alias("xmlSnprintfElementContent__internal_alias")));
4213#define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias
4214
4215extern __typeof (xmlSplitQName) xmlSplitQName__internal_alias __attribute((visibility("hidden")));
4216extern __typeof (xmlSplitQName) xmlSplitQName __attribute((alias("xmlSplitQName__internal_alias")));
4217#define xmlSplitQName xmlSplitQName__internal_alias
4218
4219extern __typeof (xmlSplitQName2) xmlSplitQName2__internal_alias __attribute((visibility("hidden")));
4220extern __typeof (xmlSplitQName2) xmlSplitQName2 __attribute((alias("xmlSplitQName2__internal_alias")));
4221#define xmlSplitQName2 xmlSplitQName2__internal_alias
4222
4223extern __typeof (xmlSplitQName3) xmlSplitQName3__internal_alias __attribute((visibility("hidden")));
4224extern __typeof (xmlSplitQName3) xmlSplitQName3 __attribute((alias("xmlSplitQName3__internal_alias")));
4225#define xmlSplitQName3 xmlSplitQName3__internal_alias
4226
4227extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent__internal_alias __attribute((visibility("hidden")));
4228extern __typeof (xmlSprintfElementContent) xmlSprintfElementContent __attribute((alias("xmlSprintfElementContent__internal_alias")));
4229#define xmlSprintfElementContent xmlSprintfElementContent__internal_alias
4230
4231extern __typeof (xmlStopParser) xmlStopParser__internal_alias __attribute((visibility("hidden")));
4232extern __typeof (xmlStopParser) xmlStopParser __attribute((alias("xmlStopParser__internal_alias")));
4233#define xmlStopParser xmlStopParser__internal_alias
4234
4235extern __typeof (xmlStrEqual) xmlStrEqual__internal_alias __attribute((visibility("hidden")));
4236extern __typeof (xmlStrEqual) xmlStrEqual __attribute((alias("xmlStrEqual__internal_alias")));
4237#define xmlStrEqual xmlStrEqual__internal_alias
4238
4239extern __typeof (xmlStrPrintf) xmlStrPrintf__internal_alias __attribute((visibility("hidden")));
4240extern __typeof (xmlStrPrintf) xmlStrPrintf __attribute((alias("xmlStrPrintf__internal_alias")));
4241#define xmlStrPrintf xmlStrPrintf__internal_alias
4242
4243extern __typeof (xmlStrQEqual) xmlStrQEqual__internal_alias __attribute((visibility("hidden")));
4244extern __typeof (xmlStrQEqual) xmlStrQEqual __attribute((alias("xmlStrQEqual__internal_alias")));
4245#define xmlStrQEqual xmlStrQEqual__internal_alias
4246
4247extern __typeof (xmlStrVPrintf) xmlStrVPrintf__internal_alias __attribute((visibility("hidden")));
4248extern __typeof (xmlStrVPrintf) xmlStrVPrintf __attribute((alias("xmlStrVPrintf__internal_alias")));
4249#define xmlStrVPrintf xmlStrVPrintf__internal_alias
4250
4251extern __typeof (xmlStrcasecmp) xmlStrcasecmp__internal_alias __attribute((visibility("hidden")));
4252extern __typeof (xmlStrcasecmp) xmlStrcasecmp __attribute((alias("xmlStrcasecmp__internal_alias")));
4253#define xmlStrcasecmp xmlStrcasecmp__internal_alias
4254
4255extern __typeof (xmlStrcasestr) xmlStrcasestr__internal_alias __attribute((visibility("hidden")));
4256extern __typeof (xmlStrcasestr) xmlStrcasestr __attribute((alias("xmlStrcasestr__internal_alias")));
4257#define xmlStrcasestr xmlStrcasestr__internal_alias
4258
4259extern __typeof (xmlStrcat) xmlStrcat__internal_alias __attribute((visibility("hidden")));
4260extern __typeof (xmlStrcat) xmlStrcat __attribute((alias("xmlStrcat__internal_alias")));
4261#define xmlStrcat xmlStrcat__internal_alias
4262
4263extern __typeof (xmlStrchr) xmlStrchr__internal_alias __attribute((visibility("hidden")));
4264extern __typeof (xmlStrchr) xmlStrchr __attribute((alias("xmlStrchr__internal_alias")));
4265#define xmlStrchr xmlStrchr__internal_alias
4266
4267extern __typeof (xmlStrcmp) xmlStrcmp__internal_alias __attribute((visibility("hidden")));
4268extern __typeof (xmlStrcmp) xmlStrcmp __attribute((alias("xmlStrcmp__internal_alias")));
4269#define xmlStrcmp xmlStrcmp__internal_alias
4270
4271extern __typeof (xmlStrdup) xmlStrdup__internal_alias __attribute((visibility("hidden")));
4272extern __typeof (xmlStrdup) xmlStrdup __attribute((alias("xmlStrdup__internal_alias")));
4273#define xmlStrdup xmlStrdup__internal_alias
4274
4275extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar__internal_alias __attribute((visibility("hidden")));
4276extern __typeof (xmlStringCurrentChar) xmlStringCurrentChar __attribute((alias("xmlStringCurrentChar__internal_alias")));
4277#define xmlStringCurrentChar xmlStringCurrentChar__internal_alias
4278
4279extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities__internal_alias __attribute((visibility("hidden")));
4280extern __typeof (xmlStringDecodeEntities) xmlStringDecodeEntities __attribute((alias("xmlStringDecodeEntities__internal_alias")));
4281#define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias
4282
4283extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList__internal_alias __attribute((visibility("hidden")));
4284extern __typeof (xmlStringGetNodeList) xmlStringGetNodeList __attribute((alias("xmlStringGetNodeList__internal_alias")));
4285#define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
4286
4287extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities__internal_alias __attribute((visibility("hidden")));
4288extern __typeof (xmlStringLenDecodeEntities) xmlStringLenDecodeEntities __attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
4289#define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
4290
4291extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList__internal_alias __attribute((visibility("hidden")));
4292extern __typeof (xmlStringLenGetNodeList) xmlStringLenGetNodeList __attribute((alias("xmlStringLenGetNodeList__internal_alias")));
4293#define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias
4294
4295extern __typeof (xmlStrlen) xmlStrlen__internal_alias __attribute((visibility("hidden")));
4296extern __typeof (xmlStrlen) xmlStrlen __attribute((alias("xmlStrlen__internal_alias")));
4297#define xmlStrlen xmlStrlen__internal_alias
4298
4299extern __typeof (xmlStrncasecmp) xmlStrncasecmp__internal_alias __attribute((visibility("hidden")));
4300extern __typeof (xmlStrncasecmp) xmlStrncasecmp __attribute((alias("xmlStrncasecmp__internal_alias")));
4301#define xmlStrncasecmp xmlStrncasecmp__internal_alias
4302
4303extern __typeof (xmlStrncat) xmlStrncat__internal_alias __attribute((visibility("hidden")));
4304extern __typeof (xmlStrncat) xmlStrncat __attribute((alias("xmlStrncat__internal_alias")));
4305#define xmlStrncat xmlStrncat__internal_alias
4306
4307extern __typeof (xmlStrncatNew) xmlStrncatNew__internal_alias __attribute((visibility("hidden")));
4308extern __typeof (xmlStrncatNew) xmlStrncatNew __attribute((alias("xmlStrncatNew__internal_alias")));
4309#define xmlStrncatNew xmlStrncatNew__internal_alias
4310
4311extern __typeof (xmlStrncmp) xmlStrncmp__internal_alias __attribute((visibility("hidden")));
4312extern __typeof (xmlStrncmp) xmlStrncmp __attribute((alias("xmlStrncmp__internal_alias")));
4313#define xmlStrncmp xmlStrncmp__internal_alias
4314
4315extern __typeof (xmlStrndup) xmlStrndup__internal_alias __attribute((visibility("hidden")));
4316extern __typeof (xmlStrndup) xmlStrndup __attribute((alias("xmlStrndup__internal_alias")));
4317#define xmlStrndup xmlStrndup__internal_alias
4318
4319extern __typeof (xmlStrstr) xmlStrstr__internal_alias __attribute((visibility("hidden")));
4320extern __typeof (xmlStrstr) xmlStrstr __attribute((alias("xmlStrstr__internal_alias")));
4321#define xmlStrstr xmlStrstr__internal_alias
4322
4323extern __typeof (xmlStrsub) xmlStrsub__internal_alias __attribute((visibility("hidden")));
4324extern __typeof (xmlStrsub) xmlStrsub __attribute((alias("xmlStrsub__internal_alias")));
4325#define xmlStrsub xmlStrsub__internal_alias
4326
4327extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault__internal_alias __attribute((visibility("hidden")));
4328extern __typeof (xmlSubstituteEntitiesDefault) xmlSubstituteEntitiesDefault __attribute((alias("xmlSubstituteEntitiesDefault__internal_alias")));
4329#define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias
4330
4331extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding__internal_alias __attribute((visibility("hidden")));
4332extern __typeof (xmlSwitchEncoding) xmlSwitchEncoding __attribute((alias("xmlSwitchEncoding__internal_alias")));
4333#define xmlSwitchEncoding xmlSwitchEncoding__internal_alias
4334
4335extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding__internal_alias __attribute((visibility("hidden")));
4336extern __typeof (xmlSwitchInputEncoding) xmlSwitchInputEncoding __attribute((alias("xmlSwitchInputEncoding__internal_alias")));
4337#define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias
4338
4339extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding__internal_alias __attribute((visibility("hidden")));
4340extern __typeof (xmlSwitchToEncoding) xmlSwitchToEncoding __attribute((alias("xmlSwitchToEncoding__internal_alias")));
4341#define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias
4342
4343extern __typeof (xmlTextConcat) xmlTextConcat__internal_alias __attribute((visibility("hidden")));
4344extern __typeof (xmlTextConcat) xmlTextConcat __attribute((alias("xmlTextConcat__internal_alias")));
4345#define xmlTextConcat xmlTextConcat__internal_alias
4346
4347extern __typeof (xmlTextMerge) xmlTextMerge__internal_alias __attribute((visibility("hidden")));
4348extern __typeof (xmlTextMerge) xmlTextMerge __attribute((alias("xmlTextMerge__internal_alias")));
4349#define xmlTextMerge xmlTextMerge__internal_alias
4350
4351#ifdef LIBXML_READER_ENABLED
4352extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount__internal_alias __attribute((visibility("hidden")));
4353extern __typeof (xmlTextReaderAttributeCount) xmlTextReaderAttributeCount __attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
4354#define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
4355#endif
4356
4357#ifdef LIBXML_READER_ENABLED
4358extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri__internal_alias __attribute((visibility("hidden")));
4359extern __typeof (xmlTextReaderBaseUri) xmlTextReaderBaseUri __attribute((alias("xmlTextReaderBaseUri__internal_alias")));
4360#define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias
4361#endif
4362
4363#ifdef LIBXML_READER_ENABLED
4364extern __typeof (xmlTextReaderClose) xmlTextReaderClose__internal_alias __attribute((visibility("hidden")));
4365extern __typeof (xmlTextReaderClose) xmlTextReaderClose __attribute((alias("xmlTextReaderClose__internal_alias")));
4366#define xmlTextReaderClose xmlTextReaderClose__internal_alias
4367#endif
4368
4369#ifdef LIBXML_READER_ENABLED
4370extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri__internal_alias __attribute((visibility("hidden")));
4371extern __typeof (xmlTextReaderConstBaseUri) xmlTextReaderConstBaseUri __attribute((alias("xmlTextReaderConstBaseUri__internal_alias")));
4372#define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias
4373#endif
4374
4375#ifdef LIBXML_READER_ENABLED
4376extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName__internal_alias __attribute((visibility("hidden")));
4377extern __typeof (xmlTextReaderConstLocalName) xmlTextReaderConstLocalName __attribute((alias("xmlTextReaderConstLocalName__internal_alias")));
4378#define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias
4379#endif
4380
4381#ifdef LIBXML_READER_ENABLED
4382extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName__internal_alias __attribute((visibility("hidden")));
4383extern __typeof (xmlTextReaderConstName) xmlTextReaderConstName __attribute((alias("xmlTextReaderConstName__internal_alias")));
4384#define xmlTextReaderConstName xmlTextReaderConstName__internal_alias
4385#endif
4386
4387#ifdef LIBXML_READER_ENABLED
4388extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri__internal_alias __attribute((visibility("hidden")));
4389extern __typeof (xmlTextReaderConstNamespaceUri) xmlTextReaderConstNamespaceUri __attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias")));
4390#define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias
4391#endif
4392
4393#ifdef LIBXML_READER_ENABLED
4394extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix__internal_alias __attribute((visibility("hidden")));
4395extern __typeof (xmlTextReaderConstPrefix) xmlTextReaderConstPrefix __attribute((alias("xmlTextReaderConstPrefix__internal_alias")));
4396#define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias
4397#endif
4398
4399#ifdef LIBXML_READER_ENABLED
4400extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString__internal_alias __attribute((visibility("hidden")));
4401extern __typeof (xmlTextReaderConstString) xmlTextReaderConstString __attribute((alias("xmlTextReaderConstString__internal_alias")));
4402#define xmlTextReaderConstString xmlTextReaderConstString__internal_alias
4403#endif
4404
4405#ifdef LIBXML_READER_ENABLED
4406extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue__internal_alias __attribute((visibility("hidden")));
4407extern __typeof (xmlTextReaderConstValue) xmlTextReaderConstValue __attribute((alias("xmlTextReaderConstValue__internal_alias")));
4408#define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias
4409#endif
4410
4411#ifdef LIBXML_READER_ENABLED
4412extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang__internal_alias __attribute((visibility("hidden")));
4413extern __typeof (xmlTextReaderConstXmlLang) xmlTextReaderConstXmlLang __attribute((alias("xmlTextReaderConstXmlLang__internal_alias")));
4414#define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias
4415#endif
4416
4417#ifdef LIBXML_READER_ENABLED
4418extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc__internal_alias __attribute((visibility("hidden")));
4419extern __typeof (xmlTextReaderCurrentDoc) xmlTextReaderCurrentDoc __attribute((alias("xmlTextReaderCurrentDoc__internal_alias")));
4420#define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias
4421#endif
4422
4423#ifdef LIBXML_READER_ENABLED
4424extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode__internal_alias __attribute((visibility("hidden")));
4425extern __typeof (xmlTextReaderCurrentNode) xmlTextReaderCurrentNode __attribute((alias("xmlTextReaderCurrentNode__internal_alias")));
4426#define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias
4427#endif
4428
4429#ifdef LIBXML_READER_ENABLED
4430extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth__internal_alias __attribute((visibility("hidden")));
4431extern __typeof (xmlTextReaderDepth) xmlTextReaderDepth __attribute((alias("xmlTextReaderDepth__internal_alias")));
4432#define xmlTextReaderDepth xmlTextReaderDepth__internal_alias
4433#endif
4434
4435#ifdef LIBXML_READER_ENABLED
4436extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand__internal_alias __attribute((visibility("hidden")));
4437extern __typeof (xmlTextReaderExpand) xmlTextReaderExpand __attribute((alias("xmlTextReaderExpand__internal_alias")));
4438#define xmlTextReaderExpand xmlTextReaderExpand__internal_alias
4439#endif
4440
4441#ifdef LIBXML_READER_ENABLED
4442extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute__internal_alias __attribute((visibility("hidden")));
4443extern __typeof (xmlTextReaderGetAttribute) xmlTextReaderGetAttribute __attribute((alias("xmlTextReaderGetAttribute__internal_alias")));
4444#define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias
4445#endif
4446
4447#ifdef LIBXML_READER_ENABLED
4448extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo__internal_alias __attribute((visibility("hidden")));
4449extern __typeof (xmlTextReaderGetAttributeNo) xmlTextReaderGetAttributeNo __attribute((alias("xmlTextReaderGetAttributeNo__internal_alias")));
4450#define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias
4451#endif
4452
4453#ifdef LIBXML_READER_ENABLED
4454extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs__internal_alias __attribute((visibility("hidden")));
4455extern __typeof (xmlTextReaderGetAttributeNs) xmlTextReaderGetAttributeNs __attribute((alias("xmlTextReaderGetAttributeNs__internal_alias")));
4456#define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias
4457#endif
4458
4459#ifdef LIBXML_READER_ENABLED
4460extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler__internal_alias __attribute((visibility("hidden")));
4461extern __typeof (xmlTextReaderGetErrorHandler) xmlTextReaderGetErrorHandler __attribute((alias("xmlTextReaderGetErrorHandler__internal_alias")));
4462#define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias
4463#endif
4464
4465#ifdef LIBXML_READER_ENABLED
4466extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp__internal_alias __attribute((visibility("hidden")));
4467extern __typeof (xmlTextReaderGetParserProp) xmlTextReaderGetParserProp __attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
4468#define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias
4469#endif
4470
4471#ifdef LIBXML_READER_ENABLED
4472extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder__internal_alias __attribute((visibility("hidden")));
4473extern __typeof (xmlTextReaderGetRemainder) xmlTextReaderGetRemainder __attribute((alias("xmlTextReaderGetRemainder__internal_alias")));
4474#define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias
4475#endif
4476
4477#ifdef LIBXML_READER_ENABLED
4478extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes__internal_alias __attribute((visibility("hidden")));
4479extern __typeof (xmlTextReaderHasAttributes) xmlTextReaderHasAttributes __attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
4480#define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias
4481#endif
4482
4483#ifdef LIBXML_READER_ENABLED
4484extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue__internal_alias __attribute((visibility("hidden")));
4485extern __typeof (xmlTextReaderHasValue) xmlTextReaderHasValue __attribute((alias("xmlTextReaderHasValue__internal_alias")));
4486#define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias
4487#endif
4488
4489#ifdef LIBXML_READER_ENABLED
4490extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault__internal_alias __attribute((visibility("hidden")));
4491extern __typeof (xmlTextReaderIsDefault) xmlTextReaderIsDefault __attribute((alias("xmlTextReaderIsDefault__internal_alias")));
4492#define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias
4493#endif
4494
4495#ifdef LIBXML_READER_ENABLED
4496extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement__internal_alias __attribute((visibility("hidden")));
4497extern __typeof (xmlTextReaderIsEmptyElement) xmlTextReaderIsEmptyElement __attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
4498#define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
4499#endif
4500
4501#ifdef LIBXML_READER_ENABLED
4502extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid__internal_alias __attribute((visibility("hidden")));
4503extern __typeof (xmlTextReaderIsValid) xmlTextReaderIsValid __attribute((alias("xmlTextReaderIsValid__internal_alias")));
4504#define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias
4505#endif
4506
4507#ifdef LIBXML_READER_ENABLED
4508extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName__internal_alias __attribute((visibility("hidden")));
4509extern __typeof (xmlTextReaderLocalName) xmlTextReaderLocalName __attribute((alias("xmlTextReaderLocalName__internal_alias")));
4510#define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias
4511#endif
4512
4513#ifdef LIBXML_READER_ENABLED
4514extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI__internal_alias __attribute((visibility("hidden")));
4515extern __typeof (xmlTextReaderLocatorBaseURI) xmlTextReaderLocatorBaseURI __attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias")));
4516#define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias
4517#endif
4518
4519#ifdef LIBXML_READER_ENABLED
4520extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber__internal_alias __attribute((visibility("hidden")));
4521extern __typeof (xmlTextReaderLocatorLineNumber) xmlTextReaderLocatorLineNumber __attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias")));
4522#define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias
4523#endif
4524
4525#ifdef LIBXML_READER_ENABLED
4526extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace__internal_alias __attribute((visibility("hidden")));
4527extern __typeof (xmlTextReaderLookupNamespace) xmlTextReaderLookupNamespace __attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
4528#define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias
4529#endif
4530
4531#ifdef LIBXML_READER_ENABLED
4532extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute__internal_alias __attribute((visibility("hidden")));
4533extern __typeof (xmlTextReaderMoveToAttribute) xmlTextReaderMoveToAttribute __attribute((alias("xmlTextReaderMoveToAttribute__internal_alias")));
4534#define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias
4535#endif
4536
4537#ifdef LIBXML_READER_ENABLED
4538extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo__internal_alias __attribute((visibility("hidden")));
4539extern __typeof (xmlTextReaderMoveToAttributeNo) xmlTextReaderMoveToAttributeNo __attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias")));
4540#define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias
4541#endif
4542
4543#ifdef LIBXML_READER_ENABLED
4544extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs__internal_alias __attribute((visibility("hidden")));
4545extern __typeof (xmlTextReaderMoveToAttributeNs) xmlTextReaderMoveToAttributeNs __attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias")));
4546#define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias
4547#endif
4548
4549#ifdef LIBXML_READER_ENABLED
4550extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement__internal_alias __attribute((visibility("hidden")));
4551extern __typeof (xmlTextReaderMoveToElement) xmlTextReaderMoveToElement __attribute((alias("xmlTextReaderMoveToElement__internal_alias")));
4552#define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias
4553#endif
4554
4555#ifdef LIBXML_READER_ENABLED
4556extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute__internal_alias __attribute((visibility("hidden")));
4557extern __typeof (xmlTextReaderMoveToFirstAttribute) xmlTextReaderMoveToFirstAttribute __attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
4558#define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
4559#endif
4560
4561#ifdef LIBXML_READER_ENABLED
4562extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute__internal_alias __attribute((visibility("hidden")));
4563extern __typeof (xmlTextReaderMoveToNextAttribute) xmlTextReaderMoveToNextAttribute __attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
4564#define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias
4565#endif
4566
4567#ifdef LIBXML_READER_ENABLED
4568extern __typeof (xmlTextReaderName) xmlTextReaderName__internal_alias __attribute((visibility("hidden")));
4569extern __typeof (xmlTextReaderName) xmlTextReaderName __attribute((alias("xmlTextReaderName__internal_alias")));
4570#define xmlTextReaderName xmlTextReaderName__internal_alias
4571#endif
4572
4573#ifdef LIBXML_READER_ENABLED
4574extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri__internal_alias __attribute((visibility("hidden")));
4575extern __typeof (xmlTextReaderNamespaceUri) xmlTextReaderNamespaceUri __attribute((alias("xmlTextReaderNamespaceUri__internal_alias")));
4576#define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias
4577#endif
4578
4579#ifdef LIBXML_READER_ENABLED
4580extern __typeof (xmlTextReaderNext) xmlTextReaderNext__internal_alias __attribute((visibility("hidden")));
4581extern __typeof (xmlTextReaderNext) xmlTextReaderNext __attribute((alias("xmlTextReaderNext__internal_alias")));
4582#define xmlTextReaderNext xmlTextReaderNext__internal_alias
4583#endif
4584
4585#ifdef LIBXML_READER_ENABLED
4586extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling__internal_alias __attribute((visibility("hidden")));
4587extern __typeof (xmlTextReaderNextSibling) xmlTextReaderNextSibling __attribute((alias("xmlTextReaderNextSibling__internal_alias")));
4588#define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias
4589#endif
4590
4591#ifdef LIBXML_READER_ENABLED
4592extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType__internal_alias __attribute((visibility("hidden")));
4593extern __typeof (xmlTextReaderNodeType) xmlTextReaderNodeType __attribute((alias("xmlTextReaderNodeType__internal_alias")));
4594#define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias
4595#endif
4596
4597#ifdef LIBXML_READER_ENABLED
4598extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization__internal_alias __attribute((visibility("hidden")));
4599extern __typeof (xmlTextReaderNormalization) xmlTextReaderNormalization __attribute((alias("xmlTextReaderNormalization__internal_alias")));
4600#define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias
4601#endif
4602
4603#ifdef LIBXML_READER_ENABLED
4604extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix__internal_alias __attribute((visibility("hidden")));
4605extern __typeof (xmlTextReaderPrefix) xmlTextReaderPrefix __attribute((alias("xmlTextReaderPrefix__internal_alias")));
4606#define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias
4607#endif
4608
4609#ifdef LIBXML_READER_ENABLED
4610extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve__internal_alias __attribute((visibility("hidden")));
4611extern __typeof (xmlTextReaderPreserve) xmlTextReaderPreserve __attribute((alias("xmlTextReaderPreserve__internal_alias")));
4612#define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias
4613#endif
4614
4615#ifdef LIBXML_READER_ENABLED
4616extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern__internal_alias __attribute((visibility("hidden")));
4617extern __typeof (xmlTextReaderPreservePattern) xmlTextReaderPreservePattern __attribute((alias("xmlTextReaderPreservePattern__internal_alias")));
4618#define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias
4619#endif
4620
4621#ifdef LIBXML_READER_ENABLED
4622extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar__internal_alias __attribute((visibility("hidden")));
4623extern __typeof (xmlTextReaderQuoteChar) xmlTextReaderQuoteChar __attribute((alias("xmlTextReaderQuoteChar__internal_alias")));
4624#define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias
4625#endif
4626
4627#ifdef LIBXML_READER_ENABLED
4628extern __typeof (xmlTextReaderRead) xmlTextReaderRead__internal_alias __attribute((visibility("hidden")));
4629extern __typeof (xmlTextReaderRead) xmlTextReaderRead __attribute((alias("xmlTextReaderRead__internal_alias")));
4630#define xmlTextReaderRead xmlTextReaderRead__internal_alias
4631#endif
4632
4633#ifdef LIBXML_READER_ENABLED
4634extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue__internal_alias __attribute((visibility("hidden")));
4635extern __typeof (xmlTextReaderReadAttributeValue) xmlTextReaderReadAttributeValue __attribute((alias("xmlTextReaderReadAttributeValue__internal_alias")));
4636#define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias
4637#endif
4638
4639#ifdef LIBXML_READER_ENABLED
4640extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml__internal_alias __attribute((visibility("hidden")));
4641extern __typeof (xmlTextReaderReadInnerXml) xmlTextReaderReadInnerXml __attribute((alias("xmlTextReaderReadInnerXml__internal_alias")));
4642#define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias
4643#endif
4644
4645#ifdef LIBXML_READER_ENABLED
4646extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml__internal_alias __attribute((visibility("hidden")));
4647extern __typeof (xmlTextReaderReadOuterXml) xmlTextReaderReadOuterXml __attribute((alias("xmlTextReaderReadOuterXml__internal_alias")));
4648#define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias
4649#endif
4650
4651#ifdef LIBXML_READER_ENABLED
4652extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState__internal_alias __attribute((visibility("hidden")));
4653extern __typeof (xmlTextReaderReadState) xmlTextReaderReadState __attribute((alias("xmlTextReaderReadState__internal_alias")));
4654#define xmlTextReaderReadState xmlTextReaderReadState__internal_alias
4655#endif
4656
4657#ifdef LIBXML_READER_ENABLED
4658extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString__internal_alias __attribute((visibility("hidden")));
4659extern __typeof (xmlTextReaderReadString) xmlTextReaderReadString __attribute((alias("xmlTextReaderReadString__internal_alias")));
4660#define xmlTextReaderReadString xmlTextReaderReadString__internal_alias
4661#endif
4662
4663#ifdef LIBXML_READER_ENABLED
4664#ifdef LIBXML_SCHEMAS_ENABLED
4665extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema__internal_alias __attribute((visibility("hidden")));
4666extern __typeof (xmlTextReaderRelaxNGSetSchema) xmlTextReaderRelaxNGSetSchema __attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias")));
4667#define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias
4668#endif
4669#endif
4670
4671#ifdef LIBXML_READER_ENABLED
4672#ifdef LIBXML_SCHEMAS_ENABLED
4673extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__internal_alias __attribute((visibility("hidden")));
4674extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate __attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias")));
4675#define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias
4676#endif
4677#endif
4678
4679#ifdef LIBXML_READER_ENABLED
4680extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler__internal_alias __attribute((visibility("hidden")));
4681extern __typeof (xmlTextReaderSetErrorHandler) xmlTextReaderSetErrorHandler __attribute((alias("xmlTextReaderSetErrorHandler__internal_alias")));
4682#define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias
4683#endif
4684
4685#ifdef LIBXML_READER_ENABLED
4686extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp__internal_alias __attribute((visibility("hidden")));
4687extern __typeof (xmlTextReaderSetParserProp) xmlTextReaderSetParserProp __attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
4688#define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
4689#endif
4690
4691#ifdef LIBXML_READER_ENABLED
4692extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler__internal_alias __attribute((visibility("hidden")));
4693extern __typeof (xmlTextReaderSetStructuredErrorHandler) xmlTextReaderSetStructuredErrorHandler __attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias")));
4694#define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias
4695#endif
4696
4697#ifdef LIBXML_READER_ENABLED
4698extern __typeof (xmlTextReaderValue) xmlTextReaderValue__internal_alias __attribute((visibility("hidden")));
4699extern __typeof (xmlTextReaderValue) xmlTextReaderValue __attribute((alias("xmlTextReaderValue__internal_alias")));
4700#define xmlTextReaderValue xmlTextReaderValue__internal_alias
4701#endif
4702
4703#ifdef LIBXML_READER_ENABLED
4704extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang__internal_alias __attribute((visibility("hidden")));
4705extern __typeof (xmlTextReaderXmlLang) xmlTextReaderXmlLang __attribute((alias("xmlTextReaderXmlLang__internal_alias")));
4706#define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias
4707#endif
4708
4709#ifdef LIBXML_WRITER_ENABLED
4710extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute__internal_alias __attribute((visibility("hidden")));
4711extern __typeof (xmlTextWriterEndAttribute) xmlTextWriterEndAttribute __attribute((alias("xmlTextWriterEndAttribute__internal_alias")));
4712#define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias
4713#endif
4714
4715#ifdef LIBXML_WRITER_ENABLED
4716extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA__internal_alias __attribute((visibility("hidden")));
4717extern __typeof (xmlTextWriterEndCDATA) xmlTextWriterEndCDATA __attribute((alias("xmlTextWriterEndCDATA__internal_alias")));
4718#define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias
4719#endif
4720
4721#ifdef LIBXML_WRITER_ENABLED
4722extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment__internal_alias __attribute((visibility("hidden")));
4723extern __typeof (xmlTextWriterEndComment) xmlTextWriterEndComment __attribute((alias("xmlTextWriterEndComment__internal_alias")));
4724#define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias
4725#endif
4726
4727#ifdef LIBXML_WRITER_ENABLED
4728extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD__internal_alias __attribute((visibility("hidden")));
4729extern __typeof (xmlTextWriterEndDTD) xmlTextWriterEndDTD __attribute((alias("xmlTextWriterEndDTD__internal_alias")));
4730#define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias
4731#endif
4732
4733#ifdef LIBXML_WRITER_ENABLED
4734extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist__internal_alias __attribute((visibility("hidden")));
4735extern __typeof (xmlTextWriterEndDTDAttlist) xmlTextWriterEndDTDAttlist __attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias")));
4736#define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias
4737#endif
4738
4739#ifdef LIBXML_WRITER_ENABLED
4740extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement__internal_alias __attribute((visibility("hidden")));
4741extern __typeof (xmlTextWriterEndDTDElement) xmlTextWriterEndDTDElement __attribute((alias("xmlTextWriterEndDTDElement__internal_alias")));
4742#define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias
4743#endif
4744
4745#ifdef LIBXML_WRITER_ENABLED
4746extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity__internal_alias __attribute((visibility("hidden")));
4747extern __typeof (xmlTextWriterEndDTDEntity) xmlTextWriterEndDTDEntity __attribute((alias("xmlTextWriterEndDTDEntity__internal_alias")));
4748#define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias
4749#endif
4750
4751#ifdef LIBXML_WRITER_ENABLED
4752extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument__internal_alias __attribute((visibility("hidden")));
4753extern __typeof (xmlTextWriterEndDocument) xmlTextWriterEndDocument __attribute((alias("xmlTextWriterEndDocument__internal_alias")));
4754#define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias
4755#endif
4756
4757#ifdef LIBXML_WRITER_ENABLED
4758extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement__internal_alias __attribute((visibility("hidden")));
4759extern __typeof (xmlTextWriterEndElement) xmlTextWriterEndElement __attribute((alias("xmlTextWriterEndElement__internal_alias")));
4760#define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias
4761#endif
4762
4763#ifdef LIBXML_WRITER_ENABLED
4764extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI__internal_alias __attribute((visibility("hidden")));
4765extern __typeof (xmlTextWriterEndPI) xmlTextWriterEndPI __attribute((alias("xmlTextWriterEndPI__internal_alias")));
4766#define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias
4767#endif
4768
4769#ifdef LIBXML_WRITER_ENABLED
4770extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush__internal_alias __attribute((visibility("hidden")));
4771extern __typeof (xmlTextWriterFlush) xmlTextWriterFlush __attribute((alias("xmlTextWriterFlush__internal_alias")));
4772#define xmlTextWriterFlush xmlTextWriterFlush__internal_alias
4773#endif
4774
4775#ifdef LIBXML_WRITER_ENABLED
4776extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement__internal_alias __attribute((visibility("hidden")));
4777extern __typeof (xmlTextWriterFullEndElement) xmlTextWriterFullEndElement __attribute((alias("xmlTextWriterFullEndElement__internal_alias")));
4778#define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias
4779#endif
4780
4781#ifdef LIBXML_WRITER_ENABLED
4782extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent__internal_alias __attribute((visibility("hidden")));
4783extern __typeof (xmlTextWriterSetIndent) xmlTextWriterSetIndent __attribute((alias("xmlTextWriterSetIndent__internal_alias")));
4784#define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias
4785#endif
4786
4787#ifdef LIBXML_WRITER_ENABLED
4788extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__internal_alias __attribute((visibility("hidden")));
4789extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString __attribute((alias("xmlTextWriterSetIndentString__internal_alias")));
4790#define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias
4791#endif
4792
4793#ifdef LIBXML_WRITER_ENABLED
4794extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__internal_alias __attribute((visibility("hidden")));
4795extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attribute((alias("xmlTextWriterStartAttribute__internal_alias")));
4796#define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias
4797#endif
4798
4799#ifdef LIBXML_WRITER_ENABLED
4800extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS__internal_alias __attribute((visibility("hidden")));
4801extern __typeof (xmlTextWriterStartAttributeNS) xmlTextWriterStartAttributeNS __attribute((alias("xmlTextWriterStartAttributeNS__internal_alias")));
4802#define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias
4803#endif
4804
4805#ifdef LIBXML_WRITER_ENABLED
4806extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA__internal_alias __attribute((visibility("hidden")));
4807extern __typeof (xmlTextWriterStartCDATA) xmlTextWriterStartCDATA __attribute((alias("xmlTextWriterStartCDATA__internal_alias")));
4808#define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias
4809#endif
4810
4811#ifdef LIBXML_WRITER_ENABLED
4812extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment__internal_alias __attribute((visibility("hidden")));
4813extern __typeof (xmlTextWriterStartComment) xmlTextWriterStartComment __attribute((alias("xmlTextWriterStartComment__internal_alias")));
4814#define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias
4815#endif
4816
4817#ifdef LIBXML_WRITER_ENABLED
4818extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD__internal_alias __attribute((visibility("hidden")));
4819extern __typeof (xmlTextWriterStartDTD) xmlTextWriterStartDTD __attribute((alias("xmlTextWriterStartDTD__internal_alias")));
4820#define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias
4821#endif
4822
4823#ifdef LIBXML_WRITER_ENABLED
4824extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist__internal_alias __attribute((visibility("hidden")));
4825extern __typeof (xmlTextWriterStartDTDAttlist) xmlTextWriterStartDTDAttlist __attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias")));
4826#define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias
4827#endif
4828
4829#ifdef LIBXML_WRITER_ENABLED
4830extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement__internal_alias __attribute((visibility("hidden")));
4831extern __typeof (xmlTextWriterStartDTDElement) xmlTextWriterStartDTDElement __attribute((alias("xmlTextWriterStartDTDElement__internal_alias")));
4832#define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias
4833#endif
4834
4835#ifdef LIBXML_WRITER_ENABLED
4836extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity__internal_alias __attribute((visibility("hidden")));
4837extern __typeof (xmlTextWriterStartDTDEntity) xmlTextWriterStartDTDEntity __attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
4838#define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias
4839#endif
4840
4841#ifdef LIBXML_WRITER_ENABLED
4842extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument__internal_alias __attribute((visibility("hidden")));
4843extern __typeof (xmlTextWriterStartDocument) xmlTextWriterStartDocument __attribute((alias("xmlTextWriterStartDocument__internal_alias")));
4844#define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias
4845#endif
4846
4847#ifdef LIBXML_WRITER_ENABLED
4848extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement__internal_alias __attribute((visibility("hidden")));
4849extern __typeof (xmlTextWriterStartElement) xmlTextWriterStartElement __attribute((alias("xmlTextWriterStartElement__internal_alias")));
4850#define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias
4851#endif
4852
4853#ifdef LIBXML_WRITER_ENABLED
4854extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS__internal_alias __attribute((visibility("hidden")));
4855extern __typeof (xmlTextWriterStartElementNS) xmlTextWriterStartElementNS __attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
4856#define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
4857#endif
4858
4859#ifdef LIBXML_WRITER_ENABLED
4860extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI__internal_alias __attribute((visibility("hidden")));
4861extern __typeof (xmlTextWriterStartPI) xmlTextWriterStartPI __attribute((alias("xmlTextWriterStartPI__internal_alias")));
4862#define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias
4863#endif
4864
4865#ifdef LIBXML_WRITER_ENABLED
4866extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute__internal_alias __attribute((visibility("hidden")));
4867extern __typeof (xmlTextWriterWriteAttribute) xmlTextWriterWriteAttribute __attribute((alias("xmlTextWriterWriteAttribute__internal_alias")));
4868#define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias
4869#endif
4870
4871#ifdef LIBXML_WRITER_ENABLED
4872extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS__internal_alias __attribute((visibility("hidden")));
4873extern __typeof (xmlTextWriterWriteAttributeNS) xmlTextWriterWriteAttributeNS __attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias")));
4874#define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias
4875#endif
4876
4877#ifdef LIBXML_WRITER_ENABLED
4878extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64__internal_alias __attribute((visibility("hidden")));
4879extern __typeof (xmlTextWriterWriteBase64) xmlTextWriterWriteBase64 __attribute((alias("xmlTextWriterWriteBase64__internal_alias")));
4880#define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias
4881#endif
4882
4883#ifdef LIBXML_WRITER_ENABLED
4884extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex__internal_alias __attribute((visibility("hidden")));
4885extern __typeof (xmlTextWriterWriteBinHex) xmlTextWriterWriteBinHex __attribute((alias("xmlTextWriterWriteBinHex__internal_alias")));
4886#define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias
4887#endif
4888
4889#ifdef LIBXML_WRITER_ENABLED
4890extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA__internal_alias __attribute((visibility("hidden")));
4891extern __typeof (xmlTextWriterWriteCDATA) xmlTextWriterWriteCDATA __attribute((alias("xmlTextWriterWriteCDATA__internal_alias")));
4892#define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias
4893#endif
4894
4895#ifdef LIBXML_WRITER_ENABLED
4896extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment__internal_alias __attribute((visibility("hidden")));
4897extern __typeof (xmlTextWriterWriteComment) xmlTextWriterWriteComment __attribute((alias("xmlTextWriterWriteComment__internal_alias")));
4898#define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
4899#endif
4900
4901#ifdef LIBXML_WRITER_ENABLED
4902extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD__internal_alias __attribute((visibility("hidden")));
4903extern __typeof (xmlTextWriterWriteDTD) xmlTextWriterWriteDTD __attribute((alias("xmlTextWriterWriteDTD__internal_alias")));
4904#define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias
4905#endif
4906
4907#ifdef LIBXML_WRITER_ENABLED
4908extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist__internal_alias __attribute((visibility("hidden")));
4909extern __typeof (xmlTextWriterWriteDTDAttlist) xmlTextWriterWriteDTDAttlist __attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias")));
4910#define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias
4911#endif
4912
4913#ifdef LIBXML_WRITER_ENABLED
4914extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement__internal_alias __attribute((visibility("hidden")));
4915extern __typeof (xmlTextWriterWriteDTDElement) xmlTextWriterWriteDTDElement __attribute((alias("xmlTextWriterWriteDTDElement__internal_alias")));
4916#define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias
4917#endif
4918
4919#ifdef LIBXML_WRITER_ENABLED
4920extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity__internal_alias __attribute((visibility("hidden")));
4921extern __typeof (xmlTextWriterWriteDTDEntity) xmlTextWriterWriteDTDEntity __attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias")));
4922#define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias
4923#endif
4924
4925#ifdef LIBXML_WRITER_ENABLED
4926extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity__internal_alias __attribute((visibility("hidden")));
4927extern __typeof (xmlTextWriterWriteDTDExternalEntity) xmlTextWriterWriteDTDExternalEntity __attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias")));
4928#define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias
4929#endif
4930
4931#ifdef LIBXML_WRITER_ENABLED
4932extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents__internal_alias __attribute((visibility("hidden")));
4933extern __typeof (xmlTextWriterWriteDTDExternalEntityContents) xmlTextWriterWriteDTDExternalEntityContents __attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias")));
4934#define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias
4935#endif
4936
4937#ifdef LIBXML_WRITER_ENABLED
4938extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
4939extern __typeof (xmlTextWriterWriteDTDInternalEntity) xmlTextWriterWriteDTDInternalEntity __attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias")));
4940#define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias
4941#endif
4942
4943#ifdef LIBXML_WRITER_ENABLED
4944extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation__internal_alias __attribute((visibility("hidden")));
4945extern __typeof (xmlTextWriterWriteDTDNotation) xmlTextWriterWriteDTDNotation __attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias")));
4946#define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias
4947#endif
4948
4949#ifdef LIBXML_WRITER_ENABLED
4950extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement__internal_alias __attribute((visibility("hidden")));
4951extern __typeof (xmlTextWriterWriteElement) xmlTextWriterWriteElement __attribute((alias("xmlTextWriterWriteElement__internal_alias")));
4952#define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias
4953#endif
4954
4955#ifdef LIBXML_WRITER_ENABLED
4956extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS__internal_alias __attribute((visibility("hidden")));
4957extern __typeof (xmlTextWriterWriteElementNS) xmlTextWriterWriteElementNS __attribute((alias("xmlTextWriterWriteElementNS__internal_alias")));
4958#define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias
4959#endif
4960
4961#ifdef LIBXML_WRITER_ENABLED
4962extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute__internal_alias __attribute((visibility("hidden")));
4963extern __typeof (xmlTextWriterWriteFormatAttribute) xmlTextWriterWriteFormatAttribute __attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias")));
4964#define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias
4965#endif
4966
4967#ifdef LIBXML_WRITER_ENABLED
4968extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
4969extern __typeof (xmlTextWriterWriteFormatAttributeNS) xmlTextWriterWriteFormatAttributeNS __attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias")));
4970#define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias
4971#endif
4972
4973#ifdef LIBXML_WRITER_ENABLED
4974extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA__internal_alias __attribute((visibility("hidden")));
4975extern __typeof (xmlTextWriterWriteFormatCDATA) xmlTextWriterWriteFormatCDATA __attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias")));
4976#define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias
4977#endif
4978
4979#ifdef LIBXML_WRITER_ENABLED
4980extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment__internal_alias __attribute((visibility("hidden")));
4981extern __typeof (xmlTextWriterWriteFormatComment) xmlTextWriterWriteFormatComment __attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
4982#define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias
4983#endif
4984
4985#ifdef LIBXML_WRITER_ENABLED
4986extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD__internal_alias __attribute((visibility("hidden")));
4987extern __typeof (xmlTextWriterWriteFormatDTD) xmlTextWriterWriteFormatDTD __attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias")));
4988#define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias
4989#endif
4990
4991#ifdef LIBXML_WRITER_ENABLED
4992extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
4993extern __typeof (xmlTextWriterWriteFormatDTDAttlist) xmlTextWriterWriteFormatDTDAttlist __attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias")));
4994#define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias
4995#endif
4996
4997#ifdef LIBXML_WRITER_ENABLED
4998extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement__internal_alias __attribute((visibility("hidden")));
4999extern __typeof (xmlTextWriterWriteFormatDTDElement) xmlTextWriterWriteFormatDTDElement __attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias")));
5000#define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias
5001#endif
5002
5003#ifdef LIBXML_WRITER_ENABLED
5004extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5005extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity) xmlTextWriterWriteFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias")));
5006#define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
5007#endif
5008
5009#ifdef LIBXML_WRITER_ENABLED
5010extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement__internal_alias __attribute((visibility("hidden")));
5011extern __typeof (xmlTextWriterWriteFormatElement) xmlTextWriterWriteFormatElement __attribute((alias("xmlTextWriterWriteFormatElement__internal_alias")));
5012#define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias
5013#endif
5014
5015#ifdef LIBXML_WRITER_ENABLED
5016extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS__internal_alias __attribute((visibility("hidden")));
5017extern __typeof (xmlTextWriterWriteFormatElementNS) xmlTextWriterWriteFormatElementNS __attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias")));
5018#define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias
5019#endif
5020
5021#ifdef LIBXML_WRITER_ENABLED
5022extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI__internal_alias __attribute((visibility("hidden")));
5023extern __typeof (xmlTextWriterWriteFormatPI) xmlTextWriterWriteFormatPI __attribute((alias("xmlTextWriterWriteFormatPI__internal_alias")));
5024#define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias
5025#endif
5026
5027#ifdef LIBXML_WRITER_ENABLED
5028extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw__internal_alias __attribute((visibility("hidden")));
5029extern __typeof (xmlTextWriterWriteFormatRaw) xmlTextWriterWriteFormatRaw __attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias")));
5030#define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias
5031#endif
5032
5033#ifdef LIBXML_WRITER_ENABLED
5034extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString__internal_alias __attribute((visibility("hidden")));
5035extern __typeof (xmlTextWriterWriteFormatString) xmlTextWriterWriteFormatString __attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
5036#define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias
5037#endif
5038
5039#ifdef LIBXML_WRITER_ENABLED
5040extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI__internal_alias __attribute((visibility("hidden")));
5041extern __typeof (xmlTextWriterWritePI) xmlTextWriterWritePI __attribute((alias("xmlTextWriterWritePI__internal_alias")));
5042#define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias
5043#endif
5044
5045#ifdef LIBXML_WRITER_ENABLED
5046extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw__internal_alias __attribute((visibility("hidden")));
5047extern __typeof (xmlTextWriterWriteRaw) xmlTextWriterWriteRaw __attribute((alias("xmlTextWriterWriteRaw__internal_alias")));
5048#define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias
5049#endif
5050
5051#ifdef LIBXML_WRITER_ENABLED
5052extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen__internal_alias __attribute((visibility("hidden")));
5053extern __typeof (xmlTextWriterWriteRawLen) xmlTextWriterWriteRawLen __attribute((alias("xmlTextWriterWriteRawLen__internal_alias")));
5054#define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias
5055#endif
5056
5057#ifdef LIBXML_WRITER_ENABLED
5058extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString__internal_alias __attribute((visibility("hidden")));
5059extern __typeof (xmlTextWriterWriteString) xmlTextWriterWriteString __attribute((alias("xmlTextWriterWriteString__internal_alias")));
5060#define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias
5061#endif
5062
5063#ifdef LIBXML_WRITER_ENABLED
5064extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute__internal_alias __attribute((visibility("hidden")));
5065extern __typeof (xmlTextWriterWriteVFormatAttribute) xmlTextWriterWriteVFormatAttribute __attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
5066#define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias
5067#endif
5068
5069#ifdef LIBXML_WRITER_ENABLED
5070extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS__internal_alias __attribute((visibility("hidden")));
5071extern __typeof (xmlTextWriterWriteVFormatAttributeNS) xmlTextWriterWriteVFormatAttributeNS __attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias")));
5072#define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias
5073#endif
5074
5075#ifdef LIBXML_WRITER_ENABLED
5076extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA__internal_alias __attribute((visibility("hidden")));
5077extern __typeof (xmlTextWriterWriteVFormatCDATA) xmlTextWriterWriteVFormatCDATA __attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias")));
5078#define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias
5079#endif
5080
5081#ifdef LIBXML_WRITER_ENABLED
5082extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment__internal_alias __attribute((visibility("hidden")));
5083extern __typeof (xmlTextWriterWriteVFormatComment) xmlTextWriterWriteVFormatComment __attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
5084#define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias
5085#endif
5086
5087#ifdef LIBXML_WRITER_ENABLED
5088extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD__internal_alias __attribute((visibility("hidden")));
5089extern __typeof (xmlTextWriterWriteVFormatDTD) xmlTextWriterWriteVFormatDTD __attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias")));
5090#define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias
5091#endif
5092
5093#ifdef LIBXML_WRITER_ENABLED
5094extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist__internal_alias __attribute((visibility("hidden")));
5095extern __typeof (xmlTextWriterWriteVFormatDTDAttlist) xmlTextWriterWriteVFormatDTDAttlist __attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias")));
5096#define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias
5097#endif
5098
5099#ifdef LIBXML_WRITER_ENABLED
5100extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement__internal_alias __attribute((visibility("hidden")));
5101extern __typeof (xmlTextWriterWriteVFormatDTDElement) xmlTextWriterWriteVFormatDTDElement __attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias")));
5102#define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias
5103#endif
5104
5105#ifdef LIBXML_WRITER_ENABLED
5106extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias __attribute((visibility("hidden")));
5107extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity) xmlTextWriterWriteVFormatDTDInternalEntity __attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias")));
5108#define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
5109#endif
5110
5111#ifdef LIBXML_WRITER_ENABLED
5112extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement__internal_alias __attribute((visibility("hidden")));
5113extern __typeof (xmlTextWriterWriteVFormatElement) xmlTextWriterWriteVFormatElement __attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias")));
5114#define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias
5115#endif
5116
5117#ifdef LIBXML_WRITER_ENABLED
5118extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS__internal_alias __attribute((visibility("hidden")));
5119extern __typeof (xmlTextWriterWriteVFormatElementNS) xmlTextWriterWriteVFormatElementNS __attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias")));
5120#define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias
5121#endif
5122
5123#ifdef LIBXML_WRITER_ENABLED
5124extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI__internal_alias __attribute((visibility("hidden")));
5125extern __typeof (xmlTextWriterWriteVFormatPI) xmlTextWriterWriteVFormatPI __attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
5126#define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias
5127#endif
5128
5129#ifdef LIBXML_WRITER_ENABLED
5130extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw__internal_alias __attribute((visibility("hidden")));
5131extern __typeof (xmlTextWriterWriteVFormatRaw) xmlTextWriterWriteVFormatRaw __attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
5132#define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias
5133#endif
5134
5135#ifdef LIBXML_WRITER_ENABLED
5136extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString__internal_alias __attribute((visibility("hidden")));
5137extern __typeof (xmlTextWriterWriteVFormatString) xmlTextWriterWriteVFormatString __attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
5138#define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias
5139#endif
5140
5141extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme__internal_alias __attribute((visibility("hidden")));
5142extern __typeof (xmlThrDefBufferAllocScheme) xmlThrDefBufferAllocScheme __attribute((alias("xmlThrDefBufferAllocScheme__internal_alias")));
5143#define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias
5144
5145extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize__internal_alias __attribute((visibility("hidden")));
5146extern __typeof (xmlThrDefDefaultBufferSize) xmlThrDefDefaultBufferSize __attribute((alias("xmlThrDefDefaultBufferSize__internal_alias")));
5147#define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias
5148
5149extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault__internal_alias __attribute((visibility("hidden")));
5150extern __typeof (xmlThrDefDeregisterNodeDefault) xmlThrDefDeregisterNodeDefault __attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias")));
5151#define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias
5152
5153extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue__internal_alias __attribute((visibility("hidden")));
5154extern __typeof (xmlThrDefDoValidityCheckingDefaultValue) xmlThrDefDoValidityCheckingDefaultValue __attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias")));
5155#define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias
5156
5157extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue__internal_alias __attribute((visibility("hidden")));
5158extern __typeof (xmlThrDefGetWarningsDefaultValue) xmlThrDefGetWarningsDefaultValue __attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias")));
5159#define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias
5160
5161extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput__internal_alias __attribute((visibility("hidden")));
5162extern __typeof (xmlThrDefIndentTreeOutput) xmlThrDefIndentTreeOutput __attribute((alias("xmlThrDefIndentTreeOutput__internal_alias")));
5163#define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias
5164
5165extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue__internal_alias __attribute((visibility("hidden")));
5166extern __typeof (xmlThrDefKeepBlanksDefaultValue) xmlThrDefKeepBlanksDefaultValue __attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias")));
5167#define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias
5168
5169extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue__internal_alias __attribute((visibility("hidden")));
5170extern __typeof (xmlThrDefLineNumbersDefaultValue) xmlThrDefLineNumbersDefaultValue __attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias")));
5171#define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias
5172
5173extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue__internal_alias __attribute((visibility("hidden")));
5174extern __typeof (xmlThrDefLoadExtDtdDefaultValue) xmlThrDefLoadExtDtdDefaultValue __attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias")));
5175#define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias
5176
5177extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
5178extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault) xmlThrDefOutputBufferCreateFilenameDefault __attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias")));
5179#define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
5180
5181extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities__internal_alias __attribute((visibility("hidden")));
5182extern __typeof (xmlThrDefParserDebugEntities) xmlThrDefParserDebugEntities __attribute((alias("xmlThrDefParserDebugEntities__internal_alias")));
5183#define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias
5184
5185extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias __attribute((visibility("hidden")));
5186extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault) xmlThrDefParserInputBufferCreateFilenameDefault __attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias")));
5187#define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
5188
5189extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue__internal_alias __attribute((visibility("hidden")));
5190extern __typeof (xmlThrDefPedanticParserDefaultValue) xmlThrDefPedanticParserDefaultValue __attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias")));
5191#define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias
5192
5193extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault__internal_alias __attribute((visibility("hidden")));
5194extern __typeof (xmlThrDefRegisterNodeDefault) xmlThrDefRegisterNodeDefault __attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias")));
5195#define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias
5196
5197extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags__internal_alias __attribute((visibility("hidden")));
5198extern __typeof (xmlThrDefSaveNoEmptyTags) xmlThrDefSaveNoEmptyTags __attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias")));
5199#define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias
5200
5201extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc__internal_alias __attribute((visibility("hidden")));
5202extern __typeof (xmlThrDefSetGenericErrorFunc) xmlThrDefSetGenericErrorFunc __attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias")));
5203#define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias
5204
5205extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc__internal_alias __attribute((visibility("hidden")));
5206extern __typeof (xmlThrDefSetStructuredErrorFunc) xmlThrDefSetStructuredErrorFunc __attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias")));
5207#define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias
5208
5209extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias __attribute((visibility("hidden")));
5210extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue) xmlThrDefSubstituteEntitiesDefaultValue __attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias")));
5211#define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
5212
5213extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString__internal_alias __attribute((visibility("hidden")));
5214extern __typeof (xmlThrDefTreeIndentString) xmlThrDefTreeIndentString __attribute((alias("xmlThrDefTreeIndentString__internal_alias")));
5215#define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias
5216
5217#ifdef LIBXML_UNICODE_ENABLED
5218extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers__internal_alias __attribute((visibility("hidden")));
5219extern __typeof (xmlUCSIsAegeanNumbers) xmlUCSIsAegeanNumbers __attribute((alias("xmlUCSIsAegeanNumbers__internal_alias")));
5220#define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias
5221#endif
5222
5223#ifdef LIBXML_UNICODE_ENABLED
5224extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms__internal_alias __attribute((visibility("hidden")));
5225extern __typeof (xmlUCSIsAlphabeticPresentationForms) xmlUCSIsAlphabeticPresentationForms __attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias")));
5226#define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias
5227#endif
5228
5229#ifdef LIBXML_UNICODE_ENABLED
5230extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic__internal_alias __attribute((visibility("hidden")));
5231extern __typeof (xmlUCSIsArabic) xmlUCSIsArabic __attribute((alias("xmlUCSIsArabic__internal_alias")));
5232#define xmlUCSIsArabic xmlUCSIsArabic__internal_alias
5233#endif
5234
5235#ifdef LIBXML_UNICODE_ENABLED
5236extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA__internal_alias __attribute((visibility("hidden")));
5237extern __typeof (xmlUCSIsArabicPresentationFormsA) xmlUCSIsArabicPresentationFormsA __attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
5238#define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias
5239#endif
5240
5241#ifdef LIBXML_UNICODE_ENABLED
5242extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB__internal_alias __attribute((visibility("hidden")));
5243extern __typeof (xmlUCSIsArabicPresentationFormsB) xmlUCSIsArabicPresentationFormsB __attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias")));
5244#define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias
5245#endif
5246
5247#ifdef LIBXML_UNICODE_ENABLED
5248extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian__internal_alias __attribute((visibility("hidden")));
5249extern __typeof (xmlUCSIsArmenian) xmlUCSIsArmenian __attribute((alias("xmlUCSIsArmenian__internal_alias")));
5250#define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias
5251#endif
5252
5253#ifdef LIBXML_UNICODE_ENABLED
5254extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows__internal_alias __attribute((visibility("hidden")));
5255extern __typeof (xmlUCSIsArrows) xmlUCSIsArrows __attribute((alias("xmlUCSIsArrows__internal_alias")));
5256#define xmlUCSIsArrows xmlUCSIsArrows__internal_alias
5257#endif
5258
5259#ifdef LIBXML_UNICODE_ENABLED
5260extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin__internal_alias __attribute((visibility("hidden")));
5261extern __typeof (xmlUCSIsBasicLatin) xmlUCSIsBasicLatin __attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
5262#define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias
5263#endif
5264
5265#ifdef LIBXML_UNICODE_ENABLED
5266extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali__internal_alias __attribute((visibility("hidden")));
5267extern __typeof (xmlUCSIsBengali) xmlUCSIsBengali __attribute((alias("xmlUCSIsBengali__internal_alias")));
5268#define xmlUCSIsBengali xmlUCSIsBengali__internal_alias
5269#endif
5270
5271#ifdef LIBXML_UNICODE_ENABLED
5272extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock__internal_alias __attribute((visibility("hidden")));
5273extern __typeof (xmlUCSIsBlock) xmlUCSIsBlock __attribute((alias("xmlUCSIsBlock__internal_alias")));
5274#define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
5275#endif
5276
5277#ifdef LIBXML_UNICODE_ENABLED
5278extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements__internal_alias __attribute((visibility("hidden")));
5279extern __typeof (xmlUCSIsBlockElements) xmlUCSIsBlockElements __attribute((alias("xmlUCSIsBlockElements__internal_alias")));
5280#define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
5281#endif
5282
5283#ifdef LIBXML_UNICODE_ENABLED
5284extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo__internal_alias __attribute((visibility("hidden")));
5285extern __typeof (xmlUCSIsBopomofo) xmlUCSIsBopomofo __attribute((alias("xmlUCSIsBopomofo__internal_alias")));
5286#define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias
5287#endif
5288
5289#ifdef LIBXML_UNICODE_ENABLED
5290extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended__internal_alias __attribute((visibility("hidden")));
5291extern __typeof (xmlUCSIsBopomofoExtended) xmlUCSIsBopomofoExtended __attribute((alias("xmlUCSIsBopomofoExtended__internal_alias")));
5292#define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias
5293#endif
5294
5295#ifdef LIBXML_UNICODE_ENABLED
5296extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing__internal_alias __attribute((visibility("hidden")));
5297extern __typeof (xmlUCSIsBoxDrawing) xmlUCSIsBoxDrawing __attribute((alias("xmlUCSIsBoxDrawing__internal_alias")));
5298#define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias
5299#endif
5300
5301#ifdef LIBXML_UNICODE_ENABLED
5302extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns__internal_alias __attribute((visibility("hidden")));
5303extern __typeof (xmlUCSIsBraillePatterns) xmlUCSIsBraillePatterns __attribute((alias("xmlUCSIsBraillePatterns__internal_alias")));
5304#define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias
5305#endif
5306
5307#ifdef LIBXML_UNICODE_ENABLED
5308extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid__internal_alias __attribute((visibility("hidden")));
5309extern __typeof (xmlUCSIsBuhid) xmlUCSIsBuhid __attribute((alias("xmlUCSIsBuhid__internal_alias")));
5310#define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias
5311#endif
5312
5313#ifdef LIBXML_UNICODE_ENABLED
5314extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols__internal_alias __attribute((visibility("hidden")));
5315extern __typeof (xmlUCSIsByzantineMusicalSymbols) xmlUCSIsByzantineMusicalSymbols __attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias")));
5316#define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias
5317#endif
5318
5319#ifdef LIBXML_UNICODE_ENABLED
5320extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility__internal_alias __attribute((visibility("hidden")));
5321extern __typeof (xmlUCSIsCJKCompatibility) xmlUCSIsCJKCompatibility __attribute((alias("xmlUCSIsCJKCompatibility__internal_alias")));
5322#define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias
5323#endif
5324
5325#ifdef LIBXML_UNICODE_ENABLED
5326extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms__internal_alias __attribute((visibility("hidden")));
5327extern __typeof (xmlUCSIsCJKCompatibilityForms) xmlUCSIsCJKCompatibilityForms __attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias")));
5328#define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias
5329#endif
5330
5331#ifdef LIBXML_UNICODE_ENABLED
5332extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs__internal_alias __attribute((visibility("hidden")));
5333extern __typeof (xmlUCSIsCJKCompatibilityIdeographs) xmlUCSIsCJKCompatibilityIdeographs __attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
5334#define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias
5335#endif
5336
5337#ifdef LIBXML_UNICODE_ENABLED
5338extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias __attribute((visibility("hidden")));
5339extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement) xmlUCSIsCJKCompatibilityIdeographsSupplement __attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias")));
5340#define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
5341#endif
5342
5343#ifdef LIBXML_UNICODE_ENABLED
5344extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement__internal_alias __attribute((visibility("hidden")));
5345extern __typeof (xmlUCSIsCJKRadicalsSupplement) xmlUCSIsCJKRadicalsSupplement __attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias")));
5346#define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias
5347#endif
5348
5349#ifdef LIBXML_UNICODE_ENABLED
5350extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation__internal_alias __attribute((visibility("hidden")));
5351extern __typeof (xmlUCSIsCJKSymbolsandPunctuation) xmlUCSIsCJKSymbolsandPunctuation __attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias")));
5352#define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias
5353#endif
5354
5355#ifdef LIBXML_UNICODE_ENABLED
5356extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs__internal_alias __attribute((visibility("hidden")));
5357extern __typeof (xmlUCSIsCJKUnifiedIdeographs) xmlUCSIsCJKUnifiedIdeographs __attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias")));
5358#define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias
5359#endif
5360
5361#ifdef LIBXML_UNICODE_ENABLED
5362extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias __attribute((visibility("hidden")));
5363extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA) xmlUCSIsCJKUnifiedIdeographsExtensionA __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias")));
5364#define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
5365#endif
5366
5367#ifdef LIBXML_UNICODE_ENABLED
5368extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias __attribute((visibility("hidden")));
5369extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB) xmlUCSIsCJKUnifiedIdeographsExtensionB __attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias")));
5370#define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
5371#endif
5372
5373#ifdef LIBXML_UNICODE_ENABLED
5374extern __typeof (xmlUCSIsCat) xmlUCSIsCat__internal_alias __attribute((visibility("hidden")));
5375extern __typeof (xmlUCSIsCat) xmlUCSIsCat __attribute((alias("xmlUCSIsCat__internal_alias")));
5376#define xmlUCSIsCat xmlUCSIsCat__internal_alias
5377#endif
5378
5379#ifdef LIBXML_UNICODE_ENABLED
5380extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC__internal_alias __attribute((visibility("hidden")));
5381extern __typeof (xmlUCSIsCatC) xmlUCSIsCatC __attribute((alias("xmlUCSIsCatC__internal_alias")));
5382#define xmlUCSIsCatC xmlUCSIsCatC__internal_alias
5383#endif
5384
5385#ifdef LIBXML_UNICODE_ENABLED
5386extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc__internal_alias __attribute((visibility("hidden")));
5387extern __typeof (xmlUCSIsCatCc) xmlUCSIsCatCc __attribute((alias("xmlUCSIsCatCc__internal_alias")));
5388#define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias
5389#endif
5390
5391#ifdef LIBXML_UNICODE_ENABLED
5392extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf__internal_alias __attribute((visibility("hidden")));
5393extern __typeof (xmlUCSIsCatCf) xmlUCSIsCatCf __attribute((alias("xmlUCSIsCatCf__internal_alias")));
5394#define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias
5395#endif
5396
5397#ifdef LIBXML_UNICODE_ENABLED
5398extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo__internal_alias __attribute((visibility("hidden")));
5399extern __typeof (xmlUCSIsCatCo) xmlUCSIsCatCo __attribute((alias("xmlUCSIsCatCo__internal_alias")));
5400#define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias
5401#endif
5402
5403#ifdef LIBXML_UNICODE_ENABLED
5404extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs__internal_alias __attribute((visibility("hidden")));
5405extern __typeof (xmlUCSIsCatCs) xmlUCSIsCatCs __attribute((alias("xmlUCSIsCatCs__internal_alias")));
5406#define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias
5407#endif
5408
5409#ifdef LIBXML_UNICODE_ENABLED
5410extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL__internal_alias __attribute((visibility("hidden")));
5411extern __typeof (xmlUCSIsCatL) xmlUCSIsCatL __attribute((alias("xmlUCSIsCatL__internal_alias")));
5412#define xmlUCSIsCatL xmlUCSIsCatL__internal_alias
5413#endif
5414
5415#ifdef LIBXML_UNICODE_ENABLED
5416extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl__internal_alias __attribute((visibility("hidden")));
5417extern __typeof (xmlUCSIsCatLl) xmlUCSIsCatLl __attribute((alias("xmlUCSIsCatLl__internal_alias")));
5418#define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias
5419#endif
5420
5421#ifdef LIBXML_UNICODE_ENABLED
5422extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm__internal_alias __attribute((visibility("hidden")));
5423extern __typeof (xmlUCSIsCatLm) xmlUCSIsCatLm __attribute((alias("xmlUCSIsCatLm__internal_alias")));
5424#define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias
5425#endif
5426
5427#ifdef LIBXML_UNICODE_ENABLED
5428extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo__internal_alias __attribute((visibility("hidden")));
5429extern __typeof (xmlUCSIsCatLo) xmlUCSIsCatLo __attribute((alias("xmlUCSIsCatLo__internal_alias")));
5430#define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias
5431#endif
5432
5433#ifdef LIBXML_UNICODE_ENABLED
5434extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt__internal_alias __attribute((visibility("hidden")));
5435extern __typeof (xmlUCSIsCatLt) xmlUCSIsCatLt __attribute((alias("xmlUCSIsCatLt__internal_alias")));
5436#define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias
5437#endif
5438
5439#ifdef LIBXML_UNICODE_ENABLED
5440extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu__internal_alias __attribute((visibility("hidden")));
5441extern __typeof (xmlUCSIsCatLu) xmlUCSIsCatLu __attribute((alias("xmlUCSIsCatLu__internal_alias")));
5442#define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias
5443#endif
5444
5445#ifdef LIBXML_UNICODE_ENABLED
5446extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM__internal_alias __attribute((visibility("hidden")));
5447extern __typeof (xmlUCSIsCatM) xmlUCSIsCatM __attribute((alias("xmlUCSIsCatM__internal_alias")));
5448#define xmlUCSIsCatM xmlUCSIsCatM__internal_alias
5449#endif
5450
5451#ifdef LIBXML_UNICODE_ENABLED
5452extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc__internal_alias __attribute((visibility("hidden")));
5453extern __typeof (xmlUCSIsCatMc) xmlUCSIsCatMc __attribute((alias("xmlUCSIsCatMc__internal_alias")));
5454#define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias
5455#endif
5456
5457#ifdef LIBXML_UNICODE_ENABLED
5458extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe__internal_alias __attribute((visibility("hidden")));
5459extern __typeof (xmlUCSIsCatMe) xmlUCSIsCatMe __attribute((alias("xmlUCSIsCatMe__internal_alias")));
5460#define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias
5461#endif
5462
5463#ifdef LIBXML_UNICODE_ENABLED
5464extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn__internal_alias __attribute((visibility("hidden")));
5465extern __typeof (xmlUCSIsCatMn) xmlUCSIsCatMn __attribute((alias("xmlUCSIsCatMn__internal_alias")));
5466#define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias
5467#endif
5468
5469#ifdef LIBXML_UNICODE_ENABLED
5470extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN__internal_alias __attribute((visibility("hidden")));
5471extern __typeof (xmlUCSIsCatN) xmlUCSIsCatN __attribute((alias("xmlUCSIsCatN__internal_alias")));
5472#define xmlUCSIsCatN xmlUCSIsCatN__internal_alias
5473#endif
5474
5475#ifdef LIBXML_UNICODE_ENABLED
5476extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd__internal_alias __attribute((visibility("hidden")));
5477extern __typeof (xmlUCSIsCatNd) xmlUCSIsCatNd __attribute((alias("xmlUCSIsCatNd__internal_alias")));
5478#define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias
5479#endif
5480
5481#ifdef LIBXML_UNICODE_ENABLED
5482extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl__internal_alias __attribute((visibility("hidden")));
5483extern __typeof (xmlUCSIsCatNl) xmlUCSIsCatNl __attribute((alias("xmlUCSIsCatNl__internal_alias")));
5484#define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias
5485#endif
5486
5487#ifdef LIBXML_UNICODE_ENABLED
5488extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo__internal_alias __attribute((visibility("hidden")));
5489extern __typeof (xmlUCSIsCatNo) xmlUCSIsCatNo __attribute((alias("xmlUCSIsCatNo__internal_alias")));
5490#define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias
5491#endif
5492
5493#ifdef LIBXML_UNICODE_ENABLED
5494extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP__internal_alias __attribute((visibility("hidden")));
5495extern __typeof (xmlUCSIsCatP) xmlUCSIsCatP __attribute((alias("xmlUCSIsCatP__internal_alias")));
5496#define xmlUCSIsCatP xmlUCSIsCatP__internal_alias
5497#endif
5498
5499#ifdef LIBXML_UNICODE_ENABLED
5500extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc__internal_alias __attribute((visibility("hidden")));
5501extern __typeof (xmlUCSIsCatPc) xmlUCSIsCatPc __attribute((alias("xmlUCSIsCatPc__internal_alias")));
5502#define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias
5503#endif
5504
5505#ifdef LIBXML_UNICODE_ENABLED
5506extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd__internal_alias __attribute((visibility("hidden")));
5507extern __typeof (xmlUCSIsCatPd) xmlUCSIsCatPd __attribute((alias("xmlUCSIsCatPd__internal_alias")));
5508#define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias
5509#endif
5510
5511#ifdef LIBXML_UNICODE_ENABLED
5512extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe__internal_alias __attribute((visibility("hidden")));
5513extern __typeof (xmlUCSIsCatPe) xmlUCSIsCatPe __attribute((alias("xmlUCSIsCatPe__internal_alias")));
5514#define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias
5515#endif
5516
5517#ifdef LIBXML_UNICODE_ENABLED
5518extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf__internal_alias __attribute((visibility("hidden")));
5519extern __typeof (xmlUCSIsCatPf) xmlUCSIsCatPf __attribute((alias("xmlUCSIsCatPf__internal_alias")));
5520#define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias
5521#endif
5522
5523#ifdef LIBXML_UNICODE_ENABLED
5524extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi__internal_alias __attribute((visibility("hidden")));
5525extern __typeof (xmlUCSIsCatPi) xmlUCSIsCatPi __attribute((alias("xmlUCSIsCatPi__internal_alias")));
5526#define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias
5527#endif
5528
5529#ifdef LIBXML_UNICODE_ENABLED
5530extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo__internal_alias __attribute((visibility("hidden")));
5531extern __typeof (xmlUCSIsCatPo) xmlUCSIsCatPo __attribute((alias("xmlUCSIsCatPo__internal_alias")));
5532#define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias
5533#endif
5534
5535#ifdef LIBXML_UNICODE_ENABLED
5536extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs__internal_alias __attribute((visibility("hidden")));
5537extern __typeof (xmlUCSIsCatPs) xmlUCSIsCatPs __attribute((alias("xmlUCSIsCatPs__internal_alias")));
5538#define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias
5539#endif
5540
5541#ifdef LIBXML_UNICODE_ENABLED
5542extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS__internal_alias __attribute((visibility("hidden")));
5543extern __typeof (xmlUCSIsCatS) xmlUCSIsCatS __attribute((alias("xmlUCSIsCatS__internal_alias")));
5544#define xmlUCSIsCatS xmlUCSIsCatS__internal_alias
5545#endif
5546
5547#ifdef LIBXML_UNICODE_ENABLED
5548extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc__internal_alias __attribute((visibility("hidden")));
5549extern __typeof (xmlUCSIsCatSc) xmlUCSIsCatSc __attribute((alias("xmlUCSIsCatSc__internal_alias")));
5550#define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias
5551#endif
5552
5553#ifdef LIBXML_UNICODE_ENABLED
5554extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk__internal_alias __attribute((visibility("hidden")));
5555extern __typeof (xmlUCSIsCatSk) xmlUCSIsCatSk __attribute((alias("xmlUCSIsCatSk__internal_alias")));
5556#define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias
5557#endif
5558
5559#ifdef LIBXML_UNICODE_ENABLED
5560extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm__internal_alias __attribute((visibility("hidden")));
5561extern __typeof (xmlUCSIsCatSm) xmlUCSIsCatSm __attribute((alias("xmlUCSIsCatSm__internal_alias")));
5562#define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias
5563#endif
5564
5565#ifdef LIBXML_UNICODE_ENABLED
5566extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo__internal_alias __attribute((visibility("hidden")));
5567extern __typeof (xmlUCSIsCatSo) xmlUCSIsCatSo __attribute((alias("xmlUCSIsCatSo__internal_alias")));
5568#define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias
5569#endif
5570
5571#ifdef LIBXML_UNICODE_ENABLED
5572extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ__internal_alias __attribute((visibility("hidden")));
5573extern __typeof (xmlUCSIsCatZ) xmlUCSIsCatZ __attribute((alias("xmlUCSIsCatZ__internal_alias")));
5574#define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias
5575#endif
5576
5577#ifdef LIBXML_UNICODE_ENABLED
5578extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl__internal_alias __attribute((visibility("hidden")));
5579extern __typeof (xmlUCSIsCatZl) xmlUCSIsCatZl __attribute((alias("xmlUCSIsCatZl__internal_alias")));
5580#define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias
5581#endif
5582
5583#ifdef LIBXML_UNICODE_ENABLED
5584extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp__internal_alias __attribute((visibility("hidden")));
5585extern __typeof (xmlUCSIsCatZp) xmlUCSIsCatZp __attribute((alias("xmlUCSIsCatZp__internal_alias")));
5586#define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias
5587#endif
5588
5589#ifdef LIBXML_UNICODE_ENABLED
5590extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs__internal_alias __attribute((visibility("hidden")));
5591extern __typeof (xmlUCSIsCatZs) xmlUCSIsCatZs __attribute((alias("xmlUCSIsCatZs__internal_alias")));
5592#define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias
5593#endif
5594
5595#ifdef LIBXML_UNICODE_ENABLED
5596extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee__internal_alias __attribute((visibility("hidden")));
5597extern __typeof (xmlUCSIsCherokee) xmlUCSIsCherokee __attribute((alias("xmlUCSIsCherokee__internal_alias")));
5598#define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias
5599#endif
5600
5601#ifdef LIBXML_UNICODE_ENABLED
5602extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks__internal_alias __attribute((visibility("hidden")));
5603extern __typeof (xmlUCSIsCombiningDiacriticalMarks) xmlUCSIsCombiningDiacriticalMarks __attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias")));
5604#define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias
5605#endif
5606
5607#ifdef LIBXML_UNICODE_ENABLED
5608extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias __attribute((visibility("hidden")));
5609extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols) xmlUCSIsCombiningDiacriticalMarksforSymbols __attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias")));
5610#define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
5611#endif
5612
5613#ifdef LIBXML_UNICODE_ENABLED
5614extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks__internal_alias __attribute((visibility("hidden")));
5615extern __typeof (xmlUCSIsCombiningHalfMarks) xmlUCSIsCombiningHalfMarks __attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias")));
5616#define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias
5617#endif
5618
5619#ifdef LIBXML_UNICODE_ENABLED
5620extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols__internal_alias __attribute((visibility("hidden")));
5621extern __typeof (xmlUCSIsCombiningMarksforSymbols) xmlUCSIsCombiningMarksforSymbols __attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias")));
5622#define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias
5623#endif
5624
5625#ifdef LIBXML_UNICODE_ENABLED
5626extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures__internal_alias __attribute((visibility("hidden")));
5627extern __typeof (xmlUCSIsControlPictures) xmlUCSIsControlPictures __attribute((alias("xmlUCSIsControlPictures__internal_alias")));
5628#define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias
5629#endif
5630
5631#ifdef LIBXML_UNICODE_ENABLED
5632extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols__internal_alias __attribute((visibility("hidden")));
5633extern __typeof (xmlUCSIsCurrencySymbols) xmlUCSIsCurrencySymbols __attribute((alias("xmlUCSIsCurrencySymbols__internal_alias")));
5634#define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias
5635#endif
5636
5637#ifdef LIBXML_UNICODE_ENABLED
5638extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary__internal_alias __attribute((visibility("hidden")));
5639extern __typeof (xmlUCSIsCypriotSyllabary) xmlUCSIsCypriotSyllabary __attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias")));
5640#define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias
5641#endif
5642
5643#ifdef LIBXML_UNICODE_ENABLED
5644extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic__internal_alias __attribute((visibility("hidden")));
5645extern __typeof (xmlUCSIsCyrillic) xmlUCSIsCyrillic __attribute((alias("xmlUCSIsCyrillic__internal_alias")));
5646#define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias
5647#endif
5648
5649#ifdef LIBXML_UNICODE_ENABLED
5650extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement__internal_alias __attribute((visibility("hidden")));
5651extern __typeof (xmlUCSIsCyrillicSupplement) xmlUCSIsCyrillicSupplement __attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias")));
5652#define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias
5653#endif
5654
5655#ifdef LIBXML_UNICODE_ENABLED
5656extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret__internal_alias __attribute((visibility("hidden")));
5657extern __typeof (xmlUCSIsDeseret) xmlUCSIsDeseret __attribute((alias("xmlUCSIsDeseret__internal_alias")));
5658#define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias
5659#endif
5660
5661#ifdef LIBXML_UNICODE_ENABLED
5662extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari__internal_alias __attribute((visibility("hidden")));
5663extern __typeof (xmlUCSIsDevanagari) xmlUCSIsDevanagari __attribute((alias("xmlUCSIsDevanagari__internal_alias")));
5664#define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias
5665#endif
5666
5667#ifdef LIBXML_UNICODE_ENABLED
5668extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats__internal_alias __attribute((visibility("hidden")));
5669extern __typeof (xmlUCSIsDingbats) xmlUCSIsDingbats __attribute((alias("xmlUCSIsDingbats__internal_alias")));
5670#define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias
5671#endif
5672
5673#ifdef LIBXML_UNICODE_ENABLED
5674extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics__internal_alias __attribute((visibility("hidden")));
5675extern __typeof (xmlUCSIsEnclosedAlphanumerics) xmlUCSIsEnclosedAlphanumerics __attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
5676#define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias
5677#endif
5678
5679#ifdef LIBXML_UNICODE_ENABLED
5680extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias __attribute((visibility("hidden")));
5681extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths) xmlUCSIsEnclosedCJKLettersandMonths __attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias")));
5682#define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
5683#endif
5684
5685#ifdef LIBXML_UNICODE_ENABLED
5686extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic__internal_alias __attribute((visibility("hidden")));
5687extern __typeof (xmlUCSIsEthiopic) xmlUCSIsEthiopic __attribute((alias("xmlUCSIsEthiopic__internal_alias")));
5688#define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias
5689#endif
5690
5691#ifdef LIBXML_UNICODE_ENABLED
5692extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation__internal_alias __attribute((visibility("hidden")));
5693extern __typeof (xmlUCSIsGeneralPunctuation) xmlUCSIsGeneralPunctuation __attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
5694#define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
5695#endif
5696
5697#ifdef LIBXML_UNICODE_ENABLED
5698extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes__internal_alias __attribute((visibility("hidden")));
5699extern __typeof (xmlUCSIsGeometricShapes) xmlUCSIsGeometricShapes __attribute((alias("xmlUCSIsGeometricShapes__internal_alias")));
5700#define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias
5701#endif
5702
5703#ifdef LIBXML_UNICODE_ENABLED
5704extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian__internal_alias __attribute((visibility("hidden")));
5705extern __typeof (xmlUCSIsGeorgian) xmlUCSIsGeorgian __attribute((alias("xmlUCSIsGeorgian__internal_alias")));
5706#define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias
5707#endif
5708
5709#ifdef LIBXML_UNICODE_ENABLED
5710extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic__internal_alias __attribute((visibility("hidden")));
5711extern __typeof (xmlUCSIsGothic) xmlUCSIsGothic __attribute((alias("xmlUCSIsGothic__internal_alias")));
5712#define xmlUCSIsGothic xmlUCSIsGothic__internal_alias
5713#endif
5714
5715#ifdef LIBXML_UNICODE_ENABLED
5716extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek__internal_alias __attribute((visibility("hidden")));
5717extern __typeof (xmlUCSIsGreek) xmlUCSIsGreek __attribute((alias("xmlUCSIsGreek__internal_alias")));
5718#define xmlUCSIsGreek xmlUCSIsGreek__internal_alias
5719#endif
5720
5721#ifdef LIBXML_UNICODE_ENABLED
5722extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended__internal_alias __attribute((visibility("hidden")));
5723extern __typeof (xmlUCSIsGreekExtended) xmlUCSIsGreekExtended __attribute((alias("xmlUCSIsGreekExtended__internal_alias")));
5724#define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias
5725#endif
5726
5727#ifdef LIBXML_UNICODE_ENABLED
5728extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic__internal_alias __attribute((visibility("hidden")));
5729extern __typeof (xmlUCSIsGreekandCoptic) xmlUCSIsGreekandCoptic __attribute((alias("xmlUCSIsGreekandCoptic__internal_alias")));
5730#define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias
5731#endif
5732
5733#ifdef LIBXML_UNICODE_ENABLED
5734extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati__internal_alias __attribute((visibility("hidden")));
5735extern __typeof (xmlUCSIsGujarati) xmlUCSIsGujarati __attribute((alias("xmlUCSIsGujarati__internal_alias")));
5736#define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias
5737#endif
5738
5739#ifdef LIBXML_UNICODE_ENABLED
5740extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi__internal_alias __attribute((visibility("hidden")));
5741extern __typeof (xmlUCSIsGurmukhi) xmlUCSIsGurmukhi __attribute((alias("xmlUCSIsGurmukhi__internal_alias")));
5742#define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias
5743#endif
5744
5745#ifdef LIBXML_UNICODE_ENABLED
5746extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms__internal_alias __attribute((visibility("hidden")));
5747extern __typeof (xmlUCSIsHalfwidthandFullwidthForms) xmlUCSIsHalfwidthandFullwidthForms __attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias")));
5748#define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias
5749#endif
5750
5751#ifdef LIBXML_UNICODE_ENABLED
5752extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo__internal_alias __attribute((visibility("hidden")));
5753extern __typeof (xmlUCSIsHangulCompatibilityJamo) xmlUCSIsHangulCompatibilityJamo __attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias")));
5754#define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias
5755#endif
5756
5757#ifdef LIBXML_UNICODE_ENABLED
5758extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo__internal_alias __attribute((visibility("hidden")));
5759extern __typeof (xmlUCSIsHangulJamo) xmlUCSIsHangulJamo __attribute((alias("xmlUCSIsHangulJamo__internal_alias")));
5760#define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias
5761#endif
5762
5763#ifdef LIBXML_UNICODE_ENABLED
5764extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables__internal_alias __attribute((visibility("hidden")));
5765extern __typeof (xmlUCSIsHangulSyllables) xmlUCSIsHangulSyllables __attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
5766#define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias
5767#endif
5768
5769#ifdef LIBXML_UNICODE_ENABLED
5770extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo__internal_alias __attribute((visibility("hidden")));
5771extern __typeof (xmlUCSIsHanunoo) xmlUCSIsHanunoo __attribute((alias("xmlUCSIsHanunoo__internal_alias")));
5772#define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias
5773#endif
5774
5775#ifdef LIBXML_UNICODE_ENABLED
5776extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew__internal_alias __attribute((visibility("hidden")));
5777extern __typeof (xmlUCSIsHebrew) xmlUCSIsHebrew __attribute((alias("xmlUCSIsHebrew__internal_alias")));
5778#define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias
5779#endif
5780
5781#ifdef LIBXML_UNICODE_ENABLED
5782extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates__internal_alias __attribute((visibility("hidden")));
5783extern __typeof (xmlUCSIsHighPrivateUseSurrogates) xmlUCSIsHighPrivateUseSurrogates __attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
5784#define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias
5785#endif
5786
5787#ifdef LIBXML_UNICODE_ENABLED
5788extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates__internal_alias __attribute((visibility("hidden")));
5789extern __typeof (xmlUCSIsHighSurrogates) xmlUCSIsHighSurrogates __attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
5790#define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
5791#endif
5792
5793#ifdef LIBXML_UNICODE_ENABLED
5794extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana__internal_alias __attribute((visibility("hidden")));
5795extern __typeof (xmlUCSIsHiragana) xmlUCSIsHiragana __attribute((alias("xmlUCSIsHiragana__internal_alias")));
5796#define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias
5797#endif
5798
5799#ifdef LIBXML_UNICODE_ENABLED
5800extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions__internal_alias __attribute((visibility("hidden")));
5801extern __typeof (xmlUCSIsIPAExtensions) xmlUCSIsIPAExtensions __attribute((alias("xmlUCSIsIPAExtensions__internal_alias")));
5802#define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias
5803#endif
5804
5805#ifdef LIBXML_UNICODE_ENABLED
5806extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters__internal_alias __attribute((visibility("hidden")));
5807extern __typeof (xmlUCSIsIdeographicDescriptionCharacters) xmlUCSIsIdeographicDescriptionCharacters __attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias")));
5808#define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias
5809#endif
5810
5811#ifdef LIBXML_UNICODE_ENABLED
5812extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun__internal_alias __attribute((visibility("hidden")));
5813extern __typeof (xmlUCSIsKanbun) xmlUCSIsKanbun __attribute((alias("xmlUCSIsKanbun__internal_alias")));
5814#define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias
5815#endif
5816
5817#ifdef LIBXML_UNICODE_ENABLED
5818extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals__internal_alias __attribute((visibility("hidden")));
5819extern __typeof (xmlUCSIsKangxiRadicals) xmlUCSIsKangxiRadicals __attribute((alias("xmlUCSIsKangxiRadicals__internal_alias")));
5820#define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias
5821#endif
5822
5823#ifdef LIBXML_UNICODE_ENABLED
5824extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada__internal_alias __attribute((visibility("hidden")));
5825extern __typeof (xmlUCSIsKannada) xmlUCSIsKannada __attribute((alias("xmlUCSIsKannada__internal_alias")));
5826#define xmlUCSIsKannada xmlUCSIsKannada__internal_alias
5827#endif
5828
5829#ifdef LIBXML_UNICODE_ENABLED
5830extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana__internal_alias __attribute((visibility("hidden")));
5831extern __typeof (xmlUCSIsKatakana) xmlUCSIsKatakana __attribute((alias("xmlUCSIsKatakana__internal_alias")));
5832#define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias
5833#endif
5834
5835#ifdef LIBXML_UNICODE_ENABLED
5836extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
5837extern __typeof (xmlUCSIsKatakanaPhoneticExtensions) xmlUCSIsKatakanaPhoneticExtensions __attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias")));
5838#define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias
5839#endif
5840
5841#ifdef LIBXML_UNICODE_ENABLED
5842extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer__internal_alias __attribute((visibility("hidden")));
5843extern __typeof (xmlUCSIsKhmer) xmlUCSIsKhmer __attribute((alias("xmlUCSIsKhmer__internal_alias")));
5844#define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias
5845#endif
5846
5847#ifdef LIBXML_UNICODE_ENABLED
5848extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols__internal_alias __attribute((visibility("hidden")));
5849extern __typeof (xmlUCSIsKhmerSymbols) xmlUCSIsKhmerSymbols __attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
5850#define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias
5851#endif
5852
5853#ifdef LIBXML_UNICODE_ENABLED
5854extern __typeof (xmlUCSIsLao) xmlUCSIsLao__internal_alias __attribute((visibility("hidden")));
5855extern __typeof (xmlUCSIsLao) xmlUCSIsLao __attribute((alias("xmlUCSIsLao__internal_alias")));
5856#define xmlUCSIsLao xmlUCSIsLao__internal_alias
5857#endif
5858
5859#ifdef LIBXML_UNICODE_ENABLED
5860extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement__internal_alias __attribute((visibility("hidden")));
5861extern __typeof (xmlUCSIsLatin1Supplement) xmlUCSIsLatin1Supplement __attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
5862#define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias
5863#endif
5864
5865#ifdef LIBXML_UNICODE_ENABLED
5866extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA__internal_alias __attribute((visibility("hidden")));
5867extern __typeof (xmlUCSIsLatinExtendedA) xmlUCSIsLatinExtendedA __attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
5868#define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias
5869#endif
5870
5871#ifdef LIBXML_UNICODE_ENABLED
5872extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional__internal_alias __attribute((visibility("hidden")));
5873extern __typeof (xmlUCSIsLatinExtendedAdditional) xmlUCSIsLatinExtendedAdditional __attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
5874#define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias
5875#endif
5876
5877#ifdef LIBXML_UNICODE_ENABLED
5878extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB__internal_alias __attribute((visibility("hidden")));
5879extern __typeof (xmlUCSIsLatinExtendedB) xmlUCSIsLatinExtendedB __attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
5880#define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias
5881#endif
5882
5883#ifdef LIBXML_UNICODE_ENABLED
5884extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols__internal_alias __attribute((visibility("hidden")));
5885extern __typeof (xmlUCSIsLetterlikeSymbols) xmlUCSIsLetterlikeSymbols __attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
5886#define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
5887#endif
5888
5889#ifdef LIBXML_UNICODE_ENABLED
5890extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu__internal_alias __attribute((visibility("hidden")));
5891extern __typeof (xmlUCSIsLimbu) xmlUCSIsLimbu __attribute((alias("xmlUCSIsLimbu__internal_alias")));
5892#define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias
5893#endif
5894
5895#ifdef LIBXML_UNICODE_ENABLED
5896extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms__internal_alias __attribute((visibility("hidden")));
5897extern __typeof (xmlUCSIsLinearBIdeograms) xmlUCSIsLinearBIdeograms __attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias")));
5898#define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias
5899#endif
5900
5901#ifdef LIBXML_UNICODE_ENABLED
5902extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary__internal_alias __attribute((visibility("hidden")));
5903extern __typeof (xmlUCSIsLinearBSyllabary) xmlUCSIsLinearBSyllabary __attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias")));
5904#define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias
5905#endif
5906
5907#ifdef LIBXML_UNICODE_ENABLED
5908extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates__internal_alias __attribute((visibility("hidden")));
5909extern __typeof (xmlUCSIsLowSurrogates) xmlUCSIsLowSurrogates __attribute((alias("xmlUCSIsLowSurrogates__internal_alias")));
5910#define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias
5911#endif
5912
5913#ifdef LIBXML_UNICODE_ENABLED
5914extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam__internal_alias __attribute((visibility("hidden")));
5915extern __typeof (xmlUCSIsMalayalam) xmlUCSIsMalayalam __attribute((alias("xmlUCSIsMalayalam__internal_alias")));
5916#define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias
5917#endif
5918
5919#ifdef LIBXML_UNICODE_ENABLED
5920extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias __attribute((visibility("hidden")));
5921extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols) xmlUCSIsMathematicalAlphanumericSymbols __attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias")));
5922#define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
5923#endif
5924
5925#ifdef LIBXML_UNICODE_ENABLED
5926extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators__internal_alias __attribute((visibility("hidden")));
5927extern __typeof (xmlUCSIsMathematicalOperators) xmlUCSIsMathematicalOperators __attribute((alias("xmlUCSIsMathematicalOperators__internal_alias")));
5928#define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias
5929#endif
5930
5931#ifdef LIBXML_UNICODE_ENABLED
5932extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias __attribute((visibility("hidden")));
5933extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA) xmlUCSIsMiscellaneousMathematicalSymbolsA __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
5934#define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
5935#endif
5936
5937#ifdef LIBXML_UNICODE_ENABLED
5938extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias __attribute((visibility("hidden")));
5939extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB) xmlUCSIsMiscellaneousMathematicalSymbolsB __attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias")));
5940#define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
5941#endif
5942
5943#ifdef LIBXML_UNICODE_ENABLED
5944extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols__internal_alias __attribute((visibility("hidden")));
5945extern __typeof (xmlUCSIsMiscellaneousSymbols) xmlUCSIsMiscellaneousSymbols __attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias")));
5946#define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias
5947#endif
5948
5949#ifdef LIBXML_UNICODE_ENABLED
5950extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias __attribute((visibility("hidden")));
5951extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows) xmlUCSIsMiscellaneousSymbolsandArrows __attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
5952#define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
5953#endif
5954
5955#ifdef LIBXML_UNICODE_ENABLED
5956extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical__internal_alias __attribute((visibility("hidden")));
5957extern __typeof (xmlUCSIsMiscellaneousTechnical) xmlUCSIsMiscellaneousTechnical __attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias")));
5958#define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias
5959#endif
5960
5961#ifdef LIBXML_UNICODE_ENABLED
5962extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian__internal_alias __attribute((visibility("hidden")));
5963extern __typeof (xmlUCSIsMongolian) xmlUCSIsMongolian __attribute((alias("xmlUCSIsMongolian__internal_alias")));
5964#define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias
5965#endif
5966
5967#ifdef LIBXML_UNICODE_ENABLED
5968extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols__internal_alias __attribute((visibility("hidden")));
5969extern __typeof (xmlUCSIsMusicalSymbols) xmlUCSIsMusicalSymbols __attribute((alias("xmlUCSIsMusicalSymbols__internal_alias")));
5970#define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias
5971#endif
5972
5973#ifdef LIBXML_UNICODE_ENABLED
5974extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar__internal_alias __attribute((visibility("hidden")));
5975extern __typeof (xmlUCSIsMyanmar) xmlUCSIsMyanmar __attribute((alias("xmlUCSIsMyanmar__internal_alias")));
5976#define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias
5977#endif
5978
5979#ifdef LIBXML_UNICODE_ENABLED
5980extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms__internal_alias __attribute((visibility("hidden")));
5981extern __typeof (xmlUCSIsNumberForms) xmlUCSIsNumberForms __attribute((alias("xmlUCSIsNumberForms__internal_alias")));
5982#define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias
5983#endif
5984
5985#ifdef LIBXML_UNICODE_ENABLED
5986extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham__internal_alias __attribute((visibility("hidden")));
5987extern __typeof (xmlUCSIsOgham) xmlUCSIsOgham __attribute((alias("xmlUCSIsOgham__internal_alias")));
5988#define xmlUCSIsOgham xmlUCSIsOgham__internal_alias
5989#endif
5990
5991#ifdef LIBXML_UNICODE_ENABLED
5992extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic__internal_alias __attribute((visibility("hidden")));
5993extern __typeof (xmlUCSIsOldItalic) xmlUCSIsOldItalic __attribute((alias("xmlUCSIsOldItalic__internal_alias")));
5994#define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias
5995#endif
5996
5997#ifdef LIBXML_UNICODE_ENABLED
5998extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition__internal_alias __attribute((visibility("hidden")));
5999extern __typeof (xmlUCSIsOpticalCharacterRecognition) xmlUCSIsOpticalCharacterRecognition __attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias")));
6000#define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias
6001#endif
6002
6003#ifdef LIBXML_UNICODE_ENABLED
6004extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya__internal_alias __attribute((visibility("hidden")));
6005extern __typeof (xmlUCSIsOriya) xmlUCSIsOriya __attribute((alias("xmlUCSIsOriya__internal_alias")));
6006#define xmlUCSIsOriya xmlUCSIsOriya__internal_alias
6007#endif
6008
6009#ifdef LIBXML_UNICODE_ENABLED
6010extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya__internal_alias __attribute((visibility("hidden")));
6011extern __typeof (xmlUCSIsOsmanya) xmlUCSIsOsmanya __attribute((alias("xmlUCSIsOsmanya__internal_alias")));
6012#define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias
6013#endif
6014
6015#ifdef LIBXML_UNICODE_ENABLED
6016extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions__internal_alias __attribute((visibility("hidden")));
6017extern __typeof (xmlUCSIsPhoneticExtensions) xmlUCSIsPhoneticExtensions __attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias")));
6018#define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias
6019#endif
6020
6021#ifdef LIBXML_UNICODE_ENABLED
6022extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse__internal_alias __attribute((visibility("hidden")));
6023extern __typeof (xmlUCSIsPrivateUse) xmlUCSIsPrivateUse __attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
6024#define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias
6025#endif
6026
6027#ifdef LIBXML_UNICODE_ENABLED
6028extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea__internal_alias __attribute((visibility("hidden")));
6029extern __typeof (xmlUCSIsPrivateUseArea) xmlUCSIsPrivateUseArea __attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
6030#define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias
6031#endif
6032
6033#ifdef LIBXML_UNICODE_ENABLED
6034extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic__internal_alias __attribute((visibility("hidden")));
6035extern __typeof (xmlUCSIsRunic) xmlUCSIsRunic __attribute((alias("xmlUCSIsRunic__internal_alias")));
6036#define xmlUCSIsRunic xmlUCSIsRunic__internal_alias
6037#endif
6038
6039#ifdef LIBXML_UNICODE_ENABLED
6040extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian__internal_alias __attribute((visibility("hidden")));
6041extern __typeof (xmlUCSIsShavian) xmlUCSIsShavian __attribute((alias("xmlUCSIsShavian__internal_alias")));
6042#define xmlUCSIsShavian xmlUCSIsShavian__internal_alias
6043#endif
6044
6045#ifdef LIBXML_UNICODE_ENABLED
6046extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala__internal_alias __attribute((visibility("hidden")));
6047extern __typeof (xmlUCSIsSinhala) xmlUCSIsSinhala __attribute((alias("xmlUCSIsSinhala__internal_alias")));
6048#define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias
6049#endif
6050
6051#ifdef LIBXML_UNICODE_ENABLED
6052extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants__internal_alias __attribute((visibility("hidden")));
6053extern __typeof (xmlUCSIsSmallFormVariants) xmlUCSIsSmallFormVariants __attribute((alias("xmlUCSIsSmallFormVariants__internal_alias")));
6054#define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias
6055#endif
6056
6057#ifdef LIBXML_UNICODE_ENABLED
6058extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters__internal_alias __attribute((visibility("hidden")));
6059extern __typeof (xmlUCSIsSpacingModifierLetters) xmlUCSIsSpacingModifierLetters __attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias")));
6060#define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias
6061#endif
6062
6063#ifdef LIBXML_UNICODE_ENABLED
6064extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials__internal_alias __attribute((visibility("hidden")));
6065extern __typeof (xmlUCSIsSpecials) xmlUCSIsSpecials __attribute((alias("xmlUCSIsSpecials__internal_alias")));
6066#define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
6067#endif
6068
6069#ifdef LIBXML_UNICODE_ENABLED
6070extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts__internal_alias __attribute((visibility("hidden")));
6071extern __typeof (xmlUCSIsSuperscriptsandSubscripts) xmlUCSIsSuperscriptsandSubscripts __attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias")));
6072#define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias
6073#endif
6074
6075#ifdef LIBXML_UNICODE_ENABLED
6076extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA__internal_alias __attribute((visibility("hidden")));
6077extern __typeof (xmlUCSIsSupplementalArrowsA) xmlUCSIsSupplementalArrowsA __attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias")));
6078#define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias
6079#endif
6080
6081#ifdef LIBXML_UNICODE_ENABLED
6082extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB__internal_alias __attribute((visibility("hidden")));
6083extern __typeof (xmlUCSIsSupplementalArrowsB) xmlUCSIsSupplementalArrowsB __attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
6084#define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias
6085#endif
6086
6087#ifdef LIBXML_UNICODE_ENABLED
6088extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators__internal_alias __attribute((visibility("hidden")));
6089extern __typeof (xmlUCSIsSupplementalMathematicalOperators) xmlUCSIsSupplementalMathematicalOperators __attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias")));
6090#define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias
6091#endif
6092
6093#ifdef LIBXML_UNICODE_ENABLED
6094extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias __attribute((visibility("hidden")));
6095extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA) xmlUCSIsSupplementaryPrivateUseAreaA __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias")));
6096#define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
6097#endif
6098
6099#ifdef LIBXML_UNICODE_ENABLED
6100extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias __attribute((visibility("hidden")));
6101extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB) xmlUCSIsSupplementaryPrivateUseAreaB __attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
6102#define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
6103#endif
6104
6105#ifdef LIBXML_UNICODE_ENABLED
6106extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac__internal_alias __attribute((visibility("hidden")));
6107extern __typeof (xmlUCSIsSyriac) xmlUCSIsSyriac __attribute((alias("xmlUCSIsSyriac__internal_alias")));
6108#define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias
6109#endif
6110
6111#ifdef LIBXML_UNICODE_ENABLED
6112extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog__internal_alias __attribute((visibility("hidden")));
6113extern __typeof (xmlUCSIsTagalog) xmlUCSIsTagalog __attribute((alias("xmlUCSIsTagalog__internal_alias")));
6114#define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias
6115#endif
6116
6117#ifdef LIBXML_UNICODE_ENABLED
6118extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa__internal_alias __attribute((visibility("hidden")));
6119extern __typeof (xmlUCSIsTagbanwa) xmlUCSIsTagbanwa __attribute((alias("xmlUCSIsTagbanwa__internal_alias")));
6120#define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias
6121#endif
6122
6123#ifdef LIBXML_UNICODE_ENABLED
6124extern __typeof (xmlUCSIsTags) xmlUCSIsTags__internal_alias __attribute((visibility("hidden")));
6125extern __typeof (xmlUCSIsTags) xmlUCSIsTags __attribute((alias("xmlUCSIsTags__internal_alias")));
6126#define xmlUCSIsTags xmlUCSIsTags__internal_alias
6127#endif
6128
6129#ifdef LIBXML_UNICODE_ENABLED
6130extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe__internal_alias __attribute((visibility("hidden")));
6131extern __typeof (xmlUCSIsTaiLe) xmlUCSIsTaiLe __attribute((alias("xmlUCSIsTaiLe__internal_alias")));
6132#define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias
6133#endif
6134
6135#ifdef LIBXML_UNICODE_ENABLED
6136extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols__internal_alias __attribute((visibility("hidden")));
6137extern __typeof (xmlUCSIsTaiXuanJingSymbols) xmlUCSIsTaiXuanJingSymbols __attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias")));
6138#define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias
6139#endif
6140
6141#ifdef LIBXML_UNICODE_ENABLED
6142extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil__internal_alias __attribute((visibility("hidden")));
6143extern __typeof (xmlUCSIsTamil) xmlUCSIsTamil __attribute((alias("xmlUCSIsTamil__internal_alias")));
6144#define xmlUCSIsTamil xmlUCSIsTamil__internal_alias
6145#endif
6146
6147#ifdef LIBXML_UNICODE_ENABLED
6148extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu__internal_alias __attribute((visibility("hidden")));
6149extern __typeof (xmlUCSIsTelugu) xmlUCSIsTelugu __attribute((alias("xmlUCSIsTelugu__internal_alias")));
6150#define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias
6151#endif
6152
6153#ifdef LIBXML_UNICODE_ENABLED
6154extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana__internal_alias __attribute((visibility("hidden")));
6155extern __typeof (xmlUCSIsThaana) xmlUCSIsThaana __attribute((alias("xmlUCSIsThaana__internal_alias")));
6156#define xmlUCSIsThaana xmlUCSIsThaana__internal_alias
6157#endif
6158
6159#ifdef LIBXML_UNICODE_ENABLED
6160extern __typeof (xmlUCSIsThai) xmlUCSIsThai__internal_alias __attribute((visibility("hidden")));
6161extern __typeof (xmlUCSIsThai) xmlUCSIsThai __attribute((alias("xmlUCSIsThai__internal_alias")));
6162#define xmlUCSIsThai xmlUCSIsThai__internal_alias
6163#endif
6164
6165#ifdef LIBXML_UNICODE_ENABLED
6166extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan__internal_alias __attribute((visibility("hidden")));
6167extern __typeof (xmlUCSIsTibetan) xmlUCSIsTibetan __attribute((alias("xmlUCSIsTibetan__internal_alias")));
6168#define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias
6169#endif
6170
6171#ifdef LIBXML_UNICODE_ENABLED
6172extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic__internal_alias __attribute((visibility("hidden")));
6173extern __typeof (xmlUCSIsUgaritic) xmlUCSIsUgaritic __attribute((alias("xmlUCSIsUgaritic__internal_alias")));
6174#define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias
6175#endif
6176
6177#ifdef LIBXML_UNICODE_ENABLED
6178extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias __attribute((visibility("hidden")));
6179extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics) xmlUCSIsUnifiedCanadianAboriginalSyllabics __attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias")));
6180#define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
6181#endif
6182
6183#ifdef LIBXML_UNICODE_ENABLED
6184extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors__internal_alias __attribute((visibility("hidden")));
6185extern __typeof (xmlUCSIsVariationSelectors) xmlUCSIsVariationSelectors __attribute((alias("xmlUCSIsVariationSelectors__internal_alias")));
6186#define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias
6187#endif
6188
6189#ifdef LIBXML_UNICODE_ENABLED
6190extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement__internal_alias __attribute((visibility("hidden")));
6191extern __typeof (xmlUCSIsVariationSelectorsSupplement) xmlUCSIsVariationSelectorsSupplement __attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
6192#define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias
6193#endif
6194
6195#ifdef LIBXML_UNICODE_ENABLED
6196extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals__internal_alias __attribute((visibility("hidden")));
6197extern __typeof (xmlUCSIsYiRadicals) xmlUCSIsYiRadicals __attribute((alias("xmlUCSIsYiRadicals__internal_alias")));
6198#define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias
6199#endif
6200
6201#ifdef LIBXML_UNICODE_ENABLED
6202extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables__internal_alias __attribute((visibility("hidden")));
6203extern __typeof (xmlUCSIsYiSyllables) xmlUCSIsYiSyllables __attribute((alias("xmlUCSIsYiSyllables__internal_alias")));
6204#define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias
6205#endif
6206
6207#ifdef LIBXML_UNICODE_ENABLED
6208extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols__internal_alias __attribute((visibility("hidden")));
6209extern __typeof (xmlUCSIsYijingHexagramSymbols) xmlUCSIsYijingHexagramSymbols __attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias")));
6210#define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias
6211#endif
6212
6213extern __typeof (xmlURIEscape) xmlURIEscape__internal_alias __attribute((visibility("hidden")));
6214extern __typeof (xmlURIEscape) xmlURIEscape __attribute((alias("xmlURIEscape__internal_alias")));
6215#define xmlURIEscape xmlURIEscape__internal_alias
6216
6217extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr__internal_alias __attribute((visibility("hidden")));
6218extern __typeof (xmlURIEscapeStr) xmlURIEscapeStr __attribute((alias("xmlURIEscapeStr__internal_alias")));
6219#define xmlURIEscapeStr xmlURIEscapeStr__internal_alias
6220
6221extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString__internal_alias __attribute((visibility("hidden")));
6222extern __typeof (xmlURIUnescapeString) xmlURIUnescapeString __attribute((alias("xmlURIUnescapeString__internal_alias")));
6223#define xmlURIUnescapeString xmlURIUnescapeString__internal_alias
6224
6225extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp__internal_alias __attribute((visibility("hidden")));
6226extern __typeof (xmlUTF8Charcmp) xmlUTF8Charcmp __attribute((alias("xmlUTF8Charcmp__internal_alias")));
6227#define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias
6228
6229extern __typeof (xmlUTF8Size) xmlUTF8Size__internal_alias __attribute((visibility("hidden")));
6230extern __typeof (xmlUTF8Size) xmlUTF8Size __attribute((alias("xmlUTF8Size__internal_alias")));
6231#define xmlUTF8Size xmlUTF8Size__internal_alias
6232
6233extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen__internal_alias __attribute((visibility("hidden")));
6234extern __typeof (xmlUTF8Strlen) xmlUTF8Strlen __attribute((alias("xmlUTF8Strlen__internal_alias")));
6235#define xmlUTF8Strlen xmlUTF8Strlen__internal_alias
6236
6237extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc__internal_alias __attribute((visibility("hidden")));
6238extern __typeof (xmlUTF8Strloc) xmlUTF8Strloc __attribute((alias("xmlUTF8Strloc__internal_alias")));
6239#define xmlUTF8Strloc xmlUTF8Strloc__internal_alias
6240
6241extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup__internal_alias __attribute((visibility("hidden")));
6242extern __typeof (xmlUTF8Strndup) xmlUTF8Strndup __attribute((alias("xmlUTF8Strndup__internal_alias")));
6243#define xmlUTF8Strndup xmlUTF8Strndup__internal_alias
6244
6245extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos__internal_alias __attribute((visibility("hidden")));
6246extern __typeof (xmlUTF8Strpos) xmlUTF8Strpos __attribute((alias("xmlUTF8Strpos__internal_alias")));
6247#define xmlUTF8Strpos xmlUTF8Strpos__internal_alias
6248
6249extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize__internal_alias __attribute((visibility("hidden")));
6250extern __typeof (xmlUTF8Strsize) xmlUTF8Strsize __attribute((alias("xmlUTF8Strsize__internal_alias")));
6251#define xmlUTF8Strsize xmlUTF8Strsize__internal_alias
6252
6253extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub__internal_alias __attribute((visibility("hidden")));
6254extern __typeof (xmlUTF8Strsub) xmlUTF8Strsub __attribute((alias("xmlUTF8Strsub__internal_alias")));
6255#define xmlUTF8Strsub xmlUTF8Strsub__internal_alias
6256
6257extern __typeof (xmlUnlinkNode) xmlUnlinkNode__internal_alias __attribute((visibility("hidden")));
6258extern __typeof (xmlUnlinkNode) xmlUnlinkNode __attribute((alias("xmlUnlinkNode__internal_alias")));
6259#define xmlUnlinkNode xmlUnlinkNode__internal_alias
6260
6261extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary__internal_alias __attribute((visibility("hidden")));
6262extern __typeof (xmlUnlockLibrary) xmlUnlockLibrary __attribute((alias("xmlUnlockLibrary__internal_alias")));
6263#define xmlUnlockLibrary xmlUnlockLibrary__internal_alias
6264
6265#ifdef LIBXML_TREE_ENABLED
6266extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp__internal_alias __attribute((visibility("hidden")));
6267extern __typeof (xmlUnsetNsProp) xmlUnsetNsProp __attribute((alias("xmlUnsetNsProp__internal_alias")));
6268#define xmlUnsetNsProp xmlUnsetNsProp__internal_alias
6269#endif
6270
6271#ifdef LIBXML_TREE_ENABLED
6272extern __typeof (xmlUnsetProp) xmlUnsetProp__internal_alias __attribute((visibility("hidden")));
6273extern __typeof (xmlUnsetProp) xmlUnsetProp __attribute((alias("xmlUnsetProp__internal_alias")));
6274#define xmlUnsetProp xmlUnsetProp__internal_alias
6275#endif
6276
6277#ifdef LIBXML_REGEXP_ENABLED
6278extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel__internal_alias __attribute((visibility("hidden")));
6279extern __typeof (xmlValidBuildContentModel) xmlValidBuildContentModel __attribute((alias("xmlValidBuildContentModel__internal_alias")));
6280#define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias
6281#endif
6282
6283#ifdef LIBXML_VALID_ENABLED
6284extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
6285extern __typeof (xmlValidCtxtNormalizeAttributeValue) xmlValidCtxtNormalizeAttributeValue __attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias")));
6286#define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias
6287#endif
6288
6289extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren__internal_alias __attribute((visibility("hidden")));
6290extern __typeof (xmlValidGetPotentialChildren) xmlValidGetPotentialChildren __attribute((alias("xmlValidGetPotentialChildren__internal_alias")));
6291#define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias
6292
6293extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements__internal_alias __attribute((visibility("hidden")));
6294extern __typeof (xmlValidGetValidElements) xmlValidGetValidElements __attribute((alias("xmlValidGetValidElements__internal_alias")));
6295#define xmlValidGetValidElements xmlValidGetValidElements__internal_alias
6296
6297#ifdef LIBXML_VALID_ENABLED
6298extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue__internal_alias __attribute((visibility("hidden")));
6299extern __typeof (xmlValidNormalizeAttributeValue) xmlValidNormalizeAttributeValue __attribute((alias("xmlValidNormalizeAttributeValue__internal_alias")));
6300#define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias
6301#endif
6302
6303#ifdef LIBXML_VALID_ENABLED
6304extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl__internal_alias __attribute((visibility("hidden")));
6305extern __typeof (xmlValidateAttributeDecl) xmlValidateAttributeDecl __attribute((alias("xmlValidateAttributeDecl__internal_alias")));
6306#define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
6307#endif
6308
6309#ifdef LIBXML_VALID_ENABLED
6310extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue__internal_alias __attribute((visibility("hidden")));
6311extern __typeof (xmlValidateAttributeValue) xmlValidateAttributeValue __attribute((alias("xmlValidateAttributeValue__internal_alias")));
6312#define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias
6313#endif
6314
6315#ifdef LIBXML_VALID_ENABLED
6316extern __typeof (xmlValidateDocument) xmlValidateDocument__internal_alias __attribute((visibility("hidden")));
6317extern __typeof (xmlValidateDocument) xmlValidateDocument __attribute((alias("xmlValidateDocument__internal_alias")));
6318#define xmlValidateDocument xmlValidateDocument__internal_alias
6319#endif
6320
6321#ifdef LIBXML_VALID_ENABLED
6322extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal__internal_alias __attribute((visibility("hidden")));
6323extern __typeof (xmlValidateDocumentFinal) xmlValidateDocumentFinal __attribute((alias("xmlValidateDocumentFinal__internal_alias")));
6324#define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias
6325#endif
6326
6327#ifdef LIBXML_VALID_ENABLED
6328extern __typeof (xmlValidateDtd) xmlValidateDtd__internal_alias __attribute((visibility("hidden")));
6329extern __typeof (xmlValidateDtd) xmlValidateDtd __attribute((alias("xmlValidateDtd__internal_alias")));
6330#define xmlValidateDtd xmlValidateDtd__internal_alias
6331#endif
6332
6333#ifdef LIBXML_VALID_ENABLED
6334extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal__internal_alias __attribute((visibility("hidden")));
6335extern __typeof (xmlValidateDtdFinal) xmlValidateDtdFinal __attribute((alias("xmlValidateDtdFinal__internal_alias")));
6336#define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias
6337#endif
6338
6339#ifdef LIBXML_VALID_ENABLED
6340extern __typeof (xmlValidateElement) xmlValidateElement__internal_alias __attribute((visibility("hidden")));
6341extern __typeof (xmlValidateElement) xmlValidateElement __attribute((alias("xmlValidateElement__internal_alias")));
6342#define xmlValidateElement xmlValidateElement__internal_alias
6343#endif
6344
6345#ifdef LIBXML_VALID_ENABLED
6346extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias __attribute((visibility("hidden")));
6347extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((alias("xmlValidateElementDecl__internal_alias")));
6348#define xmlValidateElementDecl xmlValidateElementDecl__internal_alias
6349#endif
6350
6351extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribute((visibility("hidden")));
6352extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlValidateNCName__internal_alias")));
6353#define xmlValidateNCName xmlValidateNCName__internal_alias
6354
6355extern __typeof (xmlValidateNMToken) xmlValidateNMToken__internal_alias __attribute((visibility("hidden")));
6356extern __typeof (xmlValidateNMToken) xmlValidateNMToken __attribute((alias("xmlValidateNMToken__internal_alias")));
6357#define xmlValidateNMToken xmlValidateNMToken__internal_alias
6358
6359extern __typeof (xmlValidateName) xmlValidateName__internal_alias __attribute((visibility("hidden")));
6360extern __typeof (xmlValidateName) xmlValidateName __attribute((alias("xmlValidateName__internal_alias")));
6361#define xmlValidateName xmlValidateName__internal_alias
6362
6363#ifdef LIBXML_VALID_ENABLED
6364extern __typeof (xmlValidateNameValue) xmlValidateNameValue__internal_alias __attribute((visibility("hidden")));
6365extern __typeof (xmlValidateNameValue) xmlValidateNameValue __attribute((alias("xmlValidateNameValue__internal_alias")));
6366#define xmlValidateNameValue xmlValidateNameValue__internal_alias
6367#endif
6368
6369#ifdef LIBXML_VALID_ENABLED
6370extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue__internal_alias __attribute((visibility("hidden")));
6371extern __typeof (xmlValidateNamesValue) xmlValidateNamesValue __attribute((alias("xmlValidateNamesValue__internal_alias")));
6372#define xmlValidateNamesValue xmlValidateNamesValue__internal_alias
6373#endif
6374
6375#ifdef LIBXML_VALID_ENABLED
6376extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue__internal_alias __attribute((visibility("hidden")));
6377extern __typeof (xmlValidateNmtokenValue) xmlValidateNmtokenValue __attribute((alias("xmlValidateNmtokenValue__internal_alias")));
6378#define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias
6379#endif
6380
6381#ifdef LIBXML_VALID_ENABLED
6382extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue__internal_alias __attribute((visibility("hidden")));
6383extern __typeof (xmlValidateNmtokensValue) xmlValidateNmtokensValue __attribute((alias("xmlValidateNmtokensValue__internal_alias")));
6384#define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias
6385#endif
6386
6387#ifdef LIBXML_VALID_ENABLED
6388extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl__internal_alias __attribute((visibility("hidden")));
6389extern __typeof (xmlValidateNotationDecl) xmlValidateNotationDecl __attribute((alias("xmlValidateNotationDecl__internal_alias")));
6390#define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias
6391#endif
6392
6393#ifdef LIBXML_VALID_ENABLED
6394extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse__internal_alias __attribute((visibility("hidden")));
6395extern __typeof (xmlValidateNotationUse) xmlValidateNotationUse __attribute((alias("xmlValidateNotationUse__internal_alias")));
6396#define xmlValidateNotationUse xmlValidateNotationUse__internal_alias
6397#endif
6398
6399#ifdef LIBXML_VALID_ENABLED
6400extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute__internal_alias __attribute((visibility("hidden")));
6401extern __typeof (xmlValidateOneAttribute) xmlValidateOneAttribute __attribute((alias("xmlValidateOneAttribute__internal_alias")));
6402#define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias
6403#endif
6404
6405#ifdef LIBXML_VALID_ENABLED
6406extern __typeof (xmlValidateOneElement) xmlValidateOneElement__internal_alias __attribute((visibility("hidden")));
6407extern __typeof (xmlValidateOneElement) xmlValidateOneElement __attribute((alias("xmlValidateOneElement__internal_alias")));
6408#define xmlValidateOneElement xmlValidateOneElement__internal_alias
6409#endif
6410
6411#ifdef LIBXML_VALID_ENABLED
6412extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace__internal_alias __attribute((visibility("hidden")));
6413extern __typeof (xmlValidateOneNamespace) xmlValidateOneNamespace __attribute((alias("xmlValidateOneNamespace__internal_alias")));
6414#define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias
6415#endif
6416
6417#ifdef LIBXML_REGEXP_ENABLED
6418extern __typeof (xmlValidatePopElement) xmlValidatePopElement__internal_alias __attribute((visibility("hidden")));
6419extern __typeof (xmlValidatePopElement) xmlValidatePopElement __attribute((alias("xmlValidatePopElement__internal_alias")));
6420#define xmlValidatePopElement xmlValidatePopElement__internal_alias
6421#endif
6422
6423#ifdef LIBXML_REGEXP_ENABLED
6424extern __typeof (xmlValidatePushCData) xmlValidatePushCData__internal_alias __attribute((visibility("hidden")));
6425extern __typeof (xmlValidatePushCData) xmlValidatePushCData __attribute((alias("xmlValidatePushCData__internal_alias")));
6426#define xmlValidatePushCData xmlValidatePushCData__internal_alias
6427#endif
6428
6429#ifdef LIBXML_REGEXP_ENABLED
6430extern __typeof (xmlValidatePushElement) xmlValidatePushElement__internal_alias __attribute((visibility("hidden")));
6431extern __typeof (xmlValidatePushElement) xmlValidatePushElement __attribute((alias("xmlValidatePushElement__internal_alias")));
6432#define xmlValidatePushElement xmlValidatePushElement__internal_alias
6433#endif
6434
6435extern __typeof (xmlValidateQName) xmlValidateQName__internal_alias __attribute((visibility("hidden")));
6436extern __typeof (xmlValidateQName) xmlValidateQName __attribute((alias("xmlValidateQName__internal_alias")));
6437#define xmlValidateQName xmlValidateQName__internal_alias
6438
6439#ifdef LIBXML_VALID_ENABLED
6440extern __typeof (xmlValidateRoot) xmlValidateRoot__internal_alias __attribute((visibility("hidden")));
6441extern __typeof (xmlValidateRoot) xmlValidateRoot __attribute((alias("xmlValidateRoot__internal_alias")));
6442#define xmlValidateRoot xmlValidateRoot__internal_alias
6443#endif
6444
6445#ifdef LIBXML_XINCLUDE_ENABLED
6446extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext__internal_alias __attribute((visibility("hidden")));
6447extern __typeof (xmlXIncludeFreeContext) xmlXIncludeFreeContext __attribute((alias("xmlXIncludeFreeContext__internal_alias")));
6448#define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias
6449#endif
6450
6451#ifdef LIBXML_XINCLUDE_ENABLED
6452extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext__internal_alias __attribute((visibility("hidden")));
6453extern __typeof (xmlXIncludeNewContext) xmlXIncludeNewContext __attribute((alias("xmlXIncludeNewContext__internal_alias")));
6454#define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
6455#endif
6456
6457#ifdef LIBXML_XINCLUDE_ENABLED
6458extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess__internal_alias __attribute((visibility("hidden")));
6459extern __typeof (xmlXIncludeProcess) xmlXIncludeProcess __attribute((alias("xmlXIncludeProcess__internal_alias")));
6460#define xmlXIncludeProcess xmlXIncludeProcess__internal_alias
6461#endif
6462
6463#ifdef LIBXML_XINCLUDE_ENABLED
6464extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags__internal_alias __attribute((visibility("hidden")));
6465extern __typeof (xmlXIncludeProcessFlags) xmlXIncludeProcessFlags __attribute((alias("xmlXIncludeProcessFlags__internal_alias")));
6466#define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias
6467#endif
6468
6469#ifdef LIBXML_XINCLUDE_ENABLED
6470extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode__internal_alias __attribute((visibility("hidden")));
6471extern __typeof (xmlXIncludeProcessNode) xmlXIncludeProcessNode __attribute((alias("xmlXIncludeProcessNode__internal_alias")));
6472#define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias
6473#endif
6474
6475#ifdef LIBXML_XINCLUDE_ENABLED
6476extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree__internal_alias __attribute((visibility("hidden")));
6477extern __typeof (xmlXIncludeProcessTree) xmlXIncludeProcessTree __attribute((alias("xmlXIncludeProcessTree__internal_alias")));
6478#define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias
6479#endif
6480
6481#ifdef LIBXML_XINCLUDE_ENABLED
6482extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags__internal_alias __attribute((visibility("hidden")));
6483extern __typeof (xmlXIncludeProcessTreeFlags) xmlXIncludeProcessTreeFlags __attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias")));
6484#define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias
6485#endif
6486
6487#ifdef LIBXML_XINCLUDE_ENABLED
6488extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags__internal_alias __attribute((visibility("hidden")));
6489extern __typeof (xmlXIncludeSetFlags) xmlXIncludeSetFlags __attribute((alias("xmlXIncludeSetFlags__internal_alias")));
6490#define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias
6491#endif
6492
6493#ifdef LIBXML_XPATH_ENABLED
6494extern __typeof (xmlXPathAddValues) xmlXPathAddValues__internal_alias __attribute((visibility("hidden")));
6495extern __typeof (xmlXPathAddValues) xmlXPathAddValues __attribute((alias("xmlXPathAddValues__internal_alias")));
6496#define xmlXPathAddValues xmlXPathAddValues__internal_alias
6497#endif
6498
6499#ifdef LIBXML_XPATH_ENABLED
6500extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction__internal_alias __attribute((visibility("hidden")));
6501extern __typeof (xmlXPathBooleanFunction) xmlXPathBooleanFunction __attribute((alias("xmlXPathBooleanFunction__internal_alias")));
6502#define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias
6503#endif
6504
6505#ifdef LIBXML_XPATH_ENABLED
6506extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber__internal_alias __attribute((visibility("hidden")));
6507extern __typeof (xmlXPathCastBooleanToNumber) xmlXPathCastBooleanToNumber __attribute((alias("xmlXPathCastBooleanToNumber__internal_alias")));
6508#define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias
6509#endif
6510
6511#ifdef LIBXML_XPATH_ENABLED
6512extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString__internal_alias __attribute((visibility("hidden")));
6513extern __typeof (xmlXPathCastBooleanToString) xmlXPathCastBooleanToString __attribute((alias("xmlXPathCastBooleanToString__internal_alias")));
6514#define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias
6515#endif
6516
6517#ifdef LIBXML_XPATH_ENABLED
6518extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean__internal_alias __attribute((visibility("hidden")));
6519extern __typeof (xmlXPathCastNodeSetToBoolean) xmlXPathCastNodeSetToBoolean __attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias")));
6520#define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias
6521#endif
6522
6523#ifdef LIBXML_XPATH_ENABLED
6524extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber__internal_alias __attribute((visibility("hidden")));
6525extern __typeof (xmlXPathCastNodeSetToNumber) xmlXPathCastNodeSetToNumber __attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias")));
6526#define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias
6527#endif
6528
6529#ifdef LIBXML_XPATH_ENABLED
6530extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString__internal_alias __attribute((visibility("hidden")));
6531extern __typeof (xmlXPathCastNodeSetToString) xmlXPathCastNodeSetToString __attribute((alias("xmlXPathCastNodeSetToString__internal_alias")));
6532#define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias
6533#endif
6534
6535#ifdef LIBXML_XPATH_ENABLED
6536extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber__internal_alias __attribute((visibility("hidden")));
6537extern __typeof (xmlXPathCastNodeToNumber) xmlXPathCastNodeToNumber __attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
6538#define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias
6539#endif
6540
6541#ifdef LIBXML_XPATH_ENABLED
6542extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString__internal_alias __attribute((visibility("hidden")));
6543extern __typeof (xmlXPathCastNodeToString) xmlXPathCastNodeToString __attribute((alias("xmlXPathCastNodeToString__internal_alias")));
6544#define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias
6545#endif
6546
6547#ifdef LIBXML_XPATH_ENABLED
6548extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean__internal_alias __attribute((visibility("hidden")));
6549extern __typeof (xmlXPathCastNumberToBoolean) xmlXPathCastNumberToBoolean __attribute((alias("xmlXPathCastNumberToBoolean__internal_alias")));
6550#define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias
6551#endif
6552
6553#ifdef LIBXML_XPATH_ENABLED
6554extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString__internal_alias __attribute((visibility("hidden")));
6555extern __typeof (xmlXPathCastNumberToString) xmlXPathCastNumberToString __attribute((alias("xmlXPathCastNumberToString__internal_alias")));
6556#define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias
6557#endif
6558
6559#ifdef LIBXML_XPATH_ENABLED
6560extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean__internal_alias __attribute((visibility("hidden")));
6561extern __typeof (xmlXPathCastStringToBoolean) xmlXPathCastStringToBoolean __attribute((alias("xmlXPathCastStringToBoolean__internal_alias")));
6562#define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias
6563#endif
6564
6565#ifdef LIBXML_XPATH_ENABLED
6566extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber__internal_alias __attribute((visibility("hidden")));
6567extern __typeof (xmlXPathCastStringToNumber) xmlXPathCastStringToNumber __attribute((alias("xmlXPathCastStringToNumber__internal_alias")));
6568#define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias
6569#endif
6570
6571#ifdef LIBXML_XPATH_ENABLED
6572extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean__internal_alias __attribute((visibility("hidden")));
6573extern __typeof (xmlXPathCastToBoolean) xmlXPathCastToBoolean __attribute((alias("xmlXPathCastToBoolean__internal_alias")));
6574#define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias
6575#endif
6576
6577#ifdef LIBXML_XPATH_ENABLED
6578extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber__internal_alias __attribute((visibility("hidden")));
6579extern __typeof (xmlXPathCastToNumber) xmlXPathCastToNumber __attribute((alias("xmlXPathCastToNumber__internal_alias")));
6580#define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias
6581#endif
6582
6583#ifdef LIBXML_XPATH_ENABLED
6584extern __typeof (xmlXPathCastToString) xmlXPathCastToString__internal_alias __attribute((visibility("hidden")));
6585extern __typeof (xmlXPathCastToString) xmlXPathCastToString __attribute((alias("xmlXPathCastToString__internal_alias")));
6586#define xmlXPathCastToString xmlXPathCastToString__internal_alias
6587#endif
6588
6589#ifdef LIBXML_XPATH_ENABLED
6590extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction__internal_alias __attribute((visibility("hidden")));
6591extern __typeof (xmlXPathCeilingFunction) xmlXPathCeilingFunction __attribute((alias("xmlXPathCeilingFunction__internal_alias")));
6592#define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias
6593#endif
6594
6595#ifdef LIBXML_XPATH_ENABLED
6596extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes__internal_alias __attribute((visibility("hidden")));
6597extern __typeof (xmlXPathCmpNodes) xmlXPathCmpNodes __attribute((alias("xmlXPathCmpNodes__internal_alias")));
6598#define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
6599#endif
6600
6601#ifdef LIBXML_XPATH_ENABLED
6602extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues__internal_alias __attribute((visibility("hidden")));
6603extern __typeof (xmlXPathCompareValues) xmlXPathCompareValues __attribute((alias("xmlXPathCompareValues__internal_alias")));
6604#define xmlXPathCompareValues xmlXPathCompareValues__internal_alias
6605#endif
6606
6607#ifdef LIBXML_XPATH_ENABLED
6608extern __typeof (xmlXPathCompile) xmlXPathCompile__internal_alias __attribute((visibility("hidden")));
6609extern __typeof (xmlXPathCompile) xmlXPathCompile __attribute((alias("xmlXPathCompile__internal_alias")));
6610#define xmlXPathCompile xmlXPathCompile__internal_alias
6611#endif
6612
6613#ifdef LIBXML_XPATH_ENABLED
6614extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval__internal_alias __attribute((visibility("hidden")));
6615extern __typeof (xmlXPathCompiledEval) xmlXPathCompiledEval __attribute((alias("xmlXPathCompiledEval__internal_alias")));
6616#define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias
6617#endif
6618
6619#ifdef LIBXML_XPATH_ENABLED
6620extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction__internal_alias __attribute((visibility("hidden")));
6621extern __typeof (xmlXPathConcatFunction) xmlXPathConcatFunction __attribute((alias("xmlXPathConcatFunction__internal_alias")));
6622#define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias
6623#endif
6624
6625#ifdef LIBXML_XPATH_ENABLED
6626extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction__internal_alias __attribute((visibility("hidden")));
6627extern __typeof (xmlXPathContainsFunction) xmlXPathContainsFunction __attribute((alias("xmlXPathContainsFunction__internal_alias")));
6628#define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias
6629#endif
6630
6631#ifdef LIBXML_XPATH_ENABLED
6632extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean__internal_alias __attribute((visibility("hidden")));
6633extern __typeof (xmlXPathConvertBoolean) xmlXPathConvertBoolean __attribute((alias("xmlXPathConvertBoolean__internal_alias")));
6634#define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias
6635#endif
6636
6637#ifdef LIBXML_XPATH_ENABLED
6638extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber__internal_alias __attribute((visibility("hidden")));
6639extern __typeof (xmlXPathConvertNumber) xmlXPathConvertNumber __attribute((alias("xmlXPathConvertNumber__internal_alias")));
6640#define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias
6641#endif
6642
6643#ifdef LIBXML_XPATH_ENABLED
6644extern __typeof (xmlXPathConvertString) xmlXPathConvertString__internal_alias __attribute((visibility("hidden")));
6645extern __typeof (xmlXPathConvertString) xmlXPathConvertString __attribute((alias("xmlXPathConvertString__internal_alias")));
6646#define xmlXPathConvertString xmlXPathConvertString__internal_alias
6647#endif
6648
6649#ifdef LIBXML_XPATH_ENABLED
6650extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction__internal_alias __attribute((visibility("hidden")));
6651extern __typeof (xmlXPathCountFunction) xmlXPathCountFunction __attribute((alias("xmlXPathCountFunction__internal_alias")));
6652#define xmlXPathCountFunction xmlXPathCountFunction__internal_alias
6653#endif
6654
6655#ifdef LIBXML_XPATH_ENABLED
6656extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile__internal_alias __attribute((visibility("hidden")));
6657extern __typeof (xmlXPathCtxtCompile) xmlXPathCtxtCompile __attribute((alias("xmlXPathCtxtCompile__internal_alias")));
6658#define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias
6659#endif
6660
6661#ifdef LIBXML_XPATH_ENABLED
6662#ifdef LIBXML_DEBUG_ENABLED
6663extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr__internal_alias __attribute((visibility("hidden")));
6664extern __typeof (xmlXPathDebugDumpCompExpr) xmlXPathDebugDumpCompExpr __attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias")));
6665#define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias
6666#endif
6667#endif
6668
6669#ifdef LIBXML_XPATH_ENABLED
6670#ifdef LIBXML_DEBUG_ENABLED
6671extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject__internal_alias __attribute((visibility("hidden")));
6672extern __typeof (xmlXPathDebugDumpObject) xmlXPathDebugDumpObject __attribute((alias("xmlXPathDebugDumpObject__internal_alias")));
6673#define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias
6674#endif
6675#endif
6676
6677#ifdef LIBXML_XPATH_ENABLED
6678extern __typeof (xmlXPathDifference) xmlXPathDifference__internal_alias __attribute((visibility("hidden")));
6679extern __typeof (xmlXPathDifference) xmlXPathDifference __attribute((alias("xmlXPathDifference__internal_alias")));
6680#define xmlXPathDifference xmlXPathDifference__internal_alias
6681#endif
6682
6683#ifdef LIBXML_XPATH_ENABLED
6684extern __typeof (xmlXPathDistinct) xmlXPathDistinct__internal_alias __attribute((visibility("hidden")));
6685extern __typeof (xmlXPathDistinct) xmlXPathDistinct __attribute((alias("xmlXPathDistinct__internal_alias")));
6686#define xmlXPathDistinct xmlXPathDistinct__internal_alias
6687#endif
6688
6689#ifdef LIBXML_XPATH_ENABLED
6690extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted__internal_alias __attribute((visibility("hidden")));
6691extern __typeof (xmlXPathDistinctSorted) xmlXPathDistinctSorted __attribute((alias("xmlXPathDistinctSorted__internal_alias")));
6692#define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias
6693#endif
6694
6695#ifdef LIBXML_XPATH_ENABLED
6696extern __typeof (xmlXPathDivValues) xmlXPathDivValues__internal_alias __attribute((visibility("hidden")));
6697extern __typeof (xmlXPathDivValues) xmlXPathDivValues __attribute((alias("xmlXPathDivValues__internal_alias")));
6698#define xmlXPathDivValues xmlXPathDivValues__internal_alias
6699#endif
6700
6701#ifdef LIBXML_XPATH_ENABLED
6702extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues__internal_alias __attribute((visibility("hidden")));
6703extern __typeof (xmlXPathEqualValues) xmlXPathEqualValues __attribute((alias("xmlXPathEqualValues__internal_alias")));
6704#define xmlXPathEqualValues xmlXPathEqualValues__internal_alias
6705#endif
6706
6707#ifdef LIBXML_XPATH_ENABLED
6708extern __typeof (xmlXPathErr) xmlXPathErr__internal_alias __attribute((visibility("hidden")));
6709extern __typeof (xmlXPathErr) xmlXPathErr __attribute((alias("xmlXPathErr__internal_alias")));
6710#define xmlXPathErr xmlXPathErr__internal_alias
6711#endif
6712
6713#ifdef LIBXML_XPATH_ENABLED
6714extern __typeof (xmlXPathEval) xmlXPathEval__internal_alias __attribute((visibility("hidden")));
6715extern __typeof (xmlXPathEval) xmlXPathEval __attribute((alias("xmlXPathEval__internal_alias")));
6716#define xmlXPathEval xmlXPathEval__internal_alias
6717#endif
6718
6719#ifdef LIBXML_XPATH_ENABLED
6720extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr__internal_alias __attribute((visibility("hidden")));
6721extern __typeof (xmlXPathEvalExpr) xmlXPathEvalExpr __attribute((alias("xmlXPathEvalExpr__internal_alias")));
6722#define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias
6723#endif
6724
6725#ifdef LIBXML_XPATH_ENABLED
6726extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression__internal_alias __attribute((visibility("hidden")));
6727extern __typeof (xmlXPathEvalExpression) xmlXPathEvalExpression __attribute((alias("xmlXPathEvalExpression__internal_alias")));
6728#define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias
6729#endif
6730
6731#ifdef LIBXML_XPATH_ENABLED
6732extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate__internal_alias __attribute((visibility("hidden")));
6733extern __typeof (xmlXPathEvalPredicate) xmlXPathEvalPredicate __attribute((alias("xmlXPathEvalPredicate__internal_alias")));
6734#define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias
6735#endif
6736
6737#ifdef LIBXML_XPATH_ENABLED
6738extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult__internal_alias __attribute((visibility("hidden")));
6739extern __typeof (xmlXPathEvaluatePredicateResult) xmlXPathEvaluatePredicateResult __attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias")));
6740#define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias
6741#endif
6742
6743#ifdef LIBXML_XPATH_ENABLED
6744extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction__internal_alias __attribute((visibility("hidden")));
6745extern __typeof (xmlXPathFalseFunction) xmlXPathFalseFunction __attribute((alias("xmlXPathFalseFunction__internal_alias")));
6746#define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias
6747#endif
6748
6749#ifdef LIBXML_XPATH_ENABLED
6750extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction__internal_alias __attribute((visibility("hidden")));
6751extern __typeof (xmlXPathFloorFunction) xmlXPathFloorFunction __attribute((alias("xmlXPathFloorFunction__internal_alias")));
6752#define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias
6753#endif
6754
6755#ifdef LIBXML_XPATH_ENABLED
6756extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr__internal_alias __attribute((visibility("hidden")));
6757extern __typeof (xmlXPathFreeCompExpr) xmlXPathFreeCompExpr __attribute((alias("xmlXPathFreeCompExpr__internal_alias")));
6758#define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias
6759#endif
6760
6761#ifdef LIBXML_XPATH_ENABLED
6762extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext__internal_alias __attribute((visibility("hidden")));
6763extern __typeof (xmlXPathFreeContext) xmlXPathFreeContext __attribute((alias("xmlXPathFreeContext__internal_alias")));
6764#define xmlXPathFreeContext xmlXPathFreeContext__internal_alias
6765#endif
6766
6767#ifdef LIBXML_XPATH_ENABLED
6768extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet__internal_alias __attribute((visibility("hidden")));
6769extern __typeof (xmlXPathFreeNodeSet) xmlXPathFreeNodeSet __attribute((alias("xmlXPathFreeNodeSet__internal_alias")));
6770#define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias
6771#endif
6772
6773#ifdef LIBXML_XPATH_ENABLED
6774extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList__internal_alias __attribute((visibility("hidden")));
6775extern __typeof (xmlXPathFreeNodeSetList) xmlXPathFreeNodeSetList __attribute((alias("xmlXPathFreeNodeSetList__internal_alias")));
6776#define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias
6777#endif
6778
6779#ifdef LIBXML_XPATH_ENABLED
6780extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject__internal_alias __attribute((visibility("hidden")));
6781extern __typeof (xmlXPathFreeObject) xmlXPathFreeObject __attribute((alias("xmlXPathFreeObject__internal_alias")));
6782#define xmlXPathFreeObject xmlXPathFreeObject__internal_alias
6783#endif
6784
6785#ifdef LIBXML_XPATH_ENABLED
6786extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext__internal_alias __attribute((visibility("hidden")));
6787extern __typeof (xmlXPathFreeParserContext) xmlXPathFreeParserContext __attribute((alias("xmlXPathFreeParserContext__internal_alias")));
6788#define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias
6789#endif
6790
6791#ifdef LIBXML_XPATH_ENABLED
6792extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup__internal_alias __attribute((visibility("hidden")));
6793extern __typeof (xmlXPathFunctionLookup) xmlXPathFunctionLookup __attribute((alias("xmlXPathFunctionLookup__internal_alias")));
6794#define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias
6795#endif
6796
6797#ifdef LIBXML_XPATH_ENABLED
6798extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS__internal_alias __attribute((visibility("hidden")));
6799extern __typeof (xmlXPathFunctionLookupNS) xmlXPathFunctionLookupNS __attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
6800#define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias
6801#endif
6802
6803#ifdef LIBXML_XPATH_ENABLED
6804extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes__internal_alias __attribute((visibility("hidden")));
6805extern __typeof (xmlXPathHasSameNodes) xmlXPathHasSameNodes __attribute((alias("xmlXPathHasSameNodes__internal_alias")));
6806#define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias
6807#endif
6808
6809#ifdef LIBXML_XPATH_ENABLED
6810extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction__internal_alias __attribute((visibility("hidden")));
6811extern __typeof (xmlXPathIdFunction) xmlXPathIdFunction __attribute((alias("xmlXPathIdFunction__internal_alias")));
6812#define xmlXPathIdFunction xmlXPathIdFunction__internal_alias
6813#endif
6814
6815#ifdef LIBXML_XPATH_ENABLED
6816extern __typeof (xmlXPathInit) xmlXPathInit__internal_alias __attribute((visibility("hidden")));
6817extern __typeof (xmlXPathInit) xmlXPathInit __attribute((alias("xmlXPathInit__internal_alias")));
6818#define xmlXPathInit xmlXPathInit__internal_alias
6819#endif
6820
6821#ifdef LIBXML_XPATH_ENABLED
6822extern __typeof (xmlXPathIntersection) xmlXPathIntersection__internal_alias __attribute((visibility("hidden")));
6823extern __typeof (xmlXPathIntersection) xmlXPathIntersection __attribute((alias("xmlXPathIntersection__internal_alias")));
6824#define xmlXPathIntersection xmlXPathIntersection__internal_alias
6825#endif
6826
6827#ifdef LIBXML_XPATH_ENABLED
6828extern __typeof (xmlXPathIsInf) xmlXPathIsInf__internal_alias __attribute((visibility("hidden")));
6829extern __typeof (xmlXPathIsInf) xmlXPathIsInf __attribute((alias("xmlXPathIsInf__internal_alias")));
6830#define xmlXPathIsInf xmlXPathIsInf__internal_alias
6831#endif
6832
6833#ifdef LIBXML_XPATH_ENABLED
6834extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN__internal_alias __attribute((visibility("hidden")));
6835extern __typeof (xmlXPathIsNaN) xmlXPathIsNaN __attribute((alias("xmlXPathIsNaN__internal_alias")));
6836#define xmlXPathIsNaN xmlXPathIsNaN__internal_alias
6837#endif
6838
6839#ifdef LIBXML_XPATH_ENABLED
6840extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType__internal_alias __attribute((visibility("hidden")));
6841extern __typeof (xmlXPathIsNodeType) xmlXPathIsNodeType __attribute((alias("xmlXPathIsNodeType__internal_alias")));
6842#define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias
6843#endif
6844
6845#ifdef LIBXML_XPATH_ENABLED
6846extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction__internal_alias __attribute((visibility("hidden")));
6847extern __typeof (xmlXPathLangFunction) xmlXPathLangFunction __attribute((alias("xmlXPathLangFunction__internal_alias")));
6848#define xmlXPathLangFunction xmlXPathLangFunction__internal_alias
6849#endif
6850
6851#ifdef LIBXML_XPATH_ENABLED
6852extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction__internal_alias __attribute((visibility("hidden")));
6853extern __typeof (xmlXPathLastFunction) xmlXPathLastFunction __attribute((alias("xmlXPathLastFunction__internal_alias")));
6854#define xmlXPathLastFunction xmlXPathLastFunction__internal_alias
6855#endif
6856
6857#ifdef LIBXML_XPATH_ENABLED
6858extern __typeof (xmlXPathLeading) xmlXPathLeading__internal_alias __attribute((visibility("hidden")));
6859extern __typeof (xmlXPathLeading) xmlXPathLeading __attribute((alias("xmlXPathLeading__internal_alias")));
6860#define xmlXPathLeading xmlXPathLeading__internal_alias
6861#endif
6862
6863#ifdef LIBXML_XPATH_ENABLED
6864extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted__internal_alias __attribute((visibility("hidden")));
6865extern __typeof (xmlXPathLeadingSorted) xmlXPathLeadingSorted __attribute((alias("xmlXPathLeadingSorted__internal_alias")));
6866#define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias
6867#endif
6868
6869#ifdef LIBXML_XPATH_ENABLED
6870extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction__internal_alias __attribute((visibility("hidden")));
6871extern __typeof (xmlXPathLocalNameFunction) xmlXPathLocalNameFunction __attribute((alias("xmlXPathLocalNameFunction__internal_alias")));
6872#define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias
6873#endif
6874
6875#ifdef LIBXML_XPATH_ENABLED
6876extern __typeof (xmlXPathModValues) xmlXPathModValues__internal_alias __attribute((visibility("hidden")));
6877extern __typeof (xmlXPathModValues) xmlXPathModValues __attribute((alias("xmlXPathModValues__internal_alias")));
6878#define xmlXPathModValues xmlXPathModValues__internal_alias
6879#endif
6880
6881#ifdef LIBXML_XPATH_ENABLED
6882extern __typeof (xmlXPathMultValues) xmlXPathMultValues__internal_alias __attribute((visibility("hidden")));
6883extern __typeof (xmlXPathMultValues) xmlXPathMultValues __attribute((alias("xmlXPathMultValues__internal_alias")));
6884#define xmlXPathMultValues xmlXPathMultValues__internal_alias
6885#endif
6886
6887#ifdef LIBXML_XPATH_ENABLED
6888extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction__internal_alias __attribute((visibility("hidden")));
6889extern __typeof (xmlXPathNamespaceURIFunction) xmlXPathNamespaceURIFunction __attribute((alias("xmlXPathNamespaceURIFunction__internal_alias")));
6890#define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias
6891#endif
6892
6893#ifdef LIBXML_XPATH_ENABLED
6894extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean__internal_alias __attribute((visibility("hidden")));
6895extern __typeof (xmlXPathNewBoolean) xmlXPathNewBoolean __attribute((alias("xmlXPathNewBoolean__internal_alias")));
6896#define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias
6897#endif
6898
6899#ifdef LIBXML_XPATH_ENABLED
6900extern __typeof (xmlXPathNewCString) xmlXPathNewCString__internal_alias __attribute((visibility("hidden")));
6901extern __typeof (xmlXPathNewCString) xmlXPathNewCString __attribute((alias("xmlXPathNewCString__internal_alias")));
6902#define xmlXPathNewCString xmlXPathNewCString__internal_alias
6903#endif
6904
6905#ifdef LIBXML_XPATH_ENABLED
6906extern __typeof (xmlXPathNewContext) xmlXPathNewContext__internal_alias __attribute((visibility("hidden")));
6907extern __typeof (xmlXPathNewContext) xmlXPathNewContext __attribute((alias("xmlXPathNewContext__internal_alias")));
6908#define xmlXPathNewContext xmlXPathNewContext__internal_alias
6909#endif
6910
6911#ifdef LIBXML_XPATH_ENABLED
6912extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat__internal_alias __attribute((visibility("hidden")));
6913extern __typeof (xmlXPathNewFloat) xmlXPathNewFloat __attribute((alias("xmlXPathNewFloat__internal_alias")));
6914#define xmlXPathNewFloat xmlXPathNewFloat__internal_alias
6915#endif
6916
6917#ifdef LIBXML_XPATH_ENABLED
6918extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet__internal_alias __attribute((visibility("hidden")));
6919extern __typeof (xmlXPathNewNodeSet) xmlXPathNewNodeSet __attribute((alias("xmlXPathNewNodeSet__internal_alias")));
6920#define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias
6921#endif
6922
6923#ifdef LIBXML_XPATH_ENABLED
6924extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList__internal_alias __attribute((visibility("hidden")));
6925extern __typeof (xmlXPathNewNodeSetList) xmlXPathNewNodeSetList __attribute((alias("xmlXPathNewNodeSetList__internal_alias")));
6926#define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias
6927#endif
6928
6929#ifdef LIBXML_XPATH_ENABLED
6930extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext__internal_alias __attribute((visibility("hidden")));
6931extern __typeof (xmlXPathNewParserContext) xmlXPathNewParserContext __attribute((alias("xmlXPathNewParserContext__internal_alias")));
6932#define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias
6933#endif
6934
6935#ifdef LIBXML_XPATH_ENABLED
6936extern __typeof (xmlXPathNewString) xmlXPathNewString__internal_alias __attribute((visibility("hidden")));
6937extern __typeof (xmlXPathNewString) xmlXPathNewString __attribute((alias("xmlXPathNewString__internal_alias")));
6938#define xmlXPathNewString xmlXPathNewString__internal_alias
6939#endif
6940
6941#ifdef LIBXML_XPATH_ENABLED
6942extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree__internal_alias __attribute((visibility("hidden")));
6943extern __typeof (xmlXPathNewValueTree) xmlXPathNewValueTree __attribute((alias("xmlXPathNewValueTree__internal_alias")));
6944#define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias
6945#endif
6946
6947#ifdef LIBXML_XPATH_ENABLED
6948extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor__internal_alias __attribute((visibility("hidden")));
6949extern __typeof (xmlXPathNextAncestor) xmlXPathNextAncestor __attribute((alias("xmlXPathNextAncestor__internal_alias")));
6950#define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
6951#endif
6952
6953#ifdef LIBXML_XPATH_ENABLED
6954extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf__internal_alias __attribute((visibility("hidden")));
6955extern __typeof (xmlXPathNextAncestorOrSelf) xmlXPathNextAncestorOrSelf __attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
6956#define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias
6957#endif
6958
6959#ifdef LIBXML_XPATH_ENABLED
6960extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute__internal_alias __attribute((visibility("hidden")));
6961extern __typeof (xmlXPathNextAttribute) xmlXPathNextAttribute __attribute((alias("xmlXPathNextAttribute__internal_alias")));
6962#define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
6963#endif
6964
6965#ifdef LIBXML_XPATH_ENABLED
6966extern __typeof (xmlXPathNextChild) xmlXPathNextChild__internal_alias __attribute((visibility("hidden")));
6967extern __typeof (xmlXPathNextChild) xmlXPathNextChild __attribute((alias("xmlXPathNextChild__internal_alias")));
6968#define xmlXPathNextChild xmlXPathNextChild__internal_alias
6969#endif
6970
6971#ifdef LIBXML_XPATH_ENABLED
6972extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant__internal_alias __attribute((visibility("hidden")));
6973extern __typeof (xmlXPathNextDescendant) xmlXPathNextDescendant __attribute((alias("xmlXPathNextDescendant__internal_alias")));
6974#define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
6975#endif
6976
6977#ifdef LIBXML_XPATH_ENABLED
6978extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf__internal_alias __attribute((visibility("hidden")));
6979extern __typeof (xmlXPathNextDescendantOrSelf) xmlXPathNextDescendantOrSelf __attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
6980#define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias
6981#endif
6982
6983#ifdef LIBXML_XPATH_ENABLED
6984extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing__internal_alias __attribute((visibility("hidden")));
6985extern __typeof (xmlXPathNextFollowing) xmlXPathNextFollowing __attribute((alias("xmlXPathNextFollowing__internal_alias")));
6986#define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias
6987#endif
6988
6989#ifdef LIBXML_XPATH_ENABLED
6990extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling__internal_alias __attribute((visibility("hidden")));
6991extern __typeof (xmlXPathNextFollowingSibling) xmlXPathNextFollowingSibling __attribute((alias("xmlXPathNextFollowingSibling__internal_alias")));
6992#define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias
6993#endif
6994
6995#ifdef LIBXML_XPATH_ENABLED
6996extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace__internal_alias __attribute((visibility("hidden")));
6997extern __typeof (xmlXPathNextNamespace) xmlXPathNextNamespace __attribute((alias("xmlXPathNextNamespace__internal_alias")));
6998#define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias
6999#endif
7000
7001#ifdef LIBXML_XPATH_ENABLED
7002extern __typeof (xmlXPathNextParent) xmlXPathNextParent__internal_alias __attribute((visibility("hidden")));
7003extern __typeof (xmlXPathNextParent) xmlXPathNextParent __attribute((alias("xmlXPathNextParent__internal_alias")));
7004#define xmlXPathNextParent xmlXPathNextParent__internal_alias
7005#endif
7006
7007#ifdef LIBXML_XPATH_ENABLED
7008extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding__internal_alias __attribute((visibility("hidden")));
7009extern __typeof (xmlXPathNextPreceding) xmlXPathNextPreceding __attribute((alias("xmlXPathNextPreceding__internal_alias")));
7010#define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias
7011#endif
7012
7013#ifdef LIBXML_XPATH_ENABLED
7014extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling__internal_alias __attribute((visibility("hidden")));
7015extern __typeof (xmlXPathNextPrecedingSibling) xmlXPathNextPrecedingSibling __attribute((alias("xmlXPathNextPrecedingSibling__internal_alias")));
7016#define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias
7017#endif
7018
7019#ifdef LIBXML_XPATH_ENABLED
7020extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute((visibility("hidden")));
7021extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf __attribute((alias("xmlXPathNextSelf__internal_alias")));
7022#define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
7023#endif
7024
7025#ifdef LIBXML_XPATH_ENABLED
7026extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attribute((visibility("hidden")));
7027extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xmlXPathNodeLeading__internal_alias")));
7028#define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias
7029#endif
7030
7031#ifdef LIBXML_XPATH_ENABLED
7032extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted__internal_alias __attribute((visibility("hidden")));
7033extern __typeof (xmlXPathNodeLeadingSorted) xmlXPathNodeLeadingSorted __attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
7034#define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias
7035#endif
7036
7037#ifdef LIBXML_XPATH_ENABLED
7038extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd__internal_alias __attribute((visibility("hidden")));
7039extern __typeof (xmlXPathNodeSetAdd) xmlXPathNodeSetAdd __attribute((alias("xmlXPathNodeSetAdd__internal_alias")));
7040#define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias
7041#endif
7042
7043#ifdef LIBXML_XPATH_ENABLED
7044extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs__internal_alias __attribute((visibility("hidden")));
7045extern __typeof (xmlXPathNodeSetAddNs) xmlXPathNodeSetAddNs __attribute((alias("xmlXPathNodeSetAddNs__internal_alias")));
7046#define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias
7047#endif
7048
7049#ifdef LIBXML_XPATH_ENABLED
7050extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique__internal_alias __attribute((visibility("hidden")));
7051extern __typeof (xmlXPathNodeSetAddUnique) xmlXPathNodeSetAddUnique __attribute((alias("xmlXPathNodeSetAddUnique__internal_alias")));
7052#define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias
7053#endif
7054
7055#ifdef LIBXML_XPATH_ENABLED
7056extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains__internal_alias __attribute((visibility("hidden")));
7057extern __typeof (xmlXPathNodeSetContains) xmlXPathNodeSetContains __attribute((alias("xmlXPathNodeSetContains__internal_alias")));
7058#define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias
7059#endif
7060
7061#ifdef LIBXML_XPATH_ENABLED
7062extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate__internal_alias __attribute((visibility("hidden")));
7063extern __typeof (xmlXPathNodeSetCreate) xmlXPathNodeSetCreate __attribute((alias("xmlXPathNodeSetCreate__internal_alias")));
7064#define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias
7065#endif
7066
7067#ifdef LIBXML_XPATH_ENABLED
7068extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel__internal_alias __attribute((visibility("hidden")));
7069extern __typeof (xmlXPathNodeSetDel) xmlXPathNodeSetDel __attribute((alias("xmlXPathNodeSetDel__internal_alias")));
7070#define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias
7071#endif
7072
7073#ifdef LIBXML_XPATH_ENABLED
7074extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs__internal_alias __attribute((visibility("hidden")));
7075extern __typeof (xmlXPathNodeSetFreeNs) xmlXPathNodeSetFreeNs __attribute((alias("xmlXPathNodeSetFreeNs__internal_alias")));
7076#define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias
7077#endif
7078
7079#ifdef LIBXML_XPATH_ENABLED
7080extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge__internal_alias __attribute((visibility("hidden")));
7081extern __typeof (xmlXPathNodeSetMerge) xmlXPathNodeSetMerge __attribute((alias("xmlXPathNodeSetMerge__internal_alias")));
7082#define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias
7083#endif
7084
7085#ifdef LIBXML_XPATH_ENABLED
7086extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove__internal_alias __attribute((visibility("hidden")));
7087extern __typeof (xmlXPathNodeSetRemove) xmlXPathNodeSetRemove __attribute((alias("xmlXPathNodeSetRemove__internal_alias")));
7088#define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias
7089#endif
7090
7091#ifdef LIBXML_XPATH_ENABLED
7092extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort__internal_alias __attribute((visibility("hidden")));
7093extern __typeof (xmlXPathNodeSetSort) xmlXPathNodeSetSort __attribute((alias("xmlXPathNodeSetSort__internal_alias")));
7094#define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias
7095#endif
7096
7097#ifdef LIBXML_XPATH_ENABLED
7098extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing__internal_alias __attribute((visibility("hidden")));
7099extern __typeof (xmlXPathNodeTrailing) xmlXPathNodeTrailing __attribute((alias("xmlXPathNodeTrailing__internal_alias")));
7100#define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias
7101#endif
7102
7103#ifdef LIBXML_XPATH_ENABLED
7104extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted__internal_alias __attribute((visibility("hidden")));
7105extern __typeof (xmlXPathNodeTrailingSorted) xmlXPathNodeTrailingSorted __attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
7106#define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias
7107#endif
7108
7109#ifdef LIBXML_XPATH_ENABLED
7110extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction__internal_alias __attribute((visibility("hidden")));
7111extern __typeof (xmlXPathNormalizeFunction) xmlXPathNormalizeFunction __attribute((alias("xmlXPathNormalizeFunction__internal_alias")));
7112#define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias
7113#endif
7114
7115#ifdef LIBXML_XPATH_ENABLED
7116extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues__internal_alias __attribute((visibility("hidden")));
7117extern __typeof (xmlXPathNotEqualValues) xmlXPathNotEqualValues __attribute((alias("xmlXPathNotEqualValues__internal_alias")));
7118#define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias
7119#endif
7120
7121#ifdef LIBXML_XPATH_ENABLED
7122extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction__internal_alias __attribute((visibility("hidden")));
7123extern __typeof (xmlXPathNotFunction) xmlXPathNotFunction __attribute((alias("xmlXPathNotFunction__internal_alias")));
7124#define xmlXPathNotFunction xmlXPathNotFunction__internal_alias
7125#endif
7126
7127#ifdef LIBXML_XPATH_ENABLED
7128extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup__internal_alias __attribute((visibility("hidden")));
7129extern __typeof (xmlXPathNsLookup) xmlXPathNsLookup __attribute((alias("xmlXPathNsLookup__internal_alias")));
7130#define xmlXPathNsLookup xmlXPathNsLookup__internal_alias
7131#endif
7132
7133#ifdef LIBXML_XPATH_ENABLED
7134extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction__internal_alias __attribute((visibility("hidden")));
7135extern __typeof (xmlXPathNumberFunction) xmlXPathNumberFunction __attribute((alias("xmlXPathNumberFunction__internal_alias")));
7136#define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias
7137#endif
7138
7139#ifdef LIBXML_XPATH_ENABLED
7140extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy__internal_alias __attribute((visibility("hidden")));
7141extern __typeof (xmlXPathObjectCopy) xmlXPathObjectCopy __attribute((alias("xmlXPathObjectCopy__internal_alias")));
7142#define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias
7143#endif
7144
7145#ifdef LIBXML_XPATH_ENABLED
7146extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems__internal_alias __attribute((visibility("hidden")));
7147extern __typeof (xmlXPathOrderDocElems) xmlXPathOrderDocElems __attribute((alias("xmlXPathOrderDocElems__internal_alias")));
7148#define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias
7149#endif
7150
7151#ifdef LIBXML_XPATH_ENABLED
7152extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName__internal_alias __attribute((visibility("hidden")));
7153extern __typeof (xmlXPathParseNCName) xmlXPathParseNCName __attribute((alias("xmlXPathParseNCName__internal_alias")));
7154#define xmlXPathParseNCName xmlXPathParseNCName__internal_alias
7155#endif
7156
7157#ifdef LIBXML_XPATH_ENABLED
7158extern __typeof (xmlXPathParseName) xmlXPathParseName__internal_alias __attribute((visibility("hidden")));
7159extern __typeof (xmlXPathParseName) xmlXPathParseName __attribute((alias("xmlXPathParseName__internal_alias")));
7160#define xmlXPathParseName xmlXPathParseName__internal_alias
7161#endif
7162
7163#ifdef LIBXML_XPATH_ENABLED
7164extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean__internal_alias __attribute((visibility("hidden")));
7165extern __typeof (xmlXPathPopBoolean) xmlXPathPopBoolean __attribute((alias("xmlXPathPopBoolean__internal_alias")));
7166#define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias
7167#endif
7168
7169#ifdef LIBXML_XPATH_ENABLED
7170extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal__internal_alias __attribute((visibility("hidden")));
7171extern __typeof (xmlXPathPopExternal) xmlXPathPopExternal __attribute((alias("xmlXPathPopExternal__internal_alias")));
7172#define xmlXPathPopExternal xmlXPathPopExternal__internal_alias
7173#endif
7174
7175#ifdef LIBXML_XPATH_ENABLED
7176extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet__internal_alias __attribute((visibility("hidden")));
7177extern __typeof (xmlXPathPopNodeSet) xmlXPathPopNodeSet __attribute((alias("xmlXPathPopNodeSet__internal_alias")));
7178#define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias
7179#endif
7180
7181#ifdef LIBXML_XPATH_ENABLED
7182extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber__internal_alias __attribute((visibility("hidden")));
7183extern __typeof (xmlXPathPopNumber) xmlXPathPopNumber __attribute((alias("xmlXPathPopNumber__internal_alias")));
7184#define xmlXPathPopNumber xmlXPathPopNumber__internal_alias
7185#endif
7186
7187#ifdef LIBXML_XPATH_ENABLED
7188extern __typeof (xmlXPathPopString) xmlXPathPopString__internal_alias __attribute((visibility("hidden")));
7189extern __typeof (xmlXPathPopString) xmlXPathPopString __attribute((alias("xmlXPathPopString__internal_alias")));
7190#define xmlXPathPopString xmlXPathPopString__internal_alias
7191#endif
7192
7193#ifdef LIBXML_XPATH_ENABLED
7194extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction__internal_alias __attribute((visibility("hidden")));
7195extern __typeof (xmlXPathPositionFunction) xmlXPathPositionFunction __attribute((alias("xmlXPathPositionFunction__internal_alias")));
7196#define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias
7197#endif
7198
7199#ifdef LIBXML_XPATH_ENABLED
7200extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions__internal_alias __attribute((visibility("hidden")));
7201extern __typeof (xmlXPathRegisterAllFunctions) xmlXPathRegisterAllFunctions __attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
7202#define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias
7203#endif
7204
7205#ifdef LIBXML_XPATH_ENABLED
7206extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc__internal_alias __attribute((visibility("hidden")));
7207extern __typeof (xmlXPathRegisterFunc) xmlXPathRegisterFunc __attribute((alias("xmlXPathRegisterFunc__internal_alias")));
7208#define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias
7209#endif
7210
7211#ifdef LIBXML_XPATH_ENABLED
7212extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup__internal_alias __attribute((visibility("hidden")));
7213extern __typeof (xmlXPathRegisterFuncLookup) xmlXPathRegisterFuncLookup __attribute((alias("xmlXPathRegisterFuncLookup__internal_alias")));
7214#define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias
7215#endif
7216
7217#ifdef LIBXML_XPATH_ENABLED
7218extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS__internal_alias __attribute((visibility("hidden")));
7219extern __typeof (xmlXPathRegisterFuncNS) xmlXPathRegisterFuncNS __attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
7220#define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias
7221#endif
7222
7223#ifdef LIBXML_XPATH_ENABLED
7224extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs__internal_alias __attribute((visibility("hidden")));
7225extern __typeof (xmlXPathRegisterNs) xmlXPathRegisterNs __attribute((alias("xmlXPathRegisterNs__internal_alias")));
7226#define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias
7227#endif
7228
7229#ifdef LIBXML_XPATH_ENABLED
7230extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable__internal_alias __attribute((visibility("hidden")));
7231extern __typeof (xmlXPathRegisterVariable) xmlXPathRegisterVariable __attribute((alias("xmlXPathRegisterVariable__internal_alias")));
7232#define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias
7233#endif
7234
7235#ifdef LIBXML_XPATH_ENABLED
7236extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup__internal_alias __attribute((visibility("hidden")));
7237extern __typeof (xmlXPathRegisterVariableLookup) xmlXPathRegisterVariableLookup __attribute((alias("xmlXPathRegisterVariableLookup__internal_alias")));
7238#define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias
7239#endif
7240
7241#ifdef LIBXML_XPATH_ENABLED
7242extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS__internal_alias __attribute((visibility("hidden")));
7243extern __typeof (xmlXPathRegisterVariableNS) xmlXPathRegisterVariableNS __attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
7244#define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias
7245#endif
7246
7247#ifdef LIBXML_XPATH_ENABLED
7248extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup__internal_alias __attribute((visibility("hidden")));
7249extern __typeof (xmlXPathRegisteredFuncsCleanup) xmlXPathRegisteredFuncsCleanup __attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias")));
7250#define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias
7251#endif
7252
7253#ifdef LIBXML_XPATH_ENABLED
7254extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup__internal_alias __attribute((visibility("hidden")));
7255extern __typeof (xmlXPathRegisteredNsCleanup) xmlXPathRegisteredNsCleanup __attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias")));
7256#define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias
7257#endif
7258
7259#ifdef LIBXML_XPATH_ENABLED
7260extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup__internal_alias __attribute((visibility("hidden")));
7261extern __typeof (xmlXPathRegisteredVariablesCleanup) xmlXPathRegisteredVariablesCleanup __attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias")));
7262#define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias
7263#endif
7264
7265#ifdef LIBXML_XPATH_ENABLED
7266extern __typeof (xmlXPathRoot) xmlXPathRoot__internal_alias __attribute((visibility("hidden")));
7267extern __typeof (xmlXPathRoot) xmlXPathRoot __attribute((alias("xmlXPathRoot__internal_alias")));
7268#define xmlXPathRoot xmlXPathRoot__internal_alias
7269#endif
7270
7271#ifdef LIBXML_XPATH_ENABLED
7272extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __attribute((visibility("hidden")));
7273extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction __attribute((alias("xmlXPathRoundFunction__internal_alias")));
7274#define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias
7275#endif
7276
7277#ifdef LIBXML_XPATH_ENABLED
7278extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__internal_alias __attribute((visibility("hidden")));
7279extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attribute((alias("xmlXPathStartsWithFunction__internal_alias")));
7280#define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias
7281#endif
7282
7283#ifdef LIBXML_XPATH_ENABLED
7284extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber__internal_alias __attribute((visibility("hidden")));
7285extern __typeof (xmlXPathStringEvalNumber) xmlXPathStringEvalNumber __attribute((alias("xmlXPathStringEvalNumber__internal_alias")));
7286#define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias
7287#endif
7288
7289#ifdef LIBXML_XPATH_ENABLED
7290extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction__internal_alias __attribute((visibility("hidden")));
7291extern __typeof (xmlXPathStringFunction) xmlXPathStringFunction __attribute((alias("xmlXPathStringFunction__internal_alias")));
7292#define xmlXPathStringFunction xmlXPathStringFunction__internal_alias
7293#endif
7294
7295#ifdef LIBXML_XPATH_ENABLED
7296extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction__internal_alias __attribute((visibility("hidden")));
7297extern __typeof (xmlXPathStringLengthFunction) xmlXPathStringLengthFunction __attribute((alias("xmlXPathStringLengthFunction__internal_alias")));
7298#define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias
7299#endif
7300
7301#ifdef LIBXML_XPATH_ENABLED
7302extern __typeof (xmlXPathSubValues) xmlXPathSubValues__internal_alias __attribute((visibility("hidden")));
7303extern __typeof (xmlXPathSubValues) xmlXPathSubValues __attribute((alias("xmlXPathSubValues__internal_alias")));
7304#define xmlXPathSubValues xmlXPathSubValues__internal_alias
7305#endif
7306
7307#ifdef LIBXML_XPATH_ENABLED
7308extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction__internal_alias __attribute((visibility("hidden")));
7309extern __typeof (xmlXPathSubstringAfterFunction) xmlXPathSubstringAfterFunction __attribute((alias("xmlXPathSubstringAfterFunction__internal_alias")));
7310#define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias
7311#endif
7312
7313#ifdef LIBXML_XPATH_ENABLED
7314extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction__internal_alias __attribute((visibility("hidden")));
7315extern __typeof (xmlXPathSubstringBeforeFunction) xmlXPathSubstringBeforeFunction __attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias")));
7316#define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias
7317#endif
7318
7319#ifdef LIBXML_XPATH_ENABLED
7320extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction__internal_alias __attribute((visibility("hidden")));
7321extern __typeof (xmlXPathSubstringFunction) xmlXPathSubstringFunction __attribute((alias("xmlXPathSubstringFunction__internal_alias")));
7322#define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias
7323#endif
7324
7325#ifdef LIBXML_XPATH_ENABLED
7326extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction__internal_alias __attribute((visibility("hidden")));
7327extern __typeof (xmlXPathSumFunction) xmlXPathSumFunction __attribute((alias("xmlXPathSumFunction__internal_alias")));
7328#define xmlXPathSumFunction xmlXPathSumFunction__internal_alias
7329#endif
7330
7331#ifdef LIBXML_XPATH_ENABLED
7332extern __typeof (xmlXPathTrailing) xmlXPathTrailing__internal_alias __attribute((visibility("hidden")));
7333extern __typeof (xmlXPathTrailing) xmlXPathTrailing __attribute((alias("xmlXPathTrailing__internal_alias")));
7334#define xmlXPathTrailing xmlXPathTrailing__internal_alias
7335#endif
7336
7337#ifdef LIBXML_XPATH_ENABLED
7338extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted__internal_alias __attribute((visibility("hidden")));
7339extern __typeof (xmlXPathTrailingSorted) xmlXPathTrailingSorted __attribute((alias("xmlXPathTrailingSorted__internal_alias")));
7340#define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias
7341#endif
7342
7343#ifdef LIBXML_XPATH_ENABLED
7344extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction__internal_alias __attribute((visibility("hidden")));
7345extern __typeof (xmlXPathTranslateFunction) xmlXPathTranslateFunction __attribute((alias("xmlXPathTranslateFunction__internal_alias")));
7346#define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias
7347#endif
7348
7349#ifdef LIBXML_XPATH_ENABLED
7350extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction__internal_alias __attribute((visibility("hidden")));
7351extern __typeof (xmlXPathTrueFunction) xmlXPathTrueFunction __attribute((alias("xmlXPathTrueFunction__internal_alias")));
7352#define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias
7353#endif
7354
7355#ifdef LIBXML_XPATH_ENABLED
7356extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign__internal_alias __attribute((visibility("hidden")));
7357extern __typeof (xmlXPathValueFlipSign) xmlXPathValueFlipSign __attribute((alias("xmlXPathValueFlipSign__internal_alias")));
7358#define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias
7359#endif
7360
7361#ifdef LIBXML_XPATH_ENABLED
7362extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup__internal_alias __attribute((visibility("hidden")));
7363extern __typeof (xmlXPathVariableLookup) xmlXPathVariableLookup __attribute((alias("xmlXPathVariableLookup__internal_alias")));
7364#define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias
7365#endif
7366
7367#ifdef LIBXML_XPATH_ENABLED
7368extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS__internal_alias __attribute((visibility("hidden")));
7369extern __typeof (xmlXPathVariableLookupNS) xmlXPathVariableLookupNS __attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
7370#define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias
7371#endif
7372
7373#ifdef LIBXML_XPATH_ENABLED
7374extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString__internal_alias __attribute((visibility("hidden")));
7375extern __typeof (xmlXPathWrapCString) xmlXPathWrapCString __attribute((alias("xmlXPathWrapCString__internal_alias")));
7376#define xmlXPathWrapCString xmlXPathWrapCString__internal_alias
7377#endif
7378
7379#ifdef LIBXML_XPATH_ENABLED
7380extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal__internal_alias __attribute((visibility("hidden")));
7381extern __typeof (xmlXPathWrapExternal) xmlXPathWrapExternal __attribute((alias("xmlXPathWrapExternal__internal_alias")));
7382#define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias
7383#endif
7384
7385#ifdef LIBXML_XPATH_ENABLED
7386extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet__internal_alias __attribute((visibility("hidden")));
7387extern __typeof (xmlXPathWrapNodeSet) xmlXPathWrapNodeSet __attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
7388#define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias
7389#endif
7390
7391#ifdef LIBXML_XPATH_ENABLED
7392extern __typeof (xmlXPathWrapString) xmlXPathWrapString__internal_alias __attribute((visibility("hidden")));
7393extern __typeof (xmlXPathWrapString) xmlXPathWrapString __attribute((alias("xmlXPathWrapString__internal_alias")));
7394#define xmlXPathWrapString xmlXPathWrapString__internal_alias
7395#endif
7396
7397#ifdef LIBXML_XPATH_ENABLED
7398extern __typeof (xmlXPatherror) xmlXPatherror__internal_alias __attribute((visibility("hidden")));
7399extern __typeof (xmlXPatherror) xmlXPatherror __attribute((alias("xmlXPatherror__internal_alias")));
7400#define xmlXPatherror xmlXPatherror__internal_alias
7401#endif
7402
7403#ifdef LIBXML_XPTR_ENABLED
7404extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList__internal_alias __attribute((visibility("hidden")));
7405extern __typeof (xmlXPtrBuildNodeList) xmlXPtrBuildNodeList __attribute((alias("xmlXPtrBuildNodeList__internal_alias")));
7406#define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias
7407#endif
7408
7409#ifdef LIBXML_XPTR_ENABLED
7410extern __typeof (xmlXPtrEval) xmlXPtrEval__internal_alias __attribute((visibility("hidden")));
7411extern __typeof (xmlXPtrEval) xmlXPtrEval __attribute((alias("xmlXPtrEval__internal_alias")));
7412#define xmlXPtrEval xmlXPtrEval__internal_alias
7413#endif
7414
7415#ifdef LIBXML_XPTR_ENABLED
7416extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate__internal_alias __attribute((visibility("hidden")));
7417extern __typeof (xmlXPtrEvalRangePredicate) xmlXPtrEvalRangePredicate __attribute((alias("xmlXPtrEvalRangePredicate__internal_alias")));
7418#define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias
7419#endif
7420
7421#ifdef LIBXML_XPTR_ENABLED
7422extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet__internal_alias __attribute((visibility("hidden")));
7423extern __typeof (xmlXPtrFreeLocationSet) xmlXPtrFreeLocationSet __attribute((alias("xmlXPtrFreeLocationSet__internal_alias")));
7424#define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias
7425#endif
7426
7427#ifdef LIBXML_XPTR_ENABLED
7428extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd__internal_alias __attribute((visibility("hidden")));
7429extern __typeof (xmlXPtrLocationSetAdd) xmlXPtrLocationSetAdd __attribute((alias("xmlXPtrLocationSetAdd__internal_alias")));
7430#define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias
7431#endif
7432
7433#ifdef LIBXML_XPTR_ENABLED
7434extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate__internal_alias __attribute((visibility("hidden")));
7435extern __typeof (xmlXPtrLocationSetCreate) xmlXPtrLocationSetCreate __attribute((alias("xmlXPtrLocationSetCreate__internal_alias")));
7436#define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias
7437#endif
7438
7439#ifdef LIBXML_XPTR_ENABLED
7440extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel__internal_alias __attribute((visibility("hidden")));
7441extern __typeof (xmlXPtrLocationSetDel) xmlXPtrLocationSetDel __attribute((alias("xmlXPtrLocationSetDel__internal_alias")));
7442#define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias
7443#endif
7444
7445#ifdef LIBXML_XPTR_ENABLED
7446extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge__internal_alias __attribute((visibility("hidden")));
7447extern __typeof (xmlXPtrLocationSetMerge) xmlXPtrLocationSetMerge __attribute((alias("xmlXPtrLocationSetMerge__internal_alias")));
7448#define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias
7449#endif
7450
7451#ifdef LIBXML_XPTR_ENABLED
7452extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove__internal_alias __attribute((visibility("hidden")));
7453extern __typeof (xmlXPtrLocationSetRemove) xmlXPtrLocationSetRemove __attribute((alias("xmlXPtrLocationSetRemove__internal_alias")));
7454#define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias
7455#endif
7456
7457#ifdef LIBXML_XPTR_ENABLED
7458extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange__internal_alias __attribute((visibility("hidden")));
7459extern __typeof (xmlXPtrNewCollapsedRange) xmlXPtrNewCollapsedRange __attribute((alias("xmlXPtrNewCollapsedRange__internal_alias")));
7460#define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias
7461#endif
7462
7463#ifdef LIBXML_XPTR_ENABLED
7464extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext__internal_alias __attribute((visibility("hidden")));
7465extern __typeof (xmlXPtrNewContext) xmlXPtrNewContext __attribute((alias("xmlXPtrNewContext__internal_alias")));
7466#define xmlXPtrNewContext xmlXPtrNewContext__internal_alias
7467#endif
7468
7469#ifdef LIBXML_XPTR_ENABLED
7470extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet__internal_alias __attribute((visibility("hidden")));
7471extern __typeof (xmlXPtrNewLocationSetNodeSet) xmlXPtrNewLocationSetNodeSet __attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias")));
7472#define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias
7473#endif
7474
7475#ifdef LIBXML_XPTR_ENABLED
7476extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes__internal_alias __attribute((visibility("hidden")));
7477extern __typeof (xmlXPtrNewLocationSetNodes) xmlXPtrNewLocationSetNodes __attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
7478#define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias
7479#endif
7480
7481#ifdef LIBXML_XPTR_ENABLED
7482extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange__internal_alias __attribute((visibility("hidden")));
7483extern __typeof (xmlXPtrNewRange) xmlXPtrNewRange __attribute((alias("xmlXPtrNewRange__internal_alias")));
7484#define xmlXPtrNewRange xmlXPtrNewRange__internal_alias
7485#endif
7486
7487#ifdef LIBXML_XPTR_ENABLED
7488extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject__internal_alias __attribute((visibility("hidden")));
7489extern __typeof (xmlXPtrNewRangeNodeObject) xmlXPtrNewRangeNodeObject __attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias")));
7490#define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias
7491#endif
7492
7493#ifdef LIBXML_XPTR_ENABLED
7494extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint__internal_alias __attribute((visibility("hidden")));
7495extern __typeof (xmlXPtrNewRangeNodePoint) xmlXPtrNewRangeNodePoint __attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias")));
7496#define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias
7497#endif
7498
7499#ifdef LIBXML_XPTR_ENABLED
7500extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes__internal_alias __attribute((visibility("hidden")));
7501extern __typeof (xmlXPtrNewRangeNodes) xmlXPtrNewRangeNodes __attribute((alias("xmlXPtrNewRangeNodes__internal_alias")));
7502#define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias
7503#endif
7504
7505#ifdef LIBXML_XPTR_ENABLED
7506extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode__internal_alias __attribute((visibility("hidden")));
7507extern __typeof (xmlXPtrNewRangePointNode) xmlXPtrNewRangePointNode __attribute((alias("xmlXPtrNewRangePointNode__internal_alias")));
7508#define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias
7509#endif
7510
7511#ifdef LIBXML_XPTR_ENABLED
7512extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints__internal_alias __attribute((visibility("hidden")));
7513extern __typeof (xmlXPtrNewRangePoints) xmlXPtrNewRangePoints __attribute((alias("xmlXPtrNewRangePoints__internal_alias")));
7514#define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias
7515#endif
7516
7517#ifdef LIBXML_XPTR_ENABLED
7518extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction__internal_alias __attribute((visibility("hidden")));
7519extern __typeof (xmlXPtrRangeToFunction) xmlXPtrRangeToFunction __attribute((alias("xmlXPtrRangeToFunction__internal_alias")));
7520#define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias
7521#endif
7522
7523#ifdef LIBXML_XPTR_ENABLED
7524extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet__internal_alias __attribute((visibility("hidden")));
7525extern __typeof (xmlXPtrWrapLocationSet) xmlXPtrWrapLocationSet __attribute((alias("xmlXPtrWrapLocationSet__internal_alias")));
7526#define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias
7527#endif
7528