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