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.
5 * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf
6 * from Ulrich drepper. Rewritten to be generated from the XML description
8 * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml
15 #if (__GNUC__ == 3 && __GNUC_MINOR__ >= 3) || (__GNUC__ > 3)
17 #include "libxml/c14n.h"
18 #include "libxml/catalog.h"
19 #include "libxml/chvalid.h"
20 #include "libxml/debugXML.h"
21 #include "libxml/dict.h"
22 #include "libxml/DOCBparser.h"
23 #include "libxml/encoding.h"
24 #include "libxml/entities.h"
25 #include "libxml/globals.h"
26 #include "libxml/hash.h"
27 #include "libxml/HTMLparser.h"
28 #include "libxml/HTMLtree.h"
29 #include "libxml/list.h"
30 #include "libxml/nanoftp.h"
31 #include "libxml/nanohttp.h"
32 #include "libxml/parser.h"
33 #include "libxml/parserInternals.h"
34 #include "libxml/pattern.h"
35 #include "libxml/relaxng.h"
36 #include "libxml/SAX2.h"
37 #include "libxml/SAX.h"
38 #include "libxml/schemasInternals.h"
39 #include "libxml/schematron.h"
40 #include "libxml/threads.h"
41 #include "libxml/tree.h"
42 #include "libxml/uri.h"
43 #include "libxml/valid.h"
44 #include "libxml/xinclude.h"
45 #include "libxml/xlink.h"
46 #include "libxml/xmlautomata.h"
47 #include "libxml/xmlerror.h"
48 #include "libxml/xmlexports.h"
49 #include "libxml/xmlIO.h"
50 #include "libxml/xmlmemory.h"
51 #include "libxml/xmlreader.h"
52 #include "libxml/xmlregexp.h"
53 #include "libxml/xmlsave.h"
54 #include "libxml/xmlschemas.h"
55 #include "libxml/xmlschemastypes.h"
56 #include "libxml/xmlstring.h"
57 #include "libxml/xmlunicode.h"
58 #include "libxml/xmlversion.h"
59 #include "libxml/xmlwriter.h"
60 #include "libxml/xpath.h"
61 #include "libxml/xpathInternals.h"
62 #include "libxml/xpointer.h"
63 #include "libxml/xmlmodule.h"
65 /* special hot spot not exported ones */
68 #undef __xmlGenericError
69 extern __typeof (__xmlGenericError
) __xmlGenericError
__attribute((alias("__xmlGenericError__internal_alias")));
71 #ifndef __xmlGenericError
72 extern __typeof (__xmlGenericError
) __xmlGenericError__internal_alias
__attribute((visibility("hidden")));
73 #define __xmlGenericError __xmlGenericError__internal_alias
78 #undef __xmlGenericErrorContext
79 extern __typeof (__xmlGenericErrorContext
) __xmlGenericErrorContext
__attribute((alias("__xmlGenericErrorContext__internal_alias")));
81 #ifndef __xmlGenericErrorContext
82 extern __typeof (__xmlGenericErrorContext
) __xmlGenericErrorContext__internal_alias
__attribute((visibility("hidden")));
83 #define __xmlGenericErrorContext __xmlGenericErrorContext__internal_alias
87 /* list generated from libxml2-api.xml */
88 #if defined(LIBXML_DOCB_ENABLED)
89 #ifdef bottom_DOCBparser
90 #undef docbCreatePushParserCtxt
91 extern __typeof (docbCreatePushParserCtxt
) docbCreatePushParserCtxt
__attribute((alias("docbCreatePushParserCtxt__internal_alias")));
93 #ifndef docbCreatePushParserCtxt
94 extern __typeof (docbCreatePushParserCtxt
) docbCreatePushParserCtxt__internal_alias
__attribute((visibility("hidden")));
95 #define docbCreatePushParserCtxt docbCreatePushParserCtxt__internal_alias
100 #if defined(LIBXML_HTML_ENABLED)
101 #ifdef bottom_HTMLparser
102 #undef htmlAttrAllowed
103 extern __typeof (htmlAttrAllowed
) htmlAttrAllowed
__attribute((alias("htmlAttrAllowed__internal_alias")));
105 #ifndef htmlAttrAllowed
106 extern __typeof (htmlAttrAllowed
) htmlAttrAllowed__internal_alias
__attribute((visibility("hidden")));
107 #define htmlAttrAllowed htmlAttrAllowed__internal_alias
112 #if defined(LIBXML_HTML_ENABLED)
113 #ifdef bottom_HTMLparser
114 #undef htmlAutoCloseTag
115 extern __typeof (htmlAutoCloseTag
) htmlAutoCloseTag
__attribute((alias("htmlAutoCloseTag__internal_alias")));
117 #ifndef htmlAutoCloseTag
118 extern __typeof (htmlAutoCloseTag
) htmlAutoCloseTag__internal_alias
__attribute((visibility("hidden")));
119 #define htmlAutoCloseTag htmlAutoCloseTag__internal_alias
124 #if defined(LIBXML_HTML_ENABLED)
125 #ifdef bottom_HTMLparser
126 #undef htmlCreateFileParserCtxt
127 extern __typeof (htmlCreateFileParserCtxt
) htmlCreateFileParserCtxt
__attribute((alias("htmlCreateFileParserCtxt__internal_alias")));
129 #ifndef htmlCreateFileParserCtxt
130 extern __typeof (htmlCreateFileParserCtxt
) htmlCreateFileParserCtxt__internal_alias
__attribute((visibility("hidden")));
131 #define htmlCreateFileParserCtxt htmlCreateFileParserCtxt__internal_alias
136 #if defined(LIBXML_HTML_ENABLED)
137 #ifdef bottom_HTMLparser
138 #undef htmlCreateMemoryParserCtxt
139 extern __typeof (htmlCreateMemoryParserCtxt
) htmlCreateMemoryParserCtxt
__attribute((alias("htmlCreateMemoryParserCtxt__internal_alias")));
141 #ifndef htmlCreateMemoryParserCtxt
142 extern __typeof (htmlCreateMemoryParserCtxt
) htmlCreateMemoryParserCtxt__internal_alias
__attribute((visibility("hidden")));
143 #define htmlCreateMemoryParserCtxt htmlCreateMemoryParserCtxt__internal_alias
148 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
149 #ifdef bottom_HTMLparser
150 #undef htmlCreatePushParserCtxt
151 extern __typeof (htmlCreatePushParserCtxt
) htmlCreatePushParserCtxt
__attribute((alias("htmlCreatePushParserCtxt__internal_alias")));
153 #ifndef htmlCreatePushParserCtxt
154 extern __typeof (htmlCreatePushParserCtxt
) htmlCreatePushParserCtxt__internal_alias
__attribute((visibility("hidden")));
155 #define htmlCreatePushParserCtxt htmlCreatePushParserCtxt__internal_alias
160 #if defined(LIBXML_HTML_ENABLED)
161 #ifdef bottom_HTMLparser
162 #undef htmlCtxtReadDoc
163 extern __typeof (htmlCtxtReadDoc
) htmlCtxtReadDoc
__attribute((alias("htmlCtxtReadDoc__internal_alias")));
165 #ifndef htmlCtxtReadDoc
166 extern __typeof (htmlCtxtReadDoc
) htmlCtxtReadDoc__internal_alias
__attribute((visibility("hidden")));
167 #define htmlCtxtReadDoc htmlCtxtReadDoc__internal_alias
172 #if defined(LIBXML_HTML_ENABLED)
173 #ifdef bottom_HTMLparser
174 #undef htmlCtxtReadFd
175 extern __typeof (htmlCtxtReadFd
) htmlCtxtReadFd
__attribute((alias("htmlCtxtReadFd__internal_alias")));
177 #ifndef htmlCtxtReadFd
178 extern __typeof (htmlCtxtReadFd
) htmlCtxtReadFd__internal_alias
__attribute((visibility("hidden")));
179 #define htmlCtxtReadFd htmlCtxtReadFd__internal_alias
184 #if defined(LIBXML_HTML_ENABLED)
185 #ifdef bottom_HTMLparser
186 #undef htmlCtxtReadFile
187 extern __typeof (htmlCtxtReadFile
) htmlCtxtReadFile
__attribute((alias("htmlCtxtReadFile__internal_alias")));
189 #ifndef htmlCtxtReadFile
190 extern __typeof (htmlCtxtReadFile
) htmlCtxtReadFile__internal_alias
__attribute((visibility("hidden")));
191 #define htmlCtxtReadFile htmlCtxtReadFile__internal_alias
196 #if defined(LIBXML_HTML_ENABLED)
197 #ifdef bottom_HTMLparser
198 #undef htmlCtxtReadIO
199 extern __typeof (htmlCtxtReadIO
) htmlCtxtReadIO
__attribute((alias("htmlCtxtReadIO__internal_alias")));
201 #ifndef htmlCtxtReadIO
202 extern __typeof (htmlCtxtReadIO
) htmlCtxtReadIO__internal_alias
__attribute((visibility("hidden")));
203 #define htmlCtxtReadIO htmlCtxtReadIO__internal_alias
208 #if defined(LIBXML_HTML_ENABLED)
209 #ifdef bottom_HTMLparser
210 #undef htmlCtxtReadMemory
211 extern __typeof (htmlCtxtReadMemory
) htmlCtxtReadMemory
__attribute((alias("htmlCtxtReadMemory__internal_alias")));
213 #ifndef htmlCtxtReadMemory
214 extern __typeof (htmlCtxtReadMemory
) htmlCtxtReadMemory__internal_alias
__attribute((visibility("hidden")));
215 #define htmlCtxtReadMemory htmlCtxtReadMemory__internal_alias
220 #if defined(LIBXML_HTML_ENABLED)
221 #ifdef bottom_HTMLparser
223 extern __typeof (htmlCtxtReset
) htmlCtxtReset
__attribute((alias("htmlCtxtReset__internal_alias")));
225 #ifndef htmlCtxtReset
226 extern __typeof (htmlCtxtReset
) htmlCtxtReset__internal_alias
__attribute((visibility("hidden")));
227 #define htmlCtxtReset htmlCtxtReset__internal_alias
232 #if defined(LIBXML_HTML_ENABLED)
233 #ifdef bottom_HTMLparser
234 #undef htmlCtxtUseOptions
235 extern __typeof (htmlCtxtUseOptions
) htmlCtxtUseOptions
__attribute((alias("htmlCtxtUseOptions__internal_alias")));
237 #ifndef htmlCtxtUseOptions
238 extern __typeof (htmlCtxtUseOptions
) htmlCtxtUseOptions__internal_alias
__attribute((visibility("hidden")));
239 #define htmlCtxtUseOptions htmlCtxtUseOptions__internal_alias
244 #if defined(LIBXML_HTML_ENABLED)
246 #undef htmlDefaultSAXHandlerInit
247 extern __typeof (htmlDefaultSAXHandlerInit
) htmlDefaultSAXHandlerInit
__attribute((alias("htmlDefaultSAXHandlerInit__internal_alias")));
249 #ifndef htmlDefaultSAXHandlerInit
250 extern __typeof (htmlDefaultSAXHandlerInit
) htmlDefaultSAXHandlerInit__internal_alias
__attribute((visibility("hidden")));
251 #define htmlDefaultSAXHandlerInit htmlDefaultSAXHandlerInit__internal_alias
256 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
257 #ifdef bottom_HTMLtree
258 #undef htmlDocContentDumpFormatOutput
259 extern __typeof (htmlDocContentDumpFormatOutput
) htmlDocContentDumpFormatOutput
__attribute((alias("htmlDocContentDumpFormatOutput__internal_alias")));
261 #ifndef htmlDocContentDumpFormatOutput
262 extern __typeof (htmlDocContentDumpFormatOutput
) htmlDocContentDumpFormatOutput__internal_alias
__attribute((visibility("hidden")));
263 #define htmlDocContentDumpFormatOutput htmlDocContentDumpFormatOutput__internal_alias
268 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
269 #ifdef bottom_HTMLtree
270 #undef htmlDocContentDumpOutput
271 extern __typeof (htmlDocContentDumpOutput
) htmlDocContentDumpOutput
__attribute((alias("htmlDocContentDumpOutput__internal_alias")));
273 #ifndef htmlDocContentDumpOutput
274 extern __typeof (htmlDocContentDumpOutput
) htmlDocContentDumpOutput__internal_alias
__attribute((visibility("hidden")));
275 #define htmlDocContentDumpOutput htmlDocContentDumpOutput__internal_alias
280 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
281 #ifdef bottom_HTMLtree
283 extern __typeof (htmlDocDump
) htmlDocDump
__attribute((alias("htmlDocDump__internal_alias")));
286 extern __typeof (htmlDocDump
) htmlDocDump__internal_alias
__attribute((visibility("hidden")));
287 #define htmlDocDump htmlDocDump__internal_alias
292 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
293 #ifdef bottom_HTMLtree
294 #undef htmlDocDumpMemory
295 extern __typeof (htmlDocDumpMemory
) htmlDocDumpMemory
__attribute((alias("htmlDocDumpMemory__internal_alias")));
297 #ifndef htmlDocDumpMemory
298 extern __typeof (htmlDocDumpMemory
) htmlDocDumpMemory__internal_alias
__attribute((visibility("hidden")));
299 #define htmlDocDumpMemory htmlDocDumpMemory__internal_alias
304 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
305 #ifdef bottom_HTMLtree
306 #undef htmlDocDumpMemoryFormat
307 extern __typeof (htmlDocDumpMemoryFormat
) htmlDocDumpMemoryFormat
__attribute((alias("htmlDocDumpMemoryFormat__internal_alias")));
309 #ifndef htmlDocDumpMemoryFormat
310 extern __typeof (htmlDocDumpMemoryFormat
) htmlDocDumpMemoryFormat__internal_alias
__attribute((visibility("hidden")));
311 #define htmlDocDumpMemoryFormat htmlDocDumpMemoryFormat__internal_alias
316 #if defined(LIBXML_HTML_ENABLED)
317 #ifdef bottom_HTMLparser
318 #undef htmlElementAllowedHere
319 extern __typeof (htmlElementAllowedHere
) htmlElementAllowedHere
__attribute((alias("htmlElementAllowedHere__internal_alias")));
321 #ifndef htmlElementAllowedHere
322 extern __typeof (htmlElementAllowedHere
) htmlElementAllowedHere__internal_alias
__attribute((visibility("hidden")));
323 #define htmlElementAllowedHere htmlElementAllowedHere__internal_alias
328 #if defined(LIBXML_HTML_ENABLED)
329 #ifdef bottom_HTMLparser
330 #undef htmlElementStatusHere
331 extern __typeof (htmlElementStatusHere
) htmlElementStatusHere
__attribute((alias("htmlElementStatusHere__internal_alias")));
333 #ifndef htmlElementStatusHere
334 extern __typeof (htmlElementStatusHere
) htmlElementStatusHere__internal_alias
__attribute((visibility("hidden")));
335 #define htmlElementStatusHere htmlElementStatusHere__internal_alias
340 #if defined(LIBXML_HTML_ENABLED)
341 #ifdef bottom_HTMLparser
342 #undef htmlEncodeEntities
343 extern __typeof (htmlEncodeEntities
) htmlEncodeEntities
__attribute((alias("htmlEncodeEntities__internal_alias")));
345 #ifndef htmlEncodeEntities
346 extern __typeof (htmlEncodeEntities
) htmlEncodeEntities__internal_alias
__attribute((visibility("hidden")));
347 #define htmlEncodeEntities htmlEncodeEntities__internal_alias
352 #if defined(LIBXML_HTML_ENABLED)
353 #ifdef bottom_HTMLparser
354 #undef htmlEntityLookup
355 extern __typeof (htmlEntityLookup
) htmlEntityLookup
__attribute((alias("htmlEntityLookup__internal_alias")));
357 #ifndef htmlEntityLookup
358 extern __typeof (htmlEntityLookup
) htmlEntityLookup__internal_alias
__attribute((visibility("hidden")));
359 #define htmlEntityLookup htmlEntityLookup__internal_alias
364 #if defined(LIBXML_HTML_ENABLED)
365 #ifdef bottom_HTMLparser
366 #undef htmlEntityValueLookup
367 extern __typeof (htmlEntityValueLookup
) htmlEntityValueLookup
__attribute((alias("htmlEntityValueLookup__internal_alias")));
369 #ifndef htmlEntityValueLookup
370 extern __typeof (htmlEntityValueLookup
) htmlEntityValueLookup__internal_alias
__attribute((visibility("hidden")));
371 #define htmlEntityValueLookup htmlEntityValueLookup__internal_alias
376 #if defined(LIBXML_HTML_ENABLED)
377 #ifdef bottom_HTMLparser
378 #undef htmlFreeParserCtxt
379 extern __typeof (htmlFreeParserCtxt
) htmlFreeParserCtxt
__attribute((alias("htmlFreeParserCtxt__internal_alias")));
381 #ifndef htmlFreeParserCtxt
382 extern __typeof (htmlFreeParserCtxt
) htmlFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
383 #define htmlFreeParserCtxt htmlFreeParserCtxt__internal_alias
388 #if defined(LIBXML_HTML_ENABLED)
389 #ifdef bottom_HTMLtree
390 #undef htmlGetMetaEncoding
391 extern __typeof (htmlGetMetaEncoding
) htmlGetMetaEncoding
__attribute((alias("htmlGetMetaEncoding__internal_alias")));
393 #ifndef htmlGetMetaEncoding
394 extern __typeof (htmlGetMetaEncoding
) htmlGetMetaEncoding__internal_alias
__attribute((visibility("hidden")));
395 #define htmlGetMetaEncoding htmlGetMetaEncoding__internal_alias
400 #if defined(LIBXML_HTML_ENABLED)
401 #ifdef bottom_HTMLparser
402 #undef htmlHandleOmittedElem
403 extern __typeof (htmlHandleOmittedElem
) htmlHandleOmittedElem
__attribute((alias("htmlHandleOmittedElem__internal_alias")));
405 #ifndef htmlHandleOmittedElem
406 extern __typeof (htmlHandleOmittedElem
) htmlHandleOmittedElem__internal_alias
__attribute((visibility("hidden")));
407 #define htmlHandleOmittedElem htmlHandleOmittedElem__internal_alias
412 #if defined(LIBXML_HTML_ENABLED)
413 #ifdef bottom_HTMLparser
414 #undef htmlInitAutoClose
415 extern __typeof (htmlInitAutoClose
) htmlInitAutoClose
__attribute((alias("htmlInitAutoClose__internal_alias")));
417 #ifndef htmlInitAutoClose
418 extern __typeof (htmlInitAutoClose
) htmlInitAutoClose__internal_alias
__attribute((visibility("hidden")));
419 #define htmlInitAutoClose htmlInitAutoClose__internal_alias
424 #if defined(LIBXML_HTML_ENABLED)
425 #ifdef bottom_HTMLparser
426 #undef htmlIsAutoClosed
427 extern __typeof (htmlIsAutoClosed
) htmlIsAutoClosed
__attribute((alias("htmlIsAutoClosed__internal_alias")));
429 #ifndef htmlIsAutoClosed
430 extern __typeof (htmlIsAutoClosed
) htmlIsAutoClosed__internal_alias
__attribute((visibility("hidden")));
431 #define htmlIsAutoClosed htmlIsAutoClosed__internal_alias
436 #if defined(LIBXML_HTML_ENABLED)
437 #ifdef bottom_HTMLtree
438 #undef htmlIsBooleanAttr
439 extern __typeof (htmlIsBooleanAttr
) htmlIsBooleanAttr
__attribute((alias("htmlIsBooleanAttr__internal_alias")));
441 #ifndef htmlIsBooleanAttr
442 extern __typeof (htmlIsBooleanAttr
) htmlIsBooleanAttr__internal_alias
__attribute((visibility("hidden")));
443 #define htmlIsBooleanAttr htmlIsBooleanAttr__internal_alias
448 #if defined(LIBXML_HTML_ENABLED)
449 #ifdef bottom_HTMLparser
450 #undef htmlIsScriptAttribute
451 extern __typeof (htmlIsScriptAttribute
) htmlIsScriptAttribute
__attribute((alias("htmlIsScriptAttribute__internal_alias")));
453 #ifndef htmlIsScriptAttribute
454 extern __typeof (htmlIsScriptAttribute
) htmlIsScriptAttribute__internal_alias
__attribute((visibility("hidden")));
455 #define htmlIsScriptAttribute htmlIsScriptAttribute__internal_alias
460 #if defined(LIBXML_HTML_ENABLED)
461 #ifdef bottom_HTMLparser
463 extern __typeof (htmlNewDoc
) htmlNewDoc
__attribute((alias("htmlNewDoc__internal_alias")));
466 extern __typeof (htmlNewDoc
) htmlNewDoc__internal_alias
__attribute((visibility("hidden")));
467 #define htmlNewDoc htmlNewDoc__internal_alias
472 #if defined(LIBXML_HTML_ENABLED)
473 #ifdef bottom_HTMLparser
474 #undef htmlNewDocNoDtD
475 extern __typeof (htmlNewDocNoDtD
) htmlNewDocNoDtD
__attribute((alias("htmlNewDocNoDtD__internal_alias")));
477 #ifndef htmlNewDocNoDtD
478 extern __typeof (htmlNewDocNoDtD
) htmlNewDocNoDtD__internal_alias
__attribute((visibility("hidden")));
479 #define htmlNewDocNoDtD htmlNewDocNoDtD__internal_alias
484 #if defined(LIBXML_HTML_ENABLED)
485 #ifdef bottom_HTMLparser
486 #undef htmlNewParserCtxt
487 extern __typeof (htmlNewParserCtxt
) htmlNewParserCtxt
__attribute((alias("htmlNewParserCtxt__internal_alias")));
489 #ifndef htmlNewParserCtxt
490 extern __typeof (htmlNewParserCtxt
) htmlNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
491 #define htmlNewParserCtxt htmlNewParserCtxt__internal_alias
496 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
497 #ifdef bottom_HTMLtree
499 extern __typeof (htmlNodeDump
) htmlNodeDump
__attribute((alias("htmlNodeDump__internal_alias")));
502 extern __typeof (htmlNodeDump
) htmlNodeDump__internal_alias
__attribute((visibility("hidden")));
503 #define htmlNodeDump htmlNodeDump__internal_alias
508 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
509 #ifdef bottom_HTMLtree
510 #undef htmlNodeDumpFile
511 extern __typeof (htmlNodeDumpFile
) htmlNodeDumpFile
__attribute((alias("htmlNodeDumpFile__internal_alias")));
513 #ifndef htmlNodeDumpFile
514 extern __typeof (htmlNodeDumpFile
) htmlNodeDumpFile__internal_alias
__attribute((visibility("hidden")));
515 #define htmlNodeDumpFile htmlNodeDumpFile__internal_alias
520 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
521 #ifdef bottom_HTMLtree
522 #undef htmlNodeDumpFileFormat
523 extern __typeof (htmlNodeDumpFileFormat
) htmlNodeDumpFileFormat
__attribute((alias("htmlNodeDumpFileFormat__internal_alias")));
525 #ifndef htmlNodeDumpFileFormat
526 extern __typeof (htmlNodeDumpFileFormat
) htmlNodeDumpFileFormat__internal_alias
__attribute((visibility("hidden")));
527 #define htmlNodeDumpFileFormat htmlNodeDumpFileFormat__internal_alias
532 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
533 #ifdef bottom_HTMLtree
534 #undef htmlNodeDumpFormatOutput
535 extern __typeof (htmlNodeDumpFormatOutput
) htmlNodeDumpFormatOutput
__attribute((alias("htmlNodeDumpFormatOutput__internal_alias")));
537 #ifndef htmlNodeDumpFormatOutput
538 extern __typeof (htmlNodeDumpFormatOutput
) htmlNodeDumpFormatOutput__internal_alias
__attribute((visibility("hidden")));
539 #define htmlNodeDumpFormatOutput htmlNodeDumpFormatOutput__internal_alias
544 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
545 #ifdef bottom_HTMLtree
546 #undef htmlNodeDumpOutput
547 extern __typeof (htmlNodeDumpOutput
) htmlNodeDumpOutput
__attribute((alias("htmlNodeDumpOutput__internal_alias")));
549 #ifndef htmlNodeDumpOutput
550 extern __typeof (htmlNodeDumpOutput
) htmlNodeDumpOutput__internal_alias
__attribute((visibility("hidden")));
551 #define htmlNodeDumpOutput htmlNodeDumpOutput__internal_alias
556 #if defined(LIBXML_HTML_ENABLED)
557 #ifdef bottom_HTMLparser
558 #undef htmlNodeStatus
559 extern __typeof (htmlNodeStatus
) htmlNodeStatus
__attribute((alias("htmlNodeStatus__internal_alias")));
561 #ifndef htmlNodeStatus
562 extern __typeof (htmlNodeStatus
) htmlNodeStatus__internal_alias
__attribute((visibility("hidden")));
563 #define htmlNodeStatus htmlNodeStatus__internal_alias
568 #if defined(LIBXML_HTML_ENABLED)
569 #ifdef bottom_HTMLparser
570 #undef htmlParseCharRef
571 extern __typeof (htmlParseCharRef
) htmlParseCharRef
__attribute((alias("htmlParseCharRef__internal_alias")));
573 #ifndef htmlParseCharRef
574 extern __typeof (htmlParseCharRef
) htmlParseCharRef__internal_alias
__attribute((visibility("hidden")));
575 #define htmlParseCharRef htmlParseCharRef__internal_alias
580 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_PUSH_ENABLED)
581 #ifdef bottom_HTMLparser
582 #undef htmlParseChunk
583 extern __typeof (htmlParseChunk
) htmlParseChunk
__attribute((alias("htmlParseChunk__internal_alias")));
585 #ifndef htmlParseChunk
586 extern __typeof (htmlParseChunk
) htmlParseChunk__internal_alias
__attribute((visibility("hidden")));
587 #define htmlParseChunk htmlParseChunk__internal_alias
592 #if defined(LIBXML_HTML_ENABLED)
593 #ifdef bottom_HTMLparser
595 extern __typeof (htmlParseDoc
) htmlParseDoc
__attribute((alias("htmlParseDoc__internal_alias")));
598 extern __typeof (htmlParseDoc
) htmlParseDoc__internal_alias
__attribute((visibility("hidden")));
599 #define htmlParseDoc htmlParseDoc__internal_alias
604 #if defined(LIBXML_HTML_ENABLED)
605 #ifdef bottom_HTMLparser
606 #undef htmlParseDocument
607 extern __typeof (htmlParseDocument
) htmlParseDocument
__attribute((alias("htmlParseDocument__internal_alias")));
609 #ifndef htmlParseDocument
610 extern __typeof (htmlParseDocument
) htmlParseDocument__internal_alias
__attribute((visibility("hidden")));
611 #define htmlParseDocument htmlParseDocument__internal_alias
616 #if defined(LIBXML_HTML_ENABLED)
617 #ifdef bottom_HTMLparser
618 #undef htmlParseElement
619 extern __typeof (htmlParseElement
) htmlParseElement
__attribute((alias("htmlParseElement__internal_alias")));
621 #ifndef htmlParseElement
622 extern __typeof (htmlParseElement
) htmlParseElement__internal_alias
__attribute((visibility("hidden")));
623 #define htmlParseElement htmlParseElement__internal_alias
628 #if defined(LIBXML_HTML_ENABLED)
629 #ifdef bottom_HTMLparser
630 #undef htmlParseEntityRef
631 extern __typeof (htmlParseEntityRef
) htmlParseEntityRef
__attribute((alias("htmlParseEntityRef__internal_alias")));
633 #ifndef htmlParseEntityRef
634 extern __typeof (htmlParseEntityRef
) htmlParseEntityRef__internal_alias
__attribute((visibility("hidden")));
635 #define htmlParseEntityRef htmlParseEntityRef__internal_alias
640 #if defined(LIBXML_HTML_ENABLED)
641 #ifdef bottom_HTMLparser
643 extern __typeof (htmlParseFile
) htmlParseFile
__attribute((alias("htmlParseFile__internal_alias")));
645 #ifndef htmlParseFile
646 extern __typeof (htmlParseFile
) htmlParseFile__internal_alias
__attribute((visibility("hidden")));
647 #define htmlParseFile htmlParseFile__internal_alias
652 #if defined(LIBXML_HTML_ENABLED)
653 #ifdef bottom_HTMLparser
655 extern __typeof (htmlReadDoc
) htmlReadDoc
__attribute((alias("htmlReadDoc__internal_alias")));
658 extern __typeof (htmlReadDoc
) htmlReadDoc__internal_alias
__attribute((visibility("hidden")));
659 #define htmlReadDoc htmlReadDoc__internal_alias
664 #if defined(LIBXML_HTML_ENABLED)
665 #ifdef bottom_HTMLparser
667 extern __typeof (htmlReadFd
) htmlReadFd
__attribute((alias("htmlReadFd__internal_alias")));
670 extern __typeof (htmlReadFd
) htmlReadFd__internal_alias
__attribute((visibility("hidden")));
671 #define htmlReadFd htmlReadFd__internal_alias
676 #if defined(LIBXML_HTML_ENABLED)
677 #ifdef bottom_HTMLparser
679 extern __typeof (htmlReadFile
) htmlReadFile
__attribute((alias("htmlReadFile__internal_alias")));
682 extern __typeof (htmlReadFile
) htmlReadFile__internal_alias
__attribute((visibility("hidden")));
683 #define htmlReadFile htmlReadFile__internal_alias
688 #if defined(LIBXML_HTML_ENABLED)
689 #ifdef bottom_HTMLparser
691 extern __typeof (htmlReadIO
) htmlReadIO
__attribute((alias("htmlReadIO__internal_alias")));
694 extern __typeof (htmlReadIO
) htmlReadIO__internal_alias
__attribute((visibility("hidden")));
695 #define htmlReadIO htmlReadIO__internal_alias
700 #if defined(LIBXML_HTML_ENABLED)
701 #ifdef bottom_HTMLparser
702 #undef htmlReadMemory
703 extern __typeof (htmlReadMemory
) htmlReadMemory
__attribute((alias("htmlReadMemory__internal_alias")));
705 #ifndef htmlReadMemory
706 extern __typeof (htmlReadMemory
) htmlReadMemory__internal_alias
__attribute((visibility("hidden")));
707 #define htmlReadMemory htmlReadMemory__internal_alias
712 #if defined(LIBXML_HTML_ENABLED)
713 #ifdef bottom_HTMLparser
714 #undef htmlSAXParseDoc
715 extern __typeof (htmlSAXParseDoc
) htmlSAXParseDoc
__attribute((alias("htmlSAXParseDoc__internal_alias")));
717 #ifndef htmlSAXParseDoc
718 extern __typeof (htmlSAXParseDoc
) htmlSAXParseDoc__internal_alias
__attribute((visibility("hidden")));
719 #define htmlSAXParseDoc htmlSAXParseDoc__internal_alias
724 #if defined(LIBXML_HTML_ENABLED)
725 #ifdef bottom_HTMLparser
726 #undef htmlSAXParseFile
727 extern __typeof (htmlSAXParseFile
) htmlSAXParseFile
__attribute((alias("htmlSAXParseFile__internal_alias")));
729 #ifndef htmlSAXParseFile
730 extern __typeof (htmlSAXParseFile
) htmlSAXParseFile__internal_alias
__attribute((visibility("hidden")));
731 #define htmlSAXParseFile htmlSAXParseFile__internal_alias
736 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
737 #ifdef bottom_HTMLtree
739 extern __typeof (htmlSaveFile
) htmlSaveFile
__attribute((alias("htmlSaveFile__internal_alias")));
742 extern __typeof (htmlSaveFile
) htmlSaveFile__internal_alias
__attribute((visibility("hidden")));
743 #define htmlSaveFile htmlSaveFile__internal_alias
748 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
749 #ifdef bottom_HTMLtree
750 #undef htmlSaveFileEnc
751 extern __typeof (htmlSaveFileEnc
) htmlSaveFileEnc
__attribute((alias("htmlSaveFileEnc__internal_alias")));
753 #ifndef htmlSaveFileEnc
754 extern __typeof (htmlSaveFileEnc
) htmlSaveFileEnc__internal_alias
__attribute((visibility("hidden")));
755 #define htmlSaveFileEnc htmlSaveFileEnc__internal_alias
760 #if defined(LIBXML_HTML_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
761 #ifdef bottom_HTMLtree
762 #undef htmlSaveFileFormat
763 extern __typeof (htmlSaveFileFormat
) htmlSaveFileFormat
__attribute((alias("htmlSaveFileFormat__internal_alias")));
765 #ifndef htmlSaveFileFormat
766 extern __typeof (htmlSaveFileFormat
) htmlSaveFileFormat__internal_alias
__attribute((visibility("hidden")));
767 #define htmlSaveFileFormat htmlSaveFileFormat__internal_alias
772 #if defined(LIBXML_HTML_ENABLED)
773 #ifdef bottom_HTMLtree
774 #undef htmlSetMetaEncoding
775 extern __typeof (htmlSetMetaEncoding
) htmlSetMetaEncoding
__attribute((alias("htmlSetMetaEncoding__internal_alias")));
777 #ifndef htmlSetMetaEncoding
778 extern __typeof (htmlSetMetaEncoding
) htmlSetMetaEncoding__internal_alias
__attribute((visibility("hidden")));
779 #define htmlSetMetaEncoding htmlSetMetaEncoding__internal_alias
784 #if defined(LIBXML_HTML_ENABLED)
785 #ifdef bottom_HTMLparser
787 extern __typeof (htmlTagLookup
) htmlTagLookup
__attribute((alias("htmlTagLookup__internal_alias")));
789 #ifndef htmlTagLookup
790 extern __typeof (htmlTagLookup
) htmlTagLookup__internal_alias
__attribute((visibility("hidden")));
791 #define htmlTagLookup htmlTagLookup__internal_alias
798 extern __typeof (inputPop
) inputPop
__attribute((alias("inputPop__internal_alias")));
801 extern __typeof (inputPop
) inputPop__internal_alias
__attribute((visibility("hidden")));
802 #define inputPop inputPop__internal_alias
808 extern __typeof (inputPush
) inputPush
__attribute((alias("inputPush__internal_alias")));
811 extern __typeof (inputPush
) inputPush__internal_alias
__attribute((visibility("hidden")));
812 #define inputPush inputPush__internal_alias
818 extern __typeof (namePop
) namePop
__attribute((alias("namePop__internal_alias")));
821 extern __typeof (namePop
) namePop__internal_alias
__attribute((visibility("hidden")));
822 #define namePop namePop__internal_alias
828 extern __typeof (namePush
) namePush
__attribute((alias("namePush__internal_alias")));
831 extern __typeof (namePush
) namePush__internal_alias
__attribute((visibility("hidden")));
832 #define namePush namePush__internal_alias
838 extern __typeof (nodePop
) nodePop
__attribute((alias("nodePop__internal_alias")));
841 extern __typeof (nodePop
) nodePop__internal_alias
__attribute((visibility("hidden")));
842 #define nodePop nodePop__internal_alias
848 extern __typeof (nodePush
) nodePush
__attribute((alias("nodePush__internal_alias")));
851 extern __typeof (nodePush
) nodePush__internal_alias
__attribute((visibility("hidden")));
852 #define nodePush nodePush__internal_alias
856 #if defined(LIBXML_XPATH_ENABLED)
859 extern __typeof (valuePop
) valuePop
__attribute((alias("valuePop__internal_alias")));
862 extern __typeof (valuePop
) valuePop__internal_alias
__attribute((visibility("hidden")));
863 #define valuePop valuePop__internal_alias
868 #if defined(LIBXML_XPATH_ENABLED)
871 extern __typeof (valuePush
) valuePush
__attribute((alias("valuePush__internal_alias")));
874 extern __typeof (valuePush
) valuePush__internal_alias
__attribute((visibility("hidden")));
875 #define valuePush valuePush__internal_alias
880 #if defined(LIBXML_CATALOG_ENABLED)
881 #ifdef bottom_catalog
882 #undef xmlACatalogAdd
883 extern __typeof (xmlACatalogAdd
) xmlACatalogAdd
__attribute((alias("xmlACatalogAdd__internal_alias")));
885 #ifndef xmlACatalogAdd
886 extern __typeof (xmlACatalogAdd
) xmlACatalogAdd__internal_alias
__attribute((visibility("hidden")));
887 #define xmlACatalogAdd xmlACatalogAdd__internal_alias
892 #if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
893 #ifdef bottom_catalog
894 #undef xmlACatalogDump
895 extern __typeof (xmlACatalogDump
) xmlACatalogDump
__attribute((alias("xmlACatalogDump__internal_alias")));
897 #ifndef xmlACatalogDump
898 extern __typeof (xmlACatalogDump
) xmlACatalogDump__internal_alias
__attribute((visibility("hidden")));
899 #define xmlACatalogDump xmlACatalogDump__internal_alias
904 #if defined(LIBXML_CATALOG_ENABLED)
905 #ifdef bottom_catalog
906 #undef xmlACatalogRemove
907 extern __typeof (xmlACatalogRemove
) xmlACatalogRemove
__attribute((alias("xmlACatalogRemove__internal_alias")));
909 #ifndef xmlACatalogRemove
910 extern __typeof (xmlACatalogRemove
) xmlACatalogRemove__internal_alias
__attribute((visibility("hidden")));
911 #define xmlACatalogRemove xmlACatalogRemove__internal_alias
916 #if defined(LIBXML_CATALOG_ENABLED)
917 #ifdef bottom_catalog
918 #undef xmlACatalogResolve
919 extern __typeof (xmlACatalogResolve
) xmlACatalogResolve
__attribute((alias("xmlACatalogResolve__internal_alias")));
921 #ifndef xmlACatalogResolve
922 extern __typeof (xmlACatalogResolve
) xmlACatalogResolve__internal_alias
__attribute((visibility("hidden")));
923 #define xmlACatalogResolve xmlACatalogResolve__internal_alias
928 #if defined(LIBXML_CATALOG_ENABLED)
929 #ifdef bottom_catalog
930 #undef xmlACatalogResolvePublic
931 extern __typeof (xmlACatalogResolvePublic
) xmlACatalogResolvePublic
__attribute((alias("xmlACatalogResolvePublic__internal_alias")));
933 #ifndef xmlACatalogResolvePublic
934 extern __typeof (xmlACatalogResolvePublic
) xmlACatalogResolvePublic__internal_alias
__attribute((visibility("hidden")));
935 #define xmlACatalogResolvePublic xmlACatalogResolvePublic__internal_alias
940 #if defined(LIBXML_CATALOG_ENABLED)
941 #ifdef bottom_catalog
942 #undef xmlACatalogResolveSystem
943 extern __typeof (xmlACatalogResolveSystem
) xmlACatalogResolveSystem
__attribute((alias("xmlACatalogResolveSystem__internal_alias")));
945 #ifndef xmlACatalogResolveSystem
946 extern __typeof (xmlACatalogResolveSystem
) xmlACatalogResolveSystem__internal_alias
__attribute((visibility("hidden")));
947 #define xmlACatalogResolveSystem xmlACatalogResolveSystem__internal_alias
952 #if defined(LIBXML_CATALOG_ENABLED)
953 #ifdef bottom_catalog
954 #undef xmlACatalogResolveURI
955 extern __typeof (xmlACatalogResolveURI
) xmlACatalogResolveURI
__attribute((alias("xmlACatalogResolveURI__internal_alias")));
957 #ifndef xmlACatalogResolveURI
958 extern __typeof (xmlACatalogResolveURI
) xmlACatalogResolveURI__internal_alias
__attribute((visibility("hidden")));
959 #define xmlACatalogResolveURI xmlACatalogResolveURI__internal_alias
965 #undef xmlAddAttributeDecl
966 extern __typeof (xmlAddAttributeDecl
) xmlAddAttributeDecl
__attribute((alias("xmlAddAttributeDecl__internal_alias")));
968 #ifndef xmlAddAttributeDecl
969 extern __typeof (xmlAddAttributeDecl
) xmlAddAttributeDecl__internal_alias
__attribute((visibility("hidden")));
970 #define xmlAddAttributeDecl xmlAddAttributeDecl__internal_alias
976 extern __typeof (xmlAddChild
) xmlAddChild
__attribute((alias("xmlAddChild__internal_alias")));
979 extern __typeof (xmlAddChild
) xmlAddChild__internal_alias
__attribute((visibility("hidden")));
980 #define xmlAddChild xmlAddChild__internal_alias
985 #undef xmlAddChildList
986 extern __typeof (xmlAddChildList
) xmlAddChildList
__attribute((alias("xmlAddChildList__internal_alias")));
988 #ifndef xmlAddChildList
989 extern __typeof (xmlAddChildList
) xmlAddChildList__internal_alias
__attribute((visibility("hidden")));
990 #define xmlAddChildList xmlAddChildList__internal_alias
994 #ifdef bottom_entities
995 #undef xmlAddDocEntity
996 extern __typeof (xmlAddDocEntity
) xmlAddDocEntity
__attribute((alias("xmlAddDocEntity__internal_alias")));
998 #ifndef xmlAddDocEntity
999 extern __typeof (xmlAddDocEntity
) xmlAddDocEntity__internal_alias
__attribute((visibility("hidden")));
1000 #define xmlAddDocEntity xmlAddDocEntity__internal_alias
1004 #ifdef bottom_entities
1005 #undef xmlAddDtdEntity
1006 extern __typeof (xmlAddDtdEntity
) xmlAddDtdEntity
__attribute((alias("xmlAddDtdEntity__internal_alias")));
1008 #ifndef xmlAddDtdEntity
1009 extern __typeof (xmlAddDtdEntity
) xmlAddDtdEntity__internal_alias
__attribute((visibility("hidden")));
1010 #define xmlAddDtdEntity xmlAddDtdEntity__internal_alias
1015 #undef xmlAddElementDecl
1016 extern __typeof (xmlAddElementDecl
) xmlAddElementDecl
__attribute((alias("xmlAddElementDecl__internal_alias")));
1018 #ifndef xmlAddElementDecl
1019 extern __typeof (xmlAddElementDecl
) xmlAddElementDecl__internal_alias
__attribute((visibility("hidden")));
1020 #define xmlAddElementDecl xmlAddElementDecl__internal_alias
1024 #ifdef bottom_encoding
1025 #undef xmlAddEncodingAlias
1026 extern __typeof (xmlAddEncodingAlias
) xmlAddEncodingAlias
__attribute((alias("xmlAddEncodingAlias__internal_alias")));
1028 #ifndef xmlAddEncodingAlias
1029 extern __typeof (xmlAddEncodingAlias
) xmlAddEncodingAlias__internal_alias
__attribute((visibility("hidden")));
1030 #define xmlAddEncodingAlias xmlAddEncodingAlias__internal_alias
1036 extern __typeof (xmlAddID
) xmlAddID
__attribute((alias("xmlAddID__internal_alias")));
1039 extern __typeof (xmlAddID
) xmlAddID__internal_alias
__attribute((visibility("hidden")));
1040 #define xmlAddID xmlAddID__internal_alias
1045 #undef xmlAddNextSibling
1046 extern __typeof (xmlAddNextSibling
) xmlAddNextSibling
__attribute((alias("xmlAddNextSibling__internal_alias")));
1048 #ifndef xmlAddNextSibling
1049 extern __typeof (xmlAddNextSibling
) xmlAddNextSibling__internal_alias
__attribute((visibility("hidden")));
1050 #define xmlAddNextSibling xmlAddNextSibling__internal_alias
1055 #undef xmlAddNotationDecl
1056 extern __typeof (xmlAddNotationDecl
) xmlAddNotationDecl
__attribute((alias("xmlAddNotationDecl__internal_alias")));
1058 #ifndef xmlAddNotationDecl
1059 extern __typeof (xmlAddNotationDecl
) xmlAddNotationDecl__internal_alias
__attribute((visibility("hidden")));
1060 #define xmlAddNotationDecl xmlAddNotationDecl__internal_alias
1064 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
1066 #undef xmlAddPrevSibling
1067 extern __typeof (xmlAddPrevSibling
) xmlAddPrevSibling
__attribute((alias("xmlAddPrevSibling__internal_alias")));
1069 #ifndef xmlAddPrevSibling
1070 extern __typeof (xmlAddPrevSibling
) xmlAddPrevSibling__internal_alias
__attribute((visibility("hidden")));
1071 #define xmlAddPrevSibling xmlAddPrevSibling__internal_alias
1078 extern __typeof (xmlAddRef
) xmlAddRef
__attribute((alias("xmlAddRef__internal_alias")));
1081 extern __typeof (xmlAddRef
) xmlAddRef__internal_alias
__attribute((visibility("hidden")));
1082 #define xmlAddRef xmlAddRef__internal_alias
1087 #undef xmlAddSibling
1088 extern __typeof (xmlAddSibling
) xmlAddSibling
__attribute((alias("xmlAddSibling__internal_alias")));
1090 #ifndef xmlAddSibling
1091 extern __typeof (xmlAddSibling
) xmlAddSibling__internal_alias
__attribute((visibility("hidden")));
1092 #define xmlAddSibling xmlAddSibling__internal_alias
1096 #if defined(LIBXML_OUTPUT_ENABLED)
1098 #undef xmlAllocOutputBuffer
1099 extern __typeof (xmlAllocOutputBuffer
) xmlAllocOutputBuffer
__attribute((alias("xmlAllocOutputBuffer__internal_alias")));
1101 #ifndef xmlAllocOutputBuffer
1102 extern __typeof (xmlAllocOutputBuffer
) xmlAllocOutputBuffer__internal_alias
__attribute((visibility("hidden")));
1103 #define xmlAllocOutputBuffer xmlAllocOutputBuffer__internal_alias
1109 #undef xmlAllocParserInputBuffer
1110 extern __typeof (xmlAllocParserInputBuffer
) xmlAllocParserInputBuffer
__attribute((alias("xmlAllocParserInputBuffer__internal_alias")));
1112 #ifndef xmlAllocParserInputBuffer
1113 extern __typeof (xmlAllocParserInputBuffer
) xmlAllocParserInputBuffer__internal_alias
__attribute((visibility("hidden")));
1114 #define xmlAllocParserInputBuffer xmlAllocParserInputBuffer__internal_alias
1118 #if defined(LIBXML_OUTPUT_ENABLED)
1119 #ifdef bottom_xmlsave
1120 #undef xmlAttrSerializeTxtContent
1121 extern __typeof (xmlAttrSerializeTxtContent
) xmlAttrSerializeTxtContent
__attribute((alias("xmlAttrSerializeTxtContent__internal_alias")));
1123 #ifndef xmlAttrSerializeTxtContent
1124 extern __typeof (xmlAttrSerializeTxtContent
) xmlAttrSerializeTxtContent__internal_alias
__attribute((visibility("hidden")));
1125 #define xmlAttrSerializeTxtContent xmlAttrSerializeTxtContent__internal_alias
1130 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1131 #ifdef bottom_xmlregexp
1132 #undef xmlAutomataCompile
1133 extern __typeof (xmlAutomataCompile
) xmlAutomataCompile
__attribute((alias("xmlAutomataCompile__internal_alias")));
1135 #ifndef xmlAutomataCompile
1136 extern __typeof (xmlAutomataCompile
) xmlAutomataCompile__internal_alias
__attribute((visibility("hidden")));
1137 #define xmlAutomataCompile xmlAutomataCompile__internal_alias
1142 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1143 #ifdef bottom_xmlregexp
1144 #undef xmlAutomataGetInitState
1145 extern __typeof (xmlAutomataGetInitState
) xmlAutomataGetInitState
__attribute((alias("xmlAutomataGetInitState__internal_alias")));
1147 #ifndef xmlAutomataGetInitState
1148 extern __typeof (xmlAutomataGetInitState
) xmlAutomataGetInitState__internal_alias
__attribute((visibility("hidden")));
1149 #define xmlAutomataGetInitState xmlAutomataGetInitState__internal_alias
1154 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1155 #ifdef bottom_xmlregexp
1156 #undef xmlAutomataIsDeterminist
1157 extern __typeof (xmlAutomataIsDeterminist
) xmlAutomataIsDeterminist
__attribute((alias("xmlAutomataIsDeterminist__internal_alias")));
1159 #ifndef xmlAutomataIsDeterminist
1160 extern __typeof (xmlAutomataIsDeterminist
) xmlAutomataIsDeterminist__internal_alias
__attribute((visibility("hidden")));
1161 #define xmlAutomataIsDeterminist xmlAutomataIsDeterminist__internal_alias
1166 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1167 #ifdef bottom_xmlregexp
1168 #undef xmlAutomataNewAllTrans
1169 extern __typeof (xmlAutomataNewAllTrans
) xmlAutomataNewAllTrans
__attribute((alias("xmlAutomataNewAllTrans__internal_alias")));
1171 #ifndef xmlAutomataNewAllTrans
1172 extern __typeof (xmlAutomataNewAllTrans
) xmlAutomataNewAllTrans__internal_alias
__attribute((visibility("hidden")));
1173 #define xmlAutomataNewAllTrans xmlAutomataNewAllTrans__internal_alias
1178 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1179 #ifdef bottom_xmlregexp
1180 #undef xmlAutomataNewCountTrans
1181 extern __typeof (xmlAutomataNewCountTrans
) xmlAutomataNewCountTrans
__attribute((alias("xmlAutomataNewCountTrans__internal_alias")));
1183 #ifndef xmlAutomataNewCountTrans
1184 extern __typeof (xmlAutomataNewCountTrans
) xmlAutomataNewCountTrans__internal_alias
__attribute((visibility("hidden")));
1185 #define xmlAutomataNewCountTrans xmlAutomataNewCountTrans__internal_alias
1190 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1191 #ifdef bottom_xmlregexp
1192 #undef xmlAutomataNewCountTrans2
1193 extern __typeof (xmlAutomataNewCountTrans2
) xmlAutomataNewCountTrans2
__attribute((alias("xmlAutomataNewCountTrans2__internal_alias")));
1195 #ifndef xmlAutomataNewCountTrans2
1196 extern __typeof (xmlAutomataNewCountTrans2
) xmlAutomataNewCountTrans2__internal_alias
__attribute((visibility("hidden")));
1197 #define xmlAutomataNewCountTrans2 xmlAutomataNewCountTrans2__internal_alias
1202 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1203 #ifdef bottom_xmlregexp
1204 #undef xmlAutomataNewCountedTrans
1205 extern __typeof (xmlAutomataNewCountedTrans
) xmlAutomataNewCountedTrans
__attribute((alias("xmlAutomataNewCountedTrans__internal_alias")));
1207 #ifndef xmlAutomataNewCountedTrans
1208 extern __typeof (xmlAutomataNewCountedTrans
) xmlAutomataNewCountedTrans__internal_alias
__attribute((visibility("hidden")));
1209 #define xmlAutomataNewCountedTrans xmlAutomataNewCountedTrans__internal_alias
1214 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1215 #ifdef bottom_xmlregexp
1216 #undef xmlAutomataNewCounter
1217 extern __typeof (xmlAutomataNewCounter
) xmlAutomataNewCounter
__attribute((alias("xmlAutomataNewCounter__internal_alias")));
1219 #ifndef xmlAutomataNewCounter
1220 extern __typeof (xmlAutomataNewCounter
) xmlAutomataNewCounter__internal_alias
__attribute((visibility("hidden")));
1221 #define xmlAutomataNewCounter xmlAutomataNewCounter__internal_alias
1226 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1227 #ifdef bottom_xmlregexp
1228 #undef xmlAutomataNewCounterTrans
1229 extern __typeof (xmlAutomataNewCounterTrans
) xmlAutomataNewCounterTrans
__attribute((alias("xmlAutomataNewCounterTrans__internal_alias")));
1231 #ifndef xmlAutomataNewCounterTrans
1232 extern __typeof (xmlAutomataNewCounterTrans
) xmlAutomataNewCounterTrans__internal_alias
__attribute((visibility("hidden")));
1233 #define xmlAutomataNewCounterTrans xmlAutomataNewCounterTrans__internal_alias
1238 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1239 #ifdef bottom_xmlregexp
1240 #undef xmlAutomataNewEpsilon
1241 extern __typeof (xmlAutomataNewEpsilon
) xmlAutomataNewEpsilon
__attribute((alias("xmlAutomataNewEpsilon__internal_alias")));
1243 #ifndef xmlAutomataNewEpsilon
1244 extern __typeof (xmlAutomataNewEpsilon
) xmlAutomataNewEpsilon__internal_alias
__attribute((visibility("hidden")));
1245 #define xmlAutomataNewEpsilon xmlAutomataNewEpsilon__internal_alias
1250 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1251 #ifdef bottom_xmlregexp
1252 #undef xmlAutomataNewNegTrans
1253 extern __typeof (xmlAutomataNewNegTrans
) xmlAutomataNewNegTrans
__attribute((alias("xmlAutomataNewNegTrans__internal_alias")));
1255 #ifndef xmlAutomataNewNegTrans
1256 extern __typeof (xmlAutomataNewNegTrans
) xmlAutomataNewNegTrans__internal_alias
__attribute((visibility("hidden")));
1257 #define xmlAutomataNewNegTrans xmlAutomataNewNegTrans__internal_alias
1262 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1263 #ifdef bottom_xmlregexp
1264 #undef xmlAutomataNewOnceTrans
1265 extern __typeof (xmlAutomataNewOnceTrans
) xmlAutomataNewOnceTrans
__attribute((alias("xmlAutomataNewOnceTrans__internal_alias")));
1267 #ifndef xmlAutomataNewOnceTrans
1268 extern __typeof (xmlAutomataNewOnceTrans
) xmlAutomataNewOnceTrans__internal_alias
__attribute((visibility("hidden")));
1269 #define xmlAutomataNewOnceTrans xmlAutomataNewOnceTrans__internal_alias
1274 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1275 #ifdef bottom_xmlregexp
1276 #undef xmlAutomataNewOnceTrans2
1277 extern __typeof (xmlAutomataNewOnceTrans2
) xmlAutomataNewOnceTrans2
__attribute((alias("xmlAutomataNewOnceTrans2__internal_alias")));
1279 #ifndef xmlAutomataNewOnceTrans2
1280 extern __typeof (xmlAutomataNewOnceTrans2
) xmlAutomataNewOnceTrans2__internal_alias
__attribute((visibility("hidden")));
1281 #define xmlAutomataNewOnceTrans2 xmlAutomataNewOnceTrans2__internal_alias
1286 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1287 #ifdef bottom_xmlregexp
1288 #undef xmlAutomataNewState
1289 extern __typeof (xmlAutomataNewState
) xmlAutomataNewState
__attribute((alias("xmlAutomataNewState__internal_alias")));
1291 #ifndef xmlAutomataNewState
1292 extern __typeof (xmlAutomataNewState
) xmlAutomataNewState__internal_alias
__attribute((visibility("hidden")));
1293 #define xmlAutomataNewState xmlAutomataNewState__internal_alias
1298 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1299 #ifdef bottom_xmlregexp
1300 #undef xmlAutomataNewTransition
1301 extern __typeof (xmlAutomataNewTransition
) xmlAutomataNewTransition
__attribute((alias("xmlAutomataNewTransition__internal_alias")));
1303 #ifndef xmlAutomataNewTransition
1304 extern __typeof (xmlAutomataNewTransition
) xmlAutomataNewTransition__internal_alias
__attribute((visibility("hidden")));
1305 #define xmlAutomataNewTransition xmlAutomataNewTransition__internal_alias
1310 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1311 #ifdef bottom_xmlregexp
1312 #undef xmlAutomataNewTransition2
1313 extern __typeof (xmlAutomataNewTransition2
) xmlAutomataNewTransition2
__attribute((alias("xmlAutomataNewTransition2__internal_alias")));
1315 #ifndef xmlAutomataNewTransition2
1316 extern __typeof (xmlAutomataNewTransition2
) xmlAutomataNewTransition2__internal_alias
__attribute((visibility("hidden")));
1317 #define xmlAutomataNewTransition2 xmlAutomataNewTransition2__internal_alias
1322 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
1323 #ifdef bottom_xmlregexp
1324 #undef xmlAutomataSetFinalState
1325 extern __typeof (xmlAutomataSetFinalState
) xmlAutomataSetFinalState
__attribute((alias("xmlAutomataSetFinalState__internal_alias")));
1327 #ifndef xmlAutomataSetFinalState
1328 extern __typeof (xmlAutomataSetFinalState
) xmlAutomataSetFinalState__internal_alias
__attribute((visibility("hidden")));
1329 #define xmlAutomataSetFinalState xmlAutomataSetFinalState__internal_alias
1334 #if defined(LIBXML_DEBUG_ENABLED)
1335 #ifdef bottom_debugXML
1336 #undef xmlBoolToText
1337 extern __typeof (xmlBoolToText
) xmlBoolToText
__attribute((alias("xmlBoolToText__internal_alias")));
1339 #ifndef xmlBoolToText
1340 extern __typeof (xmlBoolToText
) xmlBoolToText__internal_alias
__attribute((visibility("hidden")));
1341 #define xmlBoolToText xmlBoolToText__internal_alias
1347 #undef xmlBufContent
1348 extern __typeof (xmlBufContent
) xmlBufContent
__attribute((alias("xmlBufContent__internal_alias")));
1350 #ifndef xmlBufContent
1351 extern __typeof (xmlBufContent
) xmlBufContent__internal_alias
__attribute((visibility("hidden")));
1352 #define xmlBufContent xmlBufContent__internal_alias
1358 extern __typeof (xmlBufEnd
) xmlBufEnd
__attribute((alias("xmlBufEnd__internal_alias")));
1361 extern __typeof (xmlBufEnd
) xmlBufEnd__internal_alias
__attribute((visibility("hidden")));
1362 #define xmlBufEnd xmlBufEnd__internal_alias
1367 #undef xmlBufGetNodeContent
1368 extern __typeof (xmlBufGetNodeContent
) xmlBufGetNodeContent
__attribute((alias("xmlBufGetNodeContent__internal_alias")));
1370 #ifndef xmlBufGetNodeContent
1371 extern __typeof (xmlBufGetNodeContent
) xmlBufGetNodeContent__internal_alias
__attribute((visibility("hidden")));
1372 #define xmlBufGetNodeContent xmlBufGetNodeContent__internal_alias
1376 #if defined(LIBXML_OUTPUT_ENABLED)
1377 #ifdef bottom_xmlsave
1378 #undef xmlBufNodeDump
1379 extern __typeof (xmlBufNodeDump
) xmlBufNodeDump
__attribute((alias("xmlBufNodeDump__internal_alias")));
1381 #ifndef xmlBufNodeDump
1382 extern __typeof (xmlBufNodeDump
) xmlBufNodeDump__internal_alias
__attribute((visibility("hidden")));
1383 #define xmlBufNodeDump xmlBufNodeDump__internal_alias
1390 extern __typeof (xmlBufShrink
) xmlBufShrink
__attribute((alias("xmlBufShrink__internal_alias")));
1392 #ifndef xmlBufShrink
1393 extern __typeof (xmlBufShrink
) xmlBufShrink__internal_alias
__attribute((visibility("hidden")));
1394 #define xmlBufShrink xmlBufShrink__internal_alias
1400 extern __typeof (xmlBufUse
) xmlBufUse
__attribute((alias("xmlBufUse__internal_alias")));
1403 extern __typeof (xmlBufUse
) xmlBufUse__internal_alias
__attribute((visibility("hidden")));
1404 #define xmlBufUse xmlBufUse__internal_alias
1410 extern __typeof (xmlBufferAdd
) xmlBufferAdd
__attribute((alias("xmlBufferAdd__internal_alias")));
1412 #ifndef xmlBufferAdd
1413 extern __typeof (xmlBufferAdd
) xmlBufferAdd__internal_alias
__attribute((visibility("hidden")));
1414 #define xmlBufferAdd xmlBufferAdd__internal_alias
1419 #undef xmlBufferAddHead
1420 extern __typeof (xmlBufferAddHead
) xmlBufferAddHead
__attribute((alias("xmlBufferAddHead__internal_alias")));
1422 #ifndef xmlBufferAddHead
1423 extern __typeof (xmlBufferAddHead
) xmlBufferAddHead__internal_alias
__attribute((visibility("hidden")));
1424 #define xmlBufferAddHead xmlBufferAddHead__internal_alias
1429 #undef xmlBufferCCat
1430 extern __typeof (xmlBufferCCat
) xmlBufferCCat
__attribute((alias("xmlBufferCCat__internal_alias")));
1432 #ifndef xmlBufferCCat
1433 extern __typeof (xmlBufferCCat
) xmlBufferCCat__internal_alias
__attribute((visibility("hidden")));
1434 #define xmlBufferCCat xmlBufferCCat__internal_alias
1440 extern __typeof (xmlBufferCat
) xmlBufferCat
__attribute((alias("xmlBufferCat__internal_alias")));
1442 #ifndef xmlBufferCat
1443 extern __typeof (xmlBufferCat
) xmlBufferCat__internal_alias
__attribute((visibility("hidden")));
1444 #define xmlBufferCat xmlBufferCat__internal_alias
1449 #undef xmlBufferContent
1450 extern __typeof (xmlBufferContent
) xmlBufferContent
__attribute((alias("xmlBufferContent__internal_alias")));
1452 #ifndef xmlBufferContent
1453 extern __typeof (xmlBufferContent
) xmlBufferContent__internal_alias
__attribute((visibility("hidden")));
1454 #define xmlBufferContent xmlBufferContent__internal_alias
1459 #undef xmlBufferCreate
1460 extern __typeof (xmlBufferCreate
) xmlBufferCreate
__attribute((alias("xmlBufferCreate__internal_alias")));
1462 #ifndef xmlBufferCreate
1463 extern __typeof (xmlBufferCreate
) xmlBufferCreate__internal_alias
__attribute((visibility("hidden")));
1464 #define xmlBufferCreate xmlBufferCreate__internal_alias
1469 #undef xmlBufferCreateSize
1470 extern __typeof (xmlBufferCreateSize
) xmlBufferCreateSize
__attribute((alias("xmlBufferCreateSize__internal_alias")));
1472 #ifndef xmlBufferCreateSize
1473 extern __typeof (xmlBufferCreateSize
) xmlBufferCreateSize__internal_alias
__attribute((visibility("hidden")));
1474 #define xmlBufferCreateSize xmlBufferCreateSize__internal_alias
1479 #undef xmlBufferCreateStatic
1480 extern __typeof (xmlBufferCreateStatic
) xmlBufferCreateStatic
__attribute((alias("xmlBufferCreateStatic__internal_alias")));
1482 #ifndef xmlBufferCreateStatic
1483 extern __typeof (xmlBufferCreateStatic
) xmlBufferCreateStatic__internal_alias
__attribute((visibility("hidden")));
1484 #define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias
1489 #undef xmlBufferDetach
1490 extern __typeof (xmlBufferDetach
) xmlBufferDetach
__attribute((alias("xmlBufferDetach__internal_alias")));
1492 #ifndef xmlBufferDetach
1493 extern __typeof (xmlBufferDetach
) xmlBufferDetach__internal_alias
__attribute((visibility("hidden")));
1494 #define xmlBufferDetach xmlBufferDetach__internal_alias
1499 #undef xmlBufferDump
1500 extern __typeof (xmlBufferDump
) xmlBufferDump
__attribute((alias("xmlBufferDump__internal_alias")));
1502 #ifndef xmlBufferDump
1503 extern __typeof (xmlBufferDump
) xmlBufferDump__internal_alias
__attribute((visibility("hidden")));
1504 #define xmlBufferDump xmlBufferDump__internal_alias
1509 #undef xmlBufferEmpty
1510 extern __typeof (xmlBufferEmpty
) xmlBufferEmpty
__attribute((alias("xmlBufferEmpty__internal_alias")));
1512 #ifndef xmlBufferEmpty
1513 extern __typeof (xmlBufferEmpty
) xmlBufferEmpty__internal_alias
__attribute((visibility("hidden")));
1514 #define xmlBufferEmpty xmlBufferEmpty__internal_alias
1519 #undef xmlBufferFree
1520 extern __typeof (xmlBufferFree
) xmlBufferFree
__attribute((alias("xmlBufferFree__internal_alias")));
1522 #ifndef xmlBufferFree
1523 extern __typeof (xmlBufferFree
) xmlBufferFree__internal_alias
__attribute((visibility("hidden")));
1524 #define xmlBufferFree xmlBufferFree__internal_alias
1529 #undef xmlBufferGrow
1530 extern __typeof (xmlBufferGrow
) xmlBufferGrow
__attribute((alias("xmlBufferGrow__internal_alias")));
1532 #ifndef xmlBufferGrow
1533 extern __typeof (xmlBufferGrow
) xmlBufferGrow__internal_alias
__attribute((visibility("hidden")));
1534 #define xmlBufferGrow xmlBufferGrow__internal_alias
1539 #undef xmlBufferLength
1540 extern __typeof (xmlBufferLength
) xmlBufferLength
__attribute((alias("xmlBufferLength__internal_alias")));
1542 #ifndef xmlBufferLength
1543 extern __typeof (xmlBufferLength
) xmlBufferLength__internal_alias
__attribute((visibility("hidden")));
1544 #define xmlBufferLength xmlBufferLength__internal_alias
1549 #undef xmlBufferResize
1550 extern __typeof (xmlBufferResize
) xmlBufferResize
__attribute((alias("xmlBufferResize__internal_alias")));
1552 #ifndef xmlBufferResize
1553 extern __typeof (xmlBufferResize
) xmlBufferResize__internal_alias
__attribute((visibility("hidden")));
1554 #define xmlBufferResize xmlBufferResize__internal_alias
1559 #undef xmlBufferSetAllocationScheme
1560 extern __typeof (xmlBufferSetAllocationScheme
) xmlBufferSetAllocationScheme
__attribute((alias("xmlBufferSetAllocationScheme__internal_alias")));
1562 #ifndef xmlBufferSetAllocationScheme
1563 extern __typeof (xmlBufferSetAllocationScheme
) xmlBufferSetAllocationScheme__internal_alias
__attribute((visibility("hidden")));
1564 #define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias
1569 #undef xmlBufferShrink
1570 extern __typeof (xmlBufferShrink
) xmlBufferShrink
__attribute((alias("xmlBufferShrink__internal_alias")));
1572 #ifndef xmlBufferShrink
1573 extern __typeof (xmlBufferShrink
) xmlBufferShrink__internal_alias
__attribute((visibility("hidden")));
1574 #define xmlBufferShrink xmlBufferShrink__internal_alias
1579 #undef xmlBufferWriteCHAR
1580 extern __typeof (xmlBufferWriteCHAR
) xmlBufferWriteCHAR
__attribute((alias("xmlBufferWriteCHAR__internal_alias")));
1582 #ifndef xmlBufferWriteCHAR
1583 extern __typeof (xmlBufferWriteCHAR
) xmlBufferWriteCHAR__internal_alias
__attribute((visibility("hidden")));
1584 #define xmlBufferWriteCHAR xmlBufferWriteCHAR__internal_alias
1589 #undef xmlBufferWriteChar
1590 extern __typeof (xmlBufferWriteChar
) xmlBufferWriteChar
__attribute((alias("xmlBufferWriteChar__internal_alias")));
1592 #ifndef xmlBufferWriteChar
1593 extern __typeof (xmlBufferWriteChar
) xmlBufferWriteChar__internal_alias
__attribute((visibility("hidden")));
1594 #define xmlBufferWriteChar xmlBufferWriteChar__internal_alias
1599 #undef xmlBufferWriteQuotedString
1600 extern __typeof (xmlBufferWriteQuotedString
) xmlBufferWriteQuotedString
__attribute((alias("xmlBufferWriteQuotedString__internal_alias")));
1602 #ifndef xmlBufferWriteQuotedString
1603 extern __typeof (xmlBufferWriteQuotedString
) xmlBufferWriteQuotedString__internal_alias
__attribute((visibility("hidden")));
1604 #define xmlBufferWriteQuotedString xmlBufferWriteQuotedString__internal_alias
1609 #undef xmlBuildQName
1610 extern __typeof (xmlBuildQName
) xmlBuildQName
__attribute((alias("xmlBuildQName__internal_alias")));
1612 #ifndef xmlBuildQName
1613 extern __typeof (xmlBuildQName
) xmlBuildQName__internal_alias
__attribute((visibility("hidden")));
1614 #define xmlBuildQName xmlBuildQName__internal_alias
1619 #undef xmlBuildRelativeURI
1620 extern __typeof (xmlBuildRelativeURI
) xmlBuildRelativeURI
__attribute((alias("xmlBuildRelativeURI__internal_alias")));
1622 #ifndef xmlBuildRelativeURI
1623 extern __typeof (xmlBuildRelativeURI
) xmlBuildRelativeURI__internal_alias
__attribute((visibility("hidden")));
1624 #define xmlBuildRelativeURI xmlBuildRelativeURI__internal_alias
1630 extern __typeof (xmlBuildURI
) xmlBuildURI
__attribute((alias("xmlBuildURI__internal_alias")));
1633 extern __typeof (xmlBuildURI
) xmlBuildURI__internal_alias
__attribute((visibility("hidden")));
1634 #define xmlBuildURI xmlBuildURI__internal_alias
1638 #ifdef bottom_encoding
1639 #undef xmlByteConsumed
1640 extern __typeof (xmlByteConsumed
) xmlByteConsumed
__attribute((alias("xmlByteConsumed__internal_alias")));
1642 #ifndef xmlByteConsumed
1643 extern __typeof (xmlByteConsumed
) xmlByteConsumed__internal_alias
__attribute((visibility("hidden")));
1644 #define xmlByteConsumed xmlByteConsumed__internal_alias
1648 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1650 #undef xmlC14NDocDumpMemory
1651 extern __typeof (xmlC14NDocDumpMemory
) xmlC14NDocDumpMemory
__attribute((alias("xmlC14NDocDumpMemory__internal_alias")));
1653 #ifndef xmlC14NDocDumpMemory
1654 extern __typeof (xmlC14NDocDumpMemory
) xmlC14NDocDumpMemory__internal_alias
__attribute((visibility("hidden")));
1655 #define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias
1660 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1662 #undef xmlC14NDocSave
1663 extern __typeof (xmlC14NDocSave
) xmlC14NDocSave
__attribute((alias("xmlC14NDocSave__internal_alias")));
1665 #ifndef xmlC14NDocSave
1666 extern __typeof (xmlC14NDocSave
) xmlC14NDocSave__internal_alias
__attribute((visibility("hidden")));
1667 #define xmlC14NDocSave xmlC14NDocSave__internal_alias
1672 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1674 #undef xmlC14NDocSaveTo
1675 extern __typeof (xmlC14NDocSaveTo
) xmlC14NDocSaveTo
__attribute((alias("xmlC14NDocSaveTo__internal_alias")));
1677 #ifndef xmlC14NDocSaveTo
1678 extern __typeof (xmlC14NDocSaveTo
) xmlC14NDocSaveTo__internal_alias
__attribute((visibility("hidden")));
1679 #define xmlC14NDocSaveTo xmlC14NDocSaveTo__internal_alias
1684 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1686 #undef xmlC14NExecute
1687 extern __typeof (xmlC14NExecute
) xmlC14NExecute
__attribute((alias("xmlC14NExecute__internal_alias")));
1689 #ifndef xmlC14NExecute
1690 extern __typeof (xmlC14NExecute
) xmlC14NExecute__internal_alias
__attribute((visibility("hidden")));
1691 #define xmlC14NExecute xmlC14NExecute__internal_alias
1697 #undef xmlCanonicPath
1698 extern __typeof (xmlCanonicPath
) xmlCanonicPath
__attribute((alias("xmlCanonicPath__internal_alias")));
1700 #ifndef xmlCanonicPath
1701 extern __typeof (xmlCanonicPath
) xmlCanonicPath__internal_alias
__attribute((visibility("hidden")));
1702 #define xmlCanonicPath xmlCanonicPath__internal_alias
1706 #if defined(LIBXML_CATALOG_ENABLED)
1707 #ifdef bottom_catalog
1708 #undef xmlCatalogAdd
1709 extern __typeof (xmlCatalogAdd
) xmlCatalogAdd
__attribute((alias("xmlCatalogAdd__internal_alias")));
1711 #ifndef xmlCatalogAdd
1712 extern __typeof (xmlCatalogAdd
) xmlCatalogAdd__internal_alias
__attribute((visibility("hidden")));
1713 #define xmlCatalogAdd xmlCatalogAdd__internal_alias
1718 #if defined(LIBXML_CATALOG_ENABLED)
1719 #ifdef bottom_catalog
1720 #undef xmlCatalogAddLocal
1721 extern __typeof (xmlCatalogAddLocal
) xmlCatalogAddLocal
__attribute((alias("xmlCatalogAddLocal__internal_alias")));
1723 #ifndef xmlCatalogAddLocal
1724 extern __typeof (xmlCatalogAddLocal
) xmlCatalogAddLocal__internal_alias
__attribute((visibility("hidden")));
1725 #define xmlCatalogAddLocal xmlCatalogAddLocal__internal_alias
1730 #if defined(LIBXML_CATALOG_ENABLED)
1731 #ifdef bottom_catalog
1732 #undef xmlCatalogCleanup
1733 extern __typeof (xmlCatalogCleanup
) xmlCatalogCleanup
__attribute((alias("xmlCatalogCleanup__internal_alias")));
1735 #ifndef xmlCatalogCleanup
1736 extern __typeof (xmlCatalogCleanup
) xmlCatalogCleanup__internal_alias
__attribute((visibility("hidden")));
1737 #define xmlCatalogCleanup xmlCatalogCleanup__internal_alias
1742 #if defined(LIBXML_CATALOG_ENABLED)
1743 #ifdef bottom_catalog
1744 #undef xmlCatalogConvert
1745 extern __typeof (xmlCatalogConvert
) xmlCatalogConvert
__attribute((alias("xmlCatalogConvert__internal_alias")));
1747 #ifndef xmlCatalogConvert
1748 extern __typeof (xmlCatalogConvert
) xmlCatalogConvert__internal_alias
__attribute((visibility("hidden")));
1749 #define xmlCatalogConvert xmlCatalogConvert__internal_alias
1754 #if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1755 #ifdef bottom_catalog
1756 #undef xmlCatalogDump
1757 extern __typeof (xmlCatalogDump
) xmlCatalogDump
__attribute((alias("xmlCatalogDump__internal_alias")));
1759 #ifndef xmlCatalogDump
1760 extern __typeof (xmlCatalogDump
) xmlCatalogDump__internal_alias
__attribute((visibility("hidden")));
1761 #define xmlCatalogDump xmlCatalogDump__internal_alias
1766 #if defined(LIBXML_CATALOG_ENABLED)
1767 #ifdef bottom_catalog
1768 #undef xmlCatalogFreeLocal
1769 extern __typeof (xmlCatalogFreeLocal
) xmlCatalogFreeLocal
__attribute((alias("xmlCatalogFreeLocal__internal_alias")));
1771 #ifndef xmlCatalogFreeLocal
1772 extern __typeof (xmlCatalogFreeLocal
) xmlCatalogFreeLocal__internal_alias
__attribute((visibility("hidden")));
1773 #define xmlCatalogFreeLocal xmlCatalogFreeLocal__internal_alias
1778 #if defined(LIBXML_CATALOG_ENABLED)
1779 #ifdef bottom_catalog
1780 #undef xmlCatalogGetDefaults
1781 extern __typeof (xmlCatalogGetDefaults
) xmlCatalogGetDefaults
__attribute((alias("xmlCatalogGetDefaults__internal_alias")));
1783 #ifndef xmlCatalogGetDefaults
1784 extern __typeof (xmlCatalogGetDefaults
) xmlCatalogGetDefaults__internal_alias
__attribute((visibility("hidden")));
1785 #define xmlCatalogGetDefaults xmlCatalogGetDefaults__internal_alias
1790 #if defined(LIBXML_CATALOG_ENABLED)
1791 #ifdef bottom_catalog
1792 #undef xmlCatalogGetPublic
1793 extern __typeof (xmlCatalogGetPublic
) xmlCatalogGetPublic
__attribute((alias("xmlCatalogGetPublic__internal_alias")));
1795 #ifndef xmlCatalogGetPublic
1796 extern __typeof (xmlCatalogGetPublic
) xmlCatalogGetPublic__internal_alias
__attribute((visibility("hidden")));
1797 #define xmlCatalogGetPublic xmlCatalogGetPublic__internal_alias
1802 #if defined(LIBXML_CATALOG_ENABLED)
1803 #ifdef bottom_catalog
1804 #undef xmlCatalogGetSystem
1805 extern __typeof (xmlCatalogGetSystem
) xmlCatalogGetSystem
__attribute((alias("xmlCatalogGetSystem__internal_alias")));
1807 #ifndef xmlCatalogGetSystem
1808 extern __typeof (xmlCatalogGetSystem
) xmlCatalogGetSystem__internal_alias
__attribute((visibility("hidden")));
1809 #define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias
1814 #if defined(LIBXML_CATALOG_ENABLED)
1815 #ifdef bottom_catalog
1816 #undef xmlCatalogIsEmpty
1817 extern __typeof (xmlCatalogIsEmpty
) xmlCatalogIsEmpty
__attribute((alias("xmlCatalogIsEmpty__internal_alias")));
1819 #ifndef xmlCatalogIsEmpty
1820 extern __typeof (xmlCatalogIsEmpty
) xmlCatalogIsEmpty__internal_alias
__attribute((visibility("hidden")));
1821 #define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias
1826 #if defined(LIBXML_CATALOG_ENABLED)
1827 #ifdef bottom_catalog
1828 #undef xmlCatalogLocalResolve
1829 extern __typeof (xmlCatalogLocalResolve
) xmlCatalogLocalResolve
__attribute((alias("xmlCatalogLocalResolve__internal_alias")));
1831 #ifndef xmlCatalogLocalResolve
1832 extern __typeof (xmlCatalogLocalResolve
) xmlCatalogLocalResolve__internal_alias
__attribute((visibility("hidden")));
1833 #define xmlCatalogLocalResolve xmlCatalogLocalResolve__internal_alias
1838 #if defined(LIBXML_CATALOG_ENABLED)
1839 #ifdef bottom_catalog
1840 #undef xmlCatalogLocalResolveURI
1841 extern __typeof (xmlCatalogLocalResolveURI
) xmlCatalogLocalResolveURI
__attribute((alias("xmlCatalogLocalResolveURI__internal_alias")));
1843 #ifndef xmlCatalogLocalResolveURI
1844 extern __typeof (xmlCatalogLocalResolveURI
) xmlCatalogLocalResolveURI__internal_alias
__attribute((visibility("hidden")));
1845 #define xmlCatalogLocalResolveURI xmlCatalogLocalResolveURI__internal_alias
1850 #if defined(LIBXML_CATALOG_ENABLED)
1851 #ifdef bottom_catalog
1852 #undef xmlCatalogRemove
1853 extern __typeof (xmlCatalogRemove
) xmlCatalogRemove
__attribute((alias("xmlCatalogRemove__internal_alias")));
1855 #ifndef xmlCatalogRemove
1856 extern __typeof (xmlCatalogRemove
) xmlCatalogRemove__internal_alias
__attribute((visibility("hidden")));
1857 #define xmlCatalogRemove xmlCatalogRemove__internal_alias
1862 #if defined(LIBXML_CATALOG_ENABLED)
1863 #ifdef bottom_catalog
1864 #undef xmlCatalogResolve
1865 extern __typeof (xmlCatalogResolve
) xmlCatalogResolve
__attribute((alias("xmlCatalogResolve__internal_alias")));
1867 #ifndef xmlCatalogResolve
1868 extern __typeof (xmlCatalogResolve
) xmlCatalogResolve__internal_alias
__attribute((visibility("hidden")));
1869 #define xmlCatalogResolve xmlCatalogResolve__internal_alias
1874 #if defined(LIBXML_CATALOG_ENABLED)
1875 #ifdef bottom_catalog
1876 #undef xmlCatalogResolvePublic
1877 extern __typeof (xmlCatalogResolvePublic
) xmlCatalogResolvePublic
__attribute((alias("xmlCatalogResolvePublic__internal_alias")));
1879 #ifndef xmlCatalogResolvePublic
1880 extern __typeof (xmlCatalogResolvePublic
) xmlCatalogResolvePublic__internal_alias
__attribute((visibility("hidden")));
1881 #define xmlCatalogResolvePublic xmlCatalogResolvePublic__internal_alias
1886 #if defined(LIBXML_CATALOG_ENABLED)
1887 #ifdef bottom_catalog
1888 #undef xmlCatalogResolveSystem
1889 extern __typeof (xmlCatalogResolveSystem
) xmlCatalogResolveSystem
__attribute((alias("xmlCatalogResolveSystem__internal_alias")));
1891 #ifndef xmlCatalogResolveSystem
1892 extern __typeof (xmlCatalogResolveSystem
) xmlCatalogResolveSystem__internal_alias
__attribute((visibility("hidden")));
1893 #define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias
1898 #if defined(LIBXML_CATALOG_ENABLED)
1899 #ifdef bottom_catalog
1900 #undef xmlCatalogResolveURI
1901 extern __typeof (xmlCatalogResolveURI
) xmlCatalogResolveURI
__attribute((alias("xmlCatalogResolveURI__internal_alias")));
1903 #ifndef xmlCatalogResolveURI
1904 extern __typeof (xmlCatalogResolveURI
) xmlCatalogResolveURI__internal_alias
__attribute((visibility("hidden")));
1905 #define xmlCatalogResolveURI xmlCatalogResolveURI__internal_alias
1910 #if defined(LIBXML_CATALOG_ENABLED)
1911 #ifdef bottom_catalog
1912 #undef xmlCatalogSetDebug
1913 extern __typeof (xmlCatalogSetDebug
) xmlCatalogSetDebug
__attribute((alias("xmlCatalogSetDebug__internal_alias")));
1915 #ifndef xmlCatalogSetDebug
1916 extern __typeof (xmlCatalogSetDebug
) xmlCatalogSetDebug__internal_alias
__attribute((visibility("hidden")));
1917 #define xmlCatalogSetDebug xmlCatalogSetDebug__internal_alias
1922 #if defined(LIBXML_CATALOG_ENABLED)
1923 #ifdef bottom_catalog
1924 #undef xmlCatalogSetDefaultPrefer
1925 extern __typeof (xmlCatalogSetDefaultPrefer
) xmlCatalogSetDefaultPrefer
__attribute((alias("xmlCatalogSetDefaultPrefer__internal_alias")));
1927 #ifndef xmlCatalogSetDefaultPrefer
1928 extern __typeof (xmlCatalogSetDefaultPrefer
) xmlCatalogSetDefaultPrefer__internal_alias
__attribute((visibility("hidden")));
1929 #define xmlCatalogSetDefaultPrefer xmlCatalogSetDefaultPrefer__internal_alias
1934 #if defined(LIBXML_CATALOG_ENABLED)
1935 #ifdef bottom_catalog
1936 #undef xmlCatalogSetDefaults
1937 extern __typeof (xmlCatalogSetDefaults
) xmlCatalogSetDefaults
__attribute((alias("xmlCatalogSetDefaults__internal_alias")));
1939 #ifndef xmlCatalogSetDefaults
1940 extern __typeof (xmlCatalogSetDefaults
) xmlCatalogSetDefaults__internal_alias
__attribute((visibility("hidden")));
1941 #define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias
1946 #ifdef bottom_encoding
1947 #undef xmlCharEncCloseFunc
1948 extern __typeof (xmlCharEncCloseFunc
) xmlCharEncCloseFunc
__attribute((alias("xmlCharEncCloseFunc__internal_alias")));
1950 #ifndef xmlCharEncCloseFunc
1951 extern __typeof (xmlCharEncCloseFunc
) xmlCharEncCloseFunc__internal_alias
__attribute((visibility("hidden")));
1952 #define xmlCharEncCloseFunc xmlCharEncCloseFunc__internal_alias
1956 #ifdef bottom_encoding
1957 #undef xmlCharEncFirstLine
1958 extern __typeof (xmlCharEncFirstLine
) xmlCharEncFirstLine
__attribute((alias("xmlCharEncFirstLine__internal_alias")));
1960 #ifndef xmlCharEncFirstLine
1961 extern __typeof (xmlCharEncFirstLine
) xmlCharEncFirstLine__internal_alias
__attribute((visibility("hidden")));
1962 #define xmlCharEncFirstLine xmlCharEncFirstLine__internal_alias
1966 #ifdef bottom_encoding
1967 #undef xmlCharEncInFunc
1968 extern __typeof (xmlCharEncInFunc
) xmlCharEncInFunc
__attribute((alias("xmlCharEncInFunc__internal_alias")));
1970 #ifndef xmlCharEncInFunc
1971 extern __typeof (xmlCharEncInFunc
) xmlCharEncInFunc__internal_alias
__attribute((visibility("hidden")));
1972 #define xmlCharEncInFunc xmlCharEncInFunc__internal_alias
1976 #ifdef bottom_encoding
1977 #undef xmlCharEncOutFunc
1978 extern __typeof (xmlCharEncOutFunc
) xmlCharEncOutFunc
__attribute((alias("xmlCharEncOutFunc__internal_alias")));
1980 #ifndef xmlCharEncOutFunc
1981 extern __typeof (xmlCharEncOutFunc
) xmlCharEncOutFunc__internal_alias
__attribute((visibility("hidden")));
1982 #define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias
1986 #ifdef bottom_chvalid
1987 #undef xmlCharInRange
1988 extern __typeof (xmlCharInRange
) xmlCharInRange
__attribute((alias("xmlCharInRange__internal_alias")));
1990 #ifndef xmlCharInRange
1991 extern __typeof (xmlCharInRange
) xmlCharInRange__internal_alias
__attribute((visibility("hidden")));
1992 #define xmlCharInRange xmlCharInRange__internal_alias
1996 #ifdef bottom_xmlstring
1997 #undef xmlCharStrdup
1998 extern __typeof (xmlCharStrdup
) xmlCharStrdup
__attribute((alias("xmlCharStrdup__internal_alias")));
2000 #ifndef xmlCharStrdup
2001 extern __typeof (xmlCharStrdup
) xmlCharStrdup__internal_alias
__attribute((visibility("hidden")));
2002 #define xmlCharStrdup xmlCharStrdup__internal_alias
2006 #ifdef bottom_xmlstring
2007 #undef xmlCharStrndup
2008 extern __typeof (xmlCharStrndup
) xmlCharStrndup
__attribute((alias("xmlCharStrndup__internal_alias")));
2010 #ifndef xmlCharStrndup
2011 extern __typeof (xmlCharStrndup
) xmlCharStrndup__internal_alias
__attribute((visibility("hidden")));
2012 #define xmlCharStrndup xmlCharStrndup__internal_alias
2017 #undef xmlCheckFilename
2018 extern __typeof (xmlCheckFilename
) xmlCheckFilename
__attribute((alias("xmlCheckFilename__internal_alias")));
2020 #ifndef xmlCheckFilename
2021 extern __typeof (xmlCheckFilename
) xmlCheckFilename__internal_alias
__attribute((visibility("hidden")));
2022 #define xmlCheckFilename xmlCheckFilename__internal_alias
2027 #undef xmlCheckHTTPInput
2028 extern __typeof (xmlCheckHTTPInput
) xmlCheckHTTPInput
__attribute((alias("xmlCheckHTTPInput__internal_alias")));
2030 #ifndef xmlCheckHTTPInput
2031 extern __typeof (xmlCheckHTTPInput
) xmlCheckHTTPInput__internal_alias
__attribute((visibility("hidden")));
2032 #define xmlCheckHTTPInput xmlCheckHTTPInput__internal_alias
2036 #ifdef bottom_parser
2037 #undef xmlCheckLanguageID
2038 extern __typeof (xmlCheckLanguageID
) xmlCheckLanguageID
__attribute((alias("xmlCheckLanguageID__internal_alias")));
2040 #ifndef xmlCheckLanguageID
2041 extern __typeof (xmlCheckLanguageID
) xmlCheckLanguageID__internal_alias
__attribute((visibility("hidden")));
2042 #define xmlCheckLanguageID xmlCheckLanguageID__internal_alias
2046 #ifdef bottom_xmlstring
2048 extern __typeof (xmlCheckUTF8
) xmlCheckUTF8
__attribute((alias("xmlCheckUTF8__internal_alias")));
2050 #ifndef xmlCheckUTF8
2051 extern __typeof (xmlCheckUTF8
) xmlCheckUTF8__internal_alias
__attribute((visibility("hidden")));
2052 #define xmlCheckUTF8 xmlCheckUTF8__internal_alias
2056 #ifdef bottom_parserInternals
2057 #undef xmlCheckVersion
2058 extern __typeof (xmlCheckVersion
) xmlCheckVersion
__attribute((alias("xmlCheckVersion__internal_alias")));
2060 #ifndef xmlCheckVersion
2061 extern __typeof (xmlCheckVersion
) xmlCheckVersion__internal_alias
__attribute((visibility("hidden")));
2062 #define xmlCheckVersion xmlCheckVersion__internal_alias
2066 #if defined(LIBXML_TREE_ENABLED)
2068 #undef xmlChildElementCount
2069 extern __typeof (xmlChildElementCount
) xmlChildElementCount
__attribute((alias("xmlChildElementCount__internal_alias")));
2071 #ifndef xmlChildElementCount
2072 extern __typeof (xmlChildElementCount
) xmlChildElementCount__internal_alias
__attribute((visibility("hidden")));
2073 #define xmlChildElementCount xmlChildElementCount__internal_alias
2078 #ifdef bottom_encoding
2079 #undef xmlCleanupCharEncodingHandlers
2080 extern __typeof (xmlCleanupCharEncodingHandlers
) xmlCleanupCharEncodingHandlers
__attribute((alias("xmlCleanupCharEncodingHandlers__internal_alias")));
2082 #ifndef xmlCleanupCharEncodingHandlers
2083 extern __typeof (xmlCleanupCharEncodingHandlers
) xmlCleanupCharEncodingHandlers__internal_alias
__attribute((visibility("hidden")));
2084 #define xmlCleanupCharEncodingHandlers xmlCleanupCharEncodingHandlers__internal_alias
2088 #ifdef bottom_encoding
2089 #undef xmlCleanupEncodingAliases
2090 extern __typeof (xmlCleanupEncodingAliases
) xmlCleanupEncodingAliases
__attribute((alias("xmlCleanupEncodingAliases__internal_alias")));
2092 #ifndef xmlCleanupEncodingAliases
2093 extern __typeof (xmlCleanupEncodingAliases
) xmlCleanupEncodingAliases__internal_alias
__attribute((visibility("hidden")));
2094 #define xmlCleanupEncodingAliases xmlCleanupEncodingAliases__internal_alias
2098 #ifdef bottom_globals
2099 #undef xmlCleanupGlobals
2100 extern __typeof (xmlCleanupGlobals
) xmlCleanupGlobals
__attribute((alias("xmlCleanupGlobals__internal_alias")));
2102 #ifndef xmlCleanupGlobals
2103 extern __typeof (xmlCleanupGlobals
) xmlCleanupGlobals__internal_alias
__attribute((visibility("hidden")));
2104 #define xmlCleanupGlobals xmlCleanupGlobals__internal_alias
2109 #undef xmlCleanupInputCallbacks
2110 extern __typeof (xmlCleanupInputCallbacks
) xmlCleanupInputCallbacks
__attribute((alias("xmlCleanupInputCallbacks__internal_alias")));
2112 #ifndef xmlCleanupInputCallbacks
2113 extern __typeof (xmlCleanupInputCallbacks
) xmlCleanupInputCallbacks__internal_alias
__attribute((visibility("hidden")));
2114 #define xmlCleanupInputCallbacks xmlCleanupInputCallbacks__internal_alias
2118 #ifdef bottom_xmlmemory
2119 #undef xmlCleanupMemory
2120 extern __typeof (xmlCleanupMemory
) xmlCleanupMemory
__attribute((alias("xmlCleanupMemory__internal_alias")));
2122 #ifndef xmlCleanupMemory
2123 extern __typeof (xmlCleanupMemory
) xmlCleanupMemory__internal_alias
__attribute((visibility("hidden")));
2124 #define xmlCleanupMemory xmlCleanupMemory__internal_alias
2128 #if defined(LIBXML_OUTPUT_ENABLED)
2130 #undef xmlCleanupOutputCallbacks
2131 extern __typeof (xmlCleanupOutputCallbacks
) xmlCleanupOutputCallbacks
__attribute((alias("xmlCleanupOutputCallbacks__internal_alias")));
2133 #ifndef xmlCleanupOutputCallbacks
2134 extern __typeof (xmlCleanupOutputCallbacks
) xmlCleanupOutputCallbacks__internal_alias
__attribute((visibility("hidden")));
2135 #define xmlCleanupOutputCallbacks xmlCleanupOutputCallbacks__internal_alias
2140 #ifdef bottom_parser
2141 #undef xmlCleanupParser
2142 extern __typeof (xmlCleanupParser
) xmlCleanupParser
__attribute((alias("xmlCleanupParser__internal_alias")));
2144 #ifndef xmlCleanupParser
2145 extern __typeof (xmlCleanupParser
) xmlCleanupParser__internal_alias
__attribute((visibility("hidden")));
2146 #define xmlCleanupParser xmlCleanupParser__internal_alias
2150 #if defined(LIBXML_LEGACY_ENABLED)
2151 #ifdef bottom_legacy
2152 #undef xmlCleanupPredefinedEntities
2153 extern __typeof (xmlCleanupPredefinedEntities
) xmlCleanupPredefinedEntities
__attribute((alias("xmlCleanupPredefinedEntities__internal_alias")));
2155 #ifndef xmlCleanupPredefinedEntities
2156 extern __typeof (xmlCleanupPredefinedEntities
) xmlCleanupPredefinedEntities__internal_alias
__attribute((visibility("hidden")));
2157 #define xmlCleanupPredefinedEntities xmlCleanupPredefinedEntities__internal_alias
2162 #ifdef bottom_threads
2163 #undef xmlCleanupThreads
2164 extern __typeof (xmlCleanupThreads
) xmlCleanupThreads
__attribute((alias("xmlCleanupThreads__internal_alias")));
2166 #ifndef xmlCleanupThreads
2167 extern __typeof (xmlCleanupThreads
) xmlCleanupThreads__internal_alias
__attribute((visibility("hidden")));
2168 #define xmlCleanupThreads xmlCleanupThreads__internal_alias
2172 #ifdef bottom_parserInternals
2173 #undef xmlClearNodeInfoSeq
2174 extern __typeof (xmlClearNodeInfoSeq
) xmlClearNodeInfoSeq
__attribute((alias("xmlClearNodeInfoSeq__internal_alias")));
2176 #ifndef xmlClearNodeInfoSeq
2177 extern __typeof (xmlClearNodeInfoSeq
) xmlClearNodeInfoSeq__internal_alias
__attribute((visibility("hidden")));
2178 #define xmlClearNodeInfoSeq xmlClearNodeInfoSeq__internal_alias
2182 #ifdef bottom_parserInternals
2183 #undef xmlClearParserCtxt
2184 extern __typeof (xmlClearParserCtxt
) xmlClearParserCtxt
__attribute((alias("xmlClearParserCtxt__internal_alias")));
2186 #ifndef xmlClearParserCtxt
2187 extern __typeof (xmlClearParserCtxt
) xmlClearParserCtxt__internal_alias
__attribute((visibility("hidden")));
2188 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias
2192 #if defined(LIBXML_CATALOG_ENABLED)
2193 #ifdef bottom_catalog
2194 #undef xmlConvertSGMLCatalog
2195 extern __typeof (xmlConvertSGMLCatalog
) xmlConvertSGMLCatalog
__attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
2197 #ifndef xmlConvertSGMLCatalog
2198 extern __typeof (xmlConvertSGMLCatalog
) xmlConvertSGMLCatalog__internal_alias
__attribute((visibility("hidden")));
2199 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias
2204 #if defined(LIBXML_TREE_ENABLED)
2206 #undef xmlCopyAttributeTable
2207 extern __typeof (xmlCopyAttributeTable
) xmlCopyAttributeTable
__attribute((alias("xmlCopyAttributeTable__internal_alias")));
2209 #ifndef xmlCopyAttributeTable
2210 extern __typeof (xmlCopyAttributeTable
) xmlCopyAttributeTable__internal_alias
__attribute((visibility("hidden")));
2211 #define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias
2216 #ifdef bottom_parserInternals
2218 extern __typeof (xmlCopyChar
) xmlCopyChar
__attribute((alias("xmlCopyChar__internal_alias")));
2221 extern __typeof (xmlCopyChar
) xmlCopyChar__internal_alias
__attribute((visibility("hidden")));
2222 #define xmlCopyChar xmlCopyChar__internal_alias
2226 #ifdef bottom_parserInternals
2227 #undef xmlCopyCharMultiByte
2228 extern __typeof (xmlCopyCharMultiByte
) xmlCopyCharMultiByte
__attribute((alias("xmlCopyCharMultiByte__internal_alias")));
2230 #ifndef xmlCopyCharMultiByte
2231 extern __typeof (xmlCopyCharMultiByte
) xmlCopyCharMultiByte__internal_alias
__attribute((visibility("hidden")));
2232 #define xmlCopyCharMultiByte xmlCopyCharMultiByte__internal_alias
2236 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
2239 extern __typeof (xmlCopyDoc
) xmlCopyDoc
__attribute((alias("xmlCopyDoc__internal_alias")));
2242 extern __typeof (xmlCopyDoc
) xmlCopyDoc__internal_alias
__attribute((visibility("hidden")));
2243 #define xmlCopyDoc xmlCopyDoc__internal_alias
2249 #undef xmlCopyDocElementContent
2250 extern __typeof (xmlCopyDocElementContent
) xmlCopyDocElementContent
__attribute((alias("xmlCopyDocElementContent__internal_alias")));
2252 #ifndef xmlCopyDocElementContent
2253 extern __typeof (xmlCopyDocElementContent
) xmlCopyDocElementContent__internal_alias
__attribute((visibility("hidden")));
2254 #define xmlCopyDocElementContent xmlCopyDocElementContent__internal_alias
2258 #if defined(LIBXML_TREE_ENABLED)
2261 extern __typeof (xmlCopyDtd
) xmlCopyDtd
__attribute((alias("xmlCopyDtd__internal_alias")));
2264 extern __typeof (xmlCopyDtd
) xmlCopyDtd__internal_alias
__attribute((visibility("hidden")));
2265 #define xmlCopyDtd xmlCopyDtd__internal_alias
2271 #undef xmlCopyElementContent
2272 extern __typeof (xmlCopyElementContent
) xmlCopyElementContent
__attribute((alias("xmlCopyElementContent__internal_alias")));
2274 #ifndef xmlCopyElementContent
2275 extern __typeof (xmlCopyElementContent
) xmlCopyElementContent__internal_alias
__attribute((visibility("hidden")));
2276 #define xmlCopyElementContent xmlCopyElementContent__internal_alias
2280 #if defined(LIBXML_TREE_ENABLED)
2282 #undef xmlCopyElementTable
2283 extern __typeof (xmlCopyElementTable
) xmlCopyElementTable
__attribute((alias("xmlCopyElementTable__internal_alias")));
2285 #ifndef xmlCopyElementTable
2286 extern __typeof (xmlCopyElementTable
) xmlCopyElementTable__internal_alias
__attribute((visibility("hidden")));
2287 #define xmlCopyElementTable xmlCopyElementTable__internal_alias
2292 #if defined(LIBXML_TREE_ENABLED)
2293 #ifdef bottom_entities
2294 #undef xmlCopyEntitiesTable
2295 extern __typeof (xmlCopyEntitiesTable
) xmlCopyEntitiesTable
__attribute((alias("xmlCopyEntitiesTable__internal_alias")));
2297 #ifndef xmlCopyEntitiesTable
2298 extern __typeof (xmlCopyEntitiesTable
) xmlCopyEntitiesTable__internal_alias
__attribute((visibility("hidden")));
2299 #define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias
2304 #if defined(LIBXML_TREE_ENABLED)
2306 #undef xmlCopyEnumeration
2307 extern __typeof (xmlCopyEnumeration
) xmlCopyEnumeration
__attribute((alias("xmlCopyEnumeration__internal_alias")));
2309 #ifndef xmlCopyEnumeration
2310 extern __typeof (xmlCopyEnumeration
) xmlCopyEnumeration__internal_alias
__attribute((visibility("hidden")));
2311 #define xmlCopyEnumeration xmlCopyEnumeration__internal_alias
2318 extern __typeof (xmlCopyError
) xmlCopyError
__attribute((alias("xmlCopyError__internal_alias")));
2320 #ifndef xmlCopyError
2321 extern __typeof (xmlCopyError
) xmlCopyError__internal_alias
__attribute((visibility("hidden")));
2322 #define xmlCopyError xmlCopyError__internal_alias
2327 #undef xmlCopyNamespace
2328 extern __typeof (xmlCopyNamespace
) xmlCopyNamespace
__attribute((alias("xmlCopyNamespace__internal_alias")));
2330 #ifndef xmlCopyNamespace
2331 extern __typeof (xmlCopyNamespace
) xmlCopyNamespace__internal_alias
__attribute((visibility("hidden")));
2332 #define xmlCopyNamespace xmlCopyNamespace__internal_alias
2337 #undef xmlCopyNamespaceList
2338 extern __typeof (xmlCopyNamespaceList
) xmlCopyNamespaceList
__attribute((alias("xmlCopyNamespaceList__internal_alias")));
2340 #ifndef xmlCopyNamespaceList
2341 extern __typeof (xmlCopyNamespaceList
) xmlCopyNamespaceList__internal_alias
__attribute((visibility("hidden")));
2342 #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias
2348 extern __typeof (xmlCopyNode
) xmlCopyNode
__attribute((alias("xmlCopyNode__internal_alias")));
2351 extern __typeof (xmlCopyNode
) xmlCopyNode__internal_alias
__attribute((visibility("hidden")));
2352 #define xmlCopyNode xmlCopyNode__internal_alias
2357 #undef xmlCopyNodeList
2358 extern __typeof (xmlCopyNodeList
) xmlCopyNodeList
__attribute((alias("xmlCopyNodeList__internal_alias")));
2360 #ifndef xmlCopyNodeList
2361 extern __typeof (xmlCopyNodeList
) xmlCopyNodeList__internal_alias
__attribute((visibility("hidden")));
2362 #define xmlCopyNodeList xmlCopyNodeList__internal_alias
2366 #if defined(LIBXML_TREE_ENABLED)
2368 #undef xmlCopyNotationTable
2369 extern __typeof (xmlCopyNotationTable
) xmlCopyNotationTable
__attribute((alias("xmlCopyNotationTable__internal_alias")));
2371 #ifndef xmlCopyNotationTable
2372 extern __typeof (xmlCopyNotationTable
) xmlCopyNotationTable__internal_alias
__attribute((visibility("hidden")));
2373 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias
2380 extern __typeof (xmlCopyProp
) xmlCopyProp
__attribute((alias("xmlCopyProp__internal_alias")));
2383 extern __typeof (xmlCopyProp
) xmlCopyProp__internal_alias
__attribute((visibility("hidden")));
2384 #define xmlCopyProp xmlCopyProp__internal_alias
2389 #undef xmlCopyPropList
2390 extern __typeof (xmlCopyPropList
) xmlCopyPropList
__attribute((alias("xmlCopyPropList__internal_alias")));
2392 #ifndef xmlCopyPropList
2393 extern __typeof (xmlCopyPropList
) xmlCopyPropList__internal_alias
__attribute((visibility("hidden")));
2394 #define xmlCopyPropList xmlCopyPropList__internal_alias
2398 #ifdef bottom_parser
2399 #undef xmlCreateDocParserCtxt
2400 extern __typeof (xmlCreateDocParserCtxt
) xmlCreateDocParserCtxt
__attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2402 #ifndef xmlCreateDocParserCtxt
2403 extern __typeof (xmlCreateDocParserCtxt
) xmlCreateDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
2404 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias
2408 #ifdef bottom_entities
2409 #undef xmlCreateEntitiesTable
2410 extern __typeof (xmlCreateEntitiesTable
) xmlCreateEntitiesTable
__attribute((alias("xmlCreateEntitiesTable__internal_alias")));
2412 #ifndef xmlCreateEntitiesTable
2413 extern __typeof (xmlCreateEntitiesTable
) xmlCreateEntitiesTable__internal_alias
__attribute((visibility("hidden")));
2414 #define xmlCreateEntitiesTable xmlCreateEntitiesTable__internal_alias
2418 #ifdef bottom_parser
2419 #undef xmlCreateEntityParserCtxt
2420 extern __typeof (xmlCreateEntityParserCtxt
) xmlCreateEntityParserCtxt
__attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
2422 #ifndef xmlCreateEntityParserCtxt
2423 extern __typeof (xmlCreateEntityParserCtxt
) xmlCreateEntityParserCtxt__internal_alias
__attribute((visibility("hidden")));
2424 #define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias
2429 #undef xmlCreateEnumeration
2430 extern __typeof (xmlCreateEnumeration
) xmlCreateEnumeration
__attribute((alias("xmlCreateEnumeration__internal_alias")));
2432 #ifndef xmlCreateEnumeration
2433 extern __typeof (xmlCreateEnumeration
) xmlCreateEnumeration__internal_alias
__attribute((visibility("hidden")));
2434 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias
2438 #ifdef bottom_parser
2439 #undef xmlCreateFileParserCtxt
2440 extern __typeof (xmlCreateFileParserCtxt
) xmlCreateFileParserCtxt
__attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
2442 #ifndef xmlCreateFileParserCtxt
2443 extern __typeof (xmlCreateFileParserCtxt
) xmlCreateFileParserCtxt__internal_alias
__attribute((visibility("hidden")));
2444 #define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias
2448 #ifdef bottom_parser
2449 #undef xmlCreateIOParserCtxt
2450 extern __typeof (xmlCreateIOParserCtxt
) xmlCreateIOParserCtxt
__attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
2452 #ifndef xmlCreateIOParserCtxt
2453 extern __typeof (xmlCreateIOParserCtxt
) xmlCreateIOParserCtxt__internal_alias
__attribute((visibility("hidden")));
2454 #define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias
2459 #undef xmlCreateIntSubset
2460 extern __typeof (xmlCreateIntSubset
) xmlCreateIntSubset
__attribute((alias("xmlCreateIntSubset__internal_alias")));
2462 #ifndef xmlCreateIntSubset
2463 extern __typeof (xmlCreateIntSubset
) xmlCreateIntSubset__internal_alias
__attribute((visibility("hidden")));
2464 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias
2468 #ifdef bottom_parser
2469 #undef xmlCreateMemoryParserCtxt
2470 extern __typeof (xmlCreateMemoryParserCtxt
) xmlCreateMemoryParserCtxt
__attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
2472 #ifndef xmlCreateMemoryParserCtxt
2473 extern __typeof (xmlCreateMemoryParserCtxt
) xmlCreateMemoryParserCtxt__internal_alias
__attribute((visibility("hidden")));
2474 #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias
2478 #if defined(LIBXML_PUSH_ENABLED)
2479 #ifdef bottom_parser
2480 #undef xmlCreatePushParserCtxt
2481 extern __typeof (xmlCreatePushParserCtxt
) xmlCreatePushParserCtxt
__attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
2483 #ifndef xmlCreatePushParserCtxt
2484 extern __typeof (xmlCreatePushParserCtxt
) xmlCreatePushParserCtxt__internal_alias
__attribute((visibility("hidden")));
2485 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias
2492 extern __typeof (xmlCreateURI
) xmlCreateURI
__attribute((alias("xmlCreateURI__internal_alias")));
2494 #ifndef xmlCreateURI
2495 extern __typeof (xmlCreateURI
) xmlCreateURI__internal_alias
__attribute((visibility("hidden")));
2496 #define xmlCreateURI xmlCreateURI__internal_alias
2500 #ifdef bottom_parser
2501 #undef xmlCreateURLParserCtxt
2502 extern __typeof (xmlCreateURLParserCtxt
) xmlCreateURLParserCtxt
__attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
2504 #ifndef xmlCreateURLParserCtxt
2505 extern __typeof (xmlCreateURLParserCtxt
) xmlCreateURLParserCtxt__internal_alias
__attribute((visibility("hidden")));
2506 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias
2511 #undef xmlCtxtGetLastError
2512 extern __typeof (xmlCtxtGetLastError
) xmlCtxtGetLastError
__attribute((alias("xmlCtxtGetLastError__internal_alias")));
2514 #ifndef xmlCtxtGetLastError
2515 extern __typeof (xmlCtxtGetLastError
) xmlCtxtGetLastError__internal_alias
__attribute((visibility("hidden")));
2516 #define xmlCtxtGetLastError xmlCtxtGetLastError__internal_alias
2520 #ifdef bottom_parser
2521 #undef xmlCtxtReadDoc
2522 extern __typeof (xmlCtxtReadDoc
) xmlCtxtReadDoc
__attribute((alias("xmlCtxtReadDoc__internal_alias")));
2524 #ifndef xmlCtxtReadDoc
2525 extern __typeof (xmlCtxtReadDoc
) xmlCtxtReadDoc__internal_alias
__attribute((visibility("hidden")));
2526 #define xmlCtxtReadDoc xmlCtxtReadDoc__internal_alias
2530 #ifdef bottom_parser
2531 #undef xmlCtxtReadFd
2532 extern __typeof (xmlCtxtReadFd
) xmlCtxtReadFd
__attribute((alias("xmlCtxtReadFd__internal_alias")));
2534 #ifndef xmlCtxtReadFd
2535 extern __typeof (xmlCtxtReadFd
) xmlCtxtReadFd__internal_alias
__attribute((visibility("hidden")));
2536 #define xmlCtxtReadFd xmlCtxtReadFd__internal_alias
2540 #ifdef bottom_parser
2541 #undef xmlCtxtReadFile
2542 extern __typeof (xmlCtxtReadFile
) xmlCtxtReadFile
__attribute((alias("xmlCtxtReadFile__internal_alias")));
2544 #ifndef xmlCtxtReadFile
2545 extern __typeof (xmlCtxtReadFile
) xmlCtxtReadFile__internal_alias
__attribute((visibility("hidden")));
2546 #define xmlCtxtReadFile xmlCtxtReadFile__internal_alias
2550 #ifdef bottom_parser
2551 #undef xmlCtxtReadIO
2552 extern __typeof (xmlCtxtReadIO
) xmlCtxtReadIO
__attribute((alias("xmlCtxtReadIO__internal_alias")));
2554 #ifndef xmlCtxtReadIO
2555 extern __typeof (xmlCtxtReadIO
) xmlCtxtReadIO__internal_alias
__attribute((visibility("hidden")));
2556 #define xmlCtxtReadIO xmlCtxtReadIO__internal_alias
2560 #ifdef bottom_parser
2561 #undef xmlCtxtReadMemory
2562 extern __typeof (xmlCtxtReadMemory
) xmlCtxtReadMemory
__attribute((alias("xmlCtxtReadMemory__internal_alias")));
2564 #ifndef xmlCtxtReadMemory
2565 extern __typeof (xmlCtxtReadMemory
) xmlCtxtReadMemory__internal_alias
__attribute((visibility("hidden")));
2566 #define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias
2570 #ifdef bottom_parser
2572 extern __typeof (xmlCtxtReset
) xmlCtxtReset
__attribute((alias("xmlCtxtReset__internal_alias")));
2574 #ifndef xmlCtxtReset
2575 extern __typeof (xmlCtxtReset
) xmlCtxtReset__internal_alias
__attribute((visibility("hidden")));
2576 #define xmlCtxtReset xmlCtxtReset__internal_alias
2581 #undef xmlCtxtResetLastError
2582 extern __typeof (xmlCtxtResetLastError
) xmlCtxtResetLastError
__attribute((alias("xmlCtxtResetLastError__internal_alias")));
2584 #ifndef xmlCtxtResetLastError
2585 extern __typeof (xmlCtxtResetLastError
) xmlCtxtResetLastError__internal_alias
__attribute((visibility("hidden")));
2586 #define xmlCtxtResetLastError xmlCtxtResetLastError__internal_alias
2590 #ifdef bottom_parser
2591 #undef xmlCtxtResetPush
2592 extern __typeof (xmlCtxtResetPush
) xmlCtxtResetPush
__attribute((alias("xmlCtxtResetPush__internal_alias")));
2594 #ifndef xmlCtxtResetPush
2595 extern __typeof (xmlCtxtResetPush
) xmlCtxtResetPush__internal_alias
__attribute((visibility("hidden")));
2596 #define xmlCtxtResetPush xmlCtxtResetPush__internal_alias
2600 #ifdef bottom_parser
2601 #undef xmlCtxtUseOptions
2602 extern __typeof (xmlCtxtUseOptions
) xmlCtxtUseOptions
__attribute((alias("xmlCtxtUseOptions__internal_alias")));
2604 #ifndef xmlCtxtUseOptions
2605 extern __typeof (xmlCtxtUseOptions
) xmlCtxtUseOptions__internal_alias
__attribute((visibility("hidden")));
2606 #define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias
2610 #ifdef bottom_parserInternals
2611 #undef xmlCurrentChar
2612 extern __typeof (xmlCurrentChar
) xmlCurrentChar
__attribute((alias("xmlCurrentChar__internal_alias")));
2614 #ifndef xmlCurrentChar
2615 extern __typeof (xmlCurrentChar
) xmlCurrentChar__internal_alias
__attribute((visibility("hidden")));
2616 #define xmlCurrentChar xmlCurrentChar__internal_alias
2621 #undef xmlDOMWrapAdoptNode
2622 extern __typeof (xmlDOMWrapAdoptNode
) xmlDOMWrapAdoptNode
__attribute((alias("xmlDOMWrapAdoptNode__internal_alias")));
2624 #ifndef xmlDOMWrapAdoptNode
2625 extern __typeof (xmlDOMWrapAdoptNode
) xmlDOMWrapAdoptNode__internal_alias
__attribute((visibility("hidden")));
2626 #define xmlDOMWrapAdoptNode xmlDOMWrapAdoptNode__internal_alias
2631 #undef xmlDOMWrapCloneNode
2632 extern __typeof (xmlDOMWrapCloneNode
) xmlDOMWrapCloneNode
__attribute((alias("xmlDOMWrapCloneNode__internal_alias")));
2634 #ifndef xmlDOMWrapCloneNode
2635 extern __typeof (xmlDOMWrapCloneNode
) xmlDOMWrapCloneNode__internal_alias
__attribute((visibility("hidden")));
2636 #define xmlDOMWrapCloneNode xmlDOMWrapCloneNode__internal_alias
2641 #undef xmlDOMWrapFreeCtxt
2642 extern __typeof (xmlDOMWrapFreeCtxt
) xmlDOMWrapFreeCtxt
__attribute((alias("xmlDOMWrapFreeCtxt__internal_alias")));
2644 #ifndef xmlDOMWrapFreeCtxt
2645 extern __typeof (xmlDOMWrapFreeCtxt
) xmlDOMWrapFreeCtxt__internal_alias
__attribute((visibility("hidden")));
2646 #define xmlDOMWrapFreeCtxt xmlDOMWrapFreeCtxt__internal_alias
2651 #undef xmlDOMWrapNewCtxt
2652 extern __typeof (xmlDOMWrapNewCtxt
) xmlDOMWrapNewCtxt
__attribute((alias("xmlDOMWrapNewCtxt__internal_alias")));
2654 #ifndef xmlDOMWrapNewCtxt
2655 extern __typeof (xmlDOMWrapNewCtxt
) xmlDOMWrapNewCtxt__internal_alias
__attribute((visibility("hidden")));
2656 #define xmlDOMWrapNewCtxt xmlDOMWrapNewCtxt__internal_alias
2661 #undef xmlDOMWrapReconcileNamespaces
2662 extern __typeof (xmlDOMWrapReconcileNamespaces
) xmlDOMWrapReconcileNamespaces
__attribute((alias("xmlDOMWrapReconcileNamespaces__internal_alias")));
2664 #ifndef xmlDOMWrapReconcileNamespaces
2665 extern __typeof (xmlDOMWrapReconcileNamespaces
) xmlDOMWrapReconcileNamespaces__internal_alias
__attribute((visibility("hidden")));
2666 #define xmlDOMWrapReconcileNamespaces xmlDOMWrapReconcileNamespaces__internal_alias
2671 #undef xmlDOMWrapRemoveNode
2672 extern __typeof (xmlDOMWrapRemoveNode
) xmlDOMWrapRemoveNode
__attribute((alias("xmlDOMWrapRemoveNode__internal_alias")));
2674 #ifndef xmlDOMWrapRemoveNode
2675 extern __typeof (xmlDOMWrapRemoveNode
) xmlDOMWrapRemoveNode__internal_alias
__attribute((visibility("hidden")));
2676 #define xmlDOMWrapRemoveNode xmlDOMWrapRemoveNode__internal_alias
2680 #if defined(LIBXML_DEBUG_ENABLED)
2681 #ifdef bottom_debugXML
2682 #undef xmlDebugCheckDocument
2683 extern __typeof (xmlDebugCheckDocument
) xmlDebugCheckDocument
__attribute((alias("xmlDebugCheckDocument__internal_alias")));
2685 #ifndef xmlDebugCheckDocument
2686 extern __typeof (xmlDebugCheckDocument
) xmlDebugCheckDocument__internal_alias
__attribute((visibility("hidden")));
2687 #define xmlDebugCheckDocument xmlDebugCheckDocument__internal_alias
2692 #if defined(LIBXML_DEBUG_ENABLED)
2693 #ifdef bottom_debugXML
2694 #undef xmlDebugDumpAttr
2695 extern __typeof (xmlDebugDumpAttr
) xmlDebugDumpAttr
__attribute((alias("xmlDebugDumpAttr__internal_alias")));
2697 #ifndef xmlDebugDumpAttr
2698 extern __typeof (xmlDebugDumpAttr
) xmlDebugDumpAttr__internal_alias
__attribute((visibility("hidden")));
2699 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias
2704 #if defined(LIBXML_DEBUG_ENABLED)
2705 #ifdef bottom_debugXML
2706 #undef xmlDebugDumpAttrList
2707 extern __typeof (xmlDebugDumpAttrList
) xmlDebugDumpAttrList
__attribute((alias("xmlDebugDumpAttrList__internal_alias")));
2709 #ifndef xmlDebugDumpAttrList
2710 extern __typeof (xmlDebugDumpAttrList
) xmlDebugDumpAttrList__internal_alias
__attribute((visibility("hidden")));
2711 #define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias
2716 #if defined(LIBXML_DEBUG_ENABLED)
2717 #ifdef bottom_debugXML
2718 #undef xmlDebugDumpDTD
2719 extern __typeof (xmlDebugDumpDTD
) xmlDebugDumpDTD
__attribute((alias("xmlDebugDumpDTD__internal_alias")));
2721 #ifndef xmlDebugDumpDTD
2722 extern __typeof (xmlDebugDumpDTD
) xmlDebugDumpDTD__internal_alias
__attribute((visibility("hidden")));
2723 #define xmlDebugDumpDTD xmlDebugDumpDTD__internal_alias
2728 #if defined(LIBXML_DEBUG_ENABLED)
2729 #ifdef bottom_debugXML
2730 #undef xmlDebugDumpDocument
2731 extern __typeof (xmlDebugDumpDocument
) xmlDebugDumpDocument
__attribute((alias("xmlDebugDumpDocument__internal_alias")));
2733 #ifndef xmlDebugDumpDocument
2734 extern __typeof (xmlDebugDumpDocument
) xmlDebugDumpDocument__internal_alias
__attribute((visibility("hidden")));
2735 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias
2740 #if defined(LIBXML_DEBUG_ENABLED)
2741 #ifdef bottom_debugXML
2742 #undef xmlDebugDumpDocumentHead
2743 extern __typeof (xmlDebugDumpDocumentHead
) xmlDebugDumpDocumentHead
__attribute((alias("xmlDebugDumpDocumentHead__internal_alias")));
2745 #ifndef xmlDebugDumpDocumentHead
2746 extern __typeof (xmlDebugDumpDocumentHead
) xmlDebugDumpDocumentHead__internal_alias
__attribute((visibility("hidden")));
2747 #define xmlDebugDumpDocumentHead xmlDebugDumpDocumentHead__internal_alias
2752 #if defined(LIBXML_DEBUG_ENABLED)
2753 #ifdef bottom_debugXML
2754 #undef xmlDebugDumpEntities
2755 extern __typeof (xmlDebugDumpEntities
) xmlDebugDumpEntities
__attribute((alias("xmlDebugDumpEntities__internal_alias")));
2757 #ifndef xmlDebugDumpEntities
2758 extern __typeof (xmlDebugDumpEntities
) xmlDebugDumpEntities__internal_alias
__attribute((visibility("hidden")));
2759 #define xmlDebugDumpEntities xmlDebugDumpEntities__internal_alias
2764 #if defined(LIBXML_DEBUG_ENABLED)
2765 #ifdef bottom_debugXML
2766 #undef xmlDebugDumpNode
2767 extern __typeof (xmlDebugDumpNode
) xmlDebugDumpNode
__attribute((alias("xmlDebugDumpNode__internal_alias")));
2769 #ifndef xmlDebugDumpNode
2770 extern __typeof (xmlDebugDumpNode
) xmlDebugDumpNode__internal_alias
__attribute((visibility("hidden")));
2771 #define xmlDebugDumpNode xmlDebugDumpNode__internal_alias
2776 #if defined(LIBXML_DEBUG_ENABLED)
2777 #ifdef bottom_debugXML
2778 #undef xmlDebugDumpNodeList
2779 extern __typeof (xmlDebugDumpNodeList
) xmlDebugDumpNodeList
__attribute((alias("xmlDebugDumpNodeList__internal_alias")));
2781 #ifndef xmlDebugDumpNodeList
2782 extern __typeof (xmlDebugDumpNodeList
) xmlDebugDumpNodeList__internal_alias
__attribute((visibility("hidden")));
2783 #define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias
2788 #if defined(LIBXML_DEBUG_ENABLED)
2789 #ifdef bottom_debugXML
2790 #undef xmlDebugDumpOneNode
2791 extern __typeof (xmlDebugDumpOneNode
) xmlDebugDumpOneNode
__attribute((alias("xmlDebugDumpOneNode__internal_alias")));
2793 #ifndef xmlDebugDumpOneNode
2794 extern __typeof (xmlDebugDumpOneNode
) xmlDebugDumpOneNode__internal_alias
__attribute((visibility("hidden")));
2795 #define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias
2800 #if defined(LIBXML_DEBUG_ENABLED)
2801 #ifdef bottom_debugXML
2802 #undef xmlDebugDumpString
2803 extern __typeof (xmlDebugDumpString
) xmlDebugDumpString
__attribute((alias("xmlDebugDumpString__internal_alias")));
2805 #ifndef xmlDebugDumpString
2806 extern __typeof (xmlDebugDumpString
) xmlDebugDumpString__internal_alias
__attribute((visibility("hidden")));
2807 #define xmlDebugDumpString xmlDebugDumpString__internal_alias
2812 #if defined(LIBXML_LEGACY_ENABLED)
2813 #ifdef bottom_legacy
2814 #undef xmlDecodeEntities
2815 extern __typeof (xmlDecodeEntities
) xmlDecodeEntities
__attribute((alias("xmlDecodeEntities__internal_alias")));
2817 #ifndef xmlDecodeEntities
2818 extern __typeof (xmlDecodeEntities
) xmlDecodeEntities__internal_alias
__attribute((visibility("hidden")));
2819 #define xmlDecodeEntities xmlDecodeEntities__internal_alias
2825 #undef xmlDefaultSAXHandlerInit
2826 extern __typeof (xmlDefaultSAXHandlerInit
) xmlDefaultSAXHandlerInit
__attribute((alias("xmlDefaultSAXHandlerInit__internal_alias")));
2828 #ifndef xmlDefaultSAXHandlerInit
2829 extern __typeof (xmlDefaultSAXHandlerInit
) xmlDefaultSAXHandlerInit__internal_alias
__attribute((visibility("hidden")));
2830 #define xmlDefaultSAXHandlerInit xmlDefaultSAXHandlerInit__internal_alias
2834 #ifdef bottom_encoding
2835 #undef xmlDelEncodingAlias
2836 extern __typeof (xmlDelEncodingAlias
) xmlDelEncodingAlias
__attribute((alias("xmlDelEncodingAlias__internal_alias")));
2838 #ifndef xmlDelEncodingAlias
2839 extern __typeof (xmlDelEncodingAlias
) xmlDelEncodingAlias__internal_alias
__attribute((visibility("hidden")));
2840 #define xmlDelEncodingAlias xmlDelEncodingAlias__internal_alias
2844 #ifdef bottom_globals
2845 #undef xmlDeregisterNodeDefault
2846 extern __typeof (xmlDeregisterNodeDefault
) xmlDeregisterNodeDefault
__attribute((alias("xmlDeregisterNodeDefault__internal_alias")));
2848 #ifndef xmlDeregisterNodeDefault
2849 extern __typeof (xmlDeregisterNodeDefault
) xmlDeregisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
2850 #define xmlDeregisterNodeDefault xmlDeregisterNodeDefault__internal_alias
2854 #ifdef bottom_encoding
2855 #undef xmlDetectCharEncoding
2856 extern __typeof (xmlDetectCharEncoding
) xmlDetectCharEncoding
__attribute((alias("xmlDetectCharEncoding__internal_alias")));
2858 #ifndef xmlDetectCharEncoding
2859 extern __typeof (xmlDetectCharEncoding
) xmlDetectCharEncoding__internal_alias
__attribute((visibility("hidden")));
2860 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias
2865 #undef xmlDictCleanup
2866 extern __typeof (xmlDictCleanup
) xmlDictCleanup
__attribute((alias("xmlDictCleanup__internal_alias")));
2868 #ifndef xmlDictCleanup
2869 extern __typeof (xmlDictCleanup
) xmlDictCleanup__internal_alias
__attribute((visibility("hidden")));
2870 #define xmlDictCleanup xmlDictCleanup__internal_alias
2875 #undef xmlDictCreate
2876 extern __typeof (xmlDictCreate
) xmlDictCreate
__attribute((alias("xmlDictCreate__internal_alias")));
2878 #ifndef xmlDictCreate
2879 extern __typeof (xmlDictCreate
) xmlDictCreate__internal_alias
__attribute((visibility("hidden")));
2880 #define xmlDictCreate xmlDictCreate__internal_alias
2885 #undef xmlDictCreateSub
2886 extern __typeof (xmlDictCreateSub
) xmlDictCreateSub
__attribute((alias("xmlDictCreateSub__internal_alias")));
2888 #ifndef xmlDictCreateSub
2889 extern __typeof (xmlDictCreateSub
) xmlDictCreateSub__internal_alias
__attribute((visibility("hidden")));
2890 #define xmlDictCreateSub xmlDictCreateSub__internal_alias
2895 #undef xmlDictExists
2896 extern __typeof (xmlDictExists
) xmlDictExists
__attribute((alias("xmlDictExists__internal_alias")));
2898 #ifndef xmlDictExists
2899 extern __typeof (xmlDictExists
) xmlDictExists__internal_alias
__attribute((visibility("hidden")));
2900 #define xmlDictExists xmlDictExists__internal_alias
2906 extern __typeof (xmlDictFree
) xmlDictFree
__attribute((alias("xmlDictFree__internal_alias")));
2909 extern __typeof (xmlDictFree
) xmlDictFree__internal_alias
__attribute((visibility("hidden")));
2910 #define xmlDictFree xmlDictFree__internal_alias
2915 #undef xmlDictGetUsage
2916 extern __typeof (xmlDictGetUsage
) xmlDictGetUsage
__attribute((alias("xmlDictGetUsage__internal_alias")));
2918 #ifndef xmlDictGetUsage
2919 extern __typeof (xmlDictGetUsage
) xmlDictGetUsage__internal_alias
__attribute((visibility("hidden")));
2920 #define xmlDictGetUsage xmlDictGetUsage__internal_alias
2925 #undef xmlDictLookup
2926 extern __typeof (xmlDictLookup
) xmlDictLookup
__attribute((alias("xmlDictLookup__internal_alias")));
2928 #ifndef xmlDictLookup
2929 extern __typeof (xmlDictLookup
) xmlDictLookup__internal_alias
__attribute((visibility("hidden")));
2930 #define xmlDictLookup xmlDictLookup__internal_alias
2936 extern __typeof (xmlDictOwns
) xmlDictOwns
__attribute((alias("xmlDictOwns__internal_alias")));
2939 extern __typeof (xmlDictOwns
) xmlDictOwns__internal_alias
__attribute((visibility("hidden")));
2940 #define xmlDictOwns xmlDictOwns__internal_alias
2945 #undef xmlDictQLookup
2946 extern __typeof (xmlDictQLookup
) xmlDictQLookup
__attribute((alias("xmlDictQLookup__internal_alias")));
2948 #ifndef xmlDictQLookup
2949 extern __typeof (xmlDictQLookup
) xmlDictQLookup__internal_alias
__attribute((visibility("hidden")));
2950 #define xmlDictQLookup xmlDictQLookup__internal_alias
2955 #undef xmlDictReference
2956 extern __typeof (xmlDictReference
) xmlDictReference
__attribute((alias("xmlDictReference__internal_alias")));
2958 #ifndef xmlDictReference
2959 extern __typeof (xmlDictReference
) xmlDictReference__internal_alias
__attribute((visibility("hidden")));
2960 #define xmlDictReference xmlDictReference__internal_alias
2965 #undef xmlDictSetLimit
2966 extern __typeof (xmlDictSetLimit
) xmlDictSetLimit
__attribute((alias("xmlDictSetLimit__internal_alias")));
2968 #ifndef xmlDictSetLimit
2969 extern __typeof (xmlDictSetLimit
) xmlDictSetLimit__internal_alias
__attribute((visibility("hidden")));
2970 #define xmlDictSetLimit xmlDictSetLimit__internal_alias
2976 extern __typeof (xmlDictSize
) xmlDictSize
__attribute((alias("xmlDictSize__internal_alias")));
2979 extern __typeof (xmlDictSize
) xmlDictSize__internal_alias
__attribute((visibility("hidden")));
2980 #define xmlDictSize xmlDictSize__internal_alias
2985 #undef xmlDocCopyNode
2986 extern __typeof (xmlDocCopyNode
) xmlDocCopyNode
__attribute((alias("xmlDocCopyNode__internal_alias")));
2988 #ifndef xmlDocCopyNode
2989 extern __typeof (xmlDocCopyNode
) xmlDocCopyNode__internal_alias
__attribute((visibility("hidden")));
2990 #define xmlDocCopyNode xmlDocCopyNode__internal_alias
2995 #undef xmlDocCopyNodeList
2996 extern __typeof (xmlDocCopyNodeList
) xmlDocCopyNodeList
__attribute((alias("xmlDocCopyNodeList__internal_alias")));
2998 #ifndef xmlDocCopyNodeList
2999 extern __typeof (xmlDocCopyNodeList
) xmlDocCopyNodeList__internal_alias
__attribute((visibility("hidden")));
3000 #define xmlDocCopyNodeList xmlDocCopyNodeList__internal_alias
3004 #if defined(LIBXML_OUTPUT_ENABLED)
3005 #ifdef bottom_xmlsave
3007 extern __typeof (xmlDocDump
) xmlDocDump
__attribute((alias("xmlDocDump__internal_alias")));
3010 extern __typeof (xmlDocDump
) xmlDocDump__internal_alias
__attribute((visibility("hidden")));
3011 #define xmlDocDump xmlDocDump__internal_alias
3016 #if defined(LIBXML_OUTPUT_ENABLED)
3017 #ifdef bottom_xmlsave
3018 #undef xmlDocDumpFormatMemory
3019 extern __typeof (xmlDocDumpFormatMemory
) xmlDocDumpFormatMemory
__attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
3021 #ifndef xmlDocDumpFormatMemory
3022 extern __typeof (xmlDocDumpFormatMemory
) xmlDocDumpFormatMemory__internal_alias
__attribute((visibility("hidden")));
3023 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias
3028 #if defined(LIBXML_OUTPUT_ENABLED)
3029 #ifdef bottom_xmlsave
3030 #undef xmlDocDumpFormatMemoryEnc
3031 extern __typeof (xmlDocDumpFormatMemoryEnc
) xmlDocDumpFormatMemoryEnc
__attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
3033 #ifndef xmlDocDumpFormatMemoryEnc
3034 extern __typeof (xmlDocDumpFormatMemoryEnc
) xmlDocDumpFormatMemoryEnc__internal_alias
__attribute((visibility("hidden")));
3035 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias
3040 #if defined(LIBXML_OUTPUT_ENABLED)
3041 #ifdef bottom_xmlsave
3042 #undef xmlDocDumpMemory
3043 extern __typeof (xmlDocDumpMemory
) xmlDocDumpMemory
__attribute((alias("xmlDocDumpMemory__internal_alias")));
3045 #ifndef xmlDocDumpMemory
3046 extern __typeof (xmlDocDumpMemory
) xmlDocDumpMemory__internal_alias
__attribute((visibility("hidden")));
3047 #define xmlDocDumpMemory xmlDocDumpMemory__internal_alias
3052 #if defined(LIBXML_OUTPUT_ENABLED)
3053 #ifdef bottom_xmlsave
3054 #undef xmlDocDumpMemoryEnc
3055 extern __typeof (xmlDocDumpMemoryEnc
) xmlDocDumpMemoryEnc
__attribute((alias("xmlDocDumpMemoryEnc__internal_alias")));
3057 #ifndef xmlDocDumpMemoryEnc
3058 extern __typeof (xmlDocDumpMemoryEnc
) xmlDocDumpMemoryEnc__internal_alias
__attribute((visibility("hidden")));
3059 #define xmlDocDumpMemoryEnc xmlDocDumpMemoryEnc__internal_alias
3064 #if defined(LIBXML_OUTPUT_ENABLED)
3065 #ifdef bottom_xmlsave
3066 #undef xmlDocFormatDump
3067 extern __typeof (xmlDocFormatDump
) xmlDocFormatDump
__attribute((alias("xmlDocFormatDump__internal_alias")));
3069 #ifndef xmlDocFormatDump
3070 extern __typeof (xmlDocFormatDump
) xmlDocFormatDump__internal_alias
__attribute((visibility("hidden")));
3071 #define xmlDocFormatDump xmlDocFormatDump__internal_alias
3077 #undef xmlDocGetRootElement
3078 extern __typeof (xmlDocGetRootElement
) xmlDocGetRootElement
__attribute((alias("xmlDocGetRootElement__internal_alias")));
3080 #ifndef xmlDocGetRootElement
3081 extern __typeof (xmlDocGetRootElement
) xmlDocGetRootElement__internal_alias
__attribute((visibility("hidden")));
3082 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias
3086 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
3088 #undef xmlDocSetRootElement
3089 extern __typeof (xmlDocSetRootElement
) xmlDocSetRootElement
__attribute((alias("xmlDocSetRootElement__internal_alias")));
3091 #ifndef xmlDocSetRootElement
3092 extern __typeof (xmlDocSetRootElement
) xmlDocSetRootElement__internal_alias
__attribute((visibility("hidden")));
3093 #define xmlDocSetRootElement xmlDocSetRootElement__internal_alias
3098 #if defined(LIBXML_OUTPUT_ENABLED)
3100 #undef xmlDumpAttributeDecl
3101 extern __typeof (xmlDumpAttributeDecl
) xmlDumpAttributeDecl
__attribute((alias("xmlDumpAttributeDecl__internal_alias")));
3103 #ifndef xmlDumpAttributeDecl
3104 extern __typeof (xmlDumpAttributeDecl
) xmlDumpAttributeDecl__internal_alias
__attribute((visibility("hidden")));
3105 #define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias
3110 #if defined(LIBXML_OUTPUT_ENABLED)
3112 #undef xmlDumpAttributeTable
3113 extern __typeof (xmlDumpAttributeTable
) xmlDumpAttributeTable
__attribute((alias("xmlDumpAttributeTable__internal_alias")));
3115 #ifndef xmlDumpAttributeTable
3116 extern __typeof (xmlDumpAttributeTable
) xmlDumpAttributeTable__internal_alias
__attribute((visibility("hidden")));
3117 #define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias
3122 #if defined(LIBXML_OUTPUT_ENABLED)
3124 #undef xmlDumpElementDecl
3125 extern __typeof (xmlDumpElementDecl
) xmlDumpElementDecl
__attribute((alias("xmlDumpElementDecl__internal_alias")));
3127 #ifndef xmlDumpElementDecl
3128 extern __typeof (xmlDumpElementDecl
) xmlDumpElementDecl__internal_alias
__attribute((visibility("hidden")));
3129 #define xmlDumpElementDecl xmlDumpElementDecl__internal_alias
3134 #if defined(LIBXML_OUTPUT_ENABLED)
3136 #undef xmlDumpElementTable
3137 extern __typeof (xmlDumpElementTable
) xmlDumpElementTable
__attribute((alias("xmlDumpElementTable__internal_alias")));
3139 #ifndef xmlDumpElementTable
3140 extern __typeof (xmlDumpElementTable
) xmlDumpElementTable__internal_alias
__attribute((visibility("hidden")));
3141 #define xmlDumpElementTable xmlDumpElementTable__internal_alias
3146 #if defined(LIBXML_OUTPUT_ENABLED)
3147 #ifdef bottom_entities
3148 #undef xmlDumpEntitiesTable
3149 extern __typeof (xmlDumpEntitiesTable
) xmlDumpEntitiesTable
__attribute((alias("xmlDumpEntitiesTable__internal_alias")));
3151 #ifndef xmlDumpEntitiesTable
3152 extern __typeof (xmlDumpEntitiesTable
) xmlDumpEntitiesTable__internal_alias
__attribute((visibility("hidden")));
3153 #define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias
3158 #if defined(LIBXML_OUTPUT_ENABLED)
3159 #ifdef bottom_entities
3160 #undef xmlDumpEntityDecl
3161 extern __typeof (xmlDumpEntityDecl
) xmlDumpEntityDecl
__attribute((alias("xmlDumpEntityDecl__internal_alias")));
3163 #ifndef xmlDumpEntityDecl
3164 extern __typeof (xmlDumpEntityDecl
) xmlDumpEntityDecl__internal_alias
__attribute((visibility("hidden")));
3165 #define xmlDumpEntityDecl xmlDumpEntityDecl__internal_alias
3170 #if defined(LIBXML_OUTPUT_ENABLED)
3172 #undef xmlDumpNotationDecl
3173 extern __typeof (xmlDumpNotationDecl
) xmlDumpNotationDecl
__attribute((alias("xmlDumpNotationDecl__internal_alias")));
3175 #ifndef xmlDumpNotationDecl
3176 extern __typeof (xmlDumpNotationDecl
) xmlDumpNotationDecl__internal_alias
__attribute((visibility("hidden")));
3177 #define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias
3182 #if defined(LIBXML_OUTPUT_ENABLED)
3184 #undef xmlDumpNotationTable
3185 extern __typeof (xmlDumpNotationTable
) xmlDumpNotationTable
__attribute((alias("xmlDumpNotationTable__internal_alias")));
3187 #ifndef xmlDumpNotationTable
3188 extern __typeof (xmlDumpNotationTable
) xmlDumpNotationTable__internal_alias
__attribute((visibility("hidden")));
3189 #define xmlDumpNotationTable xmlDumpNotationTable__internal_alias
3194 #if defined(LIBXML_OUTPUT_ENABLED)
3195 #ifdef bottom_xmlsave
3197 extern __typeof (xmlElemDump
) xmlElemDump
__attribute((alias("xmlElemDump__internal_alias")));
3200 extern __typeof (xmlElemDump
) xmlElemDump__internal_alias
__attribute((visibility("hidden")));
3201 #define xmlElemDump xmlElemDump__internal_alias
3206 #if defined(LIBXML_LEGACY_ENABLED)
3207 #ifdef bottom_legacy
3208 #undef xmlEncodeEntities
3209 extern __typeof (xmlEncodeEntities
) xmlEncodeEntities
__attribute((alias("xmlEncodeEntities__internal_alias")));
3211 #ifndef xmlEncodeEntities
3212 extern __typeof (xmlEncodeEntities
) xmlEncodeEntities__internal_alias
__attribute((visibility("hidden")));
3213 #define xmlEncodeEntities xmlEncodeEntities__internal_alias
3218 #ifdef bottom_entities
3219 #undef xmlEncodeEntitiesReentrant
3220 extern __typeof (xmlEncodeEntitiesReentrant
) xmlEncodeEntitiesReentrant
__attribute((alias("xmlEncodeEntitiesReentrant__internal_alias")));
3222 #ifndef xmlEncodeEntitiesReentrant
3223 extern __typeof (xmlEncodeEntitiesReentrant
) xmlEncodeEntitiesReentrant__internal_alias
__attribute((visibility("hidden")));
3224 #define xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant__internal_alias
3228 #ifdef bottom_entities
3229 #undef xmlEncodeSpecialChars
3230 extern __typeof (xmlEncodeSpecialChars
) xmlEncodeSpecialChars
__attribute((alias("xmlEncodeSpecialChars__internal_alias")));
3232 #ifndef xmlEncodeSpecialChars
3233 extern __typeof (xmlEncodeSpecialChars
) xmlEncodeSpecialChars__internal_alias
__attribute((visibility("hidden")));
3234 #define xmlEncodeSpecialChars xmlEncodeSpecialChars__internal_alias
3238 #ifdef bottom_parserInternals
3240 extern __typeof (xmlErrMemory
) xmlErrMemory
__attribute((alias("xmlErrMemory__internal_alias")));
3242 #ifndef xmlErrMemory
3243 extern __typeof (xmlErrMemory
) xmlErrMemory__internal_alias
__attribute((visibility("hidden")));
3244 #define xmlErrMemory xmlErrMemory__internal_alias
3248 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3249 #ifdef bottom_xmlregexp
3250 #undef xmlExpCtxtNbCons
3251 extern __typeof (xmlExpCtxtNbCons
) xmlExpCtxtNbCons
__attribute((alias("xmlExpCtxtNbCons__internal_alias")));
3253 #ifndef xmlExpCtxtNbCons
3254 extern __typeof (xmlExpCtxtNbCons
) xmlExpCtxtNbCons__internal_alias
__attribute((visibility("hidden")));
3255 #define xmlExpCtxtNbCons xmlExpCtxtNbCons__internal_alias
3260 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3261 #ifdef bottom_xmlregexp
3262 #undef xmlExpCtxtNbNodes
3263 extern __typeof (xmlExpCtxtNbNodes
) xmlExpCtxtNbNodes
__attribute((alias("xmlExpCtxtNbNodes__internal_alias")));
3265 #ifndef xmlExpCtxtNbNodes
3266 extern __typeof (xmlExpCtxtNbNodes
) xmlExpCtxtNbNodes__internal_alias
__attribute((visibility("hidden")));
3267 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias
3272 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3273 #ifdef bottom_xmlregexp
3275 extern __typeof (xmlExpDump
) xmlExpDump
__attribute((alias("xmlExpDump__internal_alias")));
3278 extern __typeof (xmlExpDump
) xmlExpDump__internal_alias
__attribute((visibility("hidden")));
3279 #define xmlExpDump xmlExpDump__internal_alias
3284 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3285 #ifdef bottom_xmlregexp
3286 #undef xmlExpExpDerive
3287 extern __typeof (xmlExpExpDerive
) xmlExpExpDerive
__attribute((alias("xmlExpExpDerive__internal_alias")));
3289 #ifndef xmlExpExpDerive
3290 extern __typeof (xmlExpExpDerive
) xmlExpExpDerive__internal_alias
__attribute((visibility("hidden")));
3291 #define xmlExpExpDerive xmlExpExpDerive__internal_alias
3296 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3297 #ifdef bottom_xmlregexp
3299 extern __typeof (xmlExpFree
) xmlExpFree
__attribute((alias("xmlExpFree__internal_alias")));
3302 extern __typeof (xmlExpFree
) xmlExpFree__internal_alias
__attribute((visibility("hidden")));
3303 #define xmlExpFree xmlExpFree__internal_alias
3308 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3309 #ifdef bottom_xmlregexp
3310 #undef xmlExpFreeCtxt
3311 extern __typeof (xmlExpFreeCtxt
) xmlExpFreeCtxt
__attribute((alias("xmlExpFreeCtxt__internal_alias")));
3313 #ifndef xmlExpFreeCtxt
3314 extern __typeof (xmlExpFreeCtxt
) xmlExpFreeCtxt__internal_alias
__attribute((visibility("hidden")));
3315 #define xmlExpFreeCtxt xmlExpFreeCtxt__internal_alias
3320 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3321 #ifdef bottom_xmlregexp
3322 #undef xmlExpGetLanguage
3323 extern __typeof (xmlExpGetLanguage
) xmlExpGetLanguage
__attribute((alias("xmlExpGetLanguage__internal_alias")));
3325 #ifndef xmlExpGetLanguage
3326 extern __typeof (xmlExpGetLanguage
) xmlExpGetLanguage__internal_alias
__attribute((visibility("hidden")));
3327 #define xmlExpGetLanguage xmlExpGetLanguage__internal_alias
3332 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3333 #ifdef bottom_xmlregexp
3334 #undef xmlExpGetStart
3335 extern __typeof (xmlExpGetStart
) xmlExpGetStart
__attribute((alias("xmlExpGetStart__internal_alias")));
3337 #ifndef xmlExpGetStart
3338 extern __typeof (xmlExpGetStart
) xmlExpGetStart__internal_alias
__attribute((visibility("hidden")));
3339 #define xmlExpGetStart xmlExpGetStart__internal_alias
3344 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3345 #ifdef bottom_xmlregexp
3346 #undef xmlExpIsNillable
3347 extern __typeof (xmlExpIsNillable
) xmlExpIsNillable
__attribute((alias("xmlExpIsNillable__internal_alias")));
3349 #ifndef xmlExpIsNillable
3350 extern __typeof (xmlExpIsNillable
) xmlExpIsNillable__internal_alias
__attribute((visibility("hidden")));
3351 #define xmlExpIsNillable xmlExpIsNillable__internal_alias
3356 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3357 #ifdef bottom_xmlregexp
3358 #undef xmlExpMaxToken
3359 extern __typeof (xmlExpMaxToken
) xmlExpMaxToken
__attribute((alias("xmlExpMaxToken__internal_alias")));
3361 #ifndef xmlExpMaxToken
3362 extern __typeof (xmlExpMaxToken
) xmlExpMaxToken__internal_alias
__attribute((visibility("hidden")));
3363 #define xmlExpMaxToken xmlExpMaxToken__internal_alias
3368 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3369 #ifdef bottom_xmlregexp
3370 #undef xmlExpNewAtom
3371 extern __typeof (xmlExpNewAtom
) xmlExpNewAtom
__attribute((alias("xmlExpNewAtom__internal_alias")));
3373 #ifndef xmlExpNewAtom
3374 extern __typeof (xmlExpNewAtom
) xmlExpNewAtom__internal_alias
__attribute((visibility("hidden")));
3375 #define xmlExpNewAtom xmlExpNewAtom__internal_alias
3380 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3381 #ifdef bottom_xmlregexp
3382 #undef xmlExpNewCtxt
3383 extern __typeof (xmlExpNewCtxt
) xmlExpNewCtxt
__attribute((alias("xmlExpNewCtxt__internal_alias")));
3385 #ifndef xmlExpNewCtxt
3386 extern __typeof (xmlExpNewCtxt
) xmlExpNewCtxt__internal_alias
__attribute((visibility("hidden")));
3387 #define xmlExpNewCtxt xmlExpNewCtxt__internal_alias
3392 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3393 #ifdef bottom_xmlregexp
3395 extern __typeof (xmlExpNewOr
) xmlExpNewOr
__attribute((alias("xmlExpNewOr__internal_alias")));
3398 extern __typeof (xmlExpNewOr
) xmlExpNewOr__internal_alias
__attribute((visibility("hidden")));
3399 #define xmlExpNewOr xmlExpNewOr__internal_alias
3404 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3405 #ifdef bottom_xmlregexp
3406 #undef xmlExpNewRange
3407 extern __typeof (xmlExpNewRange
) xmlExpNewRange
__attribute((alias("xmlExpNewRange__internal_alias")));
3409 #ifndef xmlExpNewRange
3410 extern __typeof (xmlExpNewRange
) xmlExpNewRange__internal_alias
__attribute((visibility("hidden")));
3411 #define xmlExpNewRange xmlExpNewRange__internal_alias
3416 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3417 #ifdef bottom_xmlregexp
3419 extern __typeof (xmlExpNewSeq
) xmlExpNewSeq
__attribute((alias("xmlExpNewSeq__internal_alias")));
3421 #ifndef xmlExpNewSeq
3422 extern __typeof (xmlExpNewSeq
) xmlExpNewSeq__internal_alias
__attribute((visibility("hidden")));
3423 #define xmlExpNewSeq xmlExpNewSeq__internal_alias
3428 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3429 #ifdef bottom_xmlregexp
3431 extern __typeof (xmlExpParse
) xmlExpParse
__attribute((alias("xmlExpParse__internal_alias")));
3434 extern __typeof (xmlExpParse
) xmlExpParse__internal_alias
__attribute((visibility("hidden")));
3435 #define xmlExpParse xmlExpParse__internal_alias
3440 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3441 #ifdef bottom_xmlregexp
3443 extern __typeof (xmlExpRef
) xmlExpRef
__attribute((alias("xmlExpRef__internal_alias")));
3446 extern __typeof (xmlExpRef
) xmlExpRef__internal_alias
__attribute((visibility("hidden")));
3447 #define xmlExpRef xmlExpRef__internal_alias
3452 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3453 #ifdef bottom_xmlregexp
3454 #undef xmlExpStringDerive
3455 extern __typeof (xmlExpStringDerive
) xmlExpStringDerive
__attribute((alias("xmlExpStringDerive__internal_alias")));
3457 #ifndef xmlExpStringDerive
3458 extern __typeof (xmlExpStringDerive
) xmlExpStringDerive__internal_alias
__attribute((visibility("hidden")));
3459 #define xmlExpStringDerive xmlExpStringDerive__internal_alias
3464 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3465 #ifdef bottom_xmlregexp
3466 #undef xmlExpSubsume
3467 extern __typeof (xmlExpSubsume
) xmlExpSubsume
__attribute((alias("xmlExpSubsume__internal_alias")));
3469 #ifndef xmlExpSubsume
3470 extern __typeof (xmlExpSubsume
) xmlExpSubsume__internal_alias
__attribute((visibility("hidden")));
3471 #define xmlExpSubsume xmlExpSubsume__internal_alias
3478 extern __typeof (xmlFileClose
) xmlFileClose
__attribute((alias("xmlFileClose__internal_alias")));
3480 #ifndef xmlFileClose
3481 extern __typeof (xmlFileClose
) xmlFileClose__internal_alias
__attribute((visibility("hidden")));
3482 #define xmlFileClose xmlFileClose__internal_alias
3488 extern __typeof (xmlFileMatch
) xmlFileMatch
__attribute((alias("xmlFileMatch__internal_alias")));
3490 #ifndef xmlFileMatch
3491 extern __typeof (xmlFileMatch
) xmlFileMatch__internal_alias
__attribute((visibility("hidden")));
3492 #define xmlFileMatch xmlFileMatch__internal_alias
3498 extern __typeof (xmlFileOpen
) xmlFileOpen
__attribute((alias("xmlFileOpen__internal_alias")));
3501 extern __typeof (xmlFileOpen
) xmlFileOpen__internal_alias
__attribute((visibility("hidden")));
3502 #define xmlFileOpen xmlFileOpen__internal_alias
3508 extern __typeof (xmlFileRead
) xmlFileRead
__attribute((alias("xmlFileRead__internal_alias")));
3511 extern __typeof (xmlFileRead
) xmlFileRead__internal_alias
__attribute((visibility("hidden")));
3512 #define xmlFileRead xmlFileRead__internal_alias
3516 #ifdef bottom_encoding
3517 #undef xmlFindCharEncodingHandler
3518 extern __typeof (xmlFindCharEncodingHandler
) xmlFindCharEncodingHandler
__attribute((alias("xmlFindCharEncodingHandler__internal_alias")));
3520 #ifndef xmlFindCharEncodingHandler
3521 extern __typeof (xmlFindCharEncodingHandler
) xmlFindCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
3522 #define xmlFindCharEncodingHandler xmlFindCharEncodingHandler__internal_alias
3526 #if defined(LIBXML_TREE_ENABLED)
3528 #undef xmlFirstElementChild
3529 extern __typeof (xmlFirstElementChild
) xmlFirstElementChild
__attribute((alias("xmlFirstElementChild__internal_alias")));
3531 #ifndef xmlFirstElementChild
3532 extern __typeof (xmlFirstElementChild
) xmlFirstElementChild__internal_alias
__attribute((visibility("hidden")));
3533 #define xmlFirstElementChild xmlFirstElementChild__internal_alias
3539 #undef xmlFreeAttributeTable
3540 extern __typeof (xmlFreeAttributeTable
) xmlFreeAttributeTable
__attribute((alias("xmlFreeAttributeTable__internal_alias")));
3542 #ifndef xmlFreeAttributeTable
3543 extern __typeof (xmlFreeAttributeTable
) xmlFreeAttributeTable__internal_alias
__attribute((visibility("hidden")));
3544 #define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias
3548 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
3549 #ifdef bottom_xmlregexp
3550 #undef xmlFreeAutomata
3551 extern __typeof (xmlFreeAutomata
) xmlFreeAutomata
__attribute((alias("xmlFreeAutomata__internal_alias")));
3553 #ifndef xmlFreeAutomata
3554 extern __typeof (xmlFreeAutomata
) xmlFreeAutomata__internal_alias
__attribute((visibility("hidden")));
3555 #define xmlFreeAutomata xmlFreeAutomata__internal_alias
3560 #if defined(LIBXML_CATALOG_ENABLED)
3561 #ifdef bottom_catalog
3562 #undef xmlFreeCatalog
3563 extern __typeof (xmlFreeCatalog
) xmlFreeCatalog
__attribute((alias("xmlFreeCatalog__internal_alias")));
3565 #ifndef xmlFreeCatalog
3566 extern __typeof (xmlFreeCatalog
) xmlFreeCatalog__internal_alias
__attribute((visibility("hidden")));
3567 #define xmlFreeCatalog xmlFreeCatalog__internal_alias
3574 extern __typeof (xmlFreeDoc
) xmlFreeDoc
__attribute((alias("xmlFreeDoc__internal_alias")));
3577 extern __typeof (xmlFreeDoc
) xmlFreeDoc__internal_alias
__attribute((visibility("hidden")));
3578 #define xmlFreeDoc xmlFreeDoc__internal_alias
3583 #undef xmlFreeDocElementContent
3584 extern __typeof (xmlFreeDocElementContent
) xmlFreeDocElementContent
__attribute((alias("xmlFreeDocElementContent__internal_alias")));
3586 #ifndef xmlFreeDocElementContent
3587 extern __typeof (xmlFreeDocElementContent
) xmlFreeDocElementContent__internal_alias
__attribute((visibility("hidden")));
3588 #define xmlFreeDocElementContent xmlFreeDocElementContent__internal_alias
3594 extern __typeof (xmlFreeDtd
) xmlFreeDtd
__attribute((alias("xmlFreeDtd__internal_alias")));
3597 extern __typeof (xmlFreeDtd
) xmlFreeDtd__internal_alias
__attribute((visibility("hidden")));
3598 #define xmlFreeDtd xmlFreeDtd__internal_alias
3603 #undef xmlFreeElementContent
3604 extern __typeof (xmlFreeElementContent
) xmlFreeElementContent
__attribute((alias("xmlFreeElementContent__internal_alias")));
3606 #ifndef xmlFreeElementContent
3607 extern __typeof (xmlFreeElementContent
) xmlFreeElementContent__internal_alias
__attribute((visibility("hidden")));
3608 #define xmlFreeElementContent xmlFreeElementContent__internal_alias
3613 #undef xmlFreeElementTable
3614 extern __typeof (xmlFreeElementTable
) xmlFreeElementTable
__attribute((alias("xmlFreeElementTable__internal_alias")));
3616 #ifndef xmlFreeElementTable
3617 extern __typeof (xmlFreeElementTable
) xmlFreeElementTable__internal_alias
__attribute((visibility("hidden")));
3618 #define xmlFreeElementTable xmlFreeElementTable__internal_alias
3622 #ifdef bottom_entities
3623 #undef xmlFreeEntitiesTable
3624 extern __typeof (xmlFreeEntitiesTable
) xmlFreeEntitiesTable
__attribute((alias("xmlFreeEntitiesTable__internal_alias")));
3626 #ifndef xmlFreeEntitiesTable
3627 extern __typeof (xmlFreeEntitiesTable
) xmlFreeEntitiesTable__internal_alias
__attribute((visibility("hidden")));
3628 #define xmlFreeEntitiesTable xmlFreeEntitiesTable__internal_alias
3633 #undef xmlFreeEnumeration
3634 extern __typeof (xmlFreeEnumeration
) xmlFreeEnumeration
__attribute((alias("xmlFreeEnumeration__internal_alias")));
3636 #ifndef xmlFreeEnumeration
3637 extern __typeof (xmlFreeEnumeration
) xmlFreeEnumeration__internal_alias
__attribute((visibility("hidden")));
3638 #define xmlFreeEnumeration xmlFreeEnumeration__internal_alias
3643 #undef xmlFreeIDTable
3644 extern __typeof (xmlFreeIDTable
) xmlFreeIDTable
__attribute((alias("xmlFreeIDTable__internal_alias")));
3646 #ifndef xmlFreeIDTable
3647 extern __typeof (xmlFreeIDTable
) xmlFreeIDTable__internal_alias
__attribute((visibility("hidden")));
3648 #define xmlFreeIDTable xmlFreeIDTable__internal_alias
3652 #ifdef bottom_parserInternals
3653 #undef xmlFreeInputStream
3654 extern __typeof (xmlFreeInputStream
) xmlFreeInputStream
__attribute((alias("xmlFreeInputStream__internal_alias")));
3656 #ifndef xmlFreeInputStream
3657 extern __typeof (xmlFreeInputStream
) xmlFreeInputStream__internal_alias
__attribute((visibility("hidden")));
3658 #define xmlFreeInputStream xmlFreeInputStream__internal_alias
3662 #ifdef bottom_threads
3664 extern __typeof (xmlFreeMutex
) xmlFreeMutex
__attribute((alias("xmlFreeMutex__internal_alias")));
3666 #ifndef xmlFreeMutex
3667 extern __typeof (xmlFreeMutex
) xmlFreeMutex__internal_alias
__attribute((visibility("hidden")));
3668 #define xmlFreeMutex xmlFreeMutex__internal_alias
3674 extern __typeof (xmlFreeNode
) xmlFreeNode
__attribute((alias("xmlFreeNode__internal_alias")));
3677 extern __typeof (xmlFreeNode
) xmlFreeNode__internal_alias
__attribute((visibility("hidden")));
3678 #define xmlFreeNode xmlFreeNode__internal_alias
3683 #undef xmlFreeNodeList
3684 extern __typeof (xmlFreeNodeList
) xmlFreeNodeList
__attribute((alias("xmlFreeNodeList__internal_alias")));
3686 #ifndef xmlFreeNodeList
3687 extern __typeof (xmlFreeNodeList
) xmlFreeNodeList__internal_alias
__attribute((visibility("hidden")));
3688 #define xmlFreeNodeList xmlFreeNodeList__internal_alias
3693 #undef xmlFreeNotationTable
3694 extern __typeof (xmlFreeNotationTable
) xmlFreeNotationTable
__attribute((alias("xmlFreeNotationTable__internal_alias")));
3696 #ifndef xmlFreeNotationTable
3697 extern __typeof (xmlFreeNotationTable
) xmlFreeNotationTable__internal_alias
__attribute((visibility("hidden")));
3698 #define xmlFreeNotationTable xmlFreeNotationTable__internal_alias
3704 extern __typeof (xmlFreeNs
) xmlFreeNs
__attribute((alias("xmlFreeNs__internal_alias")));
3707 extern __typeof (xmlFreeNs
) xmlFreeNs__internal_alias
__attribute((visibility("hidden")));
3708 #define xmlFreeNs xmlFreeNs__internal_alias
3713 #undef xmlFreeNsList
3714 extern __typeof (xmlFreeNsList
) xmlFreeNsList
__attribute((alias("xmlFreeNsList__internal_alias")));
3716 #ifndef xmlFreeNsList
3717 extern __typeof (xmlFreeNsList
) xmlFreeNsList__internal_alias
__attribute((visibility("hidden")));
3718 #define xmlFreeNsList xmlFreeNsList__internal_alias
3722 #ifdef bottom_parserInternals
3723 #undef xmlFreeParserCtxt
3724 extern __typeof (xmlFreeParserCtxt
) xmlFreeParserCtxt
__attribute((alias("xmlFreeParserCtxt__internal_alias")));
3726 #ifndef xmlFreeParserCtxt
3727 extern __typeof (xmlFreeParserCtxt
) xmlFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
3728 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias
3733 #undef xmlFreeParserInputBuffer
3734 extern __typeof (xmlFreeParserInputBuffer
) xmlFreeParserInputBuffer
__attribute((alias("xmlFreeParserInputBuffer__internal_alias")));
3736 #ifndef xmlFreeParserInputBuffer
3737 extern __typeof (xmlFreeParserInputBuffer
) xmlFreeParserInputBuffer__internal_alias
__attribute((visibility("hidden")));
3738 #define xmlFreeParserInputBuffer xmlFreeParserInputBuffer__internal_alias
3742 #if defined(LIBXML_PATTERN_ENABLED)
3743 #ifdef bottom_pattern
3744 #undef xmlFreePattern
3745 extern __typeof (xmlFreePattern
) xmlFreePattern
__attribute((alias("xmlFreePattern__internal_alias")));
3747 #ifndef xmlFreePattern
3748 extern __typeof (xmlFreePattern
) xmlFreePattern__internal_alias
__attribute((visibility("hidden")));
3749 #define xmlFreePattern xmlFreePattern__internal_alias
3754 #if defined(LIBXML_PATTERN_ENABLED)
3755 #ifdef bottom_pattern
3756 #undef xmlFreePatternList
3757 extern __typeof (xmlFreePatternList
) xmlFreePatternList
__attribute((alias("xmlFreePatternList__internal_alias")));
3759 #ifndef xmlFreePatternList
3760 extern __typeof (xmlFreePatternList
) xmlFreePatternList__internal_alias
__attribute((visibility("hidden")));
3761 #define xmlFreePatternList xmlFreePatternList__internal_alias
3768 extern __typeof (xmlFreeProp
) xmlFreeProp
__attribute((alias("xmlFreeProp__internal_alias")));
3771 extern __typeof (xmlFreeProp
) xmlFreeProp__internal_alias
__attribute((visibility("hidden")));
3772 #define xmlFreeProp xmlFreeProp__internal_alias
3777 #undef xmlFreePropList
3778 extern __typeof (xmlFreePropList
) xmlFreePropList
__attribute((alias("xmlFreePropList__internal_alias")));
3780 #ifndef xmlFreePropList
3781 extern __typeof (xmlFreePropList
) xmlFreePropList__internal_alias
__attribute((visibility("hidden")));
3782 #define xmlFreePropList xmlFreePropList__internal_alias
3786 #ifdef bottom_threads
3787 #undef xmlFreeRMutex
3788 extern __typeof (xmlFreeRMutex
) xmlFreeRMutex
__attribute((alias("xmlFreeRMutex__internal_alias")));
3790 #ifndef xmlFreeRMutex
3791 extern __typeof (xmlFreeRMutex
) xmlFreeRMutex__internal_alias
__attribute((visibility("hidden")));
3792 #define xmlFreeRMutex xmlFreeRMutex__internal_alias
3797 #undef xmlFreeRefTable
3798 extern __typeof (xmlFreeRefTable
) xmlFreeRefTable
__attribute((alias("xmlFreeRefTable__internal_alias")));
3800 #ifndef xmlFreeRefTable
3801 extern __typeof (xmlFreeRefTable
) xmlFreeRefTable__internal_alias
__attribute((visibility("hidden")));
3802 #define xmlFreeRefTable xmlFreeRefTable__internal_alias
3806 #if defined(LIBXML_PATTERN_ENABLED)
3807 #ifdef bottom_pattern
3808 #undef xmlFreeStreamCtxt
3809 extern __typeof (xmlFreeStreamCtxt
) xmlFreeStreamCtxt
__attribute((alias("xmlFreeStreamCtxt__internal_alias")));
3811 #ifndef xmlFreeStreamCtxt
3812 extern __typeof (xmlFreeStreamCtxt
) xmlFreeStreamCtxt__internal_alias
__attribute((visibility("hidden")));
3813 #define xmlFreeStreamCtxt xmlFreeStreamCtxt__internal_alias
3818 #if defined(LIBXML_READER_ENABLED)
3819 #ifdef bottom_xmlreader
3820 #undef xmlFreeTextReader
3821 extern __typeof (xmlFreeTextReader
) xmlFreeTextReader
__attribute((alias("xmlFreeTextReader__internal_alias")));
3823 #ifndef xmlFreeTextReader
3824 extern __typeof (xmlFreeTextReader
) xmlFreeTextReader__internal_alias
__attribute((visibility("hidden")));
3825 #define xmlFreeTextReader xmlFreeTextReader__internal_alias
3830 #if defined(LIBXML_WRITER_ENABLED)
3831 #ifdef bottom_xmlwriter
3832 #undef xmlFreeTextWriter
3833 extern __typeof (xmlFreeTextWriter
) xmlFreeTextWriter
__attribute((alias("xmlFreeTextWriter__internal_alias")));
3835 #ifndef xmlFreeTextWriter
3836 extern __typeof (xmlFreeTextWriter
) xmlFreeTextWriter__internal_alias
__attribute((visibility("hidden")));
3837 #define xmlFreeTextWriter xmlFreeTextWriter__internal_alias
3844 extern __typeof (xmlFreeURI
) xmlFreeURI
__attribute((alias("xmlFreeURI__internal_alias")));
3847 extern __typeof (xmlFreeURI
) xmlFreeURI__internal_alias
__attribute((visibility("hidden")));
3848 #define xmlFreeURI xmlFreeURI__internal_alias
3852 #if defined(LIBXML_VALID_ENABLED)
3854 #undef xmlFreeValidCtxt
3855 extern __typeof (xmlFreeValidCtxt
) xmlFreeValidCtxt
__attribute((alias("xmlFreeValidCtxt__internal_alias")));
3857 #ifndef xmlFreeValidCtxt
3858 extern __typeof (xmlFreeValidCtxt
) xmlFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
3859 #define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias
3864 #ifdef bottom_xmlmemory
3866 extern __typeof (xmlGcMemGet
) xmlGcMemGet
__attribute((alias("xmlGcMemGet__internal_alias")));
3869 extern __typeof (xmlGcMemGet
) xmlGcMemGet__internal_alias
__attribute((visibility("hidden")));
3870 #define xmlGcMemGet xmlGcMemGet__internal_alias
3874 #ifdef bottom_xmlmemory
3875 #undef xmlGcMemSetup
3876 extern __typeof (xmlGcMemSetup
) xmlGcMemSetup
__attribute((alias("xmlGcMemSetup__internal_alias")));
3878 #ifndef xmlGcMemSetup
3879 extern __typeof (xmlGcMemSetup
) xmlGcMemSetup__internal_alias
__attribute((visibility("hidden")));
3880 #define xmlGcMemSetup xmlGcMemSetup__internal_alias
3885 #undef xmlGetBufferAllocationScheme
3886 extern __typeof (xmlGetBufferAllocationScheme
) xmlGetBufferAllocationScheme
__attribute((alias("xmlGetBufferAllocationScheme__internal_alias")));
3888 #ifndef xmlGetBufferAllocationScheme
3889 extern __typeof (xmlGetBufferAllocationScheme
) xmlGetBufferAllocationScheme__internal_alias
__attribute((visibility("hidden")));
3890 #define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias
3894 #ifdef bottom_encoding
3895 #undef xmlGetCharEncodingHandler
3896 extern __typeof (xmlGetCharEncodingHandler
) xmlGetCharEncodingHandler
__attribute((alias("xmlGetCharEncodingHandler__internal_alias")));
3898 #ifndef xmlGetCharEncodingHandler
3899 extern __typeof (xmlGetCharEncodingHandler
) xmlGetCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
3900 #define xmlGetCharEncodingHandler xmlGetCharEncodingHandler__internal_alias
3904 #ifdef bottom_encoding
3905 #undef xmlGetCharEncodingName
3906 extern __typeof (xmlGetCharEncodingName
) xmlGetCharEncodingName
__attribute((alias("xmlGetCharEncodingName__internal_alias")));
3908 #ifndef xmlGetCharEncodingName
3909 extern __typeof (xmlGetCharEncodingName
) xmlGetCharEncodingName__internal_alias
__attribute((visibility("hidden")));
3910 #define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias
3915 #undef xmlGetCompressMode
3916 extern __typeof (xmlGetCompressMode
) xmlGetCompressMode
__attribute((alias("xmlGetCompressMode__internal_alias")));
3918 #ifndef xmlGetCompressMode
3919 extern __typeof (xmlGetCompressMode
) xmlGetCompressMode__internal_alias
__attribute((visibility("hidden")));
3920 #define xmlGetCompressMode xmlGetCompressMode__internal_alias
3925 #undef xmlGetDocCompressMode
3926 extern __typeof (xmlGetDocCompressMode
) xmlGetDocCompressMode
__attribute((alias("xmlGetDocCompressMode__internal_alias")));
3928 #ifndef xmlGetDocCompressMode
3929 extern __typeof (xmlGetDocCompressMode
) xmlGetDocCompressMode__internal_alias
__attribute((visibility("hidden")));
3930 #define xmlGetDocCompressMode xmlGetDocCompressMode__internal_alias
3934 #ifdef bottom_entities
3935 #undef xmlGetDocEntity
3936 extern __typeof (xmlGetDocEntity
) xmlGetDocEntity
__attribute((alias("xmlGetDocEntity__internal_alias")));
3938 #ifndef xmlGetDocEntity
3939 extern __typeof (xmlGetDocEntity
) xmlGetDocEntity__internal_alias
__attribute((visibility("hidden")));
3940 #define xmlGetDocEntity xmlGetDocEntity__internal_alias
3945 #undef xmlGetDtdAttrDesc
3946 extern __typeof (xmlGetDtdAttrDesc
) xmlGetDtdAttrDesc
__attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
3948 #ifndef xmlGetDtdAttrDesc
3949 extern __typeof (xmlGetDtdAttrDesc
) xmlGetDtdAttrDesc__internal_alias
__attribute((visibility("hidden")));
3950 #define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias
3955 #undef xmlGetDtdElementDesc
3956 extern __typeof (xmlGetDtdElementDesc
) xmlGetDtdElementDesc
__attribute((alias("xmlGetDtdElementDesc__internal_alias")));
3958 #ifndef xmlGetDtdElementDesc
3959 extern __typeof (xmlGetDtdElementDesc
) xmlGetDtdElementDesc__internal_alias
__attribute((visibility("hidden")));
3960 #define xmlGetDtdElementDesc xmlGetDtdElementDesc__internal_alias
3964 #ifdef bottom_entities
3965 #undef xmlGetDtdEntity
3966 extern __typeof (xmlGetDtdEntity
) xmlGetDtdEntity
__attribute((alias("xmlGetDtdEntity__internal_alias")));
3968 #ifndef xmlGetDtdEntity
3969 extern __typeof (xmlGetDtdEntity
) xmlGetDtdEntity__internal_alias
__attribute((visibility("hidden")));
3970 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias
3975 #undef xmlGetDtdNotationDesc
3976 extern __typeof (xmlGetDtdNotationDesc
) xmlGetDtdNotationDesc
__attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
3978 #ifndef xmlGetDtdNotationDesc
3979 extern __typeof (xmlGetDtdNotationDesc
) xmlGetDtdNotationDesc__internal_alias
__attribute((visibility("hidden")));
3980 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias
3985 #undef xmlGetDtdQAttrDesc
3986 extern __typeof (xmlGetDtdQAttrDesc
) xmlGetDtdQAttrDesc
__attribute((alias("xmlGetDtdQAttrDesc__internal_alias")));
3988 #ifndef xmlGetDtdQAttrDesc
3989 extern __typeof (xmlGetDtdQAttrDesc
) xmlGetDtdQAttrDesc__internal_alias
__attribute((visibility("hidden")));
3990 #define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias
3995 #undef xmlGetDtdQElementDesc
3996 extern __typeof (xmlGetDtdQElementDesc
) xmlGetDtdQElementDesc
__attribute((alias("xmlGetDtdQElementDesc__internal_alias")));
3998 #ifndef xmlGetDtdQElementDesc
3999 extern __typeof (xmlGetDtdQElementDesc
) xmlGetDtdQElementDesc__internal_alias
__attribute((visibility("hidden")));
4000 #define xmlGetDtdQElementDesc xmlGetDtdQElementDesc__internal_alias
4004 #ifdef bottom_encoding
4005 #undef xmlGetEncodingAlias
4006 extern __typeof (xmlGetEncodingAlias
) xmlGetEncodingAlias
__attribute((alias("xmlGetEncodingAlias__internal_alias")));
4008 #ifndef xmlGetEncodingAlias
4009 extern __typeof (xmlGetEncodingAlias
) xmlGetEncodingAlias__internal_alias
__attribute((visibility("hidden")));
4010 #define xmlGetEncodingAlias xmlGetEncodingAlias__internal_alias
4015 #undef xmlGetExternalEntityLoader
4016 extern __typeof (xmlGetExternalEntityLoader
) xmlGetExternalEntityLoader
__attribute((alias("xmlGetExternalEntityLoader__internal_alias")));
4018 #ifndef xmlGetExternalEntityLoader
4019 extern __typeof (xmlGetExternalEntityLoader
) xmlGetExternalEntityLoader__internal_alias
__attribute((visibility("hidden")));
4020 #define xmlGetExternalEntityLoader xmlGetExternalEntityLoader__internal_alias
4024 #if defined(LIBXML_LEGACY_ENABLED)
4025 #ifdef bottom_legacy
4026 #undef xmlGetFeature
4027 extern __typeof (xmlGetFeature
) xmlGetFeature
__attribute((alias("xmlGetFeature__internal_alias")));
4029 #ifndef xmlGetFeature
4030 extern __typeof (xmlGetFeature
) xmlGetFeature__internal_alias
__attribute((visibility("hidden")));
4031 #define xmlGetFeature xmlGetFeature__internal_alias
4036 #if defined(LIBXML_LEGACY_ENABLED)
4037 #ifdef bottom_legacy
4038 #undef xmlGetFeaturesList
4039 extern __typeof (xmlGetFeaturesList
) xmlGetFeaturesList
__attribute((alias("xmlGetFeaturesList__internal_alias")));
4041 #ifndef xmlGetFeaturesList
4042 extern __typeof (xmlGetFeaturesList
) xmlGetFeaturesList__internal_alias
__attribute((visibility("hidden")));
4043 #define xmlGetFeaturesList xmlGetFeaturesList__internal_alias
4048 #ifdef bottom_threads
4049 #undef xmlGetGlobalState
4050 extern __typeof (xmlGetGlobalState
) xmlGetGlobalState
__attribute((alias("xmlGetGlobalState__internal_alias")));
4052 #ifndef xmlGetGlobalState
4053 extern __typeof (xmlGetGlobalState
) xmlGetGlobalState__internal_alias
__attribute((visibility("hidden")));
4054 #define xmlGetGlobalState xmlGetGlobalState__internal_alias
4060 extern __typeof (xmlGetID
) xmlGetID
__attribute((alias("xmlGetID__internal_alias")));
4063 extern __typeof (xmlGetID
) xmlGetID__internal_alias
__attribute((visibility("hidden")));
4064 #define xmlGetID xmlGetID__internal_alias
4069 #undef xmlGetIntSubset
4070 extern __typeof (xmlGetIntSubset
) xmlGetIntSubset
__attribute((alias("xmlGetIntSubset__internal_alias")));
4072 #ifndef xmlGetIntSubset
4073 extern __typeof (xmlGetIntSubset
) xmlGetIntSubset__internal_alias
__attribute((visibility("hidden")));
4074 #define xmlGetIntSubset xmlGetIntSubset__internal_alias
4079 #undef xmlGetLastChild
4080 extern __typeof (xmlGetLastChild
) xmlGetLastChild
__attribute((alias("xmlGetLastChild__internal_alias")));
4082 #ifndef xmlGetLastChild
4083 extern __typeof (xmlGetLastChild
) xmlGetLastChild__internal_alias
__attribute((visibility("hidden")));
4084 #define xmlGetLastChild xmlGetLastChild__internal_alias
4089 #undef xmlGetLastError
4090 extern __typeof (xmlGetLastError
) xmlGetLastError
__attribute((alias("xmlGetLastError__internal_alias")));
4092 #ifndef xmlGetLastError
4093 extern __typeof (xmlGetLastError
) xmlGetLastError__internal_alias
__attribute((visibility("hidden")));
4094 #define xmlGetLastError xmlGetLastError__internal_alias
4100 extern __typeof (xmlGetLineNo
) xmlGetLineNo
__attribute((alias("xmlGetLineNo__internal_alias")));
4102 #ifndef xmlGetLineNo
4103 extern __typeof (xmlGetLineNo
) xmlGetLineNo__internal_alias
__attribute((visibility("hidden")));
4104 #define xmlGetLineNo xmlGetLineNo__internal_alias
4109 #undef xmlGetNoNsProp
4110 extern __typeof (xmlGetNoNsProp
) xmlGetNoNsProp
__attribute((alias("xmlGetNoNsProp__internal_alias")));
4112 #ifndef xmlGetNoNsProp
4113 extern __typeof (xmlGetNoNsProp
) xmlGetNoNsProp__internal_alias
__attribute((visibility("hidden")));
4114 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias
4118 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
4120 #undef xmlGetNodePath
4121 extern __typeof (xmlGetNodePath
) xmlGetNodePath
__attribute((alias("xmlGetNodePath__internal_alias")));
4123 #ifndef xmlGetNodePath
4124 extern __typeof (xmlGetNodePath
) xmlGetNodePath__internal_alias
__attribute((visibility("hidden")));
4125 #define xmlGetNodePath xmlGetNodePath__internal_alias
4130 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
4133 extern __typeof (xmlGetNsList
) xmlGetNsList
__attribute((alias("xmlGetNsList__internal_alias")));
4135 #ifndef xmlGetNsList
4136 extern __typeof (xmlGetNsList
) xmlGetNsList__internal_alias
__attribute((visibility("hidden")));
4137 #define xmlGetNsList xmlGetNsList__internal_alias
4144 extern __typeof (xmlGetNsProp
) xmlGetNsProp
__attribute((alias("xmlGetNsProp__internal_alias")));
4146 #ifndef xmlGetNsProp
4147 extern __typeof (xmlGetNsProp
) xmlGetNsProp__internal_alias
__attribute((visibility("hidden")));
4148 #define xmlGetNsProp xmlGetNsProp__internal_alias
4152 #ifdef bottom_entities
4153 #undef xmlGetParameterEntity
4154 extern __typeof (xmlGetParameterEntity
) xmlGetParameterEntity
__attribute((alias("xmlGetParameterEntity__internal_alias")));
4156 #ifndef xmlGetParameterEntity
4157 extern __typeof (xmlGetParameterEntity
) xmlGetParameterEntity__internal_alias
__attribute((visibility("hidden")));
4158 #define xmlGetParameterEntity xmlGetParameterEntity__internal_alias
4162 #ifdef bottom_entities
4163 #undef xmlGetPredefinedEntity
4164 extern __typeof (xmlGetPredefinedEntity
) xmlGetPredefinedEntity
__attribute((alias("xmlGetPredefinedEntity__internal_alias")));
4166 #ifndef xmlGetPredefinedEntity
4167 extern __typeof (xmlGetPredefinedEntity
) xmlGetPredefinedEntity__internal_alias
__attribute((visibility("hidden")));
4168 #define xmlGetPredefinedEntity xmlGetPredefinedEntity__internal_alias
4174 extern __typeof (xmlGetProp
) xmlGetProp
__attribute((alias("xmlGetProp__internal_alias")));
4177 extern __typeof (xmlGetProp
) xmlGetProp__internal_alias
__attribute((visibility("hidden")));
4178 #define xmlGetProp xmlGetProp__internal_alias
4184 extern __typeof (xmlGetRefs
) xmlGetRefs
__attribute((alias("xmlGetRefs__internal_alias")));
4187 extern __typeof (xmlGetRefs
) xmlGetRefs__internal_alias
__attribute((visibility("hidden")));
4188 #define xmlGetRefs xmlGetRefs__internal_alias
4192 #ifdef bottom_threads
4193 #undef xmlGetThreadId
4194 extern __typeof (xmlGetThreadId
) xmlGetThreadId
__attribute((alias("xmlGetThreadId__internal_alias")));
4196 #ifndef xmlGetThreadId
4197 extern __typeof (xmlGetThreadId
) xmlGetThreadId__internal_alias
__attribute((visibility("hidden")));
4198 #define xmlGetThreadId xmlGetThreadId__internal_alias
4202 #ifdef bottom_xmlstring
4203 #undef xmlGetUTF8Char
4204 extern __typeof (xmlGetUTF8Char
) xmlGetUTF8Char
__attribute((alias("xmlGetUTF8Char__internal_alias")));
4206 #ifndef xmlGetUTF8Char
4207 extern __typeof (xmlGetUTF8Char
) xmlGetUTF8Char__internal_alias
__attribute((visibility("hidden")));
4208 #define xmlGetUTF8Char xmlGetUTF8Char__internal_alias
4212 #if defined(LIBXML_LEGACY_ENABLED)
4213 #ifdef bottom_legacy
4214 #undef xmlHandleEntity
4215 extern __typeof (xmlHandleEntity
) xmlHandleEntity
__attribute((alias("xmlHandleEntity__internal_alias")));
4217 #ifndef xmlHandleEntity
4218 extern __typeof (xmlHandleEntity
) xmlHandleEntity__internal_alias
__attribute((visibility("hidden")));
4219 #define xmlHandleEntity xmlHandleEntity__internal_alias
4224 #ifdef bottom_parser
4225 #undef xmlHasFeature
4226 extern __typeof (xmlHasFeature
) xmlHasFeature
__attribute((alias("xmlHasFeature__internal_alias")));
4228 #ifndef xmlHasFeature
4229 extern __typeof (xmlHasFeature
) xmlHasFeature__internal_alias
__attribute((visibility("hidden")));
4230 #define xmlHasFeature xmlHasFeature__internal_alias
4236 extern __typeof (xmlHasNsProp
) xmlHasNsProp
__attribute((alias("xmlHasNsProp__internal_alias")));
4238 #ifndef xmlHasNsProp
4239 extern __typeof (xmlHasNsProp
) xmlHasNsProp__internal_alias
__attribute((visibility("hidden")));
4240 #define xmlHasNsProp xmlHasNsProp__internal_alias
4246 extern __typeof (xmlHasProp
) xmlHasProp
__attribute((alias("xmlHasProp__internal_alias")));
4249 extern __typeof (xmlHasProp
) xmlHasProp__internal_alias
__attribute((visibility("hidden")));
4250 #define xmlHasProp xmlHasProp__internal_alias
4255 #undef xmlHashAddEntry
4256 extern __typeof (xmlHashAddEntry
) xmlHashAddEntry
__attribute((alias("xmlHashAddEntry__internal_alias")));
4258 #ifndef xmlHashAddEntry
4259 extern __typeof (xmlHashAddEntry
) xmlHashAddEntry__internal_alias
__attribute((visibility("hidden")));
4260 #define xmlHashAddEntry xmlHashAddEntry__internal_alias
4265 #undef xmlHashAddEntry2
4266 extern __typeof (xmlHashAddEntry2
) xmlHashAddEntry2
__attribute((alias("xmlHashAddEntry2__internal_alias")));
4268 #ifndef xmlHashAddEntry2
4269 extern __typeof (xmlHashAddEntry2
) xmlHashAddEntry2__internal_alias
__attribute((visibility("hidden")));
4270 #define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias
4275 #undef xmlHashAddEntry3
4276 extern __typeof (xmlHashAddEntry3
) xmlHashAddEntry3
__attribute((alias("xmlHashAddEntry3__internal_alias")));
4278 #ifndef xmlHashAddEntry3
4279 extern __typeof (xmlHashAddEntry3
) xmlHashAddEntry3__internal_alias
__attribute((visibility("hidden")));
4280 #define xmlHashAddEntry3 xmlHashAddEntry3__internal_alias
4286 extern __typeof (xmlHashCopy
) xmlHashCopy
__attribute((alias("xmlHashCopy__internal_alias")));
4289 extern __typeof (xmlHashCopy
) xmlHashCopy__internal_alias
__attribute((visibility("hidden")));
4290 #define xmlHashCopy xmlHashCopy__internal_alias
4295 #undef xmlHashCreate
4296 extern __typeof (xmlHashCreate
) xmlHashCreate
__attribute((alias("xmlHashCreate__internal_alias")));
4298 #ifndef xmlHashCreate
4299 extern __typeof (xmlHashCreate
) xmlHashCreate__internal_alias
__attribute((visibility("hidden")));
4300 #define xmlHashCreate xmlHashCreate__internal_alias
4305 #undef xmlHashCreateDict
4306 extern __typeof (xmlHashCreateDict
) xmlHashCreateDict
__attribute((alias("xmlHashCreateDict__internal_alias")));
4308 #ifndef xmlHashCreateDict
4309 extern __typeof (xmlHashCreateDict
) xmlHashCreateDict__internal_alias
__attribute((visibility("hidden")));
4310 #define xmlHashCreateDict xmlHashCreateDict__internal_alias
4316 extern __typeof (xmlHashFree
) xmlHashFree
__attribute((alias("xmlHashFree__internal_alias")));
4319 extern __typeof (xmlHashFree
) xmlHashFree__internal_alias
__attribute((visibility("hidden")));
4320 #define xmlHashFree xmlHashFree__internal_alias
4325 #undef xmlHashLookup
4326 extern __typeof (xmlHashLookup
) xmlHashLookup
__attribute((alias("xmlHashLookup__internal_alias")));
4328 #ifndef xmlHashLookup
4329 extern __typeof (xmlHashLookup
) xmlHashLookup__internal_alias
__attribute((visibility("hidden")));
4330 #define xmlHashLookup xmlHashLookup__internal_alias
4335 #undef xmlHashLookup2
4336 extern __typeof (xmlHashLookup2
) xmlHashLookup2
__attribute((alias("xmlHashLookup2__internal_alias")));
4338 #ifndef xmlHashLookup2
4339 extern __typeof (xmlHashLookup2
) xmlHashLookup2__internal_alias
__attribute((visibility("hidden")));
4340 #define xmlHashLookup2 xmlHashLookup2__internal_alias
4345 #undef xmlHashLookup3
4346 extern __typeof (xmlHashLookup3
) xmlHashLookup3
__attribute((alias("xmlHashLookup3__internal_alias")));
4348 #ifndef xmlHashLookup3
4349 extern __typeof (xmlHashLookup3
) xmlHashLookup3__internal_alias
__attribute((visibility("hidden")));
4350 #define xmlHashLookup3 xmlHashLookup3__internal_alias
4355 #undef xmlHashQLookup
4356 extern __typeof (xmlHashQLookup
) xmlHashQLookup
__attribute((alias("xmlHashQLookup__internal_alias")));
4358 #ifndef xmlHashQLookup
4359 extern __typeof (xmlHashQLookup
) xmlHashQLookup__internal_alias
__attribute((visibility("hidden")));
4360 #define xmlHashQLookup xmlHashQLookup__internal_alias
4365 #undef xmlHashQLookup2
4366 extern __typeof (xmlHashQLookup2
) xmlHashQLookup2
__attribute((alias("xmlHashQLookup2__internal_alias")));
4368 #ifndef xmlHashQLookup2
4369 extern __typeof (xmlHashQLookup2
) xmlHashQLookup2__internal_alias
__attribute((visibility("hidden")));
4370 #define xmlHashQLookup2 xmlHashQLookup2__internal_alias
4375 #undef xmlHashQLookup3
4376 extern __typeof (xmlHashQLookup3
) xmlHashQLookup3
__attribute((alias("xmlHashQLookup3__internal_alias")));
4378 #ifndef xmlHashQLookup3
4379 extern __typeof (xmlHashQLookup3
) xmlHashQLookup3__internal_alias
__attribute((visibility("hidden")));
4380 #define xmlHashQLookup3 xmlHashQLookup3__internal_alias
4385 #undef xmlHashRemoveEntry
4386 extern __typeof (xmlHashRemoveEntry
) xmlHashRemoveEntry
__attribute((alias("xmlHashRemoveEntry__internal_alias")));
4388 #ifndef xmlHashRemoveEntry
4389 extern __typeof (xmlHashRemoveEntry
) xmlHashRemoveEntry__internal_alias
__attribute((visibility("hidden")));
4390 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias
4395 #undef xmlHashRemoveEntry2
4396 extern __typeof (xmlHashRemoveEntry2
) xmlHashRemoveEntry2
__attribute((alias("xmlHashRemoveEntry2__internal_alias")));
4398 #ifndef xmlHashRemoveEntry2
4399 extern __typeof (xmlHashRemoveEntry2
) xmlHashRemoveEntry2__internal_alias
__attribute((visibility("hidden")));
4400 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias
4405 #undef xmlHashRemoveEntry3
4406 extern __typeof (xmlHashRemoveEntry3
) xmlHashRemoveEntry3
__attribute((alias("xmlHashRemoveEntry3__internal_alias")));
4408 #ifndef xmlHashRemoveEntry3
4409 extern __typeof (xmlHashRemoveEntry3
) xmlHashRemoveEntry3__internal_alias
__attribute((visibility("hidden")));
4410 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias
4416 extern __typeof (xmlHashScan
) xmlHashScan
__attribute((alias("xmlHashScan__internal_alias")));
4419 extern __typeof (xmlHashScan
) xmlHashScan__internal_alias
__attribute((visibility("hidden")));
4420 #define xmlHashScan xmlHashScan__internal_alias
4426 extern __typeof (xmlHashScan3
) xmlHashScan3
__attribute((alias("xmlHashScan3__internal_alias")));
4428 #ifndef xmlHashScan3
4429 extern __typeof (xmlHashScan3
) xmlHashScan3__internal_alias
__attribute((visibility("hidden")));
4430 #define xmlHashScan3 xmlHashScan3__internal_alias
4435 #undef xmlHashScanFull
4436 extern __typeof (xmlHashScanFull
) xmlHashScanFull
__attribute((alias("xmlHashScanFull__internal_alias")));
4438 #ifndef xmlHashScanFull
4439 extern __typeof (xmlHashScanFull
) xmlHashScanFull__internal_alias
__attribute((visibility("hidden")));
4440 #define xmlHashScanFull xmlHashScanFull__internal_alias
4445 #undef xmlHashScanFull3
4446 extern __typeof (xmlHashScanFull3
) xmlHashScanFull3
__attribute((alias("xmlHashScanFull3__internal_alias")));
4448 #ifndef xmlHashScanFull3
4449 extern __typeof (xmlHashScanFull3
) xmlHashScanFull3__internal_alias
__attribute((visibility("hidden")));
4450 #define xmlHashScanFull3 xmlHashScanFull3__internal_alias
4456 extern __typeof (xmlHashSize
) xmlHashSize
__attribute((alias("xmlHashSize__internal_alias")));
4459 extern __typeof (xmlHashSize
) xmlHashSize__internal_alias
__attribute((visibility("hidden")));
4460 #define xmlHashSize xmlHashSize__internal_alias
4465 #undef xmlHashUpdateEntry
4466 extern __typeof (xmlHashUpdateEntry
) xmlHashUpdateEntry
__attribute((alias("xmlHashUpdateEntry__internal_alias")));
4468 #ifndef xmlHashUpdateEntry
4469 extern __typeof (xmlHashUpdateEntry
) xmlHashUpdateEntry__internal_alias
__attribute((visibility("hidden")));
4470 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias
4475 #undef xmlHashUpdateEntry2
4476 extern __typeof (xmlHashUpdateEntry2
) xmlHashUpdateEntry2
__attribute((alias("xmlHashUpdateEntry2__internal_alias")));
4478 #ifndef xmlHashUpdateEntry2
4479 extern __typeof (xmlHashUpdateEntry2
) xmlHashUpdateEntry2__internal_alias
__attribute((visibility("hidden")));
4480 #define xmlHashUpdateEntry2 xmlHashUpdateEntry2__internal_alias
4485 #undef xmlHashUpdateEntry3
4486 extern __typeof (xmlHashUpdateEntry3
) xmlHashUpdateEntry3
__attribute((alias("xmlHashUpdateEntry3__internal_alias")));
4488 #ifndef xmlHashUpdateEntry3
4489 extern __typeof (xmlHashUpdateEntry3
) xmlHashUpdateEntry3__internal_alias
__attribute((visibility("hidden")));
4490 #define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias
4494 #if defined(LIBXML_FTP_ENABLED)
4496 #undef xmlIOFTPClose
4497 extern __typeof (xmlIOFTPClose
) xmlIOFTPClose
__attribute((alias("xmlIOFTPClose__internal_alias")));
4499 #ifndef xmlIOFTPClose
4500 extern __typeof (xmlIOFTPClose
) xmlIOFTPClose__internal_alias
__attribute((visibility("hidden")));
4501 #define xmlIOFTPClose xmlIOFTPClose__internal_alias
4506 #if defined(LIBXML_FTP_ENABLED)
4508 #undef xmlIOFTPMatch
4509 extern __typeof (xmlIOFTPMatch
) xmlIOFTPMatch
__attribute((alias("xmlIOFTPMatch__internal_alias")));
4511 #ifndef xmlIOFTPMatch
4512 extern __typeof (xmlIOFTPMatch
) xmlIOFTPMatch__internal_alias
__attribute((visibility("hidden")));
4513 #define xmlIOFTPMatch xmlIOFTPMatch__internal_alias
4518 #if defined(LIBXML_FTP_ENABLED)
4521 extern __typeof (xmlIOFTPOpen
) xmlIOFTPOpen
__attribute((alias("xmlIOFTPOpen__internal_alias")));
4523 #ifndef xmlIOFTPOpen
4524 extern __typeof (xmlIOFTPOpen
) xmlIOFTPOpen__internal_alias
__attribute((visibility("hidden")));
4525 #define xmlIOFTPOpen xmlIOFTPOpen__internal_alias
4530 #if defined(LIBXML_FTP_ENABLED)
4533 extern __typeof (xmlIOFTPRead
) xmlIOFTPRead
__attribute((alias("xmlIOFTPRead__internal_alias")));
4535 #ifndef xmlIOFTPRead
4536 extern __typeof (xmlIOFTPRead
) xmlIOFTPRead__internal_alias
__attribute((visibility("hidden")));
4537 #define xmlIOFTPRead xmlIOFTPRead__internal_alias
4542 #if defined(LIBXML_HTTP_ENABLED)
4544 #undef xmlIOHTTPClose
4545 extern __typeof (xmlIOHTTPClose
) xmlIOHTTPClose
__attribute((alias("xmlIOHTTPClose__internal_alias")));
4547 #ifndef xmlIOHTTPClose
4548 extern __typeof (xmlIOHTTPClose
) xmlIOHTTPClose__internal_alias
__attribute((visibility("hidden")));
4549 #define xmlIOHTTPClose xmlIOHTTPClose__internal_alias
4554 #if defined(LIBXML_HTTP_ENABLED)
4556 #undef xmlIOHTTPMatch
4557 extern __typeof (xmlIOHTTPMatch
) xmlIOHTTPMatch
__attribute((alias("xmlIOHTTPMatch__internal_alias")));
4559 #ifndef xmlIOHTTPMatch
4560 extern __typeof (xmlIOHTTPMatch
) xmlIOHTTPMatch__internal_alias
__attribute((visibility("hidden")));
4561 #define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias
4566 #if defined(LIBXML_HTTP_ENABLED)
4568 #undef xmlIOHTTPOpen
4569 extern __typeof (xmlIOHTTPOpen
) xmlIOHTTPOpen
__attribute((alias("xmlIOHTTPOpen__internal_alias")));
4571 #ifndef xmlIOHTTPOpen
4572 extern __typeof (xmlIOHTTPOpen
) xmlIOHTTPOpen__internal_alias
__attribute((visibility("hidden")));
4573 #define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias
4578 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
4580 #undef xmlIOHTTPOpenW
4581 extern __typeof (xmlIOHTTPOpenW
) xmlIOHTTPOpenW
__attribute((alias("xmlIOHTTPOpenW__internal_alias")));
4583 #ifndef xmlIOHTTPOpenW
4584 extern __typeof (xmlIOHTTPOpenW
) xmlIOHTTPOpenW__internal_alias
__attribute((visibility("hidden")));
4585 #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias
4590 #if defined(LIBXML_HTTP_ENABLED)
4592 #undef xmlIOHTTPRead
4593 extern __typeof (xmlIOHTTPRead
) xmlIOHTTPRead
__attribute((alias("xmlIOHTTPRead__internal_alias")));
4595 #ifndef xmlIOHTTPRead
4596 extern __typeof (xmlIOHTTPRead
) xmlIOHTTPRead__internal_alias
__attribute((visibility("hidden")));
4597 #define xmlIOHTTPRead xmlIOHTTPRead__internal_alias
4602 #if defined(LIBXML_VALID_ENABLED)
4603 #ifdef bottom_parser
4604 #undef xmlIOParseDTD
4605 extern __typeof (xmlIOParseDTD
) xmlIOParseDTD
__attribute((alias("xmlIOParseDTD__internal_alias")));
4607 #ifndef xmlIOParseDTD
4608 extern __typeof (xmlIOParseDTD
) xmlIOParseDTD__internal_alias
__attribute((visibility("hidden")));
4609 #define xmlIOParseDTD xmlIOParseDTD__internal_alias
4614 #ifdef bottom_encoding
4615 #undef xmlInitCharEncodingHandlers
4616 extern __typeof (xmlInitCharEncodingHandlers
) xmlInitCharEncodingHandlers
__attribute((alias("xmlInitCharEncodingHandlers__internal_alias")));
4618 #ifndef xmlInitCharEncodingHandlers
4619 extern __typeof (xmlInitCharEncodingHandlers
) xmlInitCharEncodingHandlers__internal_alias
__attribute((visibility("hidden")));
4620 #define xmlInitCharEncodingHandlers xmlInitCharEncodingHandlers__internal_alias
4624 #ifdef bottom_globals
4625 #undef xmlInitGlobals
4626 extern __typeof (xmlInitGlobals
) xmlInitGlobals
__attribute((alias("xmlInitGlobals__internal_alias")));
4628 #ifndef xmlInitGlobals
4629 extern __typeof (xmlInitGlobals
) xmlInitGlobals__internal_alias
__attribute((visibility("hidden")));
4630 #define xmlInitGlobals xmlInitGlobals__internal_alias
4634 #ifdef bottom_xmlmemory
4635 #undef xmlInitMemory
4636 extern __typeof (xmlInitMemory
) xmlInitMemory
__attribute((alias("xmlInitMemory__internal_alias")));
4638 #ifndef xmlInitMemory
4639 extern __typeof (xmlInitMemory
) xmlInitMemory__internal_alias
__attribute((visibility("hidden")));
4640 #define xmlInitMemory xmlInitMemory__internal_alias
4644 #ifdef bottom_parserInternals
4645 #undef xmlInitNodeInfoSeq
4646 extern __typeof (xmlInitNodeInfoSeq
) xmlInitNodeInfoSeq
__attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
4648 #ifndef xmlInitNodeInfoSeq
4649 extern __typeof (xmlInitNodeInfoSeq
) xmlInitNodeInfoSeq__internal_alias
__attribute((visibility("hidden")));
4650 #define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias
4654 #ifdef bottom_parser
4655 #undef xmlInitParser
4656 extern __typeof (xmlInitParser
) xmlInitParser
__attribute((alias("xmlInitParser__internal_alias")));
4658 #ifndef xmlInitParser
4659 extern __typeof (xmlInitParser
) xmlInitParser__internal_alias
__attribute((visibility("hidden")));
4660 #define xmlInitParser xmlInitParser__internal_alias
4664 #ifdef bottom_parserInternals
4665 #undef xmlInitParserCtxt
4666 extern __typeof (xmlInitParserCtxt
) xmlInitParserCtxt
__attribute((alias("xmlInitParserCtxt__internal_alias")));
4668 #ifndef xmlInitParserCtxt
4669 extern __typeof (xmlInitParserCtxt
) xmlInitParserCtxt__internal_alias
__attribute((visibility("hidden")));
4670 #define xmlInitParserCtxt xmlInitParserCtxt__internal_alias
4674 #ifdef bottom_threads
4675 #undef xmlInitThreads
4676 extern __typeof (xmlInitThreads
) xmlInitThreads
__attribute((alias("xmlInitThreads__internal_alias")));
4678 #ifndef xmlInitThreads
4679 extern __typeof (xmlInitThreads
) xmlInitThreads__internal_alias
__attribute((visibility("hidden")));
4680 #define xmlInitThreads xmlInitThreads__internal_alias
4684 #if defined(LIBXML_CATALOG_ENABLED)
4685 #ifdef bottom_catalog
4686 #undef xmlInitializeCatalog
4687 extern __typeof (xmlInitializeCatalog
) xmlInitializeCatalog
__attribute((alias("xmlInitializeCatalog__internal_alias")));
4689 #ifndef xmlInitializeCatalog
4690 extern __typeof (xmlInitializeCatalog
) xmlInitializeCatalog__internal_alias
__attribute((visibility("hidden")));
4691 #define xmlInitializeCatalog xmlInitializeCatalog__internal_alias
4697 #undef xmlInitializeDict
4698 extern __typeof (xmlInitializeDict
) xmlInitializeDict
__attribute((alias("xmlInitializeDict__internal_alias")));
4700 #ifndef xmlInitializeDict
4701 extern __typeof (xmlInitializeDict
) xmlInitializeDict__internal_alias
__attribute((visibility("hidden")));
4702 #define xmlInitializeDict xmlInitializeDict__internal_alias
4706 #ifdef bottom_globals
4707 #undef xmlInitializeGlobalState
4708 extern __typeof (xmlInitializeGlobalState
) xmlInitializeGlobalState
__attribute((alias("xmlInitializeGlobalState__internal_alias")));
4710 #ifndef xmlInitializeGlobalState
4711 extern __typeof (xmlInitializeGlobalState
) xmlInitializeGlobalState__internal_alias
__attribute((visibility("hidden")));
4712 #define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias
4716 #if defined(LIBXML_LEGACY_ENABLED)
4717 #ifdef bottom_legacy
4718 #undef xmlInitializePredefinedEntities
4719 extern __typeof (xmlInitializePredefinedEntities
) xmlInitializePredefinedEntities
__attribute((alias("xmlInitializePredefinedEntities__internal_alias")));
4721 #ifndef xmlInitializePredefinedEntities
4722 extern __typeof (xmlInitializePredefinedEntities
) xmlInitializePredefinedEntities__internal_alias
__attribute((visibility("hidden")));
4723 #define xmlInitializePredefinedEntities xmlInitializePredefinedEntities__internal_alias
4728 #ifdef bottom_chvalid
4729 #undef xmlIsBaseChar
4730 extern __typeof (xmlIsBaseChar
) xmlIsBaseChar
__attribute((alias("xmlIsBaseChar__internal_alias")));
4732 #ifndef xmlIsBaseChar
4733 extern __typeof (xmlIsBaseChar
) xmlIsBaseChar__internal_alias
__attribute((visibility("hidden")));
4734 #define xmlIsBaseChar xmlIsBaseChar__internal_alias
4738 #ifdef bottom_chvalid
4740 extern __typeof (xmlIsBlank
) xmlIsBlank
__attribute((alias("xmlIsBlank__internal_alias")));
4743 extern __typeof (xmlIsBlank
) xmlIsBlank__internal_alias
__attribute((visibility("hidden")));
4744 #define xmlIsBlank xmlIsBlank__internal_alias
4749 #undef xmlIsBlankNode
4750 extern __typeof (xmlIsBlankNode
) xmlIsBlankNode
__attribute((alias("xmlIsBlankNode__internal_alias")));
4752 #ifndef xmlIsBlankNode
4753 extern __typeof (xmlIsBlankNode
) xmlIsBlankNode__internal_alias
__attribute((visibility("hidden")));
4754 #define xmlIsBlankNode xmlIsBlankNode__internal_alias
4758 #ifdef bottom_chvalid
4760 extern __typeof (xmlIsChar
) xmlIsChar
__attribute((alias("xmlIsChar__internal_alias")));
4763 extern __typeof (xmlIsChar
) xmlIsChar__internal_alias
__attribute((visibility("hidden")));
4764 #define xmlIsChar xmlIsChar__internal_alias
4768 #ifdef bottom_chvalid
4769 #undef xmlIsCombining
4770 extern __typeof (xmlIsCombining
) xmlIsCombining
__attribute((alias("xmlIsCombining__internal_alias")));
4772 #ifndef xmlIsCombining
4773 extern __typeof (xmlIsCombining
) xmlIsCombining__internal_alias
__attribute((visibility("hidden")));
4774 #define xmlIsCombining xmlIsCombining__internal_alias
4778 #ifdef bottom_chvalid
4780 extern __typeof (xmlIsDigit
) xmlIsDigit
__attribute((alias("xmlIsDigit__internal_alias")));
4783 extern __typeof (xmlIsDigit
) xmlIsDigit__internal_alias
__attribute((visibility("hidden")));
4784 #define xmlIsDigit xmlIsDigit__internal_alias
4788 #ifdef bottom_chvalid
4789 #undef xmlIsExtender
4790 extern __typeof (xmlIsExtender
) xmlIsExtender
__attribute((alias("xmlIsExtender__internal_alias")));
4792 #ifndef xmlIsExtender
4793 extern __typeof (xmlIsExtender
) xmlIsExtender__internal_alias
__attribute((visibility("hidden")));
4794 #define xmlIsExtender xmlIsExtender__internal_alias
4800 extern __typeof (xmlIsID
) xmlIsID
__attribute((alias("xmlIsID__internal_alias")));
4803 extern __typeof (xmlIsID
) xmlIsID__internal_alias
__attribute((visibility("hidden")));
4804 #define xmlIsID xmlIsID__internal_alias
4808 #ifdef bottom_chvalid
4809 #undef xmlIsIdeographic
4810 extern __typeof (xmlIsIdeographic
) xmlIsIdeographic
__attribute((alias("xmlIsIdeographic__internal_alias")));
4812 #ifndef xmlIsIdeographic
4813 extern __typeof (xmlIsIdeographic
) xmlIsIdeographic__internal_alias
__attribute((visibility("hidden")));
4814 #define xmlIsIdeographic xmlIsIdeographic__internal_alias
4818 #ifdef bottom_parserInternals
4820 extern __typeof (xmlIsLetter
) xmlIsLetter
__attribute((alias("xmlIsLetter__internal_alias")));
4823 extern __typeof (xmlIsLetter
) xmlIsLetter__internal_alias
__attribute((visibility("hidden")));
4824 #define xmlIsLetter xmlIsLetter__internal_alias
4828 #ifdef bottom_threads
4829 #undef xmlIsMainThread
4830 extern __typeof (xmlIsMainThread
) xmlIsMainThread
__attribute((alias("xmlIsMainThread__internal_alias")));
4832 #ifndef xmlIsMainThread
4833 extern __typeof (xmlIsMainThread
) xmlIsMainThread__internal_alias
__attribute((visibility("hidden")));
4834 #define xmlIsMainThread xmlIsMainThread__internal_alias
4839 #undef xmlIsMixedElement
4840 extern __typeof (xmlIsMixedElement
) xmlIsMixedElement
__attribute((alias("xmlIsMixedElement__internal_alias")));
4842 #ifndef xmlIsMixedElement
4843 extern __typeof (xmlIsMixedElement
) xmlIsMixedElement__internal_alias
__attribute((visibility("hidden")));
4844 #define xmlIsMixedElement xmlIsMixedElement__internal_alias
4848 #ifdef bottom_chvalid
4849 #undef xmlIsPubidChar
4850 extern __typeof (xmlIsPubidChar
) xmlIsPubidChar
__attribute((alias("xmlIsPubidChar__internal_alias")));
4852 #ifndef xmlIsPubidChar
4853 extern __typeof (xmlIsPubidChar
) xmlIsPubidChar__internal_alias
__attribute((visibility("hidden")));
4854 #define xmlIsPubidChar xmlIsPubidChar__internal_alias
4860 extern __typeof (xmlIsRef
) xmlIsRef
__attribute((alias("xmlIsRef__internal_alias")));
4863 extern __typeof (xmlIsRef
) xmlIsRef__internal_alias
__attribute((visibility("hidden")));
4864 #define xmlIsRef xmlIsRef__internal_alias
4868 #ifdef bottom_xmlsave
4870 extern __typeof (xmlIsXHTML
) xmlIsXHTML
__attribute((alias("xmlIsXHTML__internal_alias")));
4873 extern __typeof (xmlIsXHTML
) xmlIsXHTML__internal_alias
__attribute((visibility("hidden")));
4874 #define xmlIsXHTML xmlIsXHTML__internal_alias
4878 #ifdef bottom_parserInternals
4879 #undef xmlKeepBlanksDefault
4880 extern __typeof (xmlKeepBlanksDefault
) xmlKeepBlanksDefault
__attribute((alias("xmlKeepBlanksDefault__internal_alias")));
4882 #ifndef xmlKeepBlanksDefault
4883 extern __typeof (xmlKeepBlanksDefault
) xmlKeepBlanksDefault__internal_alias
__attribute((visibility("hidden")));
4884 #define xmlKeepBlanksDefault xmlKeepBlanksDefault__internal_alias
4888 #if defined(LIBXML_TREE_ENABLED)
4890 #undef xmlLastElementChild
4891 extern __typeof (xmlLastElementChild
) xmlLastElementChild
__attribute((alias("xmlLastElementChild__internal_alias")));
4893 #ifndef xmlLastElementChild
4894 extern __typeof (xmlLastElementChild
) xmlLastElementChild__internal_alias
__attribute((visibility("hidden")));
4895 #define xmlLastElementChild xmlLastElementChild__internal_alias
4900 #ifdef bottom_parserInternals
4901 #undef xmlLineNumbersDefault
4902 extern __typeof (xmlLineNumbersDefault
) xmlLineNumbersDefault
__attribute((alias("xmlLineNumbersDefault__internal_alias")));
4904 #ifndef xmlLineNumbersDefault
4905 extern __typeof (xmlLineNumbersDefault
) xmlLineNumbersDefault__internal_alias
__attribute((visibility("hidden")));
4906 #define xmlLineNumbersDefault xmlLineNumbersDefault__internal_alias
4911 #undef xmlLinkGetData
4912 extern __typeof (xmlLinkGetData
) xmlLinkGetData
__attribute((alias("xmlLinkGetData__internal_alias")));
4914 #ifndef xmlLinkGetData
4915 extern __typeof (xmlLinkGetData
) xmlLinkGetData__internal_alias
__attribute((visibility("hidden")));
4916 #define xmlLinkGetData xmlLinkGetData__internal_alias
4921 #undef xmlListAppend
4922 extern __typeof (xmlListAppend
) xmlListAppend
__attribute((alias("xmlListAppend__internal_alias")));
4924 #ifndef xmlListAppend
4925 extern __typeof (xmlListAppend
) xmlListAppend__internal_alias
__attribute((visibility("hidden")));
4926 #define xmlListAppend xmlListAppend__internal_alias
4932 extern __typeof (xmlListClear
) xmlListClear
__attribute((alias("xmlListClear__internal_alias")));
4934 #ifndef xmlListClear
4935 extern __typeof (xmlListClear
) xmlListClear__internal_alias
__attribute((visibility("hidden")));
4936 #define xmlListClear xmlListClear__internal_alias
4942 extern __typeof (xmlListCopy
) xmlListCopy
__attribute((alias("xmlListCopy__internal_alias")));
4945 extern __typeof (xmlListCopy
) xmlListCopy__internal_alias
__attribute((visibility("hidden")));
4946 #define xmlListCopy xmlListCopy__internal_alias
4951 #undef xmlListCreate
4952 extern __typeof (xmlListCreate
) xmlListCreate
__attribute((alias("xmlListCreate__internal_alias")));
4954 #ifndef xmlListCreate
4955 extern __typeof (xmlListCreate
) xmlListCreate__internal_alias
__attribute((visibility("hidden")));
4956 #define xmlListCreate xmlListCreate__internal_alias
4961 #undef xmlListDelete
4962 extern __typeof (xmlListDelete
) xmlListDelete
__attribute((alias("xmlListDelete__internal_alias")));
4964 #ifndef xmlListDelete
4965 extern __typeof (xmlListDelete
) xmlListDelete__internal_alias
__attribute((visibility("hidden")));
4966 #define xmlListDelete xmlListDelete__internal_alias
4972 extern __typeof (xmlListDup
) xmlListDup
__attribute((alias("xmlListDup__internal_alias")));
4975 extern __typeof (xmlListDup
) xmlListDup__internal_alias
__attribute((visibility("hidden")));
4976 #define xmlListDup xmlListDup__internal_alias
4982 extern __typeof (xmlListEmpty
) xmlListEmpty
__attribute((alias("xmlListEmpty__internal_alias")));
4984 #ifndef xmlListEmpty
4985 extern __typeof (xmlListEmpty
) xmlListEmpty__internal_alias
__attribute((visibility("hidden")));
4986 #define xmlListEmpty xmlListEmpty__internal_alias
4992 extern __typeof (xmlListEnd
) xmlListEnd
__attribute((alias("xmlListEnd__internal_alias")));
4995 extern __typeof (xmlListEnd
) xmlListEnd__internal_alias
__attribute((visibility("hidden")));
4996 #define xmlListEnd xmlListEnd__internal_alias
5002 extern __typeof (xmlListFront
) xmlListFront
__attribute((alias("xmlListFront__internal_alias")));
5004 #ifndef xmlListFront
5005 extern __typeof (xmlListFront
) xmlListFront__internal_alias
__attribute((visibility("hidden")));
5006 #define xmlListFront xmlListFront__internal_alias
5011 #undef xmlListInsert
5012 extern __typeof (xmlListInsert
) xmlListInsert
__attribute((alias("xmlListInsert__internal_alias")));
5014 #ifndef xmlListInsert
5015 extern __typeof (xmlListInsert
) xmlListInsert__internal_alias
__attribute((visibility("hidden")));
5016 #define xmlListInsert xmlListInsert__internal_alias
5022 extern __typeof (xmlListMerge
) xmlListMerge
__attribute((alias("xmlListMerge__internal_alias")));
5024 #ifndef xmlListMerge
5025 extern __typeof (xmlListMerge
) xmlListMerge__internal_alias
__attribute((visibility("hidden")));
5026 #define xmlListMerge xmlListMerge__internal_alias
5031 #undef xmlListPopBack
5032 extern __typeof (xmlListPopBack
) xmlListPopBack
__attribute((alias("xmlListPopBack__internal_alias")));
5034 #ifndef xmlListPopBack
5035 extern __typeof (xmlListPopBack
) xmlListPopBack__internal_alias
__attribute((visibility("hidden")));
5036 #define xmlListPopBack xmlListPopBack__internal_alias
5041 #undef xmlListPopFront
5042 extern __typeof (xmlListPopFront
) xmlListPopFront
__attribute((alias("xmlListPopFront__internal_alias")));
5044 #ifndef xmlListPopFront
5045 extern __typeof (xmlListPopFront
) xmlListPopFront__internal_alias
__attribute((visibility("hidden")));
5046 #define xmlListPopFront xmlListPopFront__internal_alias
5051 #undef xmlListPushBack
5052 extern __typeof (xmlListPushBack
) xmlListPushBack
__attribute((alias("xmlListPushBack__internal_alias")));
5054 #ifndef xmlListPushBack
5055 extern __typeof (xmlListPushBack
) xmlListPushBack__internal_alias
__attribute((visibility("hidden")));
5056 #define xmlListPushBack xmlListPushBack__internal_alias
5061 #undef xmlListPushFront
5062 extern __typeof (xmlListPushFront
) xmlListPushFront
__attribute((alias("xmlListPushFront__internal_alias")));
5064 #ifndef xmlListPushFront
5065 extern __typeof (xmlListPushFront
) xmlListPushFront__internal_alias
__attribute((visibility("hidden")));
5066 #define xmlListPushFront xmlListPushFront__internal_alias
5071 #undef xmlListRemoveAll
5072 extern __typeof (xmlListRemoveAll
) xmlListRemoveAll
__attribute((alias("xmlListRemoveAll__internal_alias")));
5074 #ifndef xmlListRemoveAll
5075 extern __typeof (xmlListRemoveAll
) xmlListRemoveAll__internal_alias
__attribute((visibility("hidden")));
5076 #define xmlListRemoveAll xmlListRemoveAll__internal_alias
5081 #undef xmlListRemoveFirst
5082 extern __typeof (xmlListRemoveFirst
) xmlListRemoveFirst
__attribute((alias("xmlListRemoveFirst__internal_alias")));
5084 #ifndef xmlListRemoveFirst
5085 extern __typeof (xmlListRemoveFirst
) xmlListRemoveFirst__internal_alias
__attribute((visibility("hidden")));
5086 #define xmlListRemoveFirst xmlListRemoveFirst__internal_alias
5091 #undef xmlListRemoveLast
5092 extern __typeof (xmlListRemoveLast
) xmlListRemoveLast
__attribute((alias("xmlListRemoveLast__internal_alias")));
5094 #ifndef xmlListRemoveLast
5095 extern __typeof (xmlListRemoveLast
) xmlListRemoveLast__internal_alias
__attribute((visibility("hidden")));
5096 #define xmlListRemoveLast xmlListRemoveLast__internal_alias
5101 #undef xmlListReverse
5102 extern __typeof (xmlListReverse
) xmlListReverse
__attribute((alias("xmlListReverse__internal_alias")));
5104 #ifndef xmlListReverse
5105 extern __typeof (xmlListReverse
) xmlListReverse__internal_alias
__attribute((visibility("hidden")));
5106 #define xmlListReverse xmlListReverse__internal_alias
5111 #undef xmlListReverseSearch
5112 extern __typeof (xmlListReverseSearch
) xmlListReverseSearch
__attribute((alias("xmlListReverseSearch__internal_alias")));
5114 #ifndef xmlListReverseSearch
5115 extern __typeof (xmlListReverseSearch
) xmlListReverseSearch__internal_alias
__attribute((visibility("hidden")));
5116 #define xmlListReverseSearch xmlListReverseSearch__internal_alias
5121 #undef xmlListReverseWalk
5122 extern __typeof (xmlListReverseWalk
) xmlListReverseWalk
__attribute((alias("xmlListReverseWalk__internal_alias")));
5124 #ifndef xmlListReverseWalk
5125 extern __typeof (xmlListReverseWalk
) xmlListReverseWalk__internal_alias
__attribute((visibility("hidden")));
5126 #define xmlListReverseWalk xmlListReverseWalk__internal_alias
5131 #undef xmlListSearch
5132 extern __typeof (xmlListSearch
) xmlListSearch
__attribute((alias("xmlListSearch__internal_alias")));
5134 #ifndef xmlListSearch
5135 extern __typeof (xmlListSearch
) xmlListSearch__internal_alias
__attribute((visibility("hidden")));
5136 #define xmlListSearch xmlListSearch__internal_alias
5142 extern __typeof (xmlListSize
) xmlListSize
__attribute((alias("xmlListSize__internal_alias")));
5145 extern __typeof (xmlListSize
) xmlListSize__internal_alias
__attribute((visibility("hidden")));
5146 #define xmlListSize xmlListSize__internal_alias
5152 extern __typeof (xmlListSort
) xmlListSort
__attribute((alias("xmlListSort__internal_alias")));
5155 extern __typeof (xmlListSort
) xmlListSort__internal_alias
__attribute((visibility("hidden")));
5156 #define xmlListSort xmlListSort__internal_alias
5162 extern __typeof (xmlListWalk
) xmlListWalk
__attribute((alias("xmlListWalk__internal_alias")));
5165 extern __typeof (xmlListWalk
) xmlListWalk__internal_alias
__attribute((visibility("hidden")));
5166 #define xmlListWalk xmlListWalk__internal_alias
5170 #if defined(LIBXML_CATALOG_ENABLED)
5171 #ifdef bottom_catalog
5172 #undef xmlLoadACatalog
5173 extern __typeof (xmlLoadACatalog
) xmlLoadACatalog
__attribute((alias("xmlLoadACatalog__internal_alias")));
5175 #ifndef xmlLoadACatalog
5176 extern __typeof (xmlLoadACatalog
) xmlLoadACatalog__internal_alias
__attribute((visibility("hidden")));
5177 #define xmlLoadACatalog xmlLoadACatalog__internal_alias
5182 #if defined(LIBXML_CATALOG_ENABLED)
5183 #ifdef bottom_catalog
5184 #undef xmlLoadCatalog
5185 extern __typeof (xmlLoadCatalog
) xmlLoadCatalog
__attribute((alias("xmlLoadCatalog__internal_alias")));
5187 #ifndef xmlLoadCatalog
5188 extern __typeof (xmlLoadCatalog
) xmlLoadCatalog__internal_alias
__attribute((visibility("hidden")));
5189 #define xmlLoadCatalog xmlLoadCatalog__internal_alias
5194 #if defined(LIBXML_CATALOG_ENABLED)
5195 #ifdef bottom_catalog
5196 #undef xmlLoadCatalogs
5197 extern __typeof (xmlLoadCatalogs
) xmlLoadCatalogs
__attribute((alias("xmlLoadCatalogs__internal_alias")));
5199 #ifndef xmlLoadCatalogs
5200 extern __typeof (xmlLoadCatalogs
) xmlLoadCatalogs__internal_alias
__attribute((visibility("hidden")));
5201 #define xmlLoadCatalogs xmlLoadCatalogs__internal_alias
5207 #undef xmlLoadExternalEntity
5208 extern __typeof (xmlLoadExternalEntity
) xmlLoadExternalEntity
__attribute((alias("xmlLoadExternalEntity__internal_alias")));
5210 #ifndef xmlLoadExternalEntity
5211 extern __typeof (xmlLoadExternalEntity
) xmlLoadExternalEntity__internal_alias
__attribute((visibility("hidden")));
5212 #define xmlLoadExternalEntity xmlLoadExternalEntity__internal_alias
5216 #if defined(LIBXML_CATALOG_ENABLED)
5217 #ifdef bottom_catalog
5218 #undef xmlLoadSGMLSuperCatalog
5219 extern __typeof (xmlLoadSGMLSuperCatalog
) xmlLoadSGMLSuperCatalog
__attribute((alias("xmlLoadSGMLSuperCatalog__internal_alias")));
5221 #ifndef xmlLoadSGMLSuperCatalog
5222 extern __typeof (xmlLoadSGMLSuperCatalog
) xmlLoadSGMLSuperCatalog__internal_alias
__attribute((visibility("hidden")));
5223 #define xmlLoadSGMLSuperCatalog xmlLoadSGMLSuperCatalog__internal_alias
5228 #ifdef bottom_threads
5229 #undef xmlLockLibrary
5230 extern __typeof (xmlLockLibrary
) xmlLockLibrary
__attribute((alias("xmlLockLibrary__internal_alias")));
5232 #ifndef xmlLockLibrary
5233 extern __typeof (xmlLockLibrary
) xmlLockLibrary__internal_alias
__attribute((visibility("hidden")));
5234 #define xmlLockLibrary xmlLockLibrary__internal_alias
5238 #if defined(LIBXML_DEBUG_ENABLED)
5239 #ifdef bottom_debugXML
5240 #undef xmlLsCountNode
5241 extern __typeof (xmlLsCountNode
) xmlLsCountNode
__attribute((alias("xmlLsCountNode__internal_alias")));
5243 #ifndef xmlLsCountNode
5244 extern __typeof (xmlLsCountNode
) xmlLsCountNode__internal_alias
__attribute((visibility("hidden")));
5245 #define xmlLsCountNode xmlLsCountNode__internal_alias
5250 #if defined(LIBXML_DEBUG_ENABLED)
5251 #ifdef bottom_debugXML
5253 extern __typeof (xmlLsOneNode
) xmlLsOneNode
__attribute((alias("xmlLsOneNode__internal_alias")));
5255 #ifndef xmlLsOneNode
5256 extern __typeof (xmlLsOneNode
) xmlLsOneNode__internal_alias
__attribute((visibility("hidden")));
5257 #define xmlLsOneNode xmlLsOneNode__internal_alias
5262 #ifdef bottom_xmlmemory
5263 #undef xmlMallocAtomicLoc
5264 extern __typeof (xmlMallocAtomicLoc
) xmlMallocAtomicLoc
__attribute((alias("xmlMallocAtomicLoc__internal_alias")));
5266 #ifndef xmlMallocAtomicLoc
5267 extern __typeof (xmlMallocAtomicLoc
) xmlMallocAtomicLoc__internal_alias
__attribute((visibility("hidden")));
5268 #define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias
5272 #ifdef bottom_xmlmemory
5274 extern __typeof (xmlMallocLoc
) xmlMallocLoc
__attribute((alias("xmlMallocLoc__internal_alias")));
5276 #ifndef xmlMallocLoc
5277 extern __typeof (xmlMallocLoc
) xmlMallocLoc__internal_alias
__attribute((visibility("hidden")));
5278 #define xmlMallocLoc xmlMallocLoc__internal_alias
5282 #ifdef bottom_xmlmemory
5284 extern __typeof (xmlMemBlocks
) xmlMemBlocks
__attribute((alias("xmlMemBlocks__internal_alias")));
5286 #ifndef xmlMemBlocks
5287 extern __typeof (xmlMemBlocks
) xmlMemBlocks__internal_alias
__attribute((visibility("hidden")));
5288 #define xmlMemBlocks xmlMemBlocks__internal_alias
5292 #ifdef bottom_xmlmemory
5293 #undef xmlMemDisplay
5294 extern __typeof (xmlMemDisplay
) xmlMemDisplay
__attribute((alias("xmlMemDisplay__internal_alias")));
5296 #ifndef xmlMemDisplay
5297 extern __typeof (xmlMemDisplay
) xmlMemDisplay__internal_alias
__attribute((visibility("hidden")));
5298 #define xmlMemDisplay xmlMemDisplay__internal_alias
5302 #ifdef bottom_xmlmemory
5303 #undef xmlMemDisplayLast
5304 extern __typeof (xmlMemDisplayLast
) xmlMemDisplayLast
__attribute((alias("xmlMemDisplayLast__internal_alias")));
5306 #ifndef xmlMemDisplayLast
5307 extern __typeof (xmlMemDisplayLast
) xmlMemDisplayLast__internal_alias
__attribute((visibility("hidden")));
5308 #define xmlMemDisplayLast xmlMemDisplayLast__internal_alias
5312 #ifdef bottom_xmlmemory
5314 extern __typeof (xmlMemFree
) xmlMemFree
__attribute((alias("xmlMemFree__internal_alias")));
5317 extern __typeof (xmlMemFree
) xmlMemFree__internal_alias
__attribute((visibility("hidden")));
5318 #define xmlMemFree xmlMemFree__internal_alias
5322 #ifdef bottom_xmlmemory
5324 extern __typeof (xmlMemGet
) xmlMemGet
__attribute((alias("xmlMemGet__internal_alias")));
5327 extern __typeof (xmlMemGet
) xmlMemGet__internal_alias
__attribute((visibility("hidden")));
5328 #define xmlMemGet xmlMemGet__internal_alias
5332 #ifdef bottom_xmlmemory
5334 extern __typeof (xmlMemMalloc
) xmlMemMalloc
__attribute((alias("xmlMemMalloc__internal_alias")));
5336 #ifndef xmlMemMalloc
5337 extern __typeof (xmlMemMalloc
) xmlMemMalloc__internal_alias
__attribute((visibility("hidden")));
5338 #define xmlMemMalloc xmlMemMalloc__internal_alias
5342 #ifdef bottom_xmlmemory
5343 #undef xmlMemRealloc
5344 extern __typeof (xmlMemRealloc
) xmlMemRealloc
__attribute((alias("xmlMemRealloc__internal_alias")));
5346 #ifndef xmlMemRealloc
5347 extern __typeof (xmlMemRealloc
) xmlMemRealloc__internal_alias
__attribute((visibility("hidden")));
5348 #define xmlMemRealloc xmlMemRealloc__internal_alias
5352 #ifdef bottom_xmlmemory
5354 extern __typeof (xmlMemSetup
) xmlMemSetup
__attribute((alias("xmlMemSetup__internal_alias")));
5357 extern __typeof (xmlMemSetup
) xmlMemSetup__internal_alias
__attribute((visibility("hidden")));
5358 #define xmlMemSetup xmlMemSetup__internal_alias
5362 #ifdef bottom_xmlmemory
5364 extern __typeof (xmlMemShow
) xmlMemShow
__attribute((alias("xmlMemShow__internal_alias")));
5367 extern __typeof (xmlMemShow
) xmlMemShow__internal_alias
__attribute((visibility("hidden")));
5368 #define xmlMemShow xmlMemShow__internal_alias
5372 #ifdef bottom_xmlmemory
5373 #undef xmlMemStrdupLoc
5374 extern __typeof (xmlMemStrdupLoc
) xmlMemStrdupLoc
__attribute((alias("xmlMemStrdupLoc__internal_alias")));
5376 #ifndef xmlMemStrdupLoc
5377 extern __typeof (xmlMemStrdupLoc
) xmlMemStrdupLoc__internal_alias
__attribute((visibility("hidden")));
5378 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias
5382 #ifdef bottom_xmlmemory
5384 extern __typeof (xmlMemUsed
) xmlMemUsed
__attribute((alias("xmlMemUsed__internal_alias")));
5387 extern __typeof (xmlMemUsed
) xmlMemUsed__internal_alias
__attribute((visibility("hidden")));
5388 #define xmlMemUsed xmlMemUsed__internal_alias
5392 #ifdef bottom_xmlmemory
5393 #undef xmlMemoryDump
5394 extern __typeof (xmlMemoryDump
) xmlMemoryDump
__attribute((alias("xmlMemoryDump__internal_alias")));
5396 #ifndef xmlMemoryDump
5397 extern __typeof (xmlMemoryDump
) xmlMemoryDump__internal_alias
__attribute((visibility("hidden")));
5398 #define xmlMemoryDump xmlMemoryDump__internal_alias
5402 #ifdef bottom_xmlmemory
5403 #undef xmlMemoryStrdup
5404 extern __typeof (xmlMemoryStrdup
) xmlMemoryStrdup
__attribute((alias("xmlMemoryStrdup__internal_alias")));
5406 #ifndef xmlMemoryStrdup
5407 extern __typeof (xmlMemoryStrdup
) xmlMemoryStrdup__internal_alias
__attribute((visibility("hidden")));
5408 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias
5412 #if defined(LIBXML_MODULES_ENABLED)
5413 #ifdef bottom_xmlmodule
5414 #undef xmlModuleClose
5415 extern __typeof (xmlModuleClose
) xmlModuleClose
__attribute((alias("xmlModuleClose__internal_alias")));
5417 #ifndef xmlModuleClose
5418 extern __typeof (xmlModuleClose
) xmlModuleClose__internal_alias
__attribute((visibility("hidden")));
5419 #define xmlModuleClose xmlModuleClose__internal_alias
5424 #if defined(LIBXML_MODULES_ENABLED)
5425 #ifdef bottom_xmlmodule
5426 #undef xmlModuleFree
5427 extern __typeof (xmlModuleFree
) xmlModuleFree
__attribute((alias("xmlModuleFree__internal_alias")));
5429 #ifndef xmlModuleFree
5430 extern __typeof (xmlModuleFree
) xmlModuleFree__internal_alias
__attribute((visibility("hidden")));
5431 #define xmlModuleFree xmlModuleFree__internal_alias
5436 #if defined(LIBXML_MODULES_ENABLED)
5437 #ifdef bottom_xmlmodule
5438 #undef xmlModuleOpen
5439 extern __typeof (xmlModuleOpen
) xmlModuleOpen
__attribute((alias("xmlModuleOpen__internal_alias")));
5441 #ifndef xmlModuleOpen
5442 extern __typeof (xmlModuleOpen
) xmlModuleOpen__internal_alias
__attribute((visibility("hidden")));
5443 #define xmlModuleOpen xmlModuleOpen__internal_alias
5448 #if defined(LIBXML_MODULES_ENABLED)
5449 #ifdef bottom_xmlmodule
5450 #undef xmlModuleSymbol
5451 extern __typeof (xmlModuleSymbol
) xmlModuleSymbol
__attribute((alias("xmlModuleSymbol__internal_alias")));
5453 #ifndef xmlModuleSymbol
5454 extern __typeof (xmlModuleSymbol
) xmlModuleSymbol__internal_alias
__attribute((visibility("hidden")));
5455 #define xmlModuleSymbol xmlModuleSymbol__internal_alias
5460 #ifdef bottom_threads
5462 extern __typeof (xmlMutexLock
) xmlMutexLock
__attribute((alias("xmlMutexLock__internal_alias")));
5464 #ifndef xmlMutexLock
5465 extern __typeof (xmlMutexLock
) xmlMutexLock__internal_alias
__attribute((visibility("hidden")));
5466 #define xmlMutexLock xmlMutexLock__internal_alias
5470 #ifdef bottom_threads
5471 #undef xmlMutexUnlock
5472 extern __typeof (xmlMutexUnlock
) xmlMutexUnlock
__attribute((alias("xmlMutexUnlock__internal_alias")));
5474 #ifndef xmlMutexUnlock
5475 extern __typeof (xmlMutexUnlock
) xmlMutexUnlock__internal_alias
__attribute((visibility("hidden")));
5476 #define xmlMutexUnlock xmlMutexUnlock__internal_alias
5480 #if defined(LIBXML_LEGACY_ENABLED)
5481 #ifdef bottom_legacy
5482 #undef xmlNamespaceParseNCName
5483 extern __typeof (xmlNamespaceParseNCName
) xmlNamespaceParseNCName
__attribute((alias("xmlNamespaceParseNCName__internal_alias")));
5485 #ifndef xmlNamespaceParseNCName
5486 extern __typeof (xmlNamespaceParseNCName
) xmlNamespaceParseNCName__internal_alias
__attribute((visibility("hidden")));
5487 #define xmlNamespaceParseNCName xmlNamespaceParseNCName__internal_alias
5492 #if defined(LIBXML_LEGACY_ENABLED)
5493 #ifdef bottom_legacy
5494 #undef xmlNamespaceParseNSDef
5495 extern __typeof (xmlNamespaceParseNSDef
) xmlNamespaceParseNSDef
__attribute((alias("xmlNamespaceParseNSDef__internal_alias")));
5497 #ifndef xmlNamespaceParseNSDef
5498 extern __typeof (xmlNamespaceParseNSDef
) xmlNamespaceParseNSDef__internal_alias
__attribute((visibility("hidden")));
5499 #define xmlNamespaceParseNSDef xmlNamespaceParseNSDef__internal_alias
5504 #if defined(LIBXML_LEGACY_ENABLED)
5505 #ifdef bottom_legacy
5506 #undef xmlNamespaceParseQName
5507 extern __typeof (xmlNamespaceParseQName
) xmlNamespaceParseQName
__attribute((alias("xmlNamespaceParseQName__internal_alias")));
5509 #ifndef xmlNamespaceParseQName
5510 extern __typeof (xmlNamespaceParseQName
) xmlNamespaceParseQName__internal_alias
__attribute((visibility("hidden")));
5511 #define xmlNamespaceParseQName xmlNamespaceParseQName__internal_alias
5516 #if defined(LIBXML_FTP_ENABLED)
5517 #ifdef bottom_nanoftp
5518 #undef xmlNanoFTPCheckResponse
5519 extern __typeof (xmlNanoFTPCheckResponse
) xmlNanoFTPCheckResponse
__attribute((alias("xmlNanoFTPCheckResponse__internal_alias")));
5521 #ifndef xmlNanoFTPCheckResponse
5522 extern __typeof (xmlNanoFTPCheckResponse
) xmlNanoFTPCheckResponse__internal_alias
__attribute((visibility("hidden")));
5523 #define xmlNanoFTPCheckResponse xmlNanoFTPCheckResponse__internal_alias
5528 #if defined(LIBXML_FTP_ENABLED)
5529 #ifdef bottom_nanoftp
5530 #undef xmlNanoFTPCleanup
5531 extern __typeof (xmlNanoFTPCleanup
) xmlNanoFTPCleanup
__attribute((alias("xmlNanoFTPCleanup__internal_alias")));
5533 #ifndef xmlNanoFTPCleanup
5534 extern __typeof (xmlNanoFTPCleanup
) xmlNanoFTPCleanup__internal_alias
__attribute((visibility("hidden")));
5535 #define xmlNanoFTPCleanup xmlNanoFTPCleanup__internal_alias
5540 #if defined(LIBXML_FTP_ENABLED)
5541 #ifdef bottom_nanoftp
5542 #undef xmlNanoFTPClose
5543 extern __typeof (xmlNanoFTPClose
) xmlNanoFTPClose
__attribute((alias("xmlNanoFTPClose__internal_alias")));
5545 #ifndef xmlNanoFTPClose
5546 extern __typeof (xmlNanoFTPClose
) xmlNanoFTPClose__internal_alias
__attribute((visibility("hidden")));
5547 #define xmlNanoFTPClose xmlNanoFTPClose__internal_alias
5552 #if defined(LIBXML_FTP_ENABLED)
5553 #ifdef bottom_nanoftp
5554 #undef xmlNanoFTPCloseConnection
5555 extern __typeof (xmlNanoFTPCloseConnection
) xmlNanoFTPCloseConnection
__attribute((alias("xmlNanoFTPCloseConnection__internal_alias")));
5557 #ifndef xmlNanoFTPCloseConnection
5558 extern __typeof (xmlNanoFTPCloseConnection
) xmlNanoFTPCloseConnection__internal_alias
__attribute((visibility("hidden")));
5559 #define xmlNanoFTPCloseConnection xmlNanoFTPCloseConnection__internal_alias
5564 #if defined(LIBXML_FTP_ENABLED)
5565 #ifdef bottom_nanoftp
5566 #undef xmlNanoFTPConnect
5567 extern __typeof (xmlNanoFTPConnect
) xmlNanoFTPConnect
__attribute((alias("xmlNanoFTPConnect__internal_alias")));
5569 #ifndef xmlNanoFTPConnect
5570 extern __typeof (xmlNanoFTPConnect
) xmlNanoFTPConnect__internal_alias
__attribute((visibility("hidden")));
5571 #define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias
5576 #if defined(LIBXML_FTP_ENABLED)
5577 #ifdef bottom_nanoftp
5578 #undef xmlNanoFTPConnectTo
5579 extern __typeof (xmlNanoFTPConnectTo
) xmlNanoFTPConnectTo
__attribute((alias("xmlNanoFTPConnectTo__internal_alias")));
5581 #ifndef xmlNanoFTPConnectTo
5582 extern __typeof (xmlNanoFTPConnectTo
) xmlNanoFTPConnectTo__internal_alias
__attribute((visibility("hidden")));
5583 #define xmlNanoFTPConnectTo xmlNanoFTPConnectTo__internal_alias
5588 #if defined(LIBXML_FTP_ENABLED)
5589 #ifdef bottom_nanoftp
5590 #undef xmlNanoFTPCwd
5591 extern __typeof (xmlNanoFTPCwd
) xmlNanoFTPCwd
__attribute((alias("xmlNanoFTPCwd__internal_alias")));
5593 #ifndef xmlNanoFTPCwd
5594 extern __typeof (xmlNanoFTPCwd
) xmlNanoFTPCwd__internal_alias
__attribute((visibility("hidden")));
5595 #define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias
5600 #if defined(LIBXML_FTP_ENABLED)
5601 #ifdef bottom_nanoftp
5602 #undef xmlNanoFTPDele
5603 extern __typeof (xmlNanoFTPDele
) xmlNanoFTPDele
__attribute((alias("xmlNanoFTPDele__internal_alias")));
5605 #ifndef xmlNanoFTPDele
5606 extern __typeof (xmlNanoFTPDele
) xmlNanoFTPDele__internal_alias
__attribute((visibility("hidden")));
5607 #define xmlNanoFTPDele xmlNanoFTPDele__internal_alias
5612 #if defined(LIBXML_FTP_ENABLED)
5613 #ifdef bottom_nanoftp
5614 #undef xmlNanoFTPFreeCtxt
5615 extern __typeof (xmlNanoFTPFreeCtxt
) xmlNanoFTPFreeCtxt
__attribute((alias("xmlNanoFTPFreeCtxt__internal_alias")));
5617 #ifndef xmlNanoFTPFreeCtxt
5618 extern __typeof (xmlNanoFTPFreeCtxt
) xmlNanoFTPFreeCtxt__internal_alias
__attribute((visibility("hidden")));
5619 #define xmlNanoFTPFreeCtxt xmlNanoFTPFreeCtxt__internal_alias
5624 #if defined(LIBXML_FTP_ENABLED)
5625 #ifdef bottom_nanoftp
5626 #undef xmlNanoFTPGet
5627 extern __typeof (xmlNanoFTPGet
) xmlNanoFTPGet
__attribute((alias("xmlNanoFTPGet__internal_alias")));
5629 #ifndef xmlNanoFTPGet
5630 extern __typeof (xmlNanoFTPGet
) xmlNanoFTPGet__internal_alias
__attribute((visibility("hidden")));
5631 #define xmlNanoFTPGet xmlNanoFTPGet__internal_alias
5636 #if defined(LIBXML_FTP_ENABLED)
5637 #ifdef bottom_nanoftp
5638 #undef xmlNanoFTPGetConnection
5639 extern __typeof (xmlNanoFTPGetConnection
) xmlNanoFTPGetConnection
__attribute((alias("xmlNanoFTPGetConnection__internal_alias")));
5641 #ifndef xmlNanoFTPGetConnection
5642 extern __typeof (xmlNanoFTPGetConnection
) xmlNanoFTPGetConnection__internal_alias
__attribute((visibility("hidden")));
5643 #define xmlNanoFTPGetConnection xmlNanoFTPGetConnection__internal_alias
5648 #if defined(LIBXML_FTP_ENABLED)
5649 #ifdef bottom_nanoftp
5650 #undef xmlNanoFTPGetResponse
5651 extern __typeof (xmlNanoFTPGetResponse
) xmlNanoFTPGetResponse
__attribute((alias("xmlNanoFTPGetResponse__internal_alias")));
5653 #ifndef xmlNanoFTPGetResponse
5654 extern __typeof (xmlNanoFTPGetResponse
) xmlNanoFTPGetResponse__internal_alias
__attribute((visibility("hidden")));
5655 #define xmlNanoFTPGetResponse xmlNanoFTPGetResponse__internal_alias
5660 #if defined(LIBXML_FTP_ENABLED)
5661 #ifdef bottom_nanoftp
5662 #undef xmlNanoFTPGetSocket
5663 extern __typeof (xmlNanoFTPGetSocket
) xmlNanoFTPGetSocket
__attribute((alias("xmlNanoFTPGetSocket__internal_alias")));
5665 #ifndef xmlNanoFTPGetSocket
5666 extern __typeof (xmlNanoFTPGetSocket
) xmlNanoFTPGetSocket__internal_alias
__attribute((visibility("hidden")));
5667 #define xmlNanoFTPGetSocket xmlNanoFTPGetSocket__internal_alias
5672 #if defined(LIBXML_FTP_ENABLED)
5673 #ifdef bottom_nanoftp
5674 #undef xmlNanoFTPInit
5675 extern __typeof (xmlNanoFTPInit
) xmlNanoFTPInit
__attribute((alias("xmlNanoFTPInit__internal_alias")));
5677 #ifndef xmlNanoFTPInit
5678 extern __typeof (xmlNanoFTPInit
) xmlNanoFTPInit__internal_alias
__attribute((visibility("hidden")));
5679 #define xmlNanoFTPInit xmlNanoFTPInit__internal_alias
5684 #if defined(LIBXML_FTP_ENABLED)
5685 #ifdef bottom_nanoftp
5686 #undef xmlNanoFTPList
5687 extern __typeof (xmlNanoFTPList
) xmlNanoFTPList
__attribute((alias("xmlNanoFTPList__internal_alias")));
5689 #ifndef xmlNanoFTPList
5690 extern __typeof (xmlNanoFTPList
) xmlNanoFTPList__internal_alias
__attribute((visibility("hidden")));
5691 #define xmlNanoFTPList xmlNanoFTPList__internal_alias
5696 #if defined(LIBXML_FTP_ENABLED)
5697 #ifdef bottom_nanoftp
5698 #undef xmlNanoFTPNewCtxt
5699 extern __typeof (xmlNanoFTPNewCtxt
) xmlNanoFTPNewCtxt
__attribute((alias("xmlNanoFTPNewCtxt__internal_alias")));
5701 #ifndef xmlNanoFTPNewCtxt
5702 extern __typeof (xmlNanoFTPNewCtxt
) xmlNanoFTPNewCtxt__internal_alias
__attribute((visibility("hidden")));
5703 #define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias
5708 #if defined(LIBXML_FTP_ENABLED)
5709 #ifdef bottom_nanoftp
5710 #undef xmlNanoFTPOpen
5711 extern __typeof (xmlNanoFTPOpen
) xmlNanoFTPOpen
__attribute((alias("xmlNanoFTPOpen__internal_alias")));
5713 #ifndef xmlNanoFTPOpen
5714 extern __typeof (xmlNanoFTPOpen
) xmlNanoFTPOpen__internal_alias
__attribute((visibility("hidden")));
5715 #define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias
5720 #if defined(LIBXML_FTP_ENABLED)
5721 #ifdef bottom_nanoftp
5722 #undef xmlNanoFTPProxy
5723 extern __typeof (xmlNanoFTPProxy
) xmlNanoFTPProxy
__attribute((alias("xmlNanoFTPProxy__internal_alias")));
5725 #ifndef xmlNanoFTPProxy
5726 extern __typeof (xmlNanoFTPProxy
) xmlNanoFTPProxy__internal_alias
__attribute((visibility("hidden")));
5727 #define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias
5732 #if defined(LIBXML_FTP_ENABLED)
5733 #ifdef bottom_nanoftp
5734 #undef xmlNanoFTPQuit
5735 extern __typeof (xmlNanoFTPQuit
) xmlNanoFTPQuit
__attribute((alias("xmlNanoFTPQuit__internal_alias")));
5737 #ifndef xmlNanoFTPQuit
5738 extern __typeof (xmlNanoFTPQuit
) xmlNanoFTPQuit__internal_alias
__attribute((visibility("hidden")));
5739 #define xmlNanoFTPQuit xmlNanoFTPQuit__internal_alias
5744 #if defined(LIBXML_FTP_ENABLED)
5745 #ifdef bottom_nanoftp
5746 #undef xmlNanoFTPRead
5747 extern __typeof (xmlNanoFTPRead
) xmlNanoFTPRead
__attribute((alias("xmlNanoFTPRead__internal_alias")));
5749 #ifndef xmlNanoFTPRead
5750 extern __typeof (xmlNanoFTPRead
) xmlNanoFTPRead__internal_alias
__attribute((visibility("hidden")));
5751 #define xmlNanoFTPRead xmlNanoFTPRead__internal_alias
5756 #if defined(LIBXML_FTP_ENABLED)
5757 #ifdef bottom_nanoftp
5758 #undef xmlNanoFTPScanProxy
5759 extern __typeof (xmlNanoFTPScanProxy
) xmlNanoFTPScanProxy
__attribute((alias("xmlNanoFTPScanProxy__internal_alias")));
5761 #ifndef xmlNanoFTPScanProxy
5762 extern __typeof (xmlNanoFTPScanProxy
) xmlNanoFTPScanProxy__internal_alias
__attribute((visibility("hidden")));
5763 #define xmlNanoFTPScanProxy xmlNanoFTPScanProxy__internal_alias
5768 #if defined(LIBXML_FTP_ENABLED)
5769 #ifdef bottom_nanoftp
5770 #undef xmlNanoFTPUpdateURL
5771 extern __typeof (xmlNanoFTPUpdateURL
) xmlNanoFTPUpdateURL
__attribute((alias("xmlNanoFTPUpdateURL__internal_alias")));
5773 #ifndef xmlNanoFTPUpdateURL
5774 extern __typeof (xmlNanoFTPUpdateURL
) xmlNanoFTPUpdateURL__internal_alias
__attribute((visibility("hidden")));
5775 #define xmlNanoFTPUpdateURL xmlNanoFTPUpdateURL__internal_alias
5780 #if defined(LIBXML_HTTP_ENABLED)
5781 #ifdef bottom_nanohttp
5782 #undef xmlNanoHTTPAuthHeader
5783 extern __typeof (xmlNanoHTTPAuthHeader
) xmlNanoHTTPAuthHeader
__attribute((alias("xmlNanoHTTPAuthHeader__internal_alias")));
5785 #ifndef xmlNanoHTTPAuthHeader
5786 extern __typeof (xmlNanoHTTPAuthHeader
) xmlNanoHTTPAuthHeader__internal_alias
__attribute((visibility("hidden")));
5787 #define xmlNanoHTTPAuthHeader xmlNanoHTTPAuthHeader__internal_alias
5792 #if defined(LIBXML_HTTP_ENABLED)
5793 #ifdef bottom_nanohttp
5794 #undef xmlNanoHTTPCleanup
5795 extern __typeof (xmlNanoHTTPCleanup
) xmlNanoHTTPCleanup
__attribute((alias("xmlNanoHTTPCleanup__internal_alias")));
5797 #ifndef xmlNanoHTTPCleanup
5798 extern __typeof (xmlNanoHTTPCleanup
) xmlNanoHTTPCleanup__internal_alias
__attribute((visibility("hidden")));
5799 #define xmlNanoHTTPCleanup xmlNanoHTTPCleanup__internal_alias
5804 #if defined(LIBXML_HTTP_ENABLED)
5805 #ifdef bottom_nanohttp
5806 #undef xmlNanoHTTPClose
5807 extern __typeof (xmlNanoHTTPClose
) xmlNanoHTTPClose
__attribute((alias("xmlNanoHTTPClose__internal_alias")));
5809 #ifndef xmlNanoHTTPClose
5810 extern __typeof (xmlNanoHTTPClose
) xmlNanoHTTPClose__internal_alias
__attribute((visibility("hidden")));
5811 #define xmlNanoHTTPClose xmlNanoHTTPClose__internal_alias
5816 #if defined(LIBXML_HTTP_ENABLED)
5817 #ifdef bottom_nanohttp
5818 #undef xmlNanoHTTPContentLength
5819 extern __typeof (xmlNanoHTTPContentLength
) xmlNanoHTTPContentLength
__attribute((alias("xmlNanoHTTPContentLength__internal_alias")));
5821 #ifndef xmlNanoHTTPContentLength
5822 extern __typeof (xmlNanoHTTPContentLength
) xmlNanoHTTPContentLength__internal_alias
__attribute((visibility("hidden")));
5823 #define xmlNanoHTTPContentLength xmlNanoHTTPContentLength__internal_alias
5828 #if defined(LIBXML_HTTP_ENABLED)
5829 #ifdef bottom_nanohttp
5830 #undef xmlNanoHTTPEncoding
5831 extern __typeof (xmlNanoHTTPEncoding
) xmlNanoHTTPEncoding
__attribute((alias("xmlNanoHTTPEncoding__internal_alias")));
5833 #ifndef xmlNanoHTTPEncoding
5834 extern __typeof (xmlNanoHTTPEncoding
) xmlNanoHTTPEncoding__internal_alias
__attribute((visibility("hidden")));
5835 #define xmlNanoHTTPEncoding xmlNanoHTTPEncoding__internal_alias
5840 #if defined(LIBXML_HTTP_ENABLED)
5841 #ifdef bottom_nanohttp
5842 #undef xmlNanoHTTPFetch
5843 extern __typeof (xmlNanoHTTPFetch
) xmlNanoHTTPFetch
__attribute((alias("xmlNanoHTTPFetch__internal_alias")));
5845 #ifndef xmlNanoHTTPFetch
5846 extern __typeof (xmlNanoHTTPFetch
) xmlNanoHTTPFetch__internal_alias
__attribute((visibility("hidden")));
5847 #define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias
5852 #if defined(LIBXML_HTTP_ENABLED)
5853 #ifdef bottom_nanohttp
5854 #undef xmlNanoHTTPInit
5855 extern __typeof (xmlNanoHTTPInit
) xmlNanoHTTPInit
__attribute((alias("xmlNanoHTTPInit__internal_alias")));
5857 #ifndef xmlNanoHTTPInit
5858 extern __typeof (xmlNanoHTTPInit
) xmlNanoHTTPInit__internal_alias
__attribute((visibility("hidden")));
5859 #define xmlNanoHTTPInit xmlNanoHTTPInit__internal_alias
5864 #if defined(LIBXML_HTTP_ENABLED)
5865 #ifdef bottom_nanohttp
5866 #undef xmlNanoHTTPMethod
5867 extern __typeof (xmlNanoHTTPMethod
) xmlNanoHTTPMethod
__attribute((alias("xmlNanoHTTPMethod__internal_alias")));
5869 #ifndef xmlNanoHTTPMethod
5870 extern __typeof (xmlNanoHTTPMethod
) xmlNanoHTTPMethod__internal_alias
__attribute((visibility("hidden")));
5871 #define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias
5876 #if defined(LIBXML_HTTP_ENABLED)
5877 #ifdef bottom_nanohttp
5878 #undef xmlNanoHTTPMethodRedir
5879 extern __typeof (xmlNanoHTTPMethodRedir
) xmlNanoHTTPMethodRedir
__attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
5881 #ifndef xmlNanoHTTPMethodRedir
5882 extern __typeof (xmlNanoHTTPMethodRedir
) xmlNanoHTTPMethodRedir__internal_alias
__attribute((visibility("hidden")));
5883 #define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias
5888 #if defined(LIBXML_HTTP_ENABLED)
5889 #ifdef bottom_nanohttp
5890 #undef xmlNanoHTTPMimeType
5891 extern __typeof (xmlNanoHTTPMimeType
) xmlNanoHTTPMimeType
__attribute((alias("xmlNanoHTTPMimeType__internal_alias")));
5893 #ifndef xmlNanoHTTPMimeType
5894 extern __typeof (xmlNanoHTTPMimeType
) xmlNanoHTTPMimeType__internal_alias
__attribute((visibility("hidden")));
5895 #define xmlNanoHTTPMimeType xmlNanoHTTPMimeType__internal_alias
5900 #if defined(LIBXML_HTTP_ENABLED)
5901 #ifdef bottom_nanohttp
5902 #undef xmlNanoHTTPOpen
5903 extern __typeof (xmlNanoHTTPOpen
) xmlNanoHTTPOpen
__attribute((alias("xmlNanoHTTPOpen__internal_alias")));
5905 #ifndef xmlNanoHTTPOpen
5906 extern __typeof (xmlNanoHTTPOpen
) xmlNanoHTTPOpen__internal_alias
__attribute((visibility("hidden")));
5907 #define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias
5912 #if defined(LIBXML_HTTP_ENABLED)
5913 #ifdef bottom_nanohttp
5914 #undef xmlNanoHTTPOpenRedir
5915 extern __typeof (xmlNanoHTTPOpenRedir
) xmlNanoHTTPOpenRedir
__attribute((alias("xmlNanoHTTPOpenRedir__internal_alias")));
5917 #ifndef xmlNanoHTTPOpenRedir
5918 extern __typeof (xmlNanoHTTPOpenRedir
) xmlNanoHTTPOpenRedir__internal_alias
__attribute((visibility("hidden")));
5919 #define xmlNanoHTTPOpenRedir xmlNanoHTTPOpenRedir__internal_alias
5924 #if defined(LIBXML_HTTP_ENABLED)
5925 #ifdef bottom_nanohttp
5926 #undef xmlNanoHTTPRead
5927 extern __typeof (xmlNanoHTTPRead
) xmlNanoHTTPRead
__attribute((alias("xmlNanoHTTPRead__internal_alias")));
5929 #ifndef xmlNanoHTTPRead
5930 extern __typeof (xmlNanoHTTPRead
) xmlNanoHTTPRead__internal_alias
__attribute((visibility("hidden")));
5931 #define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias
5936 #if defined(LIBXML_HTTP_ENABLED)
5937 #ifdef bottom_nanohttp
5938 #undef xmlNanoHTTPRedir
5939 extern __typeof (xmlNanoHTTPRedir
) xmlNanoHTTPRedir
__attribute((alias("xmlNanoHTTPRedir__internal_alias")));
5941 #ifndef xmlNanoHTTPRedir
5942 extern __typeof (xmlNanoHTTPRedir
) xmlNanoHTTPRedir__internal_alias
__attribute((visibility("hidden")));
5943 #define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias
5948 #if defined(LIBXML_HTTP_ENABLED)
5949 #ifdef bottom_nanohttp
5950 #undef xmlNanoHTTPReturnCode
5951 extern __typeof (xmlNanoHTTPReturnCode
) xmlNanoHTTPReturnCode
__attribute((alias("xmlNanoHTTPReturnCode__internal_alias")));
5953 #ifndef xmlNanoHTTPReturnCode
5954 extern __typeof (xmlNanoHTTPReturnCode
) xmlNanoHTTPReturnCode__internal_alias
__attribute((visibility("hidden")));
5955 #define xmlNanoHTTPReturnCode xmlNanoHTTPReturnCode__internal_alias
5960 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
5961 #ifdef bottom_nanohttp
5962 #undef xmlNanoHTTPSave
5963 extern __typeof (xmlNanoHTTPSave
) xmlNanoHTTPSave
__attribute((alias("xmlNanoHTTPSave__internal_alias")));
5965 #ifndef xmlNanoHTTPSave
5966 extern __typeof (xmlNanoHTTPSave
) xmlNanoHTTPSave__internal_alias
__attribute((visibility("hidden")));
5967 #define xmlNanoHTTPSave xmlNanoHTTPSave__internal_alias
5972 #if defined(LIBXML_HTTP_ENABLED)
5973 #ifdef bottom_nanohttp
5974 #undef xmlNanoHTTPScanProxy
5975 extern __typeof (xmlNanoHTTPScanProxy
) xmlNanoHTTPScanProxy
__attribute((alias("xmlNanoHTTPScanProxy__internal_alias")));
5977 #ifndef xmlNanoHTTPScanProxy
5978 extern __typeof (xmlNanoHTTPScanProxy
) xmlNanoHTTPScanProxy__internal_alias
__attribute((visibility("hidden")));
5979 #define xmlNanoHTTPScanProxy xmlNanoHTTPScanProxy__internal_alias
5984 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
5985 #ifdef bottom_xmlregexp
5986 #undef xmlNewAutomata
5987 extern __typeof (xmlNewAutomata
) xmlNewAutomata
__attribute((alias("xmlNewAutomata__internal_alias")));
5989 #ifndef xmlNewAutomata
5990 extern __typeof (xmlNewAutomata
) xmlNewAutomata__internal_alias
__attribute((visibility("hidden")));
5991 #define xmlNewAutomata xmlNewAutomata__internal_alias
5997 #undef xmlNewCDataBlock
5998 extern __typeof (xmlNewCDataBlock
) xmlNewCDataBlock
__attribute((alias("xmlNewCDataBlock__internal_alias")));
6000 #ifndef xmlNewCDataBlock
6001 extern __typeof (xmlNewCDataBlock
) xmlNewCDataBlock__internal_alias
__attribute((visibility("hidden")));
6002 #define xmlNewCDataBlock xmlNewCDataBlock__internal_alias
6006 #if defined(LIBXML_CATALOG_ENABLED)
6007 #ifdef bottom_catalog
6008 #undef xmlNewCatalog
6009 extern __typeof (xmlNewCatalog
) xmlNewCatalog
__attribute((alias("xmlNewCatalog__internal_alias")));
6011 #ifndef xmlNewCatalog
6012 extern __typeof (xmlNewCatalog
) xmlNewCatalog__internal_alias
__attribute((visibility("hidden")));
6013 #define xmlNewCatalog xmlNewCatalog__internal_alias
6018 #ifdef bottom_encoding
6019 #undef xmlNewCharEncodingHandler
6020 extern __typeof (xmlNewCharEncodingHandler
) xmlNewCharEncodingHandler
__attribute((alias("xmlNewCharEncodingHandler__internal_alias")));
6022 #ifndef xmlNewCharEncodingHandler
6023 extern __typeof (xmlNewCharEncodingHandler
) xmlNewCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
6024 #define xmlNewCharEncodingHandler xmlNewCharEncodingHandler__internal_alias
6029 #undef xmlNewCharRef
6030 extern __typeof (xmlNewCharRef
) xmlNewCharRef
__attribute((alias("xmlNewCharRef__internal_alias")));
6032 #ifndef xmlNewCharRef
6033 extern __typeof (xmlNewCharRef
) xmlNewCharRef__internal_alias
__attribute((visibility("hidden")));
6034 #define xmlNewCharRef xmlNewCharRef__internal_alias
6038 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6041 extern __typeof (xmlNewChild
) xmlNewChild
__attribute((alias("xmlNewChild__internal_alias")));
6044 extern __typeof (xmlNewChild
) xmlNewChild__internal_alias
__attribute((visibility("hidden")));
6045 #define xmlNewChild xmlNewChild__internal_alias
6051 #undef xmlNewComment
6052 extern __typeof (xmlNewComment
) xmlNewComment
__attribute((alias("xmlNewComment__internal_alias")));
6054 #ifndef xmlNewComment
6055 extern __typeof (xmlNewComment
) xmlNewComment__internal_alias
__attribute((visibility("hidden")));
6056 #define xmlNewComment xmlNewComment__internal_alias
6062 extern __typeof (xmlNewDoc
) xmlNewDoc
__attribute((alias("xmlNewDoc__internal_alias")));
6065 extern __typeof (xmlNewDoc
) xmlNewDoc__internal_alias
__attribute((visibility("hidden")));
6066 #define xmlNewDoc xmlNewDoc__internal_alias
6071 #undef xmlNewDocComment
6072 extern __typeof (xmlNewDocComment
) xmlNewDocComment
__attribute((alias("xmlNewDocComment__internal_alias")));
6074 #ifndef xmlNewDocComment
6075 extern __typeof (xmlNewDocComment
) xmlNewDocComment__internal_alias
__attribute((visibility("hidden")));
6076 #define xmlNewDocComment xmlNewDocComment__internal_alias
6081 #undef xmlNewDocElementContent
6082 extern __typeof (xmlNewDocElementContent
) xmlNewDocElementContent
__attribute((alias("xmlNewDocElementContent__internal_alias")));
6084 #ifndef xmlNewDocElementContent
6085 extern __typeof (xmlNewDocElementContent
) xmlNewDocElementContent__internal_alias
__attribute((visibility("hidden")));
6086 #define xmlNewDocElementContent xmlNewDocElementContent__internal_alias
6090 #if defined(LIBXML_TREE_ENABLED)
6092 #undef xmlNewDocFragment
6093 extern __typeof (xmlNewDocFragment
) xmlNewDocFragment
__attribute((alias("xmlNewDocFragment__internal_alias")));
6095 #ifndef xmlNewDocFragment
6096 extern __typeof (xmlNewDocFragment
) xmlNewDocFragment__internal_alias
__attribute((visibility("hidden")));
6097 #define xmlNewDocFragment xmlNewDocFragment__internal_alias
6103 #undef xmlNewDocNode
6104 extern __typeof (xmlNewDocNode
) xmlNewDocNode
__attribute((alias("xmlNewDocNode__internal_alias")));
6106 #ifndef xmlNewDocNode
6107 extern __typeof (xmlNewDocNode
) xmlNewDocNode__internal_alias
__attribute((visibility("hidden")));
6108 #define xmlNewDocNode xmlNewDocNode__internal_alias
6113 #undef xmlNewDocNodeEatName
6114 extern __typeof (xmlNewDocNodeEatName
) xmlNewDocNodeEatName
__attribute((alias("xmlNewDocNodeEatName__internal_alias")));
6116 #ifndef xmlNewDocNodeEatName
6117 extern __typeof (xmlNewDocNodeEatName
) xmlNewDocNodeEatName__internal_alias
__attribute((visibility("hidden")));
6118 #define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias
6124 extern __typeof (xmlNewDocPI
) xmlNewDocPI
__attribute((alias("xmlNewDocPI__internal_alias")));
6127 extern __typeof (xmlNewDocPI
) xmlNewDocPI__internal_alias
__attribute((visibility("hidden")));
6128 #define xmlNewDocPI xmlNewDocPI__internal_alias
6133 #undef xmlNewDocProp
6134 extern __typeof (xmlNewDocProp
) xmlNewDocProp
__attribute((alias("xmlNewDocProp__internal_alias")));
6136 #ifndef xmlNewDocProp
6137 extern __typeof (xmlNewDocProp
) xmlNewDocProp__internal_alias
__attribute((visibility("hidden")));
6138 #define xmlNewDocProp xmlNewDocProp__internal_alias
6142 #if defined(LIBXML_TREE_ENABLED)
6144 #undef xmlNewDocRawNode
6145 extern __typeof (xmlNewDocRawNode
) xmlNewDocRawNode
__attribute((alias("xmlNewDocRawNode__internal_alias")));
6147 #ifndef xmlNewDocRawNode
6148 extern __typeof (xmlNewDocRawNode
) xmlNewDocRawNode__internal_alias
__attribute((visibility("hidden")));
6149 #define xmlNewDocRawNode xmlNewDocRawNode__internal_alias
6155 #undef xmlNewDocText
6156 extern __typeof (xmlNewDocText
) xmlNewDocText
__attribute((alias("xmlNewDocText__internal_alias")));
6158 #ifndef xmlNewDocText
6159 extern __typeof (xmlNewDocText
) xmlNewDocText__internal_alias
__attribute((visibility("hidden")));
6160 #define xmlNewDocText xmlNewDocText__internal_alias
6165 #undef xmlNewDocTextLen
6166 extern __typeof (xmlNewDocTextLen
) xmlNewDocTextLen
__attribute((alias("xmlNewDocTextLen__internal_alias")));
6168 #ifndef xmlNewDocTextLen
6169 extern __typeof (xmlNewDocTextLen
) xmlNewDocTextLen__internal_alias
__attribute((visibility("hidden")));
6170 #define xmlNewDocTextLen xmlNewDocTextLen__internal_alias
6176 extern __typeof (xmlNewDtd
) xmlNewDtd
__attribute((alias("xmlNewDtd__internal_alias")));
6179 extern __typeof (xmlNewDtd
) xmlNewDtd__internal_alias
__attribute((visibility("hidden")));
6180 #define xmlNewDtd xmlNewDtd__internal_alias
6185 #undef xmlNewElementContent
6186 extern __typeof (xmlNewElementContent
) xmlNewElementContent
__attribute((alias("xmlNewElementContent__internal_alias")));
6188 #ifndef xmlNewElementContent
6189 extern __typeof (xmlNewElementContent
) xmlNewElementContent__internal_alias
__attribute((visibility("hidden")));
6190 #define xmlNewElementContent xmlNewElementContent__internal_alias
6194 #ifdef bottom_entities
6196 extern __typeof (xmlNewEntity
) xmlNewEntity
__attribute((alias("xmlNewEntity__internal_alias")));
6198 #ifndef xmlNewEntity
6199 extern __typeof (xmlNewEntity
) xmlNewEntity__internal_alias
__attribute((visibility("hidden")));
6200 #define xmlNewEntity xmlNewEntity__internal_alias
6204 #ifdef bottom_parserInternals
6205 #undef xmlNewEntityInputStream
6206 extern __typeof (xmlNewEntityInputStream
) xmlNewEntityInputStream
__attribute((alias("xmlNewEntityInputStream__internal_alias")));
6208 #ifndef xmlNewEntityInputStream
6209 extern __typeof (xmlNewEntityInputStream
) xmlNewEntityInputStream__internal_alias
__attribute((visibility("hidden")));
6210 #define xmlNewEntityInputStream xmlNewEntityInputStream__internal_alias
6214 #if defined(LIBXML_LEGACY_ENABLED)
6215 #ifdef bottom_legacy
6216 #undef xmlNewGlobalNs
6217 extern __typeof (xmlNewGlobalNs
) xmlNewGlobalNs
__attribute((alias("xmlNewGlobalNs__internal_alias")));
6219 #ifndef xmlNewGlobalNs
6220 extern __typeof (xmlNewGlobalNs
) xmlNewGlobalNs__internal_alias
__attribute((visibility("hidden")));
6221 #define xmlNewGlobalNs xmlNewGlobalNs__internal_alias
6226 #ifdef bottom_parserInternals
6227 #undef xmlNewIOInputStream
6228 extern __typeof (xmlNewIOInputStream
) xmlNewIOInputStream
__attribute((alias("xmlNewIOInputStream__internal_alias")));
6230 #ifndef xmlNewIOInputStream
6231 extern __typeof (xmlNewIOInputStream
) xmlNewIOInputStream__internal_alias
__attribute((visibility("hidden")));
6232 #define xmlNewIOInputStream xmlNewIOInputStream__internal_alias
6236 #ifdef bottom_parserInternals
6237 #undef xmlNewInputFromFile
6238 extern __typeof (xmlNewInputFromFile
) xmlNewInputFromFile
__attribute((alias("xmlNewInputFromFile__internal_alias")));
6240 #ifndef xmlNewInputFromFile
6241 extern __typeof (xmlNewInputFromFile
) xmlNewInputFromFile__internal_alias
__attribute((visibility("hidden")));
6242 #define xmlNewInputFromFile xmlNewInputFromFile__internal_alias
6246 #ifdef bottom_parserInternals
6247 #undef xmlNewInputStream
6248 extern __typeof (xmlNewInputStream
) xmlNewInputStream
__attribute((alias("xmlNewInputStream__internal_alias")));
6250 #ifndef xmlNewInputStream
6251 extern __typeof (xmlNewInputStream
) xmlNewInputStream__internal_alias
__attribute((visibility("hidden")));
6252 #define xmlNewInputStream xmlNewInputStream__internal_alias
6256 #ifdef bottom_threads
6258 extern __typeof (xmlNewMutex
) xmlNewMutex
__attribute((alias("xmlNewMutex__internal_alias")));
6261 extern __typeof (xmlNewMutex
) xmlNewMutex__internal_alias
__attribute((visibility("hidden")));
6262 #define xmlNewMutex xmlNewMutex__internal_alias
6268 extern __typeof (xmlNewNode
) xmlNewNode
__attribute((alias("xmlNewNode__internal_alias")));
6271 extern __typeof (xmlNewNode
) xmlNewNode__internal_alias
__attribute((visibility("hidden")));
6272 #define xmlNewNode xmlNewNode__internal_alias
6277 #undef xmlNewNodeEatName
6278 extern __typeof (xmlNewNodeEatName
) xmlNewNodeEatName
__attribute((alias("xmlNewNodeEatName__internal_alias")));
6280 #ifndef xmlNewNodeEatName
6281 extern __typeof (xmlNewNodeEatName
) xmlNewNodeEatName__internal_alias
__attribute((visibility("hidden")));
6282 #define xmlNewNodeEatName xmlNewNodeEatName__internal_alias
6288 extern __typeof (xmlNewNs
) xmlNewNs
__attribute((alias("xmlNewNs__internal_alias")));
6291 extern __typeof (xmlNewNs
) xmlNewNs__internal_alias
__attribute((visibility("hidden")));
6292 #define xmlNewNs xmlNewNs__internal_alias
6298 extern __typeof (xmlNewNsProp
) xmlNewNsProp
__attribute((alias("xmlNewNsProp__internal_alias")));
6300 #ifndef xmlNewNsProp
6301 extern __typeof (xmlNewNsProp
) xmlNewNsProp__internal_alias
__attribute((visibility("hidden")));
6302 #define xmlNewNsProp xmlNewNsProp__internal_alias
6307 #undef xmlNewNsPropEatName
6308 extern __typeof (xmlNewNsPropEatName
) xmlNewNsPropEatName
__attribute((alias("xmlNewNsPropEatName__internal_alias")));
6310 #ifndef xmlNewNsPropEatName
6311 extern __typeof (xmlNewNsPropEatName
) xmlNewNsPropEatName__internal_alias
__attribute((visibility("hidden")));
6312 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias
6318 extern __typeof (xmlNewPI
) xmlNewPI
__attribute((alias("xmlNewPI__internal_alias")));
6321 extern __typeof (xmlNewPI
) xmlNewPI__internal_alias
__attribute((visibility("hidden")));
6322 #define xmlNewPI xmlNewPI__internal_alias
6326 #ifdef bottom_parserInternals
6327 #undef xmlNewParserCtxt
6328 extern __typeof (xmlNewParserCtxt
) xmlNewParserCtxt
__attribute((alias("xmlNewParserCtxt__internal_alias")));
6330 #ifndef xmlNewParserCtxt
6331 extern __typeof (xmlNewParserCtxt
) xmlNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
6332 #define xmlNewParserCtxt xmlNewParserCtxt__internal_alias
6336 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6339 extern __typeof (xmlNewProp
) xmlNewProp
__attribute((alias("xmlNewProp__internal_alias")));
6342 extern __typeof (xmlNewProp
) xmlNewProp__internal_alias
__attribute((visibility("hidden")));
6343 #define xmlNewProp xmlNewProp__internal_alias
6348 #ifdef bottom_threads
6350 extern __typeof (xmlNewRMutex
) xmlNewRMutex
__attribute((alias("xmlNewRMutex__internal_alias")));
6352 #ifndef xmlNewRMutex
6353 extern __typeof (xmlNewRMutex
) xmlNewRMutex__internal_alias
__attribute((visibility("hidden")));
6354 #define xmlNewRMutex xmlNewRMutex__internal_alias
6359 #undef xmlNewReference
6360 extern __typeof (xmlNewReference
) xmlNewReference
__attribute((alias("xmlNewReference__internal_alias")));
6362 #ifndef xmlNewReference
6363 extern __typeof (xmlNewReference
) xmlNewReference__internal_alias
__attribute((visibility("hidden")));
6364 #define xmlNewReference xmlNewReference__internal_alias
6368 #ifdef bottom_parserInternals
6369 #undef xmlNewStringInputStream
6370 extern __typeof (xmlNewStringInputStream
) xmlNewStringInputStream
__attribute((alias("xmlNewStringInputStream__internal_alias")));
6372 #ifndef xmlNewStringInputStream
6373 extern __typeof (xmlNewStringInputStream
) xmlNewStringInputStream__internal_alias
__attribute((visibility("hidden")));
6374 #define xmlNewStringInputStream xmlNewStringInputStream__internal_alias
6380 extern __typeof (xmlNewText
) xmlNewText
__attribute((alias("xmlNewText__internal_alias")));
6383 extern __typeof (xmlNewText
) xmlNewText__internal_alias
__attribute((visibility("hidden")));
6384 #define xmlNewText xmlNewText__internal_alias
6388 #if defined(LIBXML_TREE_ENABLED)
6390 #undef xmlNewTextChild
6391 extern __typeof (xmlNewTextChild
) xmlNewTextChild
__attribute((alias("xmlNewTextChild__internal_alias")));
6393 #ifndef xmlNewTextChild
6394 extern __typeof (xmlNewTextChild
) xmlNewTextChild__internal_alias
__attribute((visibility("hidden")));
6395 #define xmlNewTextChild xmlNewTextChild__internal_alias
6401 #undef xmlNewTextLen
6402 extern __typeof (xmlNewTextLen
) xmlNewTextLen
__attribute((alias("xmlNewTextLen__internal_alias")));
6404 #ifndef xmlNewTextLen
6405 extern __typeof (xmlNewTextLen
) xmlNewTextLen__internal_alias
__attribute((visibility("hidden")));
6406 #define xmlNewTextLen xmlNewTextLen__internal_alias
6410 #if defined(LIBXML_READER_ENABLED)
6411 #ifdef bottom_xmlreader
6412 #undef xmlNewTextReader
6413 extern __typeof (xmlNewTextReader
) xmlNewTextReader
__attribute((alias("xmlNewTextReader__internal_alias")));
6415 #ifndef xmlNewTextReader
6416 extern __typeof (xmlNewTextReader
) xmlNewTextReader__internal_alias
__attribute((visibility("hidden")));
6417 #define xmlNewTextReader xmlNewTextReader__internal_alias
6422 #if defined(LIBXML_READER_ENABLED)
6423 #ifdef bottom_xmlreader
6424 #undef xmlNewTextReaderFilename
6425 extern __typeof (xmlNewTextReaderFilename
) xmlNewTextReaderFilename
__attribute((alias("xmlNewTextReaderFilename__internal_alias")));
6427 #ifndef xmlNewTextReaderFilename
6428 extern __typeof (xmlNewTextReaderFilename
) xmlNewTextReaderFilename__internal_alias
__attribute((visibility("hidden")));
6429 #define xmlNewTextReaderFilename xmlNewTextReaderFilename__internal_alias
6434 #if defined(LIBXML_WRITER_ENABLED)
6435 #ifdef bottom_xmlwriter
6436 #undef xmlNewTextWriter
6437 extern __typeof (xmlNewTextWriter
) xmlNewTextWriter
__attribute((alias("xmlNewTextWriter__internal_alias")));
6439 #ifndef xmlNewTextWriter
6440 extern __typeof (xmlNewTextWriter
) xmlNewTextWriter__internal_alias
__attribute((visibility("hidden")));
6441 #define xmlNewTextWriter xmlNewTextWriter__internal_alias
6446 #if defined(LIBXML_WRITER_ENABLED)
6447 #ifdef bottom_xmlwriter
6448 #undef xmlNewTextWriterDoc
6449 extern __typeof (xmlNewTextWriterDoc
) xmlNewTextWriterDoc
__attribute((alias("xmlNewTextWriterDoc__internal_alias")));
6451 #ifndef xmlNewTextWriterDoc
6452 extern __typeof (xmlNewTextWriterDoc
) xmlNewTextWriterDoc__internal_alias
__attribute((visibility("hidden")));
6453 #define xmlNewTextWriterDoc xmlNewTextWriterDoc__internal_alias
6458 #if defined(LIBXML_WRITER_ENABLED)
6459 #ifdef bottom_xmlwriter
6460 #undef xmlNewTextWriterFilename
6461 extern __typeof (xmlNewTextWriterFilename
) xmlNewTextWriterFilename
__attribute((alias("xmlNewTextWriterFilename__internal_alias")));
6463 #ifndef xmlNewTextWriterFilename
6464 extern __typeof (xmlNewTextWriterFilename
) xmlNewTextWriterFilename__internal_alias
__attribute((visibility("hidden")));
6465 #define xmlNewTextWriterFilename xmlNewTextWriterFilename__internal_alias
6470 #if defined(LIBXML_WRITER_ENABLED)
6471 #ifdef bottom_xmlwriter
6472 #undef xmlNewTextWriterMemory
6473 extern __typeof (xmlNewTextWriterMemory
) xmlNewTextWriterMemory
__attribute((alias("xmlNewTextWriterMemory__internal_alias")));
6475 #ifndef xmlNewTextWriterMemory
6476 extern __typeof (xmlNewTextWriterMemory
) xmlNewTextWriterMemory__internal_alias
__attribute((visibility("hidden")));
6477 #define xmlNewTextWriterMemory xmlNewTextWriterMemory__internal_alias
6482 #if defined(LIBXML_WRITER_ENABLED)
6483 #ifdef bottom_xmlwriter
6484 #undef xmlNewTextWriterPushParser
6485 extern __typeof (xmlNewTextWriterPushParser
) xmlNewTextWriterPushParser
__attribute((alias("xmlNewTextWriterPushParser__internal_alias")));
6487 #ifndef xmlNewTextWriterPushParser
6488 extern __typeof (xmlNewTextWriterPushParser
) xmlNewTextWriterPushParser__internal_alias
__attribute((visibility("hidden")));
6489 #define xmlNewTextWriterPushParser xmlNewTextWriterPushParser__internal_alias
6494 #if defined(LIBXML_WRITER_ENABLED)
6495 #ifdef bottom_xmlwriter
6496 #undef xmlNewTextWriterTree
6497 extern __typeof (xmlNewTextWriterTree
) xmlNewTextWriterTree
__attribute((alias("xmlNewTextWriterTree__internal_alias")));
6499 #ifndef xmlNewTextWriterTree
6500 extern __typeof (xmlNewTextWriterTree
) xmlNewTextWriterTree__internal_alias
__attribute((visibility("hidden")));
6501 #define xmlNewTextWriterTree xmlNewTextWriterTree__internal_alias
6506 #if defined(LIBXML_VALID_ENABLED)
6508 #undef xmlNewValidCtxt
6509 extern __typeof (xmlNewValidCtxt
) xmlNewValidCtxt
__attribute((alias("xmlNewValidCtxt__internal_alias")));
6511 #ifndef xmlNewValidCtxt
6512 extern __typeof (xmlNewValidCtxt
) xmlNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
6513 #define xmlNewValidCtxt xmlNewValidCtxt__internal_alias
6518 #ifdef bottom_parserInternals
6520 extern __typeof (xmlNextChar
) xmlNextChar
__attribute((alias("xmlNextChar__internal_alias")));
6523 extern __typeof (xmlNextChar
) xmlNextChar__internal_alias
__attribute((visibility("hidden")));
6524 #define xmlNextChar xmlNextChar__internal_alias
6528 #if defined(LIBXML_TREE_ENABLED)
6530 #undef xmlNextElementSibling
6531 extern __typeof (xmlNextElementSibling
) xmlNextElementSibling
__attribute((alias("xmlNextElementSibling__internal_alias")));
6533 #ifndef xmlNextElementSibling
6534 extern __typeof (xmlNextElementSibling
) xmlNextElementSibling__internal_alias
__attribute((visibility("hidden")));
6535 #define xmlNextElementSibling xmlNextElementSibling__internal_alias
6541 #undef xmlNoNetExternalEntityLoader
6542 extern __typeof (xmlNoNetExternalEntityLoader
) xmlNoNetExternalEntityLoader
__attribute((alias("xmlNoNetExternalEntityLoader__internal_alias")));
6544 #ifndef xmlNoNetExternalEntityLoader
6545 extern __typeof (xmlNoNetExternalEntityLoader
) xmlNoNetExternalEntityLoader__internal_alias
__attribute((visibility("hidden")));
6546 #define xmlNoNetExternalEntityLoader xmlNoNetExternalEntityLoader__internal_alias
6551 #undef xmlNodeAddContent
6552 extern __typeof (xmlNodeAddContent
) xmlNodeAddContent
__attribute((alias("xmlNodeAddContent__internal_alias")));
6554 #ifndef xmlNodeAddContent
6555 extern __typeof (xmlNodeAddContent
) xmlNodeAddContent__internal_alias
__attribute((visibility("hidden")));
6556 #define xmlNodeAddContent xmlNodeAddContent__internal_alias
6561 #undef xmlNodeAddContentLen
6562 extern __typeof (xmlNodeAddContentLen
) xmlNodeAddContentLen
__attribute((alias("xmlNodeAddContentLen__internal_alias")));
6564 #ifndef xmlNodeAddContentLen
6565 extern __typeof (xmlNodeAddContentLen
) xmlNodeAddContentLen__internal_alias
__attribute((visibility("hidden")));
6566 #define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias
6571 #undef xmlNodeBufGetContent
6572 extern __typeof (xmlNodeBufGetContent
) xmlNodeBufGetContent
__attribute((alias("xmlNodeBufGetContent__internal_alias")));
6574 #ifndef xmlNodeBufGetContent
6575 extern __typeof (xmlNodeBufGetContent
) xmlNodeBufGetContent__internal_alias
__attribute((visibility("hidden")));
6576 #define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias
6580 #if defined(LIBXML_OUTPUT_ENABLED)
6581 #ifdef bottom_xmlsave
6583 extern __typeof (xmlNodeDump
) xmlNodeDump
__attribute((alias("xmlNodeDump__internal_alias")));
6586 extern __typeof (xmlNodeDump
) xmlNodeDump__internal_alias
__attribute((visibility("hidden")));
6587 #define xmlNodeDump xmlNodeDump__internal_alias
6592 #if defined(LIBXML_OUTPUT_ENABLED)
6593 #ifdef bottom_xmlsave
6594 #undef xmlNodeDumpOutput
6595 extern __typeof (xmlNodeDumpOutput
) xmlNodeDumpOutput
__attribute((alias("xmlNodeDumpOutput__internal_alias")));
6597 #ifndef xmlNodeDumpOutput
6598 extern __typeof (xmlNodeDumpOutput
) xmlNodeDumpOutput__internal_alias
__attribute((visibility("hidden")));
6599 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias
6605 #undef xmlNodeGetBase
6606 extern __typeof (xmlNodeGetBase
) xmlNodeGetBase
__attribute((alias("xmlNodeGetBase__internal_alias")));
6608 #ifndef xmlNodeGetBase
6609 extern __typeof (xmlNodeGetBase
) xmlNodeGetBase__internal_alias
__attribute((visibility("hidden")));
6610 #define xmlNodeGetBase xmlNodeGetBase__internal_alias
6615 #undef xmlNodeGetContent
6616 extern __typeof (xmlNodeGetContent
) xmlNodeGetContent
__attribute((alias("xmlNodeGetContent__internal_alias")));
6618 #ifndef xmlNodeGetContent
6619 extern __typeof (xmlNodeGetContent
) xmlNodeGetContent__internal_alias
__attribute((visibility("hidden")));
6620 #define xmlNodeGetContent xmlNodeGetContent__internal_alias
6625 #undef xmlNodeGetLang
6626 extern __typeof (xmlNodeGetLang
) xmlNodeGetLang
__attribute((alias("xmlNodeGetLang__internal_alias")));
6628 #ifndef xmlNodeGetLang
6629 extern __typeof (xmlNodeGetLang
) xmlNodeGetLang__internal_alias
__attribute((visibility("hidden")));
6630 #define xmlNodeGetLang xmlNodeGetLang__internal_alias
6635 #undef xmlNodeGetSpacePreserve
6636 extern __typeof (xmlNodeGetSpacePreserve
) xmlNodeGetSpacePreserve
__attribute((alias("xmlNodeGetSpacePreserve__internal_alias")));
6638 #ifndef xmlNodeGetSpacePreserve
6639 extern __typeof (xmlNodeGetSpacePreserve
) xmlNodeGetSpacePreserve__internal_alias
__attribute((visibility("hidden")));
6640 #define xmlNodeGetSpacePreserve xmlNodeGetSpacePreserve__internal_alias
6645 #undef xmlNodeIsText
6646 extern __typeof (xmlNodeIsText
) xmlNodeIsText
__attribute((alias("xmlNodeIsText__internal_alias")));
6648 #ifndef xmlNodeIsText
6649 extern __typeof (xmlNodeIsText
) xmlNodeIsText__internal_alias
__attribute((visibility("hidden")));
6650 #define xmlNodeIsText xmlNodeIsText__internal_alias
6654 #if defined(LIBXML_TREE_ENABLED)
6656 #undef xmlNodeListGetRawString
6657 extern __typeof (xmlNodeListGetRawString
) xmlNodeListGetRawString
__attribute((alias("xmlNodeListGetRawString__internal_alias")));
6659 #ifndef xmlNodeListGetRawString
6660 extern __typeof (xmlNodeListGetRawString
) xmlNodeListGetRawString__internal_alias
__attribute((visibility("hidden")));
6661 #define xmlNodeListGetRawString xmlNodeListGetRawString__internal_alias
6667 #undef xmlNodeListGetString
6668 extern __typeof (xmlNodeListGetString
) xmlNodeListGetString
__attribute((alias("xmlNodeListGetString__internal_alias")));
6670 #ifndef xmlNodeListGetString
6671 extern __typeof (xmlNodeListGetString
) xmlNodeListGetString__internal_alias
__attribute((visibility("hidden")));
6672 #define xmlNodeListGetString xmlNodeListGetString__internal_alias
6676 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
6678 #undef xmlNodeSetBase
6679 extern __typeof (xmlNodeSetBase
) xmlNodeSetBase
__attribute((alias("xmlNodeSetBase__internal_alias")));
6681 #ifndef xmlNodeSetBase
6682 extern __typeof (xmlNodeSetBase
) xmlNodeSetBase__internal_alias
__attribute((visibility("hidden")));
6683 #define xmlNodeSetBase xmlNodeSetBase__internal_alias
6689 #undef xmlNodeSetContent
6690 extern __typeof (xmlNodeSetContent
) xmlNodeSetContent
__attribute((alias("xmlNodeSetContent__internal_alias")));
6692 #ifndef xmlNodeSetContent
6693 extern __typeof (xmlNodeSetContent
) xmlNodeSetContent__internal_alias
__attribute((visibility("hidden")));
6694 #define xmlNodeSetContent xmlNodeSetContent__internal_alias
6698 #if defined(LIBXML_TREE_ENABLED)
6700 #undef xmlNodeSetContentLen
6701 extern __typeof (xmlNodeSetContentLen
) xmlNodeSetContentLen
__attribute((alias("xmlNodeSetContentLen__internal_alias")));
6703 #ifndef xmlNodeSetContentLen
6704 extern __typeof (xmlNodeSetContentLen
) xmlNodeSetContentLen__internal_alias
__attribute((visibility("hidden")));
6705 #define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias
6710 #if defined(LIBXML_TREE_ENABLED)
6712 #undef xmlNodeSetLang
6713 extern __typeof (xmlNodeSetLang
) xmlNodeSetLang
__attribute((alias("xmlNodeSetLang__internal_alias")));
6715 #ifndef xmlNodeSetLang
6716 extern __typeof (xmlNodeSetLang
) xmlNodeSetLang__internal_alias
__attribute((visibility("hidden")));
6717 #define xmlNodeSetLang xmlNodeSetLang__internal_alias
6722 #if defined(LIBXML_TREE_ENABLED)
6724 #undef xmlNodeSetName
6725 extern __typeof (xmlNodeSetName
) xmlNodeSetName
__attribute((alias("xmlNodeSetName__internal_alias")));
6727 #ifndef xmlNodeSetName
6728 extern __typeof (xmlNodeSetName
) xmlNodeSetName__internal_alias
__attribute((visibility("hidden")));
6729 #define xmlNodeSetName xmlNodeSetName__internal_alias
6734 #if defined(LIBXML_TREE_ENABLED)
6736 #undef xmlNodeSetSpacePreserve
6737 extern __typeof (xmlNodeSetSpacePreserve
) xmlNodeSetSpacePreserve
__attribute((alias("xmlNodeSetSpacePreserve__internal_alias")));
6739 #ifndef xmlNodeSetSpacePreserve
6740 extern __typeof (xmlNodeSetSpacePreserve
) xmlNodeSetSpacePreserve__internal_alias
__attribute((visibility("hidden")));
6741 #define xmlNodeSetSpacePreserve xmlNodeSetSpacePreserve__internal_alias
6747 #undef xmlNormalizeURIPath
6748 extern __typeof (xmlNormalizeURIPath
) xmlNormalizeURIPath
__attribute((alias("xmlNormalizeURIPath__internal_alias")));
6750 #ifndef xmlNormalizeURIPath
6751 extern __typeof (xmlNormalizeURIPath
) xmlNormalizeURIPath__internal_alias
__attribute((visibility("hidden")));
6752 #define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias
6757 #undef xmlNormalizeWindowsPath
6758 extern __typeof (xmlNormalizeWindowsPath
) xmlNormalizeWindowsPath
__attribute((alias("xmlNormalizeWindowsPath__internal_alias")));
6760 #ifndef xmlNormalizeWindowsPath
6761 extern __typeof (xmlNormalizeWindowsPath
) xmlNormalizeWindowsPath__internal_alias
__attribute((visibility("hidden")));
6762 #define xmlNormalizeWindowsPath xmlNormalizeWindowsPath__internal_alias
6766 #if defined(LIBXML_OUTPUT_ENABLED)
6768 #undef xmlOutputBufferClose
6769 extern __typeof (xmlOutputBufferClose
) xmlOutputBufferClose
__attribute((alias("xmlOutputBufferClose__internal_alias")));
6771 #ifndef xmlOutputBufferClose
6772 extern __typeof (xmlOutputBufferClose
) xmlOutputBufferClose__internal_alias
__attribute((visibility("hidden")));
6773 #define xmlOutputBufferClose xmlOutputBufferClose__internal_alias
6778 #if defined(LIBXML_OUTPUT_ENABLED)
6780 #undef xmlOutputBufferCreateBuffer
6781 extern __typeof (xmlOutputBufferCreateBuffer
) xmlOutputBufferCreateBuffer
__attribute((alias("xmlOutputBufferCreateBuffer__internal_alias")));
6783 #ifndef xmlOutputBufferCreateBuffer
6784 extern __typeof (xmlOutputBufferCreateBuffer
) xmlOutputBufferCreateBuffer__internal_alias
__attribute((visibility("hidden")));
6785 #define xmlOutputBufferCreateBuffer xmlOutputBufferCreateBuffer__internal_alias
6790 #if defined(LIBXML_OUTPUT_ENABLED)
6792 #undef xmlOutputBufferCreateFd
6793 extern __typeof (xmlOutputBufferCreateFd
) xmlOutputBufferCreateFd
__attribute((alias("xmlOutputBufferCreateFd__internal_alias")));
6795 #ifndef xmlOutputBufferCreateFd
6796 extern __typeof (xmlOutputBufferCreateFd
) xmlOutputBufferCreateFd__internal_alias
__attribute((visibility("hidden")));
6797 #define xmlOutputBufferCreateFd xmlOutputBufferCreateFd__internal_alias
6802 #if defined(LIBXML_OUTPUT_ENABLED)
6804 #undef xmlOutputBufferCreateFile
6805 extern __typeof (xmlOutputBufferCreateFile
) xmlOutputBufferCreateFile
__attribute((alias("xmlOutputBufferCreateFile__internal_alias")));
6807 #ifndef xmlOutputBufferCreateFile
6808 extern __typeof (xmlOutputBufferCreateFile
) xmlOutputBufferCreateFile__internal_alias
__attribute((visibility("hidden")));
6809 #define xmlOutputBufferCreateFile xmlOutputBufferCreateFile__internal_alias
6814 #if defined(LIBXML_OUTPUT_ENABLED)
6816 #undef xmlOutputBufferCreateFilename
6817 extern __typeof (xmlOutputBufferCreateFilename
) xmlOutputBufferCreateFilename
__attribute((alias("xmlOutputBufferCreateFilename__internal_alias")));
6819 #ifndef xmlOutputBufferCreateFilename
6820 extern __typeof (xmlOutputBufferCreateFilename
) xmlOutputBufferCreateFilename__internal_alias
__attribute((visibility("hidden")));
6821 #define xmlOutputBufferCreateFilename xmlOutputBufferCreateFilename__internal_alias
6827 #undef xmlOutputBufferCreateFilenameDefault
6828 extern __typeof (xmlOutputBufferCreateFilenameDefault
) xmlOutputBufferCreateFilenameDefault
__attribute((alias("xmlOutputBufferCreateFilenameDefault__internal_alias")));
6830 #ifndef xmlOutputBufferCreateFilenameDefault
6831 extern __typeof (xmlOutputBufferCreateFilenameDefault
) xmlOutputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
6832 #define xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateFilenameDefault__internal_alias
6836 #if defined(LIBXML_OUTPUT_ENABLED)
6838 #undef xmlOutputBufferCreateIO
6839 extern __typeof (xmlOutputBufferCreateIO
) xmlOutputBufferCreateIO
__attribute((alias("xmlOutputBufferCreateIO__internal_alias")));
6841 #ifndef xmlOutputBufferCreateIO
6842 extern __typeof (xmlOutputBufferCreateIO
) xmlOutputBufferCreateIO__internal_alias
__attribute((visibility("hidden")));
6843 #define xmlOutputBufferCreateIO xmlOutputBufferCreateIO__internal_alias
6848 #if defined(LIBXML_OUTPUT_ENABLED)
6850 #undef xmlOutputBufferFlush
6851 extern __typeof (xmlOutputBufferFlush
) xmlOutputBufferFlush
__attribute((alias("xmlOutputBufferFlush__internal_alias")));
6853 #ifndef xmlOutputBufferFlush
6854 extern __typeof (xmlOutputBufferFlush
) xmlOutputBufferFlush__internal_alias
__attribute((visibility("hidden")));
6855 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias
6860 #if defined(LIBXML_OUTPUT_ENABLED)
6862 #undef xmlOutputBufferGetContent
6863 extern __typeof (xmlOutputBufferGetContent
) xmlOutputBufferGetContent
__attribute((alias("xmlOutputBufferGetContent__internal_alias")));
6865 #ifndef xmlOutputBufferGetContent
6866 extern __typeof (xmlOutputBufferGetContent
) xmlOutputBufferGetContent__internal_alias
__attribute((visibility("hidden")));
6867 #define xmlOutputBufferGetContent xmlOutputBufferGetContent__internal_alias
6872 #if defined(LIBXML_OUTPUT_ENABLED)
6874 #undef xmlOutputBufferGetSize
6875 extern __typeof (xmlOutputBufferGetSize
) xmlOutputBufferGetSize
__attribute((alias("xmlOutputBufferGetSize__internal_alias")));
6877 #ifndef xmlOutputBufferGetSize
6878 extern __typeof (xmlOutputBufferGetSize
) xmlOutputBufferGetSize__internal_alias
__attribute((visibility("hidden")));
6879 #define xmlOutputBufferGetSize xmlOutputBufferGetSize__internal_alias
6884 #if defined(LIBXML_OUTPUT_ENABLED)
6886 #undef xmlOutputBufferWrite
6887 extern __typeof (xmlOutputBufferWrite
) xmlOutputBufferWrite
__attribute((alias("xmlOutputBufferWrite__internal_alias")));
6889 #ifndef xmlOutputBufferWrite
6890 extern __typeof (xmlOutputBufferWrite
) xmlOutputBufferWrite__internal_alias
__attribute((visibility("hidden")));
6891 #define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias
6896 #if defined(LIBXML_OUTPUT_ENABLED)
6898 #undef xmlOutputBufferWriteEscape
6899 extern __typeof (xmlOutputBufferWriteEscape
) xmlOutputBufferWriteEscape
__attribute((alias("xmlOutputBufferWriteEscape__internal_alias")));
6901 #ifndef xmlOutputBufferWriteEscape
6902 extern __typeof (xmlOutputBufferWriteEscape
) xmlOutputBufferWriteEscape__internal_alias
__attribute((visibility("hidden")));
6903 #define xmlOutputBufferWriteEscape xmlOutputBufferWriteEscape__internal_alias
6908 #if defined(LIBXML_OUTPUT_ENABLED)
6910 #undef xmlOutputBufferWriteString
6911 extern __typeof (xmlOutputBufferWriteString
) xmlOutputBufferWriteString
__attribute((alias("xmlOutputBufferWriteString__internal_alias")));
6913 #ifndef xmlOutputBufferWriteString
6914 extern __typeof (xmlOutputBufferWriteString
) xmlOutputBufferWriteString__internal_alias
__attribute((visibility("hidden")));
6915 #define xmlOutputBufferWriteString xmlOutputBufferWriteString__internal_alias
6920 #ifdef bottom_parser
6921 #undef xmlParseAttValue
6922 extern __typeof (xmlParseAttValue
) xmlParseAttValue
__attribute((alias("xmlParseAttValue__internal_alias")));
6924 #ifndef xmlParseAttValue
6925 extern __typeof (xmlParseAttValue
) xmlParseAttValue__internal_alias
__attribute((visibility("hidden")));
6926 #define xmlParseAttValue xmlParseAttValue__internal_alias
6930 #if defined(LIBXML_SAX1_ENABLED)
6931 #ifdef bottom_parser
6932 #undef xmlParseAttribute
6933 extern __typeof (xmlParseAttribute
) xmlParseAttribute
__attribute((alias("xmlParseAttribute__internal_alias")));
6935 #ifndef xmlParseAttribute
6936 extern __typeof (xmlParseAttribute
) xmlParseAttribute__internal_alias
__attribute((visibility("hidden")));
6937 #define xmlParseAttribute xmlParseAttribute__internal_alias
6942 #ifdef bottom_parser
6943 #undef xmlParseAttributeListDecl
6944 extern __typeof (xmlParseAttributeListDecl
) xmlParseAttributeListDecl
__attribute((alias("xmlParseAttributeListDecl__internal_alias")));
6946 #ifndef xmlParseAttributeListDecl
6947 extern __typeof (xmlParseAttributeListDecl
) xmlParseAttributeListDecl__internal_alias
__attribute((visibility("hidden")));
6948 #define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias
6952 #ifdef bottom_parser
6953 #undef xmlParseAttributeType
6954 extern __typeof (xmlParseAttributeType
) xmlParseAttributeType
__attribute((alias("xmlParseAttributeType__internal_alias")));
6956 #ifndef xmlParseAttributeType
6957 extern __typeof (xmlParseAttributeType
) xmlParseAttributeType__internal_alias
__attribute((visibility("hidden")));
6958 #define xmlParseAttributeType xmlParseAttributeType__internal_alias
6962 #if defined(LIBXML_SAX1_ENABLED)
6963 #ifdef bottom_parser
6964 #undef xmlParseBalancedChunkMemory
6965 extern __typeof (xmlParseBalancedChunkMemory
) xmlParseBalancedChunkMemory
__attribute((alias("xmlParseBalancedChunkMemory__internal_alias")));
6967 #ifndef xmlParseBalancedChunkMemory
6968 extern __typeof (xmlParseBalancedChunkMemory
) xmlParseBalancedChunkMemory__internal_alias
__attribute((visibility("hidden")));
6969 #define xmlParseBalancedChunkMemory xmlParseBalancedChunkMemory__internal_alias
6974 #if defined(LIBXML_SAX1_ENABLED)
6975 #ifdef bottom_parser
6976 #undef xmlParseBalancedChunkMemoryRecover
6977 extern __typeof (xmlParseBalancedChunkMemoryRecover
) xmlParseBalancedChunkMemoryRecover
__attribute((alias("xmlParseBalancedChunkMemoryRecover__internal_alias")));
6979 #ifndef xmlParseBalancedChunkMemoryRecover
6980 extern __typeof (xmlParseBalancedChunkMemoryRecover
) xmlParseBalancedChunkMemoryRecover__internal_alias
__attribute((visibility("hidden")));
6981 #define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMemoryRecover__internal_alias
6986 #ifdef bottom_parser
6987 #undef xmlParseCDSect
6988 extern __typeof (xmlParseCDSect
) xmlParseCDSect
__attribute((alias("xmlParseCDSect__internal_alias")));
6990 #ifndef xmlParseCDSect
6991 extern __typeof (xmlParseCDSect
) xmlParseCDSect__internal_alias
__attribute((visibility("hidden")));
6992 #define xmlParseCDSect xmlParseCDSect__internal_alias
6996 #if defined(LIBXML_CATALOG_ENABLED)
6997 #ifdef bottom_catalog
6998 #undef xmlParseCatalogFile
6999 extern __typeof (xmlParseCatalogFile
) xmlParseCatalogFile
__attribute((alias("xmlParseCatalogFile__internal_alias")));
7001 #ifndef xmlParseCatalogFile
7002 extern __typeof (xmlParseCatalogFile
) xmlParseCatalogFile__internal_alias
__attribute((visibility("hidden")));
7003 #define xmlParseCatalogFile xmlParseCatalogFile__internal_alias
7008 #ifdef bottom_parser
7009 #undef xmlParseCharData
7010 extern __typeof (xmlParseCharData
) xmlParseCharData
__attribute((alias("xmlParseCharData__internal_alias")));
7012 #ifndef xmlParseCharData
7013 extern __typeof (xmlParseCharData
) xmlParseCharData__internal_alias
__attribute((visibility("hidden")));
7014 #define xmlParseCharData xmlParseCharData__internal_alias
7018 #ifdef bottom_encoding
7019 #undef xmlParseCharEncoding
7020 extern __typeof (xmlParseCharEncoding
) xmlParseCharEncoding
__attribute((alias("xmlParseCharEncoding__internal_alias")));
7022 #ifndef xmlParseCharEncoding
7023 extern __typeof (xmlParseCharEncoding
) xmlParseCharEncoding__internal_alias
__attribute((visibility("hidden")));
7024 #define xmlParseCharEncoding xmlParseCharEncoding__internal_alias
7028 #ifdef bottom_parser
7029 #undef xmlParseCharRef
7030 extern __typeof (xmlParseCharRef
) xmlParseCharRef
__attribute((alias("xmlParseCharRef__internal_alias")));
7032 #ifndef xmlParseCharRef
7033 extern __typeof (xmlParseCharRef
) xmlParseCharRef__internal_alias
__attribute((visibility("hidden")));
7034 #define xmlParseCharRef xmlParseCharRef__internal_alias
7038 #if defined(LIBXML_PUSH_ENABLED)
7039 #ifdef bottom_parser
7040 #undef xmlParseChunk
7041 extern __typeof (xmlParseChunk
) xmlParseChunk
__attribute((alias("xmlParseChunk__internal_alias")));
7043 #ifndef xmlParseChunk
7044 extern __typeof (xmlParseChunk
) xmlParseChunk__internal_alias
__attribute((visibility("hidden")));
7045 #define xmlParseChunk xmlParseChunk__internal_alias
7050 #ifdef bottom_parser
7051 #undef xmlParseComment
7052 extern __typeof (xmlParseComment
) xmlParseComment
__attribute((alias("xmlParseComment__internal_alias")));
7054 #ifndef xmlParseComment
7055 extern __typeof (xmlParseComment
) xmlParseComment__internal_alias
__attribute((visibility("hidden")));
7056 #define xmlParseComment xmlParseComment__internal_alias
7060 #ifdef bottom_parser
7061 #undef xmlParseContent
7062 extern __typeof (xmlParseContent
) xmlParseContent
__attribute((alias("xmlParseContent__internal_alias")));
7064 #ifndef xmlParseContent
7065 extern __typeof (xmlParseContent
) xmlParseContent__internal_alias
__attribute((visibility("hidden")));
7066 #define xmlParseContent xmlParseContent__internal_alias
7070 #ifdef bottom_parser
7071 #undef xmlParseCtxtExternalEntity
7072 extern __typeof (xmlParseCtxtExternalEntity
) xmlParseCtxtExternalEntity
__attribute((alias("xmlParseCtxtExternalEntity__internal_alias")));
7074 #ifndef xmlParseCtxtExternalEntity
7075 extern __typeof (xmlParseCtxtExternalEntity
) xmlParseCtxtExternalEntity__internal_alias
__attribute((visibility("hidden")));
7076 #define xmlParseCtxtExternalEntity xmlParseCtxtExternalEntity__internal_alias
7080 #if defined(LIBXML_VALID_ENABLED)
7081 #ifdef bottom_parser
7083 extern __typeof (xmlParseDTD
) xmlParseDTD
__attribute((alias("xmlParseDTD__internal_alias")));
7086 extern __typeof (xmlParseDTD
) xmlParseDTD__internal_alias
__attribute((visibility("hidden")));
7087 #define xmlParseDTD xmlParseDTD__internal_alias
7092 #ifdef bottom_parser
7093 #undef xmlParseDefaultDecl
7094 extern __typeof (xmlParseDefaultDecl
) xmlParseDefaultDecl
__attribute((alias("xmlParseDefaultDecl__internal_alias")));
7096 #ifndef xmlParseDefaultDecl
7097 extern __typeof (xmlParseDefaultDecl
) xmlParseDefaultDecl__internal_alias
__attribute((visibility("hidden")));
7098 #define xmlParseDefaultDecl xmlParseDefaultDecl__internal_alias
7102 #if defined(LIBXML_SAX1_ENABLED)
7103 #ifdef bottom_parser
7105 extern __typeof (xmlParseDoc
) xmlParseDoc
__attribute((alias("xmlParseDoc__internal_alias")));
7108 extern __typeof (xmlParseDoc
) xmlParseDoc__internal_alias
__attribute((visibility("hidden")));
7109 #define xmlParseDoc xmlParseDoc__internal_alias
7114 #ifdef bottom_parser
7115 #undef xmlParseDocTypeDecl
7116 extern __typeof (xmlParseDocTypeDecl
) xmlParseDocTypeDecl
__attribute((alias("xmlParseDocTypeDecl__internal_alias")));
7118 #ifndef xmlParseDocTypeDecl
7119 extern __typeof (xmlParseDocTypeDecl
) xmlParseDocTypeDecl__internal_alias
__attribute((visibility("hidden")));
7120 #define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias
7124 #ifdef bottom_parser
7125 #undef xmlParseDocument
7126 extern __typeof (xmlParseDocument
) xmlParseDocument
__attribute((alias("xmlParseDocument__internal_alias")));
7128 #ifndef xmlParseDocument
7129 extern __typeof (xmlParseDocument
) xmlParseDocument__internal_alias
__attribute((visibility("hidden")));
7130 #define xmlParseDocument xmlParseDocument__internal_alias
7134 #ifdef bottom_parser
7135 #undef xmlParseElement
7136 extern __typeof (xmlParseElement
) xmlParseElement
__attribute((alias("xmlParseElement__internal_alias")));
7138 #ifndef xmlParseElement
7139 extern __typeof (xmlParseElement
) xmlParseElement__internal_alias
__attribute((visibility("hidden")));
7140 #define xmlParseElement xmlParseElement__internal_alias
7144 #ifdef bottom_parser
7145 #undef xmlParseElementChildrenContentDecl
7146 extern __typeof (xmlParseElementChildrenContentDecl
) xmlParseElementChildrenContentDecl
__attribute((alias("xmlParseElementChildrenContentDecl__internal_alias")));
7148 #ifndef xmlParseElementChildrenContentDecl
7149 extern __typeof (xmlParseElementChildrenContentDecl
) xmlParseElementChildrenContentDecl__internal_alias
__attribute((visibility("hidden")));
7150 #define xmlParseElementChildrenContentDecl xmlParseElementChildrenContentDecl__internal_alias
7154 #ifdef bottom_parser
7155 #undef xmlParseElementContentDecl
7156 extern __typeof (xmlParseElementContentDecl
) xmlParseElementContentDecl
__attribute((alias("xmlParseElementContentDecl__internal_alias")));
7158 #ifndef xmlParseElementContentDecl
7159 extern __typeof (xmlParseElementContentDecl
) xmlParseElementContentDecl__internal_alias
__attribute((visibility("hidden")));
7160 #define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias
7164 #ifdef bottom_parser
7165 #undef xmlParseElementDecl
7166 extern __typeof (xmlParseElementDecl
) xmlParseElementDecl
__attribute((alias("xmlParseElementDecl__internal_alias")));
7168 #ifndef xmlParseElementDecl
7169 extern __typeof (xmlParseElementDecl
) xmlParseElementDecl__internal_alias
__attribute((visibility("hidden")));
7170 #define xmlParseElementDecl xmlParseElementDecl__internal_alias
7174 #ifdef bottom_parser
7175 #undef xmlParseElementMixedContentDecl
7176 extern __typeof (xmlParseElementMixedContentDecl
) xmlParseElementMixedContentDecl
__attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
7178 #ifndef xmlParseElementMixedContentDecl
7179 extern __typeof (xmlParseElementMixedContentDecl
) xmlParseElementMixedContentDecl__internal_alias
__attribute((visibility("hidden")));
7180 #define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias
7184 #ifdef bottom_parser
7185 #undef xmlParseEncName
7186 extern __typeof (xmlParseEncName
) xmlParseEncName
__attribute((alias("xmlParseEncName__internal_alias")));
7188 #ifndef xmlParseEncName
7189 extern __typeof (xmlParseEncName
) xmlParseEncName__internal_alias
__attribute((visibility("hidden")));
7190 #define xmlParseEncName xmlParseEncName__internal_alias
7194 #ifdef bottom_parser
7195 #undef xmlParseEncodingDecl
7196 extern __typeof (xmlParseEncodingDecl
) xmlParseEncodingDecl
__attribute((alias("xmlParseEncodingDecl__internal_alias")));
7198 #ifndef xmlParseEncodingDecl
7199 extern __typeof (xmlParseEncodingDecl
) xmlParseEncodingDecl__internal_alias
__attribute((visibility("hidden")));
7200 #define xmlParseEncodingDecl xmlParseEncodingDecl__internal_alias
7204 #if defined(LIBXML_SAX1_ENABLED)
7205 #ifdef bottom_parser
7206 #undef xmlParseEndTag
7207 extern __typeof (xmlParseEndTag
) xmlParseEndTag
__attribute((alias("xmlParseEndTag__internal_alias")));
7209 #ifndef xmlParseEndTag
7210 extern __typeof (xmlParseEndTag
) xmlParseEndTag__internal_alias
__attribute((visibility("hidden")));
7211 #define xmlParseEndTag xmlParseEndTag__internal_alias
7216 #if defined(LIBXML_SAX1_ENABLED)
7217 #ifdef bottom_parser
7218 #undef xmlParseEntity
7219 extern __typeof (xmlParseEntity
) xmlParseEntity
__attribute((alias("xmlParseEntity__internal_alias")));
7221 #ifndef xmlParseEntity
7222 extern __typeof (xmlParseEntity
) xmlParseEntity__internal_alias
__attribute((visibility("hidden")));
7223 #define xmlParseEntity xmlParseEntity__internal_alias
7228 #ifdef bottom_parser
7229 #undef xmlParseEntityDecl
7230 extern __typeof (xmlParseEntityDecl
) xmlParseEntityDecl
__attribute((alias("xmlParseEntityDecl__internal_alias")));
7232 #ifndef xmlParseEntityDecl
7233 extern __typeof (xmlParseEntityDecl
) xmlParseEntityDecl__internal_alias
__attribute((visibility("hidden")));
7234 #define xmlParseEntityDecl xmlParseEntityDecl__internal_alias
7238 #ifdef bottom_parser
7239 #undef xmlParseEntityRef
7240 extern __typeof (xmlParseEntityRef
) xmlParseEntityRef
__attribute((alias("xmlParseEntityRef__internal_alias")));
7242 #ifndef xmlParseEntityRef
7243 extern __typeof (xmlParseEntityRef
) xmlParseEntityRef__internal_alias
__attribute((visibility("hidden")));
7244 #define xmlParseEntityRef xmlParseEntityRef__internal_alias
7248 #ifdef bottom_parser
7249 #undef xmlParseEntityValue
7250 extern __typeof (xmlParseEntityValue
) xmlParseEntityValue
__attribute((alias("xmlParseEntityValue__internal_alias")));
7252 #ifndef xmlParseEntityValue
7253 extern __typeof (xmlParseEntityValue
) xmlParseEntityValue__internal_alias
__attribute((visibility("hidden")));
7254 #define xmlParseEntityValue xmlParseEntityValue__internal_alias
7258 #ifdef bottom_parser
7259 #undef xmlParseEnumeratedType
7260 extern __typeof (xmlParseEnumeratedType
) xmlParseEnumeratedType
__attribute((alias("xmlParseEnumeratedType__internal_alias")));
7262 #ifndef xmlParseEnumeratedType
7263 extern __typeof (xmlParseEnumeratedType
) xmlParseEnumeratedType__internal_alias
__attribute((visibility("hidden")));
7264 #define xmlParseEnumeratedType xmlParseEnumeratedType__internal_alias
7268 #ifdef bottom_parser
7269 #undef xmlParseEnumerationType
7270 extern __typeof (xmlParseEnumerationType
) xmlParseEnumerationType
__attribute((alias("xmlParseEnumerationType__internal_alias")));
7272 #ifndef xmlParseEnumerationType
7273 extern __typeof (xmlParseEnumerationType
) xmlParseEnumerationType__internal_alias
__attribute((visibility("hidden")));
7274 #define xmlParseEnumerationType xmlParseEnumerationType__internal_alias
7278 #ifdef bottom_parser
7279 #undef xmlParseExtParsedEnt
7280 extern __typeof (xmlParseExtParsedEnt
) xmlParseExtParsedEnt
__attribute((alias("xmlParseExtParsedEnt__internal_alias")));
7282 #ifndef xmlParseExtParsedEnt
7283 extern __typeof (xmlParseExtParsedEnt
) xmlParseExtParsedEnt__internal_alias
__attribute((visibility("hidden")));
7284 #define xmlParseExtParsedEnt xmlParseExtParsedEnt__internal_alias
7288 #if defined(LIBXML_SAX1_ENABLED)
7289 #ifdef bottom_parser
7290 #undef xmlParseExternalEntity
7291 extern __typeof (xmlParseExternalEntity
) xmlParseExternalEntity
__attribute((alias("xmlParseExternalEntity__internal_alias")));
7293 #ifndef xmlParseExternalEntity
7294 extern __typeof (xmlParseExternalEntity
) xmlParseExternalEntity__internal_alias
__attribute((visibility("hidden")));
7295 #define xmlParseExternalEntity xmlParseExternalEntity__internal_alias
7300 #ifdef bottom_parser
7301 #undef xmlParseExternalID
7302 extern __typeof (xmlParseExternalID
) xmlParseExternalID
__attribute((alias("xmlParseExternalID__internal_alias")));
7304 #ifndef xmlParseExternalID
7305 extern __typeof (xmlParseExternalID
) xmlParseExternalID__internal_alias
__attribute((visibility("hidden")));
7306 #define xmlParseExternalID xmlParseExternalID__internal_alias
7310 #ifdef bottom_parser
7311 #undef xmlParseExternalSubset
7312 extern __typeof (xmlParseExternalSubset
) xmlParseExternalSubset
__attribute((alias("xmlParseExternalSubset__internal_alias")));
7314 #ifndef xmlParseExternalSubset
7315 extern __typeof (xmlParseExternalSubset
) xmlParseExternalSubset__internal_alias
__attribute((visibility("hidden")));
7316 #define xmlParseExternalSubset xmlParseExternalSubset__internal_alias
7320 #if defined(LIBXML_SAX1_ENABLED)
7321 #ifdef bottom_parser
7323 extern __typeof (xmlParseFile
) xmlParseFile
__attribute((alias("xmlParseFile__internal_alias")));
7325 #ifndef xmlParseFile
7326 extern __typeof (xmlParseFile
) xmlParseFile__internal_alias
__attribute((visibility("hidden")));
7327 #define xmlParseFile xmlParseFile__internal_alias
7332 #ifdef bottom_parser
7333 #undef xmlParseInNodeContext
7334 extern __typeof (xmlParseInNodeContext
) xmlParseInNodeContext
__attribute((alias("xmlParseInNodeContext__internal_alias")));
7336 #ifndef xmlParseInNodeContext
7337 extern __typeof (xmlParseInNodeContext
) xmlParseInNodeContext__internal_alias
__attribute((visibility("hidden")));
7338 #define xmlParseInNodeContext xmlParseInNodeContext__internal_alias
7342 #ifdef bottom_parser
7343 #undef xmlParseMarkupDecl
7344 extern __typeof (xmlParseMarkupDecl
) xmlParseMarkupDecl
__attribute((alias("xmlParseMarkupDecl__internal_alias")));
7346 #ifndef xmlParseMarkupDecl
7347 extern __typeof (xmlParseMarkupDecl
) xmlParseMarkupDecl__internal_alias
__attribute((visibility("hidden")));
7348 #define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias
7352 #if defined(LIBXML_SAX1_ENABLED)
7353 #ifdef bottom_parser
7354 #undef xmlParseMemory
7355 extern __typeof (xmlParseMemory
) xmlParseMemory
__attribute((alias("xmlParseMemory__internal_alias")));
7357 #ifndef xmlParseMemory
7358 extern __typeof (xmlParseMemory
) xmlParseMemory__internal_alias
__attribute((visibility("hidden")));
7359 #define xmlParseMemory xmlParseMemory__internal_alias
7364 #ifdef bottom_parser
7366 extern __typeof (xmlParseMisc
) xmlParseMisc
__attribute((alias("xmlParseMisc__internal_alias")));
7368 #ifndef xmlParseMisc
7369 extern __typeof (xmlParseMisc
) xmlParseMisc__internal_alias
__attribute((visibility("hidden")));
7370 #define xmlParseMisc xmlParseMisc__internal_alias
7374 #ifdef bottom_parser
7376 extern __typeof (xmlParseName
) xmlParseName
__attribute((alias("xmlParseName__internal_alias")));
7378 #ifndef xmlParseName
7379 extern __typeof (xmlParseName
) xmlParseName__internal_alias
__attribute((visibility("hidden")));
7380 #define xmlParseName xmlParseName__internal_alias
7384 #if defined(LIBXML_LEGACY_ENABLED)
7385 #ifdef bottom_legacy
7386 #undef xmlParseNamespace
7387 extern __typeof (xmlParseNamespace
) xmlParseNamespace
__attribute((alias("xmlParseNamespace__internal_alias")));
7389 #ifndef xmlParseNamespace
7390 extern __typeof (xmlParseNamespace
) xmlParseNamespace__internal_alias
__attribute((visibility("hidden")));
7391 #define xmlParseNamespace xmlParseNamespace__internal_alias
7396 #ifdef bottom_parser
7397 #undef xmlParseNmtoken
7398 extern __typeof (xmlParseNmtoken
) xmlParseNmtoken
__attribute((alias("xmlParseNmtoken__internal_alias")));
7400 #ifndef xmlParseNmtoken
7401 extern __typeof (xmlParseNmtoken
) xmlParseNmtoken__internal_alias
__attribute((visibility("hidden")));
7402 #define xmlParseNmtoken xmlParseNmtoken__internal_alias
7406 #ifdef bottom_parser
7407 #undef xmlParseNotationDecl
7408 extern __typeof (xmlParseNotationDecl
) xmlParseNotationDecl
__attribute((alias("xmlParseNotationDecl__internal_alias")));
7410 #ifndef xmlParseNotationDecl
7411 extern __typeof (xmlParseNotationDecl
) xmlParseNotationDecl__internal_alias
__attribute((visibility("hidden")));
7412 #define xmlParseNotationDecl xmlParseNotationDecl__internal_alias
7416 #ifdef bottom_parser
7417 #undef xmlParseNotationType
7418 extern __typeof (xmlParseNotationType
) xmlParseNotationType
__attribute((alias("xmlParseNotationType__internal_alias")));
7420 #ifndef xmlParseNotationType
7421 extern __typeof (xmlParseNotationType
) xmlParseNotationType__internal_alias
__attribute((visibility("hidden")));
7422 #define xmlParseNotationType xmlParseNotationType__internal_alias
7426 #ifdef bottom_parser
7427 #undef xmlParsePEReference
7428 extern __typeof (xmlParsePEReference
) xmlParsePEReference
__attribute((alias("xmlParsePEReference__internal_alias")));
7430 #ifndef xmlParsePEReference
7431 extern __typeof (xmlParsePEReference
) xmlParsePEReference__internal_alias
__attribute((visibility("hidden")));
7432 #define xmlParsePEReference xmlParsePEReference__internal_alias
7436 #ifdef bottom_parser
7438 extern __typeof (xmlParsePI
) xmlParsePI
__attribute((alias("xmlParsePI__internal_alias")));
7441 extern __typeof (xmlParsePI
) xmlParsePI__internal_alias
__attribute((visibility("hidden")));
7442 #define xmlParsePI xmlParsePI__internal_alias
7446 #ifdef bottom_parser
7447 #undef xmlParsePITarget
7448 extern __typeof (xmlParsePITarget
) xmlParsePITarget
__attribute((alias("xmlParsePITarget__internal_alias")));
7450 #ifndef xmlParsePITarget
7451 extern __typeof (xmlParsePITarget
) xmlParsePITarget__internal_alias
__attribute((visibility("hidden")));
7452 #define xmlParsePITarget xmlParsePITarget__internal_alias
7456 #ifdef bottom_parser
7457 #undef xmlParsePubidLiteral
7458 extern __typeof (xmlParsePubidLiteral
) xmlParsePubidLiteral
__attribute((alias("xmlParsePubidLiteral__internal_alias")));
7460 #ifndef xmlParsePubidLiteral
7461 extern __typeof (xmlParsePubidLiteral
) xmlParsePubidLiteral__internal_alias
__attribute((visibility("hidden")));
7462 #define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias
7466 #if defined(LIBXML_LEGACY_ENABLED)
7467 #ifdef bottom_legacy
7468 #undef xmlParseQuotedString
7469 extern __typeof (xmlParseQuotedString
) xmlParseQuotedString
__attribute((alias("xmlParseQuotedString__internal_alias")));
7471 #ifndef xmlParseQuotedString
7472 extern __typeof (xmlParseQuotedString
) xmlParseQuotedString__internal_alias
__attribute((visibility("hidden")));
7473 #define xmlParseQuotedString xmlParseQuotedString__internal_alias
7478 #ifdef bottom_parser
7479 #undef xmlParseReference
7480 extern __typeof (xmlParseReference
) xmlParseReference
__attribute((alias("xmlParseReference__internal_alias")));
7482 #ifndef xmlParseReference
7483 extern __typeof (xmlParseReference
) xmlParseReference__internal_alias
__attribute((visibility("hidden")));
7484 #define xmlParseReference xmlParseReference__internal_alias
7488 #ifdef bottom_parser
7489 #undef xmlParseSDDecl
7490 extern __typeof (xmlParseSDDecl
) xmlParseSDDecl
__attribute((alias("xmlParseSDDecl__internal_alias")));
7492 #ifndef xmlParseSDDecl
7493 extern __typeof (xmlParseSDDecl
) xmlParseSDDecl__internal_alias
__attribute((visibility("hidden")));
7494 #define xmlParseSDDecl xmlParseSDDecl__internal_alias
7498 #if defined(LIBXML_SAX1_ENABLED)
7499 #ifdef bottom_parser
7500 #undef xmlParseStartTag
7501 extern __typeof (xmlParseStartTag
) xmlParseStartTag
__attribute((alias("xmlParseStartTag__internal_alias")));
7503 #ifndef xmlParseStartTag
7504 extern __typeof (xmlParseStartTag
) xmlParseStartTag__internal_alias
__attribute((visibility("hidden")));
7505 #define xmlParseStartTag xmlParseStartTag__internal_alias
7510 #ifdef bottom_parser
7511 #undef xmlParseSystemLiteral
7512 extern __typeof (xmlParseSystemLiteral
) xmlParseSystemLiteral
__attribute((alias("xmlParseSystemLiteral__internal_alias")));
7514 #ifndef xmlParseSystemLiteral
7515 extern __typeof (xmlParseSystemLiteral
) xmlParseSystemLiteral__internal_alias
__attribute((visibility("hidden")));
7516 #define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias
7520 #ifdef bottom_parser
7521 #undef xmlParseTextDecl
7522 extern __typeof (xmlParseTextDecl
) xmlParseTextDecl
__attribute((alias("xmlParseTextDecl__internal_alias")));
7524 #ifndef xmlParseTextDecl
7525 extern __typeof (xmlParseTextDecl
) xmlParseTextDecl__internal_alias
__attribute((visibility("hidden")));
7526 #define xmlParseTextDecl xmlParseTextDecl__internal_alias
7532 extern __typeof (xmlParseURI
) xmlParseURI
__attribute((alias("xmlParseURI__internal_alias")));
7535 extern __typeof (xmlParseURI
) xmlParseURI__internal_alias
__attribute((visibility("hidden")));
7536 #define xmlParseURI xmlParseURI__internal_alias
7541 #undef xmlParseURIRaw
7542 extern __typeof (xmlParseURIRaw
) xmlParseURIRaw
__attribute((alias("xmlParseURIRaw__internal_alias")));
7544 #ifndef xmlParseURIRaw
7545 extern __typeof (xmlParseURIRaw
) xmlParseURIRaw__internal_alias
__attribute((visibility("hidden")));
7546 #define xmlParseURIRaw xmlParseURIRaw__internal_alias
7551 #undef xmlParseURIReference
7552 extern __typeof (xmlParseURIReference
) xmlParseURIReference
__attribute((alias("xmlParseURIReference__internal_alias")));
7554 #ifndef xmlParseURIReference
7555 extern __typeof (xmlParseURIReference
) xmlParseURIReference__internal_alias
__attribute((visibility("hidden")));
7556 #define xmlParseURIReference xmlParseURIReference__internal_alias
7560 #ifdef bottom_parser
7561 #undef xmlParseVersionInfo
7562 extern __typeof (xmlParseVersionInfo
) xmlParseVersionInfo
__attribute((alias("xmlParseVersionInfo__internal_alias")));
7564 #ifndef xmlParseVersionInfo
7565 extern __typeof (xmlParseVersionInfo
) xmlParseVersionInfo__internal_alias
__attribute((visibility("hidden")));
7566 #define xmlParseVersionInfo xmlParseVersionInfo__internal_alias
7570 #ifdef bottom_parser
7571 #undef xmlParseVersionNum
7572 extern __typeof (xmlParseVersionNum
) xmlParseVersionNum
__attribute((alias("xmlParseVersionNum__internal_alias")));
7574 #ifndef xmlParseVersionNum
7575 extern __typeof (xmlParseVersionNum
) xmlParseVersionNum__internal_alias
__attribute((visibility("hidden")));
7576 #define xmlParseVersionNum xmlParseVersionNum__internal_alias
7580 #ifdef bottom_parser
7581 #undef xmlParseXMLDecl
7582 extern __typeof (xmlParseXMLDecl
) xmlParseXMLDecl
__attribute((alias("xmlParseXMLDecl__internal_alias")));
7584 #ifndef xmlParseXMLDecl
7585 extern __typeof (xmlParseXMLDecl
) xmlParseXMLDecl__internal_alias
__attribute((visibility("hidden")));
7586 #define xmlParseXMLDecl xmlParseXMLDecl__internal_alias
7590 #ifdef bottom_parserInternals
7591 #undef xmlParserAddNodeInfo
7592 extern __typeof (xmlParserAddNodeInfo
) xmlParserAddNodeInfo
__attribute((alias("xmlParserAddNodeInfo__internal_alias")));
7594 #ifndef xmlParserAddNodeInfo
7595 extern __typeof (xmlParserAddNodeInfo
) xmlParserAddNodeInfo__internal_alias
__attribute((visibility("hidden")));
7596 #define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias
7601 #undef xmlParserError
7602 extern __typeof (xmlParserError
) xmlParserError
__attribute((alias("xmlParserError__internal_alias")));
7604 #ifndef xmlParserError
7605 extern __typeof (xmlParserError
) xmlParserError__internal_alias
__attribute((visibility("hidden")));
7606 #define xmlParserError xmlParserError__internal_alias
7610 #ifdef bottom_parserInternals
7611 #undef xmlParserFindNodeInfo
7612 extern __typeof (xmlParserFindNodeInfo
) xmlParserFindNodeInfo
__attribute((alias("xmlParserFindNodeInfo__internal_alias")));
7614 #ifndef xmlParserFindNodeInfo
7615 extern __typeof (xmlParserFindNodeInfo
) xmlParserFindNodeInfo__internal_alias
__attribute((visibility("hidden")));
7616 #define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias
7620 #ifdef bottom_parserInternals
7621 #undef xmlParserFindNodeInfoIndex
7622 extern __typeof (xmlParserFindNodeInfoIndex
) xmlParserFindNodeInfoIndex
__attribute((alias("xmlParserFindNodeInfoIndex__internal_alias")));
7624 #ifndef xmlParserFindNodeInfoIndex
7625 extern __typeof (xmlParserFindNodeInfoIndex
) xmlParserFindNodeInfoIndex__internal_alias
__attribute((visibility("hidden")));
7626 #define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias
7631 #undef xmlParserGetDirectory
7632 extern __typeof (xmlParserGetDirectory
) xmlParserGetDirectory
__attribute((alias("xmlParserGetDirectory__internal_alias")));
7634 #ifndef xmlParserGetDirectory
7635 extern __typeof (xmlParserGetDirectory
) xmlParserGetDirectory__internal_alias
__attribute((visibility("hidden")));
7636 #define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
7640 #ifdef bottom_parser
7641 #undef xmlParserHandlePEReference
7642 extern __typeof (xmlParserHandlePEReference
) xmlParserHandlePEReference
__attribute((alias("xmlParserHandlePEReference__internal_alias")));
7644 #ifndef xmlParserHandlePEReference
7645 extern __typeof (xmlParserHandlePEReference
) xmlParserHandlePEReference__internal_alias
__attribute((visibility("hidden")));
7646 #define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias
7650 #if defined(LIBXML_LEGACY_ENABLED)
7651 #ifdef bottom_legacy
7652 #undef xmlParserHandleReference
7653 extern __typeof (xmlParserHandleReference
) xmlParserHandleReference
__attribute((alias("xmlParserHandleReference__internal_alias")));
7655 #ifndef xmlParserHandleReference
7656 extern __typeof (xmlParserHandleReference
) xmlParserHandleReference__internal_alias
__attribute((visibility("hidden")));
7657 #define xmlParserHandleReference xmlParserHandleReference__internal_alias
7663 #undef xmlParserInputBufferCreateFd
7664 extern __typeof (xmlParserInputBufferCreateFd
) xmlParserInputBufferCreateFd
__attribute((alias("xmlParserInputBufferCreateFd__internal_alias")));
7666 #ifndef xmlParserInputBufferCreateFd
7667 extern __typeof (xmlParserInputBufferCreateFd
) xmlParserInputBufferCreateFd__internal_alias
__attribute((visibility("hidden")));
7668 #define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias
7673 #undef xmlParserInputBufferCreateFile
7674 extern __typeof (xmlParserInputBufferCreateFile
) xmlParserInputBufferCreateFile
__attribute((alias("xmlParserInputBufferCreateFile__internal_alias")));
7676 #ifndef xmlParserInputBufferCreateFile
7677 extern __typeof (xmlParserInputBufferCreateFile
) xmlParserInputBufferCreateFile__internal_alias
__attribute((visibility("hidden")));
7678 #define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias
7683 #undef xmlParserInputBufferCreateFilename
7684 extern __typeof (xmlParserInputBufferCreateFilename
) xmlParserInputBufferCreateFilename
__attribute((alias("xmlParserInputBufferCreateFilename__internal_alias")));
7686 #ifndef xmlParserInputBufferCreateFilename
7687 extern __typeof (xmlParserInputBufferCreateFilename
) xmlParserInputBufferCreateFilename__internal_alias
__attribute((visibility("hidden")));
7688 #define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias
7693 #undef xmlParserInputBufferCreateFilenameDefault
7694 extern __typeof (xmlParserInputBufferCreateFilenameDefault
) xmlParserInputBufferCreateFilenameDefault
__attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias")));
7696 #ifndef xmlParserInputBufferCreateFilenameDefault
7697 extern __typeof (xmlParserInputBufferCreateFilenameDefault
) xmlParserInputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
7698 #define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias
7703 #undef xmlParserInputBufferCreateIO
7704 extern __typeof (xmlParserInputBufferCreateIO
) xmlParserInputBufferCreateIO
__attribute((alias("xmlParserInputBufferCreateIO__internal_alias")));
7706 #ifndef xmlParserInputBufferCreateIO
7707 extern __typeof (xmlParserInputBufferCreateIO
) xmlParserInputBufferCreateIO__internal_alias
__attribute((visibility("hidden")));
7708 #define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias
7713 #undef xmlParserInputBufferCreateMem
7714 extern __typeof (xmlParserInputBufferCreateMem
) xmlParserInputBufferCreateMem
__attribute((alias("xmlParserInputBufferCreateMem__internal_alias")));
7716 #ifndef xmlParserInputBufferCreateMem
7717 extern __typeof (xmlParserInputBufferCreateMem
) xmlParserInputBufferCreateMem__internal_alias
__attribute((visibility("hidden")));
7718 #define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias
7723 #undef xmlParserInputBufferCreateStatic
7724 extern __typeof (xmlParserInputBufferCreateStatic
) xmlParserInputBufferCreateStatic
__attribute((alias("xmlParserInputBufferCreateStatic__internal_alias")));
7726 #ifndef xmlParserInputBufferCreateStatic
7727 extern __typeof (xmlParserInputBufferCreateStatic
) xmlParserInputBufferCreateStatic__internal_alias
__attribute((visibility("hidden")));
7728 #define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias
7733 #undef xmlParserInputBufferGrow
7734 extern __typeof (xmlParserInputBufferGrow
) xmlParserInputBufferGrow
__attribute((alias("xmlParserInputBufferGrow__internal_alias")));
7736 #ifndef xmlParserInputBufferGrow
7737 extern __typeof (xmlParserInputBufferGrow
) xmlParserInputBufferGrow__internal_alias
__attribute((visibility("hidden")));
7738 #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
7743 #undef xmlParserInputBufferPush
7744 extern __typeof (xmlParserInputBufferPush
) xmlParserInputBufferPush
__attribute((alias("xmlParserInputBufferPush__internal_alias")));
7746 #ifndef xmlParserInputBufferPush
7747 extern __typeof (xmlParserInputBufferPush
) xmlParserInputBufferPush__internal_alias
__attribute((visibility("hidden")));
7748 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
7753 #undef xmlParserInputBufferRead
7754 extern __typeof (xmlParserInputBufferRead
) xmlParserInputBufferRead
__attribute((alias("xmlParserInputBufferRead__internal_alias")));
7756 #ifndef xmlParserInputBufferRead
7757 extern __typeof (xmlParserInputBufferRead
) xmlParserInputBufferRead__internal_alias
__attribute((visibility("hidden")));
7758 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
7762 #ifdef bottom_parserInternals
7763 #undef xmlParserInputGrow
7764 extern __typeof (xmlParserInputGrow
) xmlParserInputGrow
__attribute((alias("xmlParserInputGrow__internal_alias")));
7766 #ifndef xmlParserInputGrow
7767 extern __typeof (xmlParserInputGrow
) xmlParserInputGrow__internal_alias
__attribute((visibility("hidden")));
7768 #define xmlParserInputGrow xmlParserInputGrow__internal_alias
7772 #ifdef bottom_parserInternals
7773 #undef xmlParserInputRead
7774 extern __typeof (xmlParserInputRead
) xmlParserInputRead
__attribute((alias("xmlParserInputRead__internal_alias")));
7776 #ifndef xmlParserInputRead
7777 extern __typeof (xmlParserInputRead
) xmlParserInputRead__internal_alias
__attribute((visibility("hidden")));
7778 #define xmlParserInputRead xmlParserInputRead__internal_alias
7782 #ifdef bottom_parserInternals
7783 #undef xmlParserInputShrink
7784 extern __typeof (xmlParserInputShrink
) xmlParserInputShrink
__attribute((alias("xmlParserInputShrink__internal_alias")));
7786 #ifndef xmlParserInputShrink
7787 extern __typeof (xmlParserInputShrink
) xmlParserInputShrink__internal_alias
__attribute((visibility("hidden")));
7788 #define xmlParserInputShrink xmlParserInputShrink__internal_alias
7793 #undef xmlParserPrintFileContext
7794 extern __typeof (xmlParserPrintFileContext
) xmlParserPrintFileContext
__attribute((alias("xmlParserPrintFileContext__internal_alias")));
7796 #ifndef xmlParserPrintFileContext
7797 extern __typeof (xmlParserPrintFileContext
) xmlParserPrintFileContext__internal_alias
__attribute((visibility("hidden")));
7798 #define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias
7803 #undef xmlParserPrintFileInfo
7804 extern __typeof (xmlParserPrintFileInfo
) xmlParserPrintFileInfo
__attribute((alias("xmlParserPrintFileInfo__internal_alias")));
7806 #ifndef xmlParserPrintFileInfo
7807 extern __typeof (xmlParserPrintFileInfo
) xmlParserPrintFileInfo__internal_alias
__attribute((visibility("hidden")));
7808 #define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias
7813 #undef xmlParserValidityError
7814 extern __typeof (xmlParserValidityError
) xmlParserValidityError
__attribute((alias("xmlParserValidityError__internal_alias")));
7816 #ifndef xmlParserValidityError
7817 extern __typeof (xmlParserValidityError
) xmlParserValidityError__internal_alias
__attribute((visibility("hidden")));
7818 #define xmlParserValidityError xmlParserValidityError__internal_alias
7823 #undef xmlParserValidityWarning
7824 extern __typeof (xmlParserValidityWarning
) xmlParserValidityWarning
__attribute((alias("xmlParserValidityWarning__internal_alias")));
7826 #ifndef xmlParserValidityWarning
7827 extern __typeof (xmlParserValidityWarning
) xmlParserValidityWarning__internal_alias
__attribute((visibility("hidden")));
7828 #define xmlParserValidityWarning xmlParserValidityWarning__internal_alias
7833 #undef xmlParserWarning
7834 extern __typeof (xmlParserWarning
) xmlParserWarning
__attribute((alias("xmlParserWarning__internal_alias")));
7836 #ifndef xmlParserWarning
7837 extern __typeof (xmlParserWarning
) xmlParserWarning__internal_alias
__attribute((visibility("hidden")));
7838 #define xmlParserWarning xmlParserWarning__internal_alias
7844 extern __typeof (xmlPathToURI
) xmlPathToURI
__attribute((alias("xmlPathToURI__internal_alias")));
7846 #ifndef xmlPathToURI
7847 extern __typeof (xmlPathToURI
) xmlPathToURI__internal_alias
__attribute((visibility("hidden")));
7848 #define xmlPathToURI xmlPathToURI__internal_alias
7852 #if defined(LIBXML_PATTERN_ENABLED)
7853 #ifdef bottom_pattern
7854 #undef xmlPatternFromRoot
7855 extern __typeof (xmlPatternFromRoot
) xmlPatternFromRoot
__attribute((alias("xmlPatternFromRoot__internal_alias")));
7857 #ifndef xmlPatternFromRoot
7858 extern __typeof (xmlPatternFromRoot
) xmlPatternFromRoot__internal_alias
__attribute((visibility("hidden")));
7859 #define xmlPatternFromRoot xmlPatternFromRoot__internal_alias
7864 #if defined(LIBXML_PATTERN_ENABLED)
7865 #ifdef bottom_pattern
7866 #undef xmlPatternGetStreamCtxt
7867 extern __typeof (xmlPatternGetStreamCtxt
) xmlPatternGetStreamCtxt
__attribute((alias("xmlPatternGetStreamCtxt__internal_alias")));
7869 #ifndef xmlPatternGetStreamCtxt
7870 extern __typeof (xmlPatternGetStreamCtxt
) xmlPatternGetStreamCtxt__internal_alias
__attribute((visibility("hidden")));
7871 #define xmlPatternGetStreamCtxt xmlPatternGetStreamCtxt__internal_alias
7876 #if defined(LIBXML_PATTERN_ENABLED)
7877 #ifdef bottom_pattern
7878 #undef xmlPatternMatch
7879 extern __typeof (xmlPatternMatch
) xmlPatternMatch
__attribute((alias("xmlPatternMatch__internal_alias")));
7881 #ifndef xmlPatternMatch
7882 extern __typeof (xmlPatternMatch
) xmlPatternMatch__internal_alias
__attribute((visibility("hidden")));
7883 #define xmlPatternMatch xmlPatternMatch__internal_alias
7888 #if defined(LIBXML_PATTERN_ENABLED)
7889 #ifdef bottom_pattern
7890 #undef xmlPatternMaxDepth
7891 extern __typeof (xmlPatternMaxDepth
) xmlPatternMaxDepth
__attribute((alias("xmlPatternMaxDepth__internal_alias")));
7893 #ifndef xmlPatternMaxDepth
7894 extern __typeof (xmlPatternMaxDepth
) xmlPatternMaxDepth__internal_alias
__attribute((visibility("hidden")));
7895 #define xmlPatternMaxDepth xmlPatternMaxDepth__internal_alias
7900 #if defined(LIBXML_PATTERN_ENABLED)
7901 #ifdef bottom_pattern
7902 #undef xmlPatternMinDepth
7903 extern __typeof (xmlPatternMinDepth
) xmlPatternMinDepth
__attribute((alias("xmlPatternMinDepth__internal_alias")));
7905 #ifndef xmlPatternMinDepth
7906 extern __typeof (xmlPatternMinDepth
) xmlPatternMinDepth__internal_alias
__attribute((visibility("hidden")));
7907 #define xmlPatternMinDepth xmlPatternMinDepth__internal_alias
7912 #if defined(LIBXML_PATTERN_ENABLED)
7913 #ifdef bottom_pattern
7914 #undef xmlPatternStreamable
7915 extern __typeof (xmlPatternStreamable
) xmlPatternStreamable
__attribute((alias("xmlPatternStreamable__internal_alias")));
7917 #ifndef xmlPatternStreamable
7918 extern __typeof (xmlPatternStreamable
) xmlPatternStreamable__internal_alias
__attribute((visibility("hidden")));
7919 #define xmlPatternStreamable xmlPatternStreamable__internal_alias
7924 #if defined(LIBXML_PATTERN_ENABLED)
7925 #ifdef bottom_pattern
7926 #undef xmlPatterncompile
7927 extern __typeof (xmlPatterncompile
) xmlPatterncompile
__attribute((alias("xmlPatterncompile__internal_alias")));
7929 #ifndef xmlPatterncompile
7930 extern __typeof (xmlPatterncompile
) xmlPatterncompile__internal_alias
__attribute((visibility("hidden")));
7931 #define xmlPatterncompile xmlPatterncompile__internal_alias
7936 #ifdef bottom_parserInternals
7937 #undef xmlPedanticParserDefault
7938 extern __typeof (xmlPedanticParserDefault
) xmlPedanticParserDefault
__attribute((alias("xmlPedanticParserDefault__internal_alias")));
7940 #ifndef xmlPedanticParserDefault
7941 extern __typeof (xmlPedanticParserDefault
) xmlPedanticParserDefault__internal_alias
__attribute((visibility("hidden")));
7942 #define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias
7946 #ifdef bottom_parser
7948 extern __typeof (xmlPopInput
) xmlPopInput
__attribute((alias("xmlPopInput__internal_alias")));
7951 extern __typeof (xmlPopInput
) xmlPopInput__internal_alias
__attribute((visibility("hidden")));
7952 #define xmlPopInput xmlPopInput__internal_alias
7957 #undef xmlPopInputCallbacks
7958 extern __typeof (xmlPopInputCallbacks
) xmlPopInputCallbacks
__attribute((alias("xmlPopInputCallbacks__internal_alias")));
7960 #ifndef xmlPopInputCallbacks
7961 extern __typeof (xmlPopInputCallbacks
) xmlPopInputCallbacks__internal_alias
__attribute((visibility("hidden")));
7962 #define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias
7966 #if defined(LIBXML_TREE_ENABLED)
7968 #undef xmlPreviousElementSibling
7969 extern __typeof (xmlPreviousElementSibling
) xmlPreviousElementSibling
__attribute((alias("xmlPreviousElementSibling__internal_alias")));
7971 #ifndef xmlPreviousElementSibling
7972 extern __typeof (xmlPreviousElementSibling
) xmlPreviousElementSibling__internal_alias
__attribute((visibility("hidden")));
7973 #define xmlPreviousElementSibling xmlPreviousElementSibling__internal_alias
7980 extern __typeof (xmlPrintURI
) xmlPrintURI
__attribute((alias("xmlPrintURI__internal_alias")));
7983 extern __typeof (xmlPrintURI
) xmlPrintURI__internal_alias
__attribute((visibility("hidden")));
7984 #define xmlPrintURI xmlPrintURI__internal_alias
7988 #ifdef bottom_parser
7990 extern __typeof (xmlPushInput
) xmlPushInput
__attribute((alias("xmlPushInput__internal_alias")));
7992 #ifndef xmlPushInput
7993 extern __typeof (xmlPushInput
) xmlPushInput__internal_alias
__attribute((visibility("hidden")));
7994 #define xmlPushInput xmlPushInput__internal_alias
7998 #ifdef bottom_threads
7999 #undef xmlRMutexLock
8000 extern __typeof (xmlRMutexLock
) xmlRMutexLock
__attribute((alias("xmlRMutexLock__internal_alias")));
8002 #ifndef xmlRMutexLock
8003 extern __typeof (xmlRMutexLock
) xmlRMutexLock__internal_alias
__attribute((visibility("hidden")));
8004 #define xmlRMutexLock xmlRMutexLock__internal_alias
8008 #ifdef bottom_threads
8009 #undef xmlRMutexUnlock
8010 extern __typeof (xmlRMutexUnlock
) xmlRMutexUnlock
__attribute((alias("xmlRMutexUnlock__internal_alias")));
8012 #ifndef xmlRMutexUnlock
8013 extern __typeof (xmlRMutexUnlock
) xmlRMutexUnlock__internal_alias
__attribute((visibility("hidden")));
8014 #define xmlRMutexUnlock xmlRMutexUnlock__internal_alias
8018 #ifdef bottom_parser
8020 extern __typeof (xmlReadDoc
) xmlReadDoc
__attribute((alias("xmlReadDoc__internal_alias")));
8023 extern __typeof (xmlReadDoc
) xmlReadDoc__internal_alias
__attribute((visibility("hidden")));
8024 #define xmlReadDoc xmlReadDoc__internal_alias
8028 #ifdef bottom_parser
8030 extern __typeof (xmlReadFd
) xmlReadFd
__attribute((alias("xmlReadFd__internal_alias")));
8033 extern __typeof (xmlReadFd
) xmlReadFd__internal_alias
__attribute((visibility("hidden")));
8034 #define xmlReadFd xmlReadFd__internal_alias
8038 #ifdef bottom_parser
8040 extern __typeof (xmlReadFile
) xmlReadFile
__attribute((alias("xmlReadFile__internal_alias")));
8043 extern __typeof (xmlReadFile
) xmlReadFile__internal_alias
__attribute((visibility("hidden")));
8044 #define xmlReadFile xmlReadFile__internal_alias
8048 #ifdef bottom_parser
8050 extern __typeof (xmlReadIO
) xmlReadIO
__attribute((alias("xmlReadIO__internal_alias")));
8053 extern __typeof (xmlReadIO
) xmlReadIO__internal_alias
__attribute((visibility("hidden")));
8054 #define xmlReadIO xmlReadIO__internal_alias
8058 #ifdef bottom_parser
8059 #undef xmlReadMemory
8060 extern __typeof (xmlReadMemory
) xmlReadMemory
__attribute((alias("xmlReadMemory__internal_alias")));
8062 #ifndef xmlReadMemory
8063 extern __typeof (xmlReadMemory
) xmlReadMemory__internal_alias
__attribute((visibility("hidden")));
8064 #define xmlReadMemory xmlReadMemory__internal_alias
8068 #if defined(LIBXML_READER_ENABLED)
8069 #ifdef bottom_xmlreader
8070 #undef xmlReaderForDoc
8071 extern __typeof (xmlReaderForDoc
) xmlReaderForDoc
__attribute((alias("xmlReaderForDoc__internal_alias")));
8073 #ifndef xmlReaderForDoc
8074 extern __typeof (xmlReaderForDoc
) xmlReaderForDoc__internal_alias
__attribute((visibility("hidden")));
8075 #define xmlReaderForDoc xmlReaderForDoc__internal_alias
8080 #if defined(LIBXML_READER_ENABLED)
8081 #ifdef bottom_xmlreader
8082 #undef xmlReaderForFd
8083 extern __typeof (xmlReaderForFd
) xmlReaderForFd
__attribute((alias("xmlReaderForFd__internal_alias")));
8085 #ifndef xmlReaderForFd
8086 extern __typeof (xmlReaderForFd
) xmlReaderForFd__internal_alias
__attribute((visibility("hidden")));
8087 #define xmlReaderForFd xmlReaderForFd__internal_alias
8092 #if defined(LIBXML_READER_ENABLED)
8093 #ifdef bottom_xmlreader
8094 #undef xmlReaderForFile
8095 extern __typeof (xmlReaderForFile
) xmlReaderForFile
__attribute((alias("xmlReaderForFile__internal_alias")));
8097 #ifndef xmlReaderForFile
8098 extern __typeof (xmlReaderForFile
) xmlReaderForFile__internal_alias
__attribute((visibility("hidden")));
8099 #define xmlReaderForFile xmlReaderForFile__internal_alias
8104 #if defined(LIBXML_READER_ENABLED)
8105 #ifdef bottom_xmlreader
8106 #undef xmlReaderForIO
8107 extern __typeof (xmlReaderForIO
) xmlReaderForIO
__attribute((alias("xmlReaderForIO__internal_alias")));
8109 #ifndef xmlReaderForIO
8110 extern __typeof (xmlReaderForIO
) xmlReaderForIO__internal_alias
__attribute((visibility("hidden")));
8111 #define xmlReaderForIO xmlReaderForIO__internal_alias
8116 #if defined(LIBXML_READER_ENABLED)
8117 #ifdef bottom_xmlreader
8118 #undef xmlReaderForMemory
8119 extern __typeof (xmlReaderForMemory
) xmlReaderForMemory
__attribute((alias("xmlReaderForMemory__internal_alias")));
8121 #ifndef xmlReaderForMemory
8122 extern __typeof (xmlReaderForMemory
) xmlReaderForMemory__internal_alias
__attribute((visibility("hidden")));
8123 #define xmlReaderForMemory xmlReaderForMemory__internal_alias
8128 #if defined(LIBXML_READER_ENABLED)
8129 #ifdef bottom_xmlreader
8130 #undef xmlReaderNewDoc
8131 extern __typeof (xmlReaderNewDoc
) xmlReaderNewDoc
__attribute((alias("xmlReaderNewDoc__internal_alias")));
8133 #ifndef xmlReaderNewDoc
8134 extern __typeof (xmlReaderNewDoc
) xmlReaderNewDoc__internal_alias
__attribute((visibility("hidden")));
8135 #define xmlReaderNewDoc xmlReaderNewDoc__internal_alias
8140 #if defined(LIBXML_READER_ENABLED)
8141 #ifdef bottom_xmlreader
8142 #undef xmlReaderNewFd
8143 extern __typeof (xmlReaderNewFd
) xmlReaderNewFd
__attribute((alias("xmlReaderNewFd__internal_alias")));
8145 #ifndef xmlReaderNewFd
8146 extern __typeof (xmlReaderNewFd
) xmlReaderNewFd__internal_alias
__attribute((visibility("hidden")));
8147 #define xmlReaderNewFd xmlReaderNewFd__internal_alias
8152 #if defined(LIBXML_READER_ENABLED)
8153 #ifdef bottom_xmlreader
8154 #undef xmlReaderNewFile
8155 extern __typeof (xmlReaderNewFile
) xmlReaderNewFile
__attribute((alias("xmlReaderNewFile__internal_alias")));
8157 #ifndef xmlReaderNewFile
8158 extern __typeof (xmlReaderNewFile
) xmlReaderNewFile__internal_alias
__attribute((visibility("hidden")));
8159 #define xmlReaderNewFile xmlReaderNewFile__internal_alias
8164 #if defined(LIBXML_READER_ENABLED)
8165 #ifdef bottom_xmlreader
8166 #undef xmlReaderNewIO
8167 extern __typeof (xmlReaderNewIO
) xmlReaderNewIO
__attribute((alias("xmlReaderNewIO__internal_alias")));
8169 #ifndef xmlReaderNewIO
8170 extern __typeof (xmlReaderNewIO
) xmlReaderNewIO__internal_alias
__attribute((visibility("hidden")));
8171 #define xmlReaderNewIO xmlReaderNewIO__internal_alias
8176 #if defined(LIBXML_READER_ENABLED)
8177 #ifdef bottom_xmlreader
8178 #undef xmlReaderNewMemory
8179 extern __typeof (xmlReaderNewMemory
) xmlReaderNewMemory
__attribute((alias("xmlReaderNewMemory__internal_alias")));
8181 #ifndef xmlReaderNewMemory
8182 extern __typeof (xmlReaderNewMemory
) xmlReaderNewMemory__internal_alias
__attribute((visibility("hidden")));
8183 #define xmlReaderNewMemory xmlReaderNewMemory__internal_alias
8188 #if defined(LIBXML_READER_ENABLED)
8189 #ifdef bottom_xmlreader
8190 #undef xmlReaderNewWalker
8191 extern __typeof (xmlReaderNewWalker
) xmlReaderNewWalker
__attribute((alias("xmlReaderNewWalker__internal_alias")));
8193 #ifndef xmlReaderNewWalker
8194 extern __typeof (xmlReaderNewWalker
) xmlReaderNewWalker__internal_alias
__attribute((visibility("hidden")));
8195 #define xmlReaderNewWalker xmlReaderNewWalker__internal_alias
8200 #if defined(LIBXML_READER_ENABLED)
8201 #ifdef bottom_xmlreader
8202 #undef xmlReaderWalker
8203 extern __typeof (xmlReaderWalker
) xmlReaderWalker
__attribute((alias("xmlReaderWalker__internal_alias")));
8205 #ifndef xmlReaderWalker
8206 extern __typeof (xmlReaderWalker
) xmlReaderWalker__internal_alias
__attribute((visibility("hidden")));
8207 #define xmlReaderWalker xmlReaderWalker__internal_alias
8212 #ifdef bottom_xmlmemory
8213 #undef xmlReallocLoc
8214 extern __typeof (xmlReallocLoc
) xmlReallocLoc
__attribute((alias("xmlReallocLoc__internal_alias")));
8216 #ifndef xmlReallocLoc
8217 extern __typeof (xmlReallocLoc
) xmlReallocLoc__internal_alias
__attribute((visibility("hidden")));
8218 #define xmlReallocLoc xmlReallocLoc__internal_alias
8222 #if defined(LIBXML_TREE_ENABLED)
8224 #undef xmlReconciliateNs
8225 extern __typeof (xmlReconciliateNs
) xmlReconciliateNs
__attribute((alias("xmlReconciliateNs__internal_alias")));
8227 #ifndef xmlReconciliateNs
8228 extern __typeof (xmlReconciliateNs
) xmlReconciliateNs__internal_alias
__attribute((visibility("hidden")));
8229 #define xmlReconciliateNs xmlReconciliateNs__internal_alias
8234 #if defined(LIBXML_SAX1_ENABLED)
8235 #ifdef bottom_parser
8236 #undef xmlRecoverDoc
8237 extern __typeof (xmlRecoverDoc
) xmlRecoverDoc
__attribute((alias("xmlRecoverDoc__internal_alias")));
8239 #ifndef xmlRecoverDoc
8240 extern __typeof (xmlRecoverDoc
) xmlRecoverDoc__internal_alias
__attribute((visibility("hidden")));
8241 #define xmlRecoverDoc xmlRecoverDoc__internal_alias
8246 #if defined(LIBXML_SAX1_ENABLED)
8247 #ifdef bottom_parser
8248 #undef xmlRecoverFile
8249 extern __typeof (xmlRecoverFile
) xmlRecoverFile
__attribute((alias("xmlRecoverFile__internal_alias")));
8251 #ifndef xmlRecoverFile
8252 extern __typeof (xmlRecoverFile
) xmlRecoverFile__internal_alias
__attribute((visibility("hidden")));
8253 #define xmlRecoverFile xmlRecoverFile__internal_alias
8258 #if defined(LIBXML_SAX1_ENABLED)
8259 #ifdef bottom_parser
8260 #undef xmlRecoverMemory
8261 extern __typeof (xmlRecoverMemory
) xmlRecoverMemory
__attribute((alias("xmlRecoverMemory__internal_alias")));
8263 #ifndef xmlRecoverMemory
8264 extern __typeof (xmlRecoverMemory
) xmlRecoverMemory__internal_alias
__attribute((visibility("hidden")));
8265 #define xmlRecoverMemory xmlRecoverMemory__internal_alias
8270 #if defined(LIBXML_REGEXP_ENABLED)
8271 #ifdef bottom_xmlregexp
8272 #undef xmlRegExecErrInfo
8273 extern __typeof (xmlRegExecErrInfo
) xmlRegExecErrInfo
__attribute((alias("xmlRegExecErrInfo__internal_alias")));
8275 #ifndef xmlRegExecErrInfo
8276 extern __typeof (xmlRegExecErrInfo
) xmlRegExecErrInfo__internal_alias
__attribute((visibility("hidden")));
8277 #define xmlRegExecErrInfo xmlRegExecErrInfo__internal_alias
8282 #if defined(LIBXML_REGEXP_ENABLED)
8283 #ifdef bottom_xmlregexp
8284 #undef xmlRegExecNextValues
8285 extern __typeof (xmlRegExecNextValues
) xmlRegExecNextValues
__attribute((alias("xmlRegExecNextValues__internal_alias")));
8287 #ifndef xmlRegExecNextValues
8288 extern __typeof (xmlRegExecNextValues
) xmlRegExecNextValues__internal_alias
__attribute((visibility("hidden")));
8289 #define xmlRegExecNextValues xmlRegExecNextValues__internal_alias
8294 #if defined(LIBXML_REGEXP_ENABLED)
8295 #ifdef bottom_xmlregexp
8296 #undef xmlRegExecPushString
8297 extern __typeof (xmlRegExecPushString
) xmlRegExecPushString
__attribute((alias("xmlRegExecPushString__internal_alias")));
8299 #ifndef xmlRegExecPushString
8300 extern __typeof (xmlRegExecPushString
) xmlRegExecPushString__internal_alias
__attribute((visibility("hidden")));
8301 #define xmlRegExecPushString xmlRegExecPushString__internal_alias
8306 #if defined(LIBXML_REGEXP_ENABLED)
8307 #ifdef bottom_xmlregexp
8308 #undef xmlRegExecPushString2
8309 extern __typeof (xmlRegExecPushString2
) xmlRegExecPushString2
__attribute((alias("xmlRegExecPushString2__internal_alias")));
8311 #ifndef xmlRegExecPushString2
8312 extern __typeof (xmlRegExecPushString2
) xmlRegExecPushString2__internal_alias
__attribute((visibility("hidden")));
8313 #define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias
8318 #if defined(LIBXML_REGEXP_ENABLED)
8319 #ifdef bottom_xmlregexp
8320 #undef xmlRegFreeExecCtxt
8321 extern __typeof (xmlRegFreeExecCtxt
) xmlRegFreeExecCtxt
__attribute((alias("xmlRegFreeExecCtxt__internal_alias")));
8323 #ifndef xmlRegFreeExecCtxt
8324 extern __typeof (xmlRegFreeExecCtxt
) xmlRegFreeExecCtxt__internal_alias
__attribute((visibility("hidden")));
8325 #define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias
8330 #if defined(LIBXML_REGEXP_ENABLED)
8331 #ifdef bottom_xmlregexp
8332 #undef xmlRegFreeRegexp
8333 extern __typeof (xmlRegFreeRegexp
) xmlRegFreeRegexp
__attribute((alias("xmlRegFreeRegexp__internal_alias")));
8335 #ifndef xmlRegFreeRegexp
8336 extern __typeof (xmlRegFreeRegexp
) xmlRegFreeRegexp__internal_alias
__attribute((visibility("hidden")));
8337 #define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias
8342 #if defined(LIBXML_REGEXP_ENABLED)
8343 #ifdef bottom_xmlregexp
8344 #undef xmlRegNewExecCtxt
8345 extern __typeof (xmlRegNewExecCtxt
) xmlRegNewExecCtxt
__attribute((alias("xmlRegNewExecCtxt__internal_alias")));
8347 #ifndef xmlRegNewExecCtxt
8348 extern __typeof (xmlRegNewExecCtxt
) xmlRegNewExecCtxt__internal_alias
__attribute((visibility("hidden")));
8349 #define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias
8354 #if defined(LIBXML_REGEXP_ENABLED)
8355 #ifdef bottom_xmlregexp
8356 #undef xmlRegexpCompile
8357 extern __typeof (xmlRegexpCompile
) xmlRegexpCompile
__attribute((alias("xmlRegexpCompile__internal_alias")));
8359 #ifndef xmlRegexpCompile
8360 extern __typeof (xmlRegexpCompile
) xmlRegexpCompile__internal_alias
__attribute((visibility("hidden")));
8361 #define xmlRegexpCompile xmlRegexpCompile__internal_alias
8366 #if defined(LIBXML_REGEXP_ENABLED)
8367 #ifdef bottom_xmlregexp
8368 #undef xmlRegexpExec
8369 extern __typeof (xmlRegexpExec
) xmlRegexpExec
__attribute((alias("xmlRegexpExec__internal_alias")));
8371 #ifndef xmlRegexpExec
8372 extern __typeof (xmlRegexpExec
) xmlRegexpExec__internal_alias
__attribute((visibility("hidden")));
8373 #define xmlRegexpExec xmlRegexpExec__internal_alias
8378 #if defined(LIBXML_REGEXP_ENABLED)
8379 #ifdef bottom_xmlregexp
8380 #undef xmlRegexpIsDeterminist
8381 extern __typeof (xmlRegexpIsDeterminist
) xmlRegexpIsDeterminist
__attribute((alias("xmlRegexpIsDeterminist__internal_alias")));
8383 #ifndef xmlRegexpIsDeterminist
8384 extern __typeof (xmlRegexpIsDeterminist
) xmlRegexpIsDeterminist__internal_alias
__attribute((visibility("hidden")));
8385 #define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias
8390 #if defined(LIBXML_REGEXP_ENABLED)
8391 #ifdef bottom_xmlregexp
8392 #undef xmlRegexpPrint
8393 extern __typeof (xmlRegexpPrint
) xmlRegexpPrint
__attribute((alias("xmlRegexpPrint__internal_alias")));
8395 #ifndef xmlRegexpPrint
8396 extern __typeof (xmlRegexpPrint
) xmlRegexpPrint__internal_alias
__attribute((visibility("hidden")));
8397 #define xmlRegexpPrint xmlRegexpPrint__internal_alias
8402 #ifdef bottom_encoding
8403 #undef xmlRegisterCharEncodingHandler
8404 extern __typeof (xmlRegisterCharEncodingHandler
) xmlRegisterCharEncodingHandler
__attribute((alias("xmlRegisterCharEncodingHandler__internal_alias")));
8406 #ifndef xmlRegisterCharEncodingHandler
8407 extern __typeof (xmlRegisterCharEncodingHandler
) xmlRegisterCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
8408 #define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias
8413 #undef xmlRegisterDefaultInputCallbacks
8414 extern __typeof (xmlRegisterDefaultInputCallbacks
) xmlRegisterDefaultInputCallbacks
__attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias")));
8416 #ifndef xmlRegisterDefaultInputCallbacks
8417 extern __typeof (xmlRegisterDefaultInputCallbacks
) xmlRegisterDefaultInputCallbacks__internal_alias
__attribute((visibility("hidden")));
8418 #define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias
8422 #if defined(LIBXML_OUTPUT_ENABLED)
8424 #undef xmlRegisterDefaultOutputCallbacks
8425 extern __typeof (xmlRegisterDefaultOutputCallbacks
) xmlRegisterDefaultOutputCallbacks
__attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias")));
8427 #ifndef xmlRegisterDefaultOutputCallbacks
8428 extern __typeof (xmlRegisterDefaultOutputCallbacks
) xmlRegisterDefaultOutputCallbacks__internal_alias
__attribute((visibility("hidden")));
8429 #define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias
8434 #if defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED)
8436 #undef xmlRegisterHTTPPostCallbacks
8437 extern __typeof (xmlRegisterHTTPPostCallbacks
) xmlRegisterHTTPPostCallbacks
__attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias")));
8439 #ifndef xmlRegisterHTTPPostCallbacks
8440 extern __typeof (xmlRegisterHTTPPostCallbacks
) xmlRegisterHTTPPostCallbacks__internal_alias
__attribute((visibility("hidden")));
8441 #define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias
8447 #undef xmlRegisterInputCallbacks
8448 extern __typeof (xmlRegisterInputCallbacks
) xmlRegisterInputCallbacks
__attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
8450 #ifndef xmlRegisterInputCallbacks
8451 extern __typeof (xmlRegisterInputCallbacks
) xmlRegisterInputCallbacks__internal_alias
__attribute((visibility("hidden")));
8452 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
8456 #ifdef bottom_globals
8457 #undef xmlRegisterNodeDefault
8458 extern __typeof (xmlRegisterNodeDefault
) xmlRegisterNodeDefault
__attribute((alias("xmlRegisterNodeDefault__internal_alias")));
8460 #ifndef xmlRegisterNodeDefault
8461 extern __typeof (xmlRegisterNodeDefault
) xmlRegisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
8462 #define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias
8466 #if defined(LIBXML_OUTPUT_ENABLED)
8468 #undef xmlRegisterOutputCallbacks
8469 extern __typeof (xmlRegisterOutputCallbacks
) xmlRegisterOutputCallbacks
__attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
8471 #ifndef xmlRegisterOutputCallbacks
8472 extern __typeof (xmlRegisterOutputCallbacks
) xmlRegisterOutputCallbacks__internal_alias
__attribute((visibility("hidden")));
8473 #define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias
8478 #if defined(LIBXML_SCHEMAS_ENABLED)
8479 #ifdef bottom_relaxng
8480 #undef xmlRelaxNGCleanupTypes
8481 extern __typeof (xmlRelaxNGCleanupTypes
) xmlRelaxNGCleanupTypes
__attribute((alias("xmlRelaxNGCleanupTypes__internal_alias")));
8483 #ifndef xmlRelaxNGCleanupTypes
8484 extern __typeof (xmlRelaxNGCleanupTypes
) xmlRelaxNGCleanupTypes__internal_alias
__attribute((visibility("hidden")));
8485 #define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias
8490 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
8491 #ifdef bottom_relaxng
8492 #undef xmlRelaxNGDump
8493 extern __typeof (xmlRelaxNGDump
) xmlRelaxNGDump
__attribute((alias("xmlRelaxNGDump__internal_alias")));
8495 #ifndef xmlRelaxNGDump
8496 extern __typeof (xmlRelaxNGDump
) xmlRelaxNGDump__internal_alias
__attribute((visibility("hidden")));
8497 #define xmlRelaxNGDump xmlRelaxNGDump__internal_alias
8502 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
8503 #ifdef bottom_relaxng
8504 #undef xmlRelaxNGDumpTree
8505 extern __typeof (xmlRelaxNGDumpTree
) xmlRelaxNGDumpTree
__attribute((alias("xmlRelaxNGDumpTree__internal_alias")));
8507 #ifndef xmlRelaxNGDumpTree
8508 extern __typeof (xmlRelaxNGDumpTree
) xmlRelaxNGDumpTree__internal_alias
__attribute((visibility("hidden")));
8509 #define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias
8514 #if defined(LIBXML_SCHEMAS_ENABLED)
8515 #ifdef bottom_relaxng
8516 #undef xmlRelaxNGFree
8517 extern __typeof (xmlRelaxNGFree
) xmlRelaxNGFree
__attribute((alias("xmlRelaxNGFree__internal_alias")));
8519 #ifndef xmlRelaxNGFree
8520 extern __typeof (xmlRelaxNGFree
) xmlRelaxNGFree__internal_alias
__attribute((visibility("hidden")));
8521 #define xmlRelaxNGFree xmlRelaxNGFree__internal_alias
8526 #if defined(LIBXML_SCHEMAS_ENABLED)
8527 #ifdef bottom_relaxng
8528 #undef xmlRelaxNGFreeParserCtxt
8529 extern __typeof (xmlRelaxNGFreeParserCtxt
) xmlRelaxNGFreeParserCtxt
__attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
8531 #ifndef xmlRelaxNGFreeParserCtxt
8532 extern __typeof (xmlRelaxNGFreeParserCtxt
) xmlRelaxNGFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
8533 #define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias
8538 #if defined(LIBXML_SCHEMAS_ENABLED)
8539 #ifdef bottom_relaxng
8540 #undef xmlRelaxNGFreeValidCtxt
8541 extern __typeof (xmlRelaxNGFreeValidCtxt
) xmlRelaxNGFreeValidCtxt
__attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias")));
8543 #ifndef xmlRelaxNGFreeValidCtxt
8544 extern __typeof (xmlRelaxNGFreeValidCtxt
) xmlRelaxNGFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
8545 #define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias
8550 #if defined(LIBXML_SCHEMAS_ENABLED)
8551 #ifdef bottom_relaxng
8552 #undef xmlRelaxNGGetParserErrors
8553 extern __typeof (xmlRelaxNGGetParserErrors
) xmlRelaxNGGetParserErrors
__attribute((alias("xmlRelaxNGGetParserErrors__internal_alias")));
8555 #ifndef xmlRelaxNGGetParserErrors
8556 extern __typeof (xmlRelaxNGGetParserErrors
) xmlRelaxNGGetParserErrors__internal_alias
__attribute((visibility("hidden")));
8557 #define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias
8562 #if defined(LIBXML_SCHEMAS_ENABLED)
8563 #ifdef bottom_relaxng
8564 #undef xmlRelaxNGGetValidErrors
8565 extern __typeof (xmlRelaxNGGetValidErrors
) xmlRelaxNGGetValidErrors
__attribute((alias("xmlRelaxNGGetValidErrors__internal_alias")));
8567 #ifndef xmlRelaxNGGetValidErrors
8568 extern __typeof (xmlRelaxNGGetValidErrors
) xmlRelaxNGGetValidErrors__internal_alias
__attribute((visibility("hidden")));
8569 #define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias
8574 #if defined(LIBXML_SCHEMAS_ENABLED)
8575 #ifdef bottom_relaxng
8576 #undef xmlRelaxNGInitTypes
8577 extern __typeof (xmlRelaxNGInitTypes
) xmlRelaxNGInitTypes
__attribute((alias("xmlRelaxNGInitTypes__internal_alias")));
8579 #ifndef xmlRelaxNGInitTypes
8580 extern __typeof (xmlRelaxNGInitTypes
) xmlRelaxNGInitTypes__internal_alias
__attribute((visibility("hidden")));
8581 #define xmlRelaxNGInitTypes xmlRelaxNGInitTypes__internal_alias
8586 #if defined(LIBXML_SCHEMAS_ENABLED)
8587 #ifdef bottom_relaxng
8588 #undef xmlRelaxNGNewDocParserCtxt
8589 extern __typeof (xmlRelaxNGNewDocParserCtxt
) xmlRelaxNGNewDocParserCtxt
__attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias")));
8591 #ifndef xmlRelaxNGNewDocParserCtxt
8592 extern __typeof (xmlRelaxNGNewDocParserCtxt
) xmlRelaxNGNewDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
8593 #define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias
8598 #if defined(LIBXML_SCHEMAS_ENABLED)
8599 #ifdef bottom_relaxng
8600 #undef xmlRelaxNGNewMemParserCtxt
8601 extern __typeof (xmlRelaxNGNewMemParserCtxt
) xmlRelaxNGNewMemParserCtxt
__attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
8603 #ifndef xmlRelaxNGNewMemParserCtxt
8604 extern __typeof (xmlRelaxNGNewMemParserCtxt
) xmlRelaxNGNewMemParserCtxt__internal_alias
__attribute((visibility("hidden")));
8605 #define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias
8610 #if defined(LIBXML_SCHEMAS_ENABLED)
8611 #ifdef bottom_relaxng
8612 #undef xmlRelaxNGNewParserCtxt
8613 extern __typeof (xmlRelaxNGNewParserCtxt
) xmlRelaxNGNewParserCtxt
__attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias")));
8615 #ifndef xmlRelaxNGNewParserCtxt
8616 extern __typeof (xmlRelaxNGNewParserCtxt
) xmlRelaxNGNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
8617 #define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias
8622 #if defined(LIBXML_SCHEMAS_ENABLED)
8623 #ifdef bottom_relaxng
8624 #undef xmlRelaxNGNewValidCtxt
8625 extern __typeof (xmlRelaxNGNewValidCtxt
) xmlRelaxNGNewValidCtxt
__attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias")));
8627 #ifndef xmlRelaxNGNewValidCtxt
8628 extern __typeof (xmlRelaxNGNewValidCtxt
) xmlRelaxNGNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
8629 #define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias
8634 #if defined(LIBXML_SCHEMAS_ENABLED)
8635 #ifdef bottom_relaxng
8636 #undef xmlRelaxNGParse
8637 extern __typeof (xmlRelaxNGParse
) xmlRelaxNGParse
__attribute((alias("xmlRelaxNGParse__internal_alias")));
8639 #ifndef xmlRelaxNGParse
8640 extern __typeof (xmlRelaxNGParse
) xmlRelaxNGParse__internal_alias
__attribute((visibility("hidden")));
8641 #define xmlRelaxNGParse xmlRelaxNGParse__internal_alias
8646 #if defined(LIBXML_SCHEMAS_ENABLED)
8647 #ifdef bottom_relaxng
8648 #undef xmlRelaxNGSetParserErrors
8649 extern __typeof (xmlRelaxNGSetParserErrors
) xmlRelaxNGSetParserErrors
__attribute((alias("xmlRelaxNGSetParserErrors__internal_alias")));
8651 #ifndef xmlRelaxNGSetParserErrors
8652 extern __typeof (xmlRelaxNGSetParserErrors
) xmlRelaxNGSetParserErrors__internal_alias
__attribute((visibility("hidden")));
8653 #define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias
8658 #if defined(LIBXML_SCHEMAS_ENABLED)
8659 #ifdef bottom_relaxng
8660 #undef xmlRelaxNGSetParserStructuredErrors
8661 extern __typeof (xmlRelaxNGSetParserStructuredErrors
) xmlRelaxNGSetParserStructuredErrors
__attribute((alias("xmlRelaxNGSetParserStructuredErrors__internal_alias")));
8663 #ifndef xmlRelaxNGSetParserStructuredErrors
8664 extern __typeof (xmlRelaxNGSetParserStructuredErrors
) xmlRelaxNGSetParserStructuredErrors__internal_alias
__attribute((visibility("hidden")));
8665 #define xmlRelaxNGSetParserStructuredErrors xmlRelaxNGSetParserStructuredErrors__internal_alias
8670 #if defined(LIBXML_SCHEMAS_ENABLED)
8671 #ifdef bottom_relaxng
8672 #undef xmlRelaxNGSetValidErrors
8673 extern __typeof (xmlRelaxNGSetValidErrors
) xmlRelaxNGSetValidErrors
__attribute((alias("xmlRelaxNGSetValidErrors__internal_alias")));
8675 #ifndef xmlRelaxNGSetValidErrors
8676 extern __typeof (xmlRelaxNGSetValidErrors
) xmlRelaxNGSetValidErrors__internal_alias
__attribute((visibility("hidden")));
8677 #define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias
8682 #if defined(LIBXML_SCHEMAS_ENABLED)
8683 #ifdef bottom_relaxng
8684 #undef xmlRelaxNGSetValidStructuredErrors
8685 extern __typeof (xmlRelaxNGSetValidStructuredErrors
) xmlRelaxNGSetValidStructuredErrors
__attribute((alias("xmlRelaxNGSetValidStructuredErrors__internal_alias")));
8687 #ifndef xmlRelaxNGSetValidStructuredErrors
8688 extern __typeof (xmlRelaxNGSetValidStructuredErrors
) xmlRelaxNGSetValidStructuredErrors__internal_alias
__attribute((visibility("hidden")));
8689 #define xmlRelaxNGSetValidStructuredErrors xmlRelaxNGSetValidStructuredErrors__internal_alias
8694 #if defined(LIBXML_SCHEMAS_ENABLED)
8695 #ifdef bottom_relaxng
8696 #undef xmlRelaxNGValidateDoc
8697 extern __typeof (xmlRelaxNGValidateDoc
) xmlRelaxNGValidateDoc
__attribute((alias("xmlRelaxNGValidateDoc__internal_alias")));
8699 #ifndef xmlRelaxNGValidateDoc
8700 extern __typeof (xmlRelaxNGValidateDoc
) xmlRelaxNGValidateDoc__internal_alias
__attribute((visibility("hidden")));
8701 #define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias
8706 #if defined(LIBXML_SCHEMAS_ENABLED)
8707 #ifdef bottom_relaxng
8708 #undef xmlRelaxNGValidateFullElement
8709 extern __typeof (xmlRelaxNGValidateFullElement
) xmlRelaxNGValidateFullElement
__attribute((alias("xmlRelaxNGValidateFullElement__internal_alias")));
8711 #ifndef xmlRelaxNGValidateFullElement
8712 extern __typeof (xmlRelaxNGValidateFullElement
) xmlRelaxNGValidateFullElement__internal_alias
__attribute((visibility("hidden")));
8713 #define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias
8718 #if defined(LIBXML_SCHEMAS_ENABLED)
8719 #ifdef bottom_relaxng
8720 #undef xmlRelaxNGValidatePopElement
8721 extern __typeof (xmlRelaxNGValidatePopElement
) xmlRelaxNGValidatePopElement
__attribute((alias("xmlRelaxNGValidatePopElement__internal_alias")));
8723 #ifndef xmlRelaxNGValidatePopElement
8724 extern __typeof (xmlRelaxNGValidatePopElement
) xmlRelaxNGValidatePopElement__internal_alias
__attribute((visibility("hidden")));
8725 #define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias
8730 #if defined(LIBXML_SCHEMAS_ENABLED)
8731 #ifdef bottom_relaxng
8732 #undef xmlRelaxNGValidatePushCData
8733 extern __typeof (xmlRelaxNGValidatePushCData
) xmlRelaxNGValidatePushCData
__attribute((alias("xmlRelaxNGValidatePushCData__internal_alias")));
8735 #ifndef xmlRelaxNGValidatePushCData
8736 extern __typeof (xmlRelaxNGValidatePushCData
) xmlRelaxNGValidatePushCData__internal_alias
__attribute((visibility("hidden")));
8737 #define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias
8742 #if defined(LIBXML_SCHEMAS_ENABLED)
8743 #ifdef bottom_relaxng
8744 #undef xmlRelaxNGValidatePushElement
8745 extern __typeof (xmlRelaxNGValidatePushElement
) xmlRelaxNGValidatePushElement
__attribute((alias("xmlRelaxNGValidatePushElement__internal_alias")));
8747 #ifndef xmlRelaxNGValidatePushElement
8748 extern __typeof (xmlRelaxNGValidatePushElement
) xmlRelaxNGValidatePushElement__internal_alias
__attribute((visibility("hidden")));
8749 #define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias
8754 #if defined(LIBXML_SCHEMAS_ENABLED)
8755 #ifdef bottom_relaxng
8756 #undef xmlRelaxParserSetFlag
8757 extern __typeof (xmlRelaxParserSetFlag
) xmlRelaxParserSetFlag
__attribute((alias("xmlRelaxParserSetFlag__internal_alias")));
8759 #ifndef xmlRelaxParserSetFlag
8760 extern __typeof (xmlRelaxParserSetFlag
) xmlRelaxParserSetFlag__internal_alias
__attribute((visibility("hidden")));
8761 #define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias
8768 extern __typeof (xmlRemoveID
) xmlRemoveID
__attribute((alias("xmlRemoveID__internal_alias")));
8771 extern __typeof (xmlRemoveID
) xmlRemoveID__internal_alias
__attribute((visibility("hidden")));
8772 #define xmlRemoveID xmlRemoveID__internal_alias
8777 #undef xmlRemoveProp
8778 extern __typeof (xmlRemoveProp
) xmlRemoveProp
__attribute((alias("xmlRemoveProp__internal_alias")));
8780 #ifndef xmlRemoveProp
8781 extern __typeof (xmlRemoveProp
) xmlRemoveProp__internal_alias
__attribute((visibility("hidden")));
8782 #define xmlRemoveProp xmlRemoveProp__internal_alias
8788 extern __typeof (xmlRemoveRef
) xmlRemoveRef
__attribute((alias("xmlRemoveRef__internal_alias")));
8790 #ifndef xmlRemoveRef
8791 extern __typeof (xmlRemoveRef
) xmlRemoveRef__internal_alias
__attribute((visibility("hidden")));
8792 #define xmlRemoveRef xmlRemoveRef__internal_alias
8796 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
8798 #undef xmlReplaceNode
8799 extern __typeof (xmlReplaceNode
) xmlReplaceNode
__attribute((alias("xmlReplaceNode__internal_alias")));
8801 #ifndef xmlReplaceNode
8802 extern __typeof (xmlReplaceNode
) xmlReplaceNode__internal_alias
__attribute((visibility("hidden")));
8803 #define xmlReplaceNode xmlReplaceNode__internal_alias
8809 #undef xmlResetError
8810 extern __typeof (xmlResetError
) xmlResetError
__attribute((alias("xmlResetError__internal_alias")));
8812 #ifndef xmlResetError
8813 extern __typeof (xmlResetError
) xmlResetError__internal_alias
__attribute((visibility("hidden")));
8814 #define xmlResetError xmlResetError__internal_alias
8819 #undef xmlResetLastError
8820 extern __typeof (xmlResetLastError
) xmlResetLastError
__attribute((alias("xmlResetLastError__internal_alias")));
8822 #ifndef xmlResetLastError
8823 extern __typeof (xmlResetLastError
) xmlResetLastError__internal_alias
__attribute((visibility("hidden")));
8824 #define xmlResetLastError xmlResetLastError__internal_alias
8829 #undef xmlSAX2AttributeDecl
8830 extern __typeof (xmlSAX2AttributeDecl
) xmlSAX2AttributeDecl
__attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
8832 #ifndef xmlSAX2AttributeDecl
8833 extern __typeof (xmlSAX2AttributeDecl
) xmlSAX2AttributeDecl__internal_alias
__attribute((visibility("hidden")));
8834 #define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias
8839 #undef xmlSAX2CDataBlock
8840 extern __typeof (xmlSAX2CDataBlock
) xmlSAX2CDataBlock
__attribute((alias("xmlSAX2CDataBlock__internal_alias")));
8842 #ifndef xmlSAX2CDataBlock
8843 extern __typeof (xmlSAX2CDataBlock
) xmlSAX2CDataBlock__internal_alias
__attribute((visibility("hidden")));
8844 #define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias
8849 #undef xmlSAX2Characters
8850 extern __typeof (xmlSAX2Characters
) xmlSAX2Characters
__attribute((alias("xmlSAX2Characters__internal_alias")));
8852 #ifndef xmlSAX2Characters
8853 extern __typeof (xmlSAX2Characters
) xmlSAX2Characters__internal_alias
__attribute((visibility("hidden")));
8854 #define xmlSAX2Characters xmlSAX2Characters__internal_alias
8859 #undef xmlSAX2Comment
8860 extern __typeof (xmlSAX2Comment
) xmlSAX2Comment
__attribute((alias("xmlSAX2Comment__internal_alias")));
8862 #ifndef xmlSAX2Comment
8863 extern __typeof (xmlSAX2Comment
) xmlSAX2Comment__internal_alias
__attribute((visibility("hidden")));
8864 #define xmlSAX2Comment xmlSAX2Comment__internal_alias
8869 #undef xmlSAX2ElementDecl
8870 extern __typeof (xmlSAX2ElementDecl
) xmlSAX2ElementDecl
__attribute((alias("xmlSAX2ElementDecl__internal_alias")));
8872 #ifndef xmlSAX2ElementDecl
8873 extern __typeof (xmlSAX2ElementDecl
) xmlSAX2ElementDecl__internal_alias
__attribute((visibility("hidden")));
8874 #define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias
8879 #undef xmlSAX2EndDocument
8880 extern __typeof (xmlSAX2EndDocument
) xmlSAX2EndDocument
__attribute((alias("xmlSAX2EndDocument__internal_alias")));
8882 #ifndef xmlSAX2EndDocument
8883 extern __typeof (xmlSAX2EndDocument
) xmlSAX2EndDocument__internal_alias
__attribute((visibility("hidden")));
8884 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias
8888 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
8890 #undef xmlSAX2EndElement
8891 extern __typeof (xmlSAX2EndElement
) xmlSAX2EndElement
__attribute((alias("xmlSAX2EndElement__internal_alias")));
8893 #ifndef xmlSAX2EndElement
8894 extern __typeof (xmlSAX2EndElement
) xmlSAX2EndElement__internal_alias
__attribute((visibility("hidden")));
8895 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias
8901 #undef xmlSAX2EndElementNs
8902 extern __typeof (xmlSAX2EndElementNs
) xmlSAX2EndElementNs
__attribute((alias("xmlSAX2EndElementNs__internal_alias")));
8904 #ifndef xmlSAX2EndElementNs
8905 extern __typeof (xmlSAX2EndElementNs
) xmlSAX2EndElementNs__internal_alias
__attribute((visibility("hidden")));
8906 #define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias
8911 #undef xmlSAX2EntityDecl
8912 extern __typeof (xmlSAX2EntityDecl
) xmlSAX2EntityDecl
__attribute((alias("xmlSAX2EntityDecl__internal_alias")));
8914 #ifndef xmlSAX2EntityDecl
8915 extern __typeof (xmlSAX2EntityDecl
) xmlSAX2EntityDecl__internal_alias
__attribute((visibility("hidden")));
8916 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias
8921 #undef xmlSAX2ExternalSubset
8922 extern __typeof (xmlSAX2ExternalSubset
) xmlSAX2ExternalSubset
__attribute((alias("xmlSAX2ExternalSubset__internal_alias")));
8924 #ifndef xmlSAX2ExternalSubset
8925 extern __typeof (xmlSAX2ExternalSubset
) xmlSAX2ExternalSubset__internal_alias
__attribute((visibility("hidden")));
8926 #define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias
8931 #undef xmlSAX2GetColumnNumber
8932 extern __typeof (xmlSAX2GetColumnNumber
) xmlSAX2GetColumnNumber
__attribute((alias("xmlSAX2GetColumnNumber__internal_alias")));
8934 #ifndef xmlSAX2GetColumnNumber
8935 extern __typeof (xmlSAX2GetColumnNumber
) xmlSAX2GetColumnNumber__internal_alias
__attribute((visibility("hidden")));
8936 #define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias
8941 #undef xmlSAX2GetEntity
8942 extern __typeof (xmlSAX2GetEntity
) xmlSAX2GetEntity
__attribute((alias("xmlSAX2GetEntity__internal_alias")));
8944 #ifndef xmlSAX2GetEntity
8945 extern __typeof (xmlSAX2GetEntity
) xmlSAX2GetEntity__internal_alias
__attribute((visibility("hidden")));
8946 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
8951 #undef xmlSAX2GetLineNumber
8952 extern __typeof (xmlSAX2GetLineNumber
) xmlSAX2GetLineNumber
__attribute((alias("xmlSAX2GetLineNumber__internal_alias")));
8954 #ifndef xmlSAX2GetLineNumber
8955 extern __typeof (xmlSAX2GetLineNumber
) xmlSAX2GetLineNumber__internal_alias
__attribute((visibility("hidden")));
8956 #define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias
8961 #undef xmlSAX2GetParameterEntity
8962 extern __typeof (xmlSAX2GetParameterEntity
) xmlSAX2GetParameterEntity
__attribute((alias("xmlSAX2GetParameterEntity__internal_alias")));
8964 #ifndef xmlSAX2GetParameterEntity
8965 extern __typeof (xmlSAX2GetParameterEntity
) xmlSAX2GetParameterEntity__internal_alias
__attribute((visibility("hidden")));
8966 #define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias
8971 #undef xmlSAX2GetPublicId
8972 extern __typeof (xmlSAX2GetPublicId
) xmlSAX2GetPublicId
__attribute((alias("xmlSAX2GetPublicId__internal_alias")));
8974 #ifndef xmlSAX2GetPublicId
8975 extern __typeof (xmlSAX2GetPublicId
) xmlSAX2GetPublicId__internal_alias
__attribute((visibility("hidden")));
8976 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias
8981 #undef xmlSAX2GetSystemId
8982 extern __typeof (xmlSAX2GetSystemId
) xmlSAX2GetSystemId
__attribute((alias("xmlSAX2GetSystemId__internal_alias")));
8984 #ifndef xmlSAX2GetSystemId
8985 extern __typeof (xmlSAX2GetSystemId
) xmlSAX2GetSystemId__internal_alias
__attribute((visibility("hidden")));
8986 #define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias
8991 #undef xmlSAX2HasExternalSubset
8992 extern __typeof (xmlSAX2HasExternalSubset
) xmlSAX2HasExternalSubset
__attribute((alias("xmlSAX2HasExternalSubset__internal_alias")));
8994 #ifndef xmlSAX2HasExternalSubset
8995 extern __typeof (xmlSAX2HasExternalSubset
) xmlSAX2HasExternalSubset__internal_alias
__attribute((visibility("hidden")));
8996 #define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias
9001 #undef xmlSAX2HasInternalSubset
9002 extern __typeof (xmlSAX2HasInternalSubset
) xmlSAX2HasInternalSubset
__attribute((alias("xmlSAX2HasInternalSubset__internal_alias")));
9004 #ifndef xmlSAX2HasInternalSubset
9005 extern __typeof (xmlSAX2HasInternalSubset
) xmlSAX2HasInternalSubset__internal_alias
__attribute((visibility("hidden")));
9006 #define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias
9011 #undef xmlSAX2IgnorableWhitespace
9012 extern __typeof (xmlSAX2IgnorableWhitespace
) xmlSAX2IgnorableWhitespace
__attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
9014 #ifndef xmlSAX2IgnorableWhitespace
9015 extern __typeof (xmlSAX2IgnorableWhitespace
) xmlSAX2IgnorableWhitespace__internal_alias
__attribute((visibility("hidden")));
9016 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias
9021 #undef xmlSAX2InitDefaultSAXHandler
9022 extern __typeof (xmlSAX2InitDefaultSAXHandler
) xmlSAX2InitDefaultSAXHandler
__attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias")));
9024 #ifndef xmlSAX2InitDefaultSAXHandler
9025 extern __typeof (xmlSAX2InitDefaultSAXHandler
) xmlSAX2InitDefaultSAXHandler__internal_alias
__attribute((visibility("hidden")));
9026 #define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias
9030 #if defined(LIBXML_DOCB_ENABLED)
9032 #undef xmlSAX2InitDocbDefaultSAXHandler
9033 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler
) xmlSAX2InitDocbDefaultSAXHandler
__attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias")));
9035 #ifndef xmlSAX2InitDocbDefaultSAXHandler
9036 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler
) xmlSAX2InitDocbDefaultSAXHandler__internal_alias
__attribute((visibility("hidden")));
9037 #define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias
9042 #if defined(LIBXML_HTML_ENABLED)
9044 #undef xmlSAX2InitHtmlDefaultSAXHandler
9045 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler
) xmlSAX2InitHtmlDefaultSAXHandler
__attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias")));
9047 #ifndef xmlSAX2InitHtmlDefaultSAXHandler
9048 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler
) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
__attribute((visibility("hidden")));
9049 #define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
9055 #undef xmlSAX2InternalSubset
9056 extern __typeof (xmlSAX2InternalSubset
) xmlSAX2InternalSubset
__attribute((alias("xmlSAX2InternalSubset__internal_alias")));
9058 #ifndef xmlSAX2InternalSubset
9059 extern __typeof (xmlSAX2InternalSubset
) xmlSAX2InternalSubset__internal_alias
__attribute((visibility("hidden")));
9060 #define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias
9065 #undef xmlSAX2IsStandalone
9066 extern __typeof (xmlSAX2IsStandalone
) xmlSAX2IsStandalone
__attribute((alias("xmlSAX2IsStandalone__internal_alias")));
9068 #ifndef xmlSAX2IsStandalone
9069 extern __typeof (xmlSAX2IsStandalone
) xmlSAX2IsStandalone__internal_alias
__attribute((visibility("hidden")));
9070 #define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias
9075 #undef xmlSAX2NotationDecl
9076 extern __typeof (xmlSAX2NotationDecl
) xmlSAX2NotationDecl
__attribute((alias("xmlSAX2NotationDecl__internal_alias")));
9078 #ifndef xmlSAX2NotationDecl
9079 extern __typeof (xmlSAX2NotationDecl
) xmlSAX2NotationDecl__internal_alias
__attribute((visibility("hidden")));
9080 #define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
9085 #undef xmlSAX2ProcessingInstruction
9086 extern __typeof (xmlSAX2ProcessingInstruction
) xmlSAX2ProcessingInstruction
__attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
9088 #ifndef xmlSAX2ProcessingInstruction
9089 extern __typeof (xmlSAX2ProcessingInstruction
) xmlSAX2ProcessingInstruction__internal_alias
__attribute((visibility("hidden")));
9090 #define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias
9095 #undef xmlSAX2Reference
9096 extern __typeof (xmlSAX2Reference
) xmlSAX2Reference
__attribute((alias("xmlSAX2Reference__internal_alias")));
9098 #ifndef xmlSAX2Reference
9099 extern __typeof (xmlSAX2Reference
) xmlSAX2Reference__internal_alias
__attribute((visibility("hidden")));
9100 #define xmlSAX2Reference xmlSAX2Reference__internal_alias
9105 #undef xmlSAX2ResolveEntity
9106 extern __typeof (xmlSAX2ResolveEntity
) xmlSAX2ResolveEntity
__attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
9108 #ifndef xmlSAX2ResolveEntity
9109 extern __typeof (xmlSAX2ResolveEntity
) xmlSAX2ResolveEntity__internal_alias
__attribute((visibility("hidden")));
9110 #define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias
9115 #undef xmlSAX2SetDocumentLocator
9116 extern __typeof (xmlSAX2SetDocumentLocator
) xmlSAX2SetDocumentLocator
__attribute((alias("xmlSAX2SetDocumentLocator__internal_alias")));
9118 #ifndef xmlSAX2SetDocumentLocator
9119 extern __typeof (xmlSAX2SetDocumentLocator
) xmlSAX2SetDocumentLocator__internal_alias
__attribute((visibility("hidden")));
9120 #define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias
9125 #undef xmlSAX2StartDocument
9126 extern __typeof (xmlSAX2StartDocument
) xmlSAX2StartDocument
__attribute((alias("xmlSAX2StartDocument__internal_alias")));
9128 #ifndef xmlSAX2StartDocument
9129 extern __typeof (xmlSAX2StartDocument
) xmlSAX2StartDocument__internal_alias
__attribute((visibility("hidden")));
9130 #define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias
9134 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
9136 #undef xmlSAX2StartElement
9137 extern __typeof (xmlSAX2StartElement
) xmlSAX2StartElement
__attribute((alias("xmlSAX2StartElement__internal_alias")));
9139 #ifndef xmlSAX2StartElement
9140 extern __typeof (xmlSAX2StartElement
) xmlSAX2StartElement__internal_alias
__attribute((visibility("hidden")));
9141 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias
9147 #undef xmlSAX2StartElementNs
9148 extern __typeof (xmlSAX2StartElementNs
) xmlSAX2StartElementNs
__attribute((alias("xmlSAX2StartElementNs__internal_alias")));
9150 #ifndef xmlSAX2StartElementNs
9151 extern __typeof (xmlSAX2StartElementNs
) xmlSAX2StartElementNs__internal_alias
__attribute((visibility("hidden")));
9152 #define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
9157 #undef xmlSAX2UnparsedEntityDecl
9158 extern __typeof (xmlSAX2UnparsedEntityDecl
) xmlSAX2UnparsedEntityDecl
__attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
9160 #ifndef xmlSAX2UnparsedEntityDecl
9161 extern __typeof (xmlSAX2UnparsedEntityDecl
) xmlSAX2UnparsedEntityDecl__internal_alias
__attribute((visibility("hidden")));
9162 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias
9166 #if defined(LIBXML_SAX1_ENABLED)
9168 #undef xmlSAXDefaultVersion
9169 extern __typeof (xmlSAXDefaultVersion
) xmlSAXDefaultVersion
__attribute((alias("xmlSAXDefaultVersion__internal_alias")));
9171 #ifndef xmlSAXDefaultVersion
9172 extern __typeof (xmlSAXDefaultVersion
) xmlSAXDefaultVersion__internal_alias
__attribute((visibility("hidden")));
9173 #define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias
9178 #if defined(LIBXML_VALID_ENABLED)
9179 #ifdef bottom_parser
9180 #undef xmlSAXParseDTD
9181 extern __typeof (xmlSAXParseDTD
) xmlSAXParseDTD
__attribute((alias("xmlSAXParseDTD__internal_alias")));
9183 #ifndef xmlSAXParseDTD
9184 extern __typeof (xmlSAXParseDTD
) xmlSAXParseDTD__internal_alias
__attribute((visibility("hidden")));
9185 #define xmlSAXParseDTD xmlSAXParseDTD__internal_alias
9190 #if defined(LIBXML_SAX1_ENABLED)
9191 #ifdef bottom_parser
9192 #undef xmlSAXParseDoc
9193 extern __typeof (xmlSAXParseDoc
) xmlSAXParseDoc
__attribute((alias("xmlSAXParseDoc__internal_alias")));
9195 #ifndef xmlSAXParseDoc
9196 extern __typeof (xmlSAXParseDoc
) xmlSAXParseDoc__internal_alias
__attribute((visibility("hidden")));
9197 #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
9202 #if defined(LIBXML_SAX1_ENABLED)
9203 #ifdef bottom_parser
9204 #undef xmlSAXParseEntity
9205 extern __typeof (xmlSAXParseEntity
) xmlSAXParseEntity
__attribute((alias("xmlSAXParseEntity__internal_alias")));
9207 #ifndef xmlSAXParseEntity
9208 extern __typeof (xmlSAXParseEntity
) xmlSAXParseEntity__internal_alias
__attribute((visibility("hidden")));
9209 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias
9214 #if defined(LIBXML_SAX1_ENABLED)
9215 #ifdef bottom_parser
9216 #undef xmlSAXParseFile
9217 extern __typeof (xmlSAXParseFile
) xmlSAXParseFile
__attribute((alias("xmlSAXParseFile__internal_alias")));
9219 #ifndef xmlSAXParseFile
9220 extern __typeof (xmlSAXParseFile
) xmlSAXParseFile__internal_alias
__attribute((visibility("hidden")));
9221 #define xmlSAXParseFile xmlSAXParseFile__internal_alias
9226 #if defined(LIBXML_SAX1_ENABLED)
9227 #ifdef bottom_parser
9228 #undef xmlSAXParseFileWithData
9229 extern __typeof (xmlSAXParseFileWithData
) xmlSAXParseFileWithData
__attribute((alias("xmlSAXParseFileWithData__internal_alias")));
9231 #ifndef xmlSAXParseFileWithData
9232 extern __typeof (xmlSAXParseFileWithData
) xmlSAXParseFileWithData__internal_alias
__attribute((visibility("hidden")));
9233 #define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias
9238 #if defined(LIBXML_SAX1_ENABLED)
9239 #ifdef bottom_parser
9240 #undef xmlSAXParseMemory
9241 extern __typeof (xmlSAXParseMemory
) xmlSAXParseMemory
__attribute((alias("xmlSAXParseMemory__internal_alias")));
9243 #ifndef xmlSAXParseMemory
9244 extern __typeof (xmlSAXParseMemory
) xmlSAXParseMemory__internal_alias
__attribute((visibility("hidden")));
9245 #define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
9250 #if defined(LIBXML_SAX1_ENABLED)
9251 #ifdef bottom_parser
9252 #undef xmlSAXParseMemoryWithData
9253 extern __typeof (xmlSAXParseMemoryWithData
) xmlSAXParseMemoryWithData
__attribute((alias("xmlSAXParseMemoryWithData__internal_alias")));
9255 #ifndef xmlSAXParseMemoryWithData
9256 extern __typeof (xmlSAXParseMemoryWithData
) xmlSAXParseMemoryWithData__internal_alias
__attribute((visibility("hidden")));
9257 #define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias
9262 #if defined(LIBXML_SAX1_ENABLED)
9263 #ifdef bottom_parser
9264 #undef xmlSAXUserParseFile
9265 extern __typeof (xmlSAXUserParseFile
) xmlSAXUserParseFile
__attribute((alias("xmlSAXUserParseFile__internal_alias")));
9267 #ifndef xmlSAXUserParseFile
9268 extern __typeof (xmlSAXUserParseFile
) xmlSAXUserParseFile__internal_alias
__attribute((visibility("hidden")));
9269 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias
9274 #if defined(LIBXML_SAX1_ENABLED)
9275 #ifdef bottom_parser
9276 #undef xmlSAXUserParseMemory
9277 extern __typeof (xmlSAXUserParseMemory
) xmlSAXUserParseMemory
__attribute((alias("xmlSAXUserParseMemory__internal_alias")));
9279 #ifndef xmlSAXUserParseMemory
9280 extern __typeof (xmlSAXUserParseMemory
) xmlSAXUserParseMemory__internal_alias
__attribute((visibility("hidden")));
9281 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias
9287 #undef xmlSAXVersion
9288 extern __typeof (xmlSAXVersion
) xmlSAXVersion
__attribute((alias("xmlSAXVersion__internal_alias")));
9290 #ifndef xmlSAXVersion
9291 extern __typeof (xmlSAXVersion
) xmlSAXVersion__internal_alias
__attribute((visibility("hidden")));
9292 #define xmlSAXVersion xmlSAXVersion__internal_alias
9296 #if defined(LIBXML_OUTPUT_ENABLED)
9297 #ifdef bottom_xmlsave
9299 extern __typeof (xmlSaveClose
) xmlSaveClose
__attribute((alias("xmlSaveClose__internal_alias")));
9301 #ifndef xmlSaveClose
9302 extern __typeof (xmlSaveClose
) xmlSaveClose__internal_alias
__attribute((visibility("hidden")));
9303 #define xmlSaveClose xmlSaveClose__internal_alias
9308 #if defined(LIBXML_OUTPUT_ENABLED)
9309 #ifdef bottom_xmlsave
9311 extern __typeof (xmlSaveDoc
) xmlSaveDoc
__attribute((alias("xmlSaveDoc__internal_alias")));
9314 extern __typeof (xmlSaveDoc
) xmlSaveDoc__internal_alias
__attribute((visibility("hidden")));
9315 #define xmlSaveDoc xmlSaveDoc__internal_alias
9320 #if defined(LIBXML_OUTPUT_ENABLED)
9321 #ifdef bottom_xmlsave
9323 extern __typeof (xmlSaveFile
) xmlSaveFile
__attribute((alias("xmlSaveFile__internal_alias")));
9326 extern __typeof (xmlSaveFile
) xmlSaveFile__internal_alias
__attribute((visibility("hidden")));
9327 #define xmlSaveFile xmlSaveFile__internal_alias
9332 #if defined(LIBXML_OUTPUT_ENABLED)
9333 #ifdef bottom_xmlsave
9334 #undef xmlSaveFileEnc
9335 extern __typeof (xmlSaveFileEnc
) xmlSaveFileEnc
__attribute((alias("xmlSaveFileEnc__internal_alias")));
9337 #ifndef xmlSaveFileEnc
9338 extern __typeof (xmlSaveFileEnc
) xmlSaveFileEnc__internal_alias
__attribute((visibility("hidden")));
9339 #define xmlSaveFileEnc xmlSaveFileEnc__internal_alias
9344 #if defined(LIBXML_OUTPUT_ENABLED)
9345 #ifdef bottom_xmlsave
9346 #undef xmlSaveFileTo
9347 extern __typeof (xmlSaveFileTo
) xmlSaveFileTo
__attribute((alias("xmlSaveFileTo__internal_alias")));
9349 #ifndef xmlSaveFileTo
9350 extern __typeof (xmlSaveFileTo
) xmlSaveFileTo__internal_alias
__attribute((visibility("hidden")));
9351 #define xmlSaveFileTo xmlSaveFileTo__internal_alias
9356 #if defined(LIBXML_OUTPUT_ENABLED)
9357 #ifdef bottom_xmlsave
9359 extern __typeof (xmlSaveFlush
) xmlSaveFlush
__attribute((alias("xmlSaveFlush__internal_alias")));
9361 #ifndef xmlSaveFlush
9362 extern __typeof (xmlSaveFlush
) xmlSaveFlush__internal_alias
__attribute((visibility("hidden")));
9363 #define xmlSaveFlush xmlSaveFlush__internal_alias
9368 #if defined(LIBXML_OUTPUT_ENABLED)
9369 #ifdef bottom_xmlsave
9370 #undef xmlSaveFormatFile
9371 extern __typeof (xmlSaveFormatFile
) xmlSaveFormatFile
__attribute((alias("xmlSaveFormatFile__internal_alias")));
9373 #ifndef xmlSaveFormatFile
9374 extern __typeof (xmlSaveFormatFile
) xmlSaveFormatFile__internal_alias
__attribute((visibility("hidden")));
9375 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias
9380 #if defined(LIBXML_OUTPUT_ENABLED)
9381 #ifdef bottom_xmlsave
9382 #undef xmlSaveFormatFileEnc
9383 extern __typeof (xmlSaveFormatFileEnc
) xmlSaveFormatFileEnc
__attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
9385 #ifndef xmlSaveFormatFileEnc
9386 extern __typeof (xmlSaveFormatFileEnc
) xmlSaveFormatFileEnc__internal_alias
__attribute((visibility("hidden")));
9387 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
9392 #if defined(LIBXML_OUTPUT_ENABLED)
9393 #ifdef bottom_xmlsave
9394 #undef xmlSaveFormatFileTo
9395 extern __typeof (xmlSaveFormatFileTo
) xmlSaveFormatFileTo
__attribute((alias("xmlSaveFormatFileTo__internal_alias")));
9397 #ifndef xmlSaveFormatFileTo
9398 extern __typeof (xmlSaveFormatFileTo
) xmlSaveFormatFileTo__internal_alias
__attribute((visibility("hidden")));
9399 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias
9404 #if defined(LIBXML_OUTPUT_ENABLED)
9405 #ifdef bottom_xmlsave
9406 #undef xmlSaveSetAttrEscape
9407 extern __typeof (xmlSaveSetAttrEscape
) xmlSaveSetAttrEscape
__attribute((alias("xmlSaveSetAttrEscape__internal_alias")));
9409 #ifndef xmlSaveSetAttrEscape
9410 extern __typeof (xmlSaveSetAttrEscape
) xmlSaveSetAttrEscape__internal_alias
__attribute((visibility("hidden")));
9411 #define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias
9416 #if defined(LIBXML_OUTPUT_ENABLED)
9417 #ifdef bottom_xmlsave
9418 #undef xmlSaveSetEscape
9419 extern __typeof (xmlSaveSetEscape
) xmlSaveSetEscape
__attribute((alias("xmlSaveSetEscape__internal_alias")));
9421 #ifndef xmlSaveSetEscape
9422 extern __typeof (xmlSaveSetEscape
) xmlSaveSetEscape__internal_alias
__attribute((visibility("hidden")));
9423 #define xmlSaveSetEscape xmlSaveSetEscape__internal_alias
9428 #if defined(LIBXML_OUTPUT_ENABLED)
9429 #ifdef bottom_xmlsave
9430 #undef xmlSaveToBuffer
9431 extern __typeof (xmlSaveToBuffer
) xmlSaveToBuffer
__attribute((alias("xmlSaveToBuffer__internal_alias")));
9433 #ifndef xmlSaveToBuffer
9434 extern __typeof (xmlSaveToBuffer
) xmlSaveToBuffer__internal_alias
__attribute((visibility("hidden")));
9435 #define xmlSaveToBuffer xmlSaveToBuffer__internal_alias
9440 #if defined(LIBXML_OUTPUT_ENABLED)
9441 #ifdef bottom_xmlsave
9443 extern __typeof (xmlSaveToFd
) xmlSaveToFd
__attribute((alias("xmlSaveToFd__internal_alias")));
9446 extern __typeof (xmlSaveToFd
) xmlSaveToFd__internal_alias
__attribute((visibility("hidden")));
9447 #define xmlSaveToFd xmlSaveToFd__internal_alias
9452 #if defined(LIBXML_OUTPUT_ENABLED)
9453 #ifdef bottom_xmlsave
9454 #undef xmlSaveToFilename
9455 extern __typeof (xmlSaveToFilename
) xmlSaveToFilename
__attribute((alias("xmlSaveToFilename__internal_alias")));
9457 #ifndef xmlSaveToFilename
9458 extern __typeof (xmlSaveToFilename
) xmlSaveToFilename__internal_alias
__attribute((visibility("hidden")));
9459 #define xmlSaveToFilename xmlSaveToFilename__internal_alias
9464 #if defined(LIBXML_OUTPUT_ENABLED)
9465 #ifdef bottom_xmlsave
9467 extern __typeof (xmlSaveToIO
) xmlSaveToIO
__attribute((alias("xmlSaveToIO__internal_alias")));
9470 extern __typeof (xmlSaveToIO
) xmlSaveToIO__internal_alias
__attribute((visibility("hidden")));
9471 #define xmlSaveToIO xmlSaveToIO__internal_alias
9476 #if defined(LIBXML_OUTPUT_ENABLED)
9477 #ifdef bottom_xmlsave
9479 extern __typeof (xmlSaveTree
) xmlSaveTree
__attribute((alias("xmlSaveTree__internal_alias")));
9482 extern __typeof (xmlSaveTree
) xmlSaveTree__internal_alias
__attribute((visibility("hidden")));
9483 #define xmlSaveTree xmlSaveTree__internal_alias
9490 extern __typeof (xmlSaveUri
) xmlSaveUri
__attribute((alias("xmlSaveUri__internal_alias")));
9493 extern __typeof (xmlSaveUri
) xmlSaveUri__internal_alias
__attribute((visibility("hidden")));
9494 #define xmlSaveUri xmlSaveUri__internal_alias
9498 #if defined(LIBXML_LEGACY_ENABLED)
9499 #ifdef bottom_legacy
9501 extern __typeof (xmlScanName
) xmlScanName
__attribute((alias("xmlScanName__internal_alias")));
9504 extern __typeof (xmlScanName
) xmlScanName__internal_alias
__attribute((visibility("hidden")));
9505 #define xmlScanName xmlScanName__internal_alias
9510 #if defined(LIBXML_SCHEMAS_ENABLED)
9511 #ifdef bottom_xmlschemas
9512 #undef xmlSchemaCheckFacet
9513 extern __typeof (xmlSchemaCheckFacet
) xmlSchemaCheckFacet
__attribute((alias("xmlSchemaCheckFacet__internal_alias")));
9515 #ifndef xmlSchemaCheckFacet
9516 extern __typeof (xmlSchemaCheckFacet
) xmlSchemaCheckFacet__internal_alias
__attribute((visibility("hidden")));
9517 #define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias
9522 #if defined(LIBXML_SCHEMAS_ENABLED)
9523 #ifdef bottom_xmlschemastypes
9524 #undef xmlSchemaCleanupTypes
9525 extern __typeof (xmlSchemaCleanupTypes
) xmlSchemaCleanupTypes
__attribute((alias("xmlSchemaCleanupTypes__internal_alias")));
9527 #ifndef xmlSchemaCleanupTypes
9528 extern __typeof (xmlSchemaCleanupTypes
) xmlSchemaCleanupTypes__internal_alias
__attribute((visibility("hidden")));
9529 #define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias
9534 #if defined(LIBXML_SCHEMAS_ENABLED)
9535 #ifdef bottom_xmlschemastypes
9536 #undef xmlSchemaCollapseString
9537 extern __typeof (xmlSchemaCollapseString
) xmlSchemaCollapseString
__attribute((alias("xmlSchemaCollapseString__internal_alias")));
9539 #ifndef xmlSchemaCollapseString
9540 extern __typeof (xmlSchemaCollapseString
) xmlSchemaCollapseString__internal_alias
__attribute((visibility("hidden")));
9541 #define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias
9546 #if defined(LIBXML_SCHEMAS_ENABLED)
9547 #ifdef bottom_xmlschemastypes
9548 #undef xmlSchemaCompareValues
9549 extern __typeof (xmlSchemaCompareValues
) xmlSchemaCompareValues
__attribute((alias("xmlSchemaCompareValues__internal_alias")));
9551 #ifndef xmlSchemaCompareValues
9552 extern __typeof (xmlSchemaCompareValues
) xmlSchemaCompareValues__internal_alias
__attribute((visibility("hidden")));
9553 #define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias
9558 #if defined(LIBXML_SCHEMAS_ENABLED)
9559 #ifdef bottom_xmlschemastypes
9560 #undef xmlSchemaCompareValuesWhtsp
9561 extern __typeof (xmlSchemaCompareValuesWhtsp
) xmlSchemaCompareValuesWhtsp
__attribute((alias("xmlSchemaCompareValuesWhtsp__internal_alias")));
9563 #ifndef xmlSchemaCompareValuesWhtsp
9564 extern __typeof (xmlSchemaCompareValuesWhtsp
) xmlSchemaCompareValuesWhtsp__internal_alias
__attribute((visibility("hidden")));
9565 #define xmlSchemaCompareValuesWhtsp xmlSchemaCompareValuesWhtsp__internal_alias
9570 #if defined(LIBXML_SCHEMAS_ENABLED)
9571 #ifdef bottom_xmlschemastypes
9572 #undef xmlSchemaCopyValue
9573 extern __typeof (xmlSchemaCopyValue
) xmlSchemaCopyValue
__attribute((alias("xmlSchemaCopyValue__internal_alias")));
9575 #ifndef xmlSchemaCopyValue
9576 extern __typeof (xmlSchemaCopyValue
) xmlSchemaCopyValue__internal_alias
__attribute((visibility("hidden")));
9577 #define xmlSchemaCopyValue xmlSchemaCopyValue__internal_alias
9582 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
9583 #ifdef bottom_xmlschemas
9584 #undef xmlSchemaDump
9585 extern __typeof (xmlSchemaDump
) xmlSchemaDump
__attribute((alias("xmlSchemaDump__internal_alias")));
9587 #ifndef xmlSchemaDump
9588 extern __typeof (xmlSchemaDump
) xmlSchemaDump__internal_alias
__attribute((visibility("hidden")));
9589 #define xmlSchemaDump xmlSchemaDump__internal_alias
9594 #if defined(LIBXML_SCHEMAS_ENABLED)
9595 #ifdef bottom_xmlschemas
9596 #undef xmlSchemaFree
9597 extern __typeof (xmlSchemaFree
) xmlSchemaFree
__attribute((alias("xmlSchemaFree__internal_alias")));
9599 #ifndef xmlSchemaFree
9600 extern __typeof (xmlSchemaFree
) xmlSchemaFree__internal_alias
__attribute((visibility("hidden")));
9601 #define xmlSchemaFree xmlSchemaFree__internal_alias
9606 #if defined(LIBXML_SCHEMAS_ENABLED)
9607 #ifdef bottom_xmlschemas
9608 #undef xmlSchemaFreeFacet
9609 extern __typeof (xmlSchemaFreeFacet
) xmlSchemaFreeFacet
__attribute((alias("xmlSchemaFreeFacet__internal_alias")));
9611 #ifndef xmlSchemaFreeFacet
9612 extern __typeof (xmlSchemaFreeFacet
) xmlSchemaFreeFacet__internal_alias
__attribute((visibility("hidden")));
9613 #define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias
9618 #if defined(LIBXML_SCHEMAS_ENABLED)
9619 #ifdef bottom_xmlschemas
9620 #undef xmlSchemaFreeParserCtxt
9621 extern __typeof (xmlSchemaFreeParserCtxt
) xmlSchemaFreeParserCtxt
__attribute((alias("xmlSchemaFreeParserCtxt__internal_alias")));
9623 #ifndef xmlSchemaFreeParserCtxt
9624 extern __typeof (xmlSchemaFreeParserCtxt
) xmlSchemaFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
9625 #define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias
9630 #if defined(LIBXML_SCHEMAS_ENABLED)
9631 #ifdef bottom_xmlschemas
9632 #undef xmlSchemaFreeType
9633 extern __typeof (xmlSchemaFreeType
) xmlSchemaFreeType
__attribute((alias("xmlSchemaFreeType__internal_alias")));
9635 #ifndef xmlSchemaFreeType
9636 extern __typeof (xmlSchemaFreeType
) xmlSchemaFreeType__internal_alias
__attribute((visibility("hidden")));
9637 #define xmlSchemaFreeType xmlSchemaFreeType__internal_alias
9642 #if defined(LIBXML_SCHEMAS_ENABLED)
9643 #ifdef bottom_xmlschemas
9644 #undef xmlSchemaFreeValidCtxt
9645 extern __typeof (xmlSchemaFreeValidCtxt
) xmlSchemaFreeValidCtxt
__attribute((alias("xmlSchemaFreeValidCtxt__internal_alias")));
9647 #ifndef xmlSchemaFreeValidCtxt
9648 extern __typeof (xmlSchemaFreeValidCtxt
) xmlSchemaFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
9649 #define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias
9654 #if defined(LIBXML_SCHEMAS_ENABLED)
9655 #ifdef bottom_xmlschemastypes
9656 #undef xmlSchemaFreeValue
9657 extern __typeof (xmlSchemaFreeValue
) xmlSchemaFreeValue
__attribute((alias("xmlSchemaFreeValue__internal_alias")));
9659 #ifndef xmlSchemaFreeValue
9660 extern __typeof (xmlSchemaFreeValue
) xmlSchemaFreeValue__internal_alias
__attribute((visibility("hidden")));
9661 #define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias
9666 #if defined(LIBXML_SCHEMAS_ENABLED)
9667 #ifdef bottom_xmlschemas
9668 #undef xmlSchemaFreeWildcard
9669 extern __typeof (xmlSchemaFreeWildcard
) xmlSchemaFreeWildcard
__attribute((alias("xmlSchemaFreeWildcard__internal_alias")));
9671 #ifndef xmlSchemaFreeWildcard
9672 extern __typeof (xmlSchemaFreeWildcard
) xmlSchemaFreeWildcard__internal_alias
__attribute((visibility("hidden")));
9673 #define xmlSchemaFreeWildcard xmlSchemaFreeWildcard__internal_alias
9678 #if defined(LIBXML_SCHEMAS_ENABLED)
9679 #ifdef bottom_xmlschemastypes
9680 #undef xmlSchemaGetBuiltInListSimpleTypeItemType
9681 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType
) xmlSchemaGetBuiltInListSimpleTypeItemType
__attribute((alias("xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias")));
9683 #ifndef xmlSchemaGetBuiltInListSimpleTypeItemType
9684 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType
) xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
__attribute((visibility("hidden")));
9685 #define xmlSchemaGetBuiltInListSimpleTypeItemType xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
9690 #if defined(LIBXML_SCHEMAS_ENABLED)
9691 #ifdef bottom_xmlschemastypes
9692 #undef xmlSchemaGetBuiltInType
9693 extern __typeof (xmlSchemaGetBuiltInType
) xmlSchemaGetBuiltInType
__attribute((alias("xmlSchemaGetBuiltInType__internal_alias")));
9695 #ifndef xmlSchemaGetBuiltInType
9696 extern __typeof (xmlSchemaGetBuiltInType
) xmlSchemaGetBuiltInType__internal_alias
__attribute((visibility("hidden")));
9697 #define xmlSchemaGetBuiltInType xmlSchemaGetBuiltInType__internal_alias
9702 #if defined(LIBXML_SCHEMAS_ENABLED)
9703 #ifdef bottom_xmlschemastypes
9704 #undef xmlSchemaGetCanonValue
9705 extern __typeof (xmlSchemaGetCanonValue
) xmlSchemaGetCanonValue
__attribute((alias("xmlSchemaGetCanonValue__internal_alias")));
9707 #ifndef xmlSchemaGetCanonValue
9708 extern __typeof (xmlSchemaGetCanonValue
) xmlSchemaGetCanonValue__internal_alias
__attribute((visibility("hidden")));
9709 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias
9714 #if defined(LIBXML_SCHEMAS_ENABLED)
9715 #ifdef bottom_xmlschemastypes
9716 #undef xmlSchemaGetCanonValueWhtsp
9717 extern __typeof (xmlSchemaGetCanonValueWhtsp
) xmlSchemaGetCanonValueWhtsp
__attribute((alias("xmlSchemaGetCanonValueWhtsp__internal_alias")));
9719 #ifndef xmlSchemaGetCanonValueWhtsp
9720 extern __typeof (xmlSchemaGetCanonValueWhtsp
) xmlSchemaGetCanonValueWhtsp__internal_alias
__attribute((visibility("hidden")));
9721 #define xmlSchemaGetCanonValueWhtsp xmlSchemaGetCanonValueWhtsp__internal_alias
9726 #if defined(LIBXML_SCHEMAS_ENABLED)
9727 #ifdef bottom_xmlschemastypes
9728 #undef xmlSchemaGetFacetValueAsULong
9729 extern __typeof (xmlSchemaGetFacetValueAsULong
) xmlSchemaGetFacetValueAsULong
__attribute((alias("xmlSchemaGetFacetValueAsULong__internal_alias")));
9731 #ifndef xmlSchemaGetFacetValueAsULong
9732 extern __typeof (xmlSchemaGetFacetValueAsULong
) xmlSchemaGetFacetValueAsULong__internal_alias
__attribute((visibility("hidden")));
9733 #define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias
9738 #if defined(LIBXML_SCHEMAS_ENABLED)
9739 #ifdef bottom_xmlschemas
9740 #undef xmlSchemaGetParserErrors
9741 extern __typeof (xmlSchemaGetParserErrors
) xmlSchemaGetParserErrors
__attribute((alias("xmlSchemaGetParserErrors__internal_alias")));
9743 #ifndef xmlSchemaGetParserErrors
9744 extern __typeof (xmlSchemaGetParserErrors
) xmlSchemaGetParserErrors__internal_alias
__attribute((visibility("hidden")));
9745 #define xmlSchemaGetParserErrors xmlSchemaGetParserErrors__internal_alias
9750 #if defined(LIBXML_SCHEMAS_ENABLED)
9751 #ifdef bottom_xmlschemastypes
9752 #undef xmlSchemaGetPredefinedType
9753 extern __typeof (xmlSchemaGetPredefinedType
) xmlSchemaGetPredefinedType
__attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
9755 #ifndef xmlSchemaGetPredefinedType
9756 extern __typeof (xmlSchemaGetPredefinedType
) xmlSchemaGetPredefinedType__internal_alias
__attribute((visibility("hidden")));
9757 #define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
9762 #if defined(LIBXML_SCHEMAS_ENABLED)
9763 #ifdef bottom_xmlschemastypes
9764 #undef xmlSchemaGetValType
9765 extern __typeof (xmlSchemaGetValType
) xmlSchemaGetValType
__attribute((alias("xmlSchemaGetValType__internal_alias")));
9767 #ifndef xmlSchemaGetValType
9768 extern __typeof (xmlSchemaGetValType
) xmlSchemaGetValType__internal_alias
__attribute((visibility("hidden")));
9769 #define xmlSchemaGetValType xmlSchemaGetValType__internal_alias
9774 #if defined(LIBXML_SCHEMAS_ENABLED)
9775 #ifdef bottom_xmlschemas
9776 #undef xmlSchemaGetValidErrors
9777 extern __typeof (xmlSchemaGetValidErrors
) xmlSchemaGetValidErrors
__attribute((alias("xmlSchemaGetValidErrors__internal_alias")));
9779 #ifndef xmlSchemaGetValidErrors
9780 extern __typeof (xmlSchemaGetValidErrors
) xmlSchemaGetValidErrors__internal_alias
__attribute((visibility("hidden")));
9781 #define xmlSchemaGetValidErrors xmlSchemaGetValidErrors__internal_alias
9786 #if defined(LIBXML_SCHEMAS_ENABLED)
9787 #ifdef bottom_xmlschemastypes
9788 #undef xmlSchemaInitTypes
9789 extern __typeof (xmlSchemaInitTypes
) xmlSchemaInitTypes
__attribute((alias("xmlSchemaInitTypes__internal_alias")));
9791 #ifndef xmlSchemaInitTypes
9792 extern __typeof (xmlSchemaInitTypes
) xmlSchemaInitTypes__internal_alias
__attribute((visibility("hidden")));
9793 #define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias
9798 #if defined(LIBXML_SCHEMAS_ENABLED)
9799 #ifdef bottom_xmlschemastypes
9800 #undef xmlSchemaIsBuiltInTypeFacet
9801 extern __typeof (xmlSchemaIsBuiltInTypeFacet
) xmlSchemaIsBuiltInTypeFacet
__attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
9803 #ifndef xmlSchemaIsBuiltInTypeFacet
9804 extern __typeof (xmlSchemaIsBuiltInTypeFacet
) xmlSchemaIsBuiltInTypeFacet__internal_alias
__attribute((visibility("hidden")));
9805 #define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias
9810 #if defined(LIBXML_SCHEMAS_ENABLED)
9811 #ifdef bottom_xmlschemas
9812 #undef xmlSchemaIsValid
9813 extern __typeof (xmlSchemaIsValid
) xmlSchemaIsValid
__attribute((alias("xmlSchemaIsValid__internal_alias")));
9815 #ifndef xmlSchemaIsValid
9816 extern __typeof (xmlSchemaIsValid
) xmlSchemaIsValid__internal_alias
__attribute((visibility("hidden")));
9817 #define xmlSchemaIsValid xmlSchemaIsValid__internal_alias
9822 #if defined(LIBXML_SCHEMAS_ENABLED)
9823 #ifdef bottom_xmlschemas
9824 #undef xmlSchemaNewDocParserCtxt
9825 extern __typeof (xmlSchemaNewDocParserCtxt
) xmlSchemaNewDocParserCtxt
__attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias")));
9827 #ifndef xmlSchemaNewDocParserCtxt
9828 extern __typeof (xmlSchemaNewDocParserCtxt
) xmlSchemaNewDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
9829 #define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias
9834 #if defined(LIBXML_SCHEMAS_ENABLED)
9835 #ifdef bottom_xmlschemas
9836 #undef xmlSchemaNewFacet
9837 extern __typeof (xmlSchemaNewFacet
) xmlSchemaNewFacet
__attribute((alias("xmlSchemaNewFacet__internal_alias")));
9839 #ifndef xmlSchemaNewFacet
9840 extern __typeof (xmlSchemaNewFacet
) xmlSchemaNewFacet__internal_alias
__attribute((visibility("hidden")));
9841 #define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias
9846 #if defined(LIBXML_SCHEMAS_ENABLED)
9847 #ifdef bottom_xmlschemas
9848 #undef xmlSchemaNewMemParserCtxt
9849 extern __typeof (xmlSchemaNewMemParserCtxt
) xmlSchemaNewMemParserCtxt
__attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias")));
9851 #ifndef xmlSchemaNewMemParserCtxt
9852 extern __typeof (xmlSchemaNewMemParserCtxt
) xmlSchemaNewMemParserCtxt__internal_alias
__attribute((visibility("hidden")));
9853 #define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias
9858 #if defined(LIBXML_SCHEMAS_ENABLED)
9859 #ifdef bottom_xmlschemastypes
9860 #undef xmlSchemaNewNOTATIONValue
9861 extern __typeof (xmlSchemaNewNOTATIONValue
) xmlSchemaNewNOTATIONValue
__attribute((alias("xmlSchemaNewNOTATIONValue__internal_alias")));
9863 #ifndef xmlSchemaNewNOTATIONValue
9864 extern __typeof (xmlSchemaNewNOTATIONValue
) xmlSchemaNewNOTATIONValue__internal_alias
__attribute((visibility("hidden")));
9865 #define xmlSchemaNewNOTATIONValue xmlSchemaNewNOTATIONValue__internal_alias
9870 #if defined(LIBXML_SCHEMAS_ENABLED)
9871 #ifdef bottom_xmlschemas
9872 #undef xmlSchemaNewParserCtxt
9873 extern __typeof (xmlSchemaNewParserCtxt
) xmlSchemaNewParserCtxt
__attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
9875 #ifndef xmlSchemaNewParserCtxt
9876 extern __typeof (xmlSchemaNewParserCtxt
) xmlSchemaNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
9877 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias
9882 #if defined(LIBXML_SCHEMAS_ENABLED)
9883 #ifdef bottom_xmlschemastypes
9884 #undef xmlSchemaNewQNameValue
9885 extern __typeof (xmlSchemaNewQNameValue
) xmlSchemaNewQNameValue
__attribute((alias("xmlSchemaNewQNameValue__internal_alias")));
9887 #ifndef xmlSchemaNewQNameValue
9888 extern __typeof (xmlSchemaNewQNameValue
) xmlSchemaNewQNameValue__internal_alias
__attribute((visibility("hidden")));
9889 #define xmlSchemaNewQNameValue xmlSchemaNewQNameValue__internal_alias
9894 #if defined(LIBXML_SCHEMAS_ENABLED)
9895 #ifdef bottom_xmlschemastypes
9896 #undef xmlSchemaNewStringValue
9897 extern __typeof (xmlSchemaNewStringValue
) xmlSchemaNewStringValue
__attribute((alias("xmlSchemaNewStringValue__internal_alias")));
9899 #ifndef xmlSchemaNewStringValue
9900 extern __typeof (xmlSchemaNewStringValue
) xmlSchemaNewStringValue__internal_alias
__attribute((visibility("hidden")));
9901 #define xmlSchemaNewStringValue xmlSchemaNewStringValue__internal_alias
9906 #if defined(LIBXML_SCHEMAS_ENABLED)
9907 #ifdef bottom_xmlschemas
9908 #undef xmlSchemaNewValidCtxt
9909 extern __typeof (xmlSchemaNewValidCtxt
) xmlSchemaNewValidCtxt
__attribute((alias("xmlSchemaNewValidCtxt__internal_alias")));
9911 #ifndef xmlSchemaNewValidCtxt
9912 extern __typeof (xmlSchemaNewValidCtxt
) xmlSchemaNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
9913 #define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias
9918 #if defined(LIBXML_SCHEMAS_ENABLED)
9919 #ifdef bottom_xmlschemas
9920 #undef xmlSchemaParse
9921 extern __typeof (xmlSchemaParse
) xmlSchemaParse
__attribute((alias("xmlSchemaParse__internal_alias")));
9923 #ifndef xmlSchemaParse
9924 extern __typeof (xmlSchemaParse
) xmlSchemaParse__internal_alias
__attribute((visibility("hidden")));
9925 #define xmlSchemaParse xmlSchemaParse__internal_alias
9930 #if defined(LIBXML_SCHEMAS_ENABLED)
9931 #ifdef bottom_xmlschemas
9932 #undef xmlSchemaSAXPlug
9933 extern __typeof (xmlSchemaSAXPlug
) xmlSchemaSAXPlug
__attribute((alias("xmlSchemaSAXPlug__internal_alias")));
9935 #ifndef xmlSchemaSAXPlug
9936 extern __typeof (xmlSchemaSAXPlug
) xmlSchemaSAXPlug__internal_alias
__attribute((visibility("hidden")));
9937 #define xmlSchemaSAXPlug xmlSchemaSAXPlug__internal_alias
9942 #if defined(LIBXML_SCHEMAS_ENABLED)
9943 #ifdef bottom_xmlschemas
9944 #undef xmlSchemaSAXUnplug
9945 extern __typeof (xmlSchemaSAXUnplug
) xmlSchemaSAXUnplug
__attribute((alias("xmlSchemaSAXUnplug__internal_alias")));
9947 #ifndef xmlSchemaSAXUnplug
9948 extern __typeof (xmlSchemaSAXUnplug
) xmlSchemaSAXUnplug__internal_alias
__attribute((visibility("hidden")));
9949 #define xmlSchemaSAXUnplug xmlSchemaSAXUnplug__internal_alias
9954 #if defined(LIBXML_SCHEMAS_ENABLED)
9955 #ifdef bottom_xmlschemas
9956 #undef xmlSchemaSetParserErrors
9957 extern __typeof (xmlSchemaSetParserErrors
) xmlSchemaSetParserErrors
__attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
9959 #ifndef xmlSchemaSetParserErrors
9960 extern __typeof (xmlSchemaSetParserErrors
) xmlSchemaSetParserErrors__internal_alias
__attribute((visibility("hidden")));
9961 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias
9966 #if defined(LIBXML_SCHEMAS_ENABLED)
9967 #ifdef bottom_xmlschemas
9968 #undef xmlSchemaSetParserStructuredErrors
9969 extern __typeof (xmlSchemaSetParserStructuredErrors
) xmlSchemaSetParserStructuredErrors
__attribute((alias("xmlSchemaSetParserStructuredErrors__internal_alias")));
9971 #ifndef xmlSchemaSetParserStructuredErrors
9972 extern __typeof (xmlSchemaSetParserStructuredErrors
) xmlSchemaSetParserStructuredErrors__internal_alias
__attribute((visibility("hidden")));
9973 #define xmlSchemaSetParserStructuredErrors xmlSchemaSetParserStructuredErrors__internal_alias
9978 #if defined(LIBXML_SCHEMAS_ENABLED)
9979 #ifdef bottom_xmlschemas
9980 #undef xmlSchemaSetValidErrors
9981 extern __typeof (xmlSchemaSetValidErrors
) xmlSchemaSetValidErrors
__attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
9983 #ifndef xmlSchemaSetValidErrors
9984 extern __typeof (xmlSchemaSetValidErrors
) xmlSchemaSetValidErrors__internal_alias
__attribute((visibility("hidden")));
9985 #define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias
9990 #if defined(LIBXML_SCHEMAS_ENABLED)
9991 #ifdef bottom_xmlschemas
9992 #undef xmlSchemaSetValidOptions
9993 extern __typeof (xmlSchemaSetValidOptions
) xmlSchemaSetValidOptions
__attribute((alias("xmlSchemaSetValidOptions__internal_alias")));
9995 #ifndef xmlSchemaSetValidOptions
9996 extern __typeof (xmlSchemaSetValidOptions
) xmlSchemaSetValidOptions__internal_alias
__attribute((visibility("hidden")));
9997 #define xmlSchemaSetValidOptions xmlSchemaSetValidOptions__internal_alias
10002 #if defined(LIBXML_SCHEMAS_ENABLED)
10003 #ifdef bottom_xmlschemas
10004 #undef xmlSchemaSetValidStructuredErrors
10005 extern __typeof (xmlSchemaSetValidStructuredErrors
) xmlSchemaSetValidStructuredErrors
__attribute((alias("xmlSchemaSetValidStructuredErrors__internal_alias")));
10007 #ifndef xmlSchemaSetValidStructuredErrors
10008 extern __typeof (xmlSchemaSetValidStructuredErrors
) xmlSchemaSetValidStructuredErrors__internal_alias
__attribute((visibility("hidden")));
10009 #define xmlSchemaSetValidStructuredErrors xmlSchemaSetValidStructuredErrors__internal_alias
10014 #if defined(LIBXML_SCHEMAS_ENABLED)
10015 #ifdef bottom_xmlschemastypes
10016 #undef xmlSchemaValPredefTypeNode
10017 extern __typeof (xmlSchemaValPredefTypeNode
) xmlSchemaValPredefTypeNode
__attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
10019 #ifndef xmlSchemaValPredefTypeNode
10020 extern __typeof (xmlSchemaValPredefTypeNode
) xmlSchemaValPredefTypeNode__internal_alias
__attribute((visibility("hidden")));
10021 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
10026 #if defined(LIBXML_SCHEMAS_ENABLED)
10027 #ifdef bottom_xmlschemastypes
10028 #undef xmlSchemaValPredefTypeNodeNoNorm
10029 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm
) xmlSchemaValPredefTypeNodeNoNorm
__attribute((alias("xmlSchemaValPredefTypeNodeNoNorm__internal_alias")));
10031 #ifndef xmlSchemaValPredefTypeNodeNoNorm
10032 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm
) xmlSchemaValPredefTypeNodeNoNorm__internal_alias
__attribute((visibility("hidden")));
10033 #define xmlSchemaValPredefTypeNodeNoNorm xmlSchemaValPredefTypeNodeNoNorm__internal_alias
10038 #if defined(LIBXML_SCHEMAS_ENABLED)
10039 #ifdef bottom_xmlschemas
10040 #undef xmlSchemaValidCtxtGetOptions
10041 extern __typeof (xmlSchemaValidCtxtGetOptions
) xmlSchemaValidCtxtGetOptions
__attribute((alias("xmlSchemaValidCtxtGetOptions__internal_alias")));
10043 #ifndef xmlSchemaValidCtxtGetOptions
10044 extern __typeof (xmlSchemaValidCtxtGetOptions
) xmlSchemaValidCtxtGetOptions__internal_alias
__attribute((visibility("hidden")));
10045 #define xmlSchemaValidCtxtGetOptions xmlSchemaValidCtxtGetOptions__internal_alias
10050 #if defined(LIBXML_SCHEMAS_ENABLED)
10051 #ifdef bottom_xmlschemas
10052 #undef xmlSchemaValidCtxtGetParserCtxt
10053 extern __typeof (xmlSchemaValidCtxtGetParserCtxt
) xmlSchemaValidCtxtGetParserCtxt
__attribute((alias("xmlSchemaValidCtxtGetParserCtxt__internal_alias")));
10055 #ifndef xmlSchemaValidCtxtGetParserCtxt
10056 extern __typeof (xmlSchemaValidCtxtGetParserCtxt
) xmlSchemaValidCtxtGetParserCtxt__internal_alias
__attribute((visibility("hidden")));
10057 #define xmlSchemaValidCtxtGetParserCtxt xmlSchemaValidCtxtGetParserCtxt__internal_alias
10062 #if defined(LIBXML_SCHEMAS_ENABLED)
10063 #ifdef bottom_xmlschemas
10064 #undef xmlSchemaValidateDoc
10065 extern __typeof (xmlSchemaValidateDoc
) xmlSchemaValidateDoc
__attribute((alias("xmlSchemaValidateDoc__internal_alias")));
10067 #ifndef xmlSchemaValidateDoc
10068 extern __typeof (xmlSchemaValidateDoc
) xmlSchemaValidateDoc__internal_alias
__attribute((visibility("hidden")));
10069 #define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias
10074 #if defined(LIBXML_SCHEMAS_ENABLED)
10075 #ifdef bottom_xmlschemastypes
10076 #undef xmlSchemaValidateFacet
10077 extern __typeof (xmlSchemaValidateFacet
) xmlSchemaValidateFacet
__attribute((alias("xmlSchemaValidateFacet__internal_alias")));
10079 #ifndef xmlSchemaValidateFacet
10080 extern __typeof (xmlSchemaValidateFacet
) xmlSchemaValidateFacet__internal_alias
__attribute((visibility("hidden")));
10081 #define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias
10086 #if defined(LIBXML_SCHEMAS_ENABLED)
10087 #ifdef bottom_xmlschemastypes
10088 #undef xmlSchemaValidateFacetWhtsp
10089 extern __typeof (xmlSchemaValidateFacetWhtsp
) xmlSchemaValidateFacetWhtsp
__attribute((alias("xmlSchemaValidateFacetWhtsp__internal_alias")));
10091 #ifndef xmlSchemaValidateFacetWhtsp
10092 extern __typeof (xmlSchemaValidateFacetWhtsp
) xmlSchemaValidateFacetWhtsp__internal_alias
__attribute((visibility("hidden")));
10093 #define xmlSchemaValidateFacetWhtsp xmlSchemaValidateFacetWhtsp__internal_alias
10098 #if defined(LIBXML_SCHEMAS_ENABLED)
10099 #ifdef bottom_xmlschemas
10100 #undef xmlSchemaValidateFile
10101 extern __typeof (xmlSchemaValidateFile
) xmlSchemaValidateFile
__attribute((alias("xmlSchemaValidateFile__internal_alias")));
10103 #ifndef xmlSchemaValidateFile
10104 extern __typeof (xmlSchemaValidateFile
) xmlSchemaValidateFile__internal_alias
__attribute((visibility("hidden")));
10105 #define xmlSchemaValidateFile xmlSchemaValidateFile__internal_alias
10110 #if defined(LIBXML_SCHEMAS_ENABLED)
10111 #ifdef bottom_xmlschemastypes
10112 #undef xmlSchemaValidateLengthFacet
10113 extern __typeof (xmlSchemaValidateLengthFacet
) xmlSchemaValidateLengthFacet
__attribute((alias("xmlSchemaValidateLengthFacet__internal_alias")));
10115 #ifndef xmlSchemaValidateLengthFacet
10116 extern __typeof (xmlSchemaValidateLengthFacet
) xmlSchemaValidateLengthFacet__internal_alias
__attribute((visibility("hidden")));
10117 #define xmlSchemaValidateLengthFacet xmlSchemaValidateLengthFacet__internal_alias
10122 #if defined(LIBXML_SCHEMAS_ENABLED)
10123 #ifdef bottom_xmlschemastypes
10124 #undef xmlSchemaValidateLengthFacetWhtsp
10125 extern __typeof (xmlSchemaValidateLengthFacetWhtsp
) xmlSchemaValidateLengthFacetWhtsp
__attribute((alias("xmlSchemaValidateLengthFacetWhtsp__internal_alias")));
10127 #ifndef xmlSchemaValidateLengthFacetWhtsp
10128 extern __typeof (xmlSchemaValidateLengthFacetWhtsp
) xmlSchemaValidateLengthFacetWhtsp__internal_alias
__attribute((visibility("hidden")));
10129 #define xmlSchemaValidateLengthFacetWhtsp xmlSchemaValidateLengthFacetWhtsp__internal_alias
10134 #if defined(LIBXML_SCHEMAS_ENABLED)
10135 #ifdef bottom_xmlschemastypes
10136 #undef xmlSchemaValidateListSimpleTypeFacet
10137 extern __typeof (xmlSchemaValidateListSimpleTypeFacet
) xmlSchemaValidateListSimpleTypeFacet
__attribute((alias("xmlSchemaValidateListSimpleTypeFacet__internal_alias")));
10139 #ifndef xmlSchemaValidateListSimpleTypeFacet
10140 extern __typeof (xmlSchemaValidateListSimpleTypeFacet
) xmlSchemaValidateListSimpleTypeFacet__internal_alias
__attribute((visibility("hidden")));
10141 #define xmlSchemaValidateListSimpleTypeFacet xmlSchemaValidateListSimpleTypeFacet__internal_alias
10146 #if defined(LIBXML_SCHEMAS_ENABLED)
10147 #ifdef bottom_xmlschemas
10148 #undef xmlSchemaValidateOneElement
10149 extern __typeof (xmlSchemaValidateOneElement
) xmlSchemaValidateOneElement
__attribute((alias("xmlSchemaValidateOneElement__internal_alias")));
10151 #ifndef xmlSchemaValidateOneElement
10152 extern __typeof (xmlSchemaValidateOneElement
) xmlSchemaValidateOneElement__internal_alias
__attribute((visibility("hidden")));
10153 #define xmlSchemaValidateOneElement xmlSchemaValidateOneElement__internal_alias
10158 #if defined(LIBXML_SCHEMAS_ENABLED)
10159 #ifdef bottom_xmlschemastypes
10160 #undef xmlSchemaValidatePredefinedType
10161 extern __typeof (xmlSchemaValidatePredefinedType
) xmlSchemaValidatePredefinedType
__attribute((alias("xmlSchemaValidatePredefinedType__internal_alias")));
10163 #ifndef xmlSchemaValidatePredefinedType
10164 extern __typeof (xmlSchemaValidatePredefinedType
) xmlSchemaValidatePredefinedType__internal_alias
__attribute((visibility("hidden")));
10165 #define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias
10170 #if defined(LIBXML_SCHEMAS_ENABLED)
10171 #ifdef bottom_xmlschemas
10172 #undef xmlSchemaValidateSetFilename
10173 extern __typeof (xmlSchemaValidateSetFilename
) xmlSchemaValidateSetFilename
__attribute((alias("xmlSchemaValidateSetFilename__internal_alias")));
10175 #ifndef xmlSchemaValidateSetFilename
10176 extern __typeof (xmlSchemaValidateSetFilename
) xmlSchemaValidateSetFilename__internal_alias
__attribute((visibility("hidden")));
10177 #define xmlSchemaValidateSetFilename xmlSchemaValidateSetFilename__internal_alias
10182 #if defined(LIBXML_SCHEMAS_ENABLED)
10183 #ifdef bottom_xmlschemas
10184 #undef xmlSchemaValidateSetLocator
10185 extern __typeof (xmlSchemaValidateSetLocator
) xmlSchemaValidateSetLocator
__attribute((alias("xmlSchemaValidateSetLocator__internal_alias")));
10187 #ifndef xmlSchemaValidateSetLocator
10188 extern __typeof (xmlSchemaValidateSetLocator
) xmlSchemaValidateSetLocator__internal_alias
__attribute((visibility("hidden")));
10189 #define xmlSchemaValidateSetLocator xmlSchemaValidateSetLocator__internal_alias
10194 #if defined(LIBXML_SCHEMAS_ENABLED)
10195 #ifdef bottom_xmlschemas
10196 #undef xmlSchemaValidateStream
10197 extern __typeof (xmlSchemaValidateStream
) xmlSchemaValidateStream
__attribute((alias("xmlSchemaValidateStream__internal_alias")));
10199 #ifndef xmlSchemaValidateStream
10200 extern __typeof (xmlSchemaValidateStream
) xmlSchemaValidateStream__internal_alias
__attribute((visibility("hidden")));
10201 #define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias
10206 #if defined(LIBXML_SCHEMAS_ENABLED)
10207 #ifdef bottom_xmlschemastypes
10208 #undef xmlSchemaValueAppend
10209 extern __typeof (xmlSchemaValueAppend
) xmlSchemaValueAppend
__attribute((alias("xmlSchemaValueAppend__internal_alias")));
10211 #ifndef xmlSchemaValueAppend
10212 extern __typeof (xmlSchemaValueAppend
) xmlSchemaValueAppend__internal_alias
__attribute((visibility("hidden")));
10213 #define xmlSchemaValueAppend xmlSchemaValueAppend__internal_alias
10218 #if defined(LIBXML_SCHEMAS_ENABLED)
10219 #ifdef bottom_xmlschemastypes
10220 #undef xmlSchemaValueGetAsBoolean
10221 extern __typeof (xmlSchemaValueGetAsBoolean
) xmlSchemaValueGetAsBoolean
__attribute((alias("xmlSchemaValueGetAsBoolean__internal_alias")));
10223 #ifndef xmlSchemaValueGetAsBoolean
10224 extern __typeof (xmlSchemaValueGetAsBoolean
) xmlSchemaValueGetAsBoolean__internal_alias
__attribute((visibility("hidden")));
10225 #define xmlSchemaValueGetAsBoolean xmlSchemaValueGetAsBoolean__internal_alias
10230 #if defined(LIBXML_SCHEMAS_ENABLED)
10231 #ifdef bottom_xmlschemastypes
10232 #undef xmlSchemaValueGetAsString
10233 extern __typeof (xmlSchemaValueGetAsString
) xmlSchemaValueGetAsString
__attribute((alias("xmlSchemaValueGetAsString__internal_alias")));
10235 #ifndef xmlSchemaValueGetAsString
10236 extern __typeof (xmlSchemaValueGetAsString
) xmlSchemaValueGetAsString__internal_alias
__attribute((visibility("hidden")));
10237 #define xmlSchemaValueGetAsString xmlSchemaValueGetAsString__internal_alias
10242 #if defined(LIBXML_SCHEMAS_ENABLED)
10243 #ifdef bottom_xmlschemastypes
10244 #undef xmlSchemaValueGetNext
10245 extern __typeof (xmlSchemaValueGetNext
) xmlSchemaValueGetNext
__attribute((alias("xmlSchemaValueGetNext__internal_alias")));
10247 #ifndef xmlSchemaValueGetNext
10248 extern __typeof (xmlSchemaValueGetNext
) xmlSchemaValueGetNext__internal_alias
__attribute((visibility("hidden")));
10249 #define xmlSchemaValueGetNext xmlSchemaValueGetNext__internal_alias
10254 #if defined(LIBXML_SCHEMAS_ENABLED)
10255 #ifdef bottom_xmlschemastypes
10256 #undef xmlSchemaWhiteSpaceReplace
10257 extern __typeof (xmlSchemaWhiteSpaceReplace
) xmlSchemaWhiteSpaceReplace
__attribute((alias("xmlSchemaWhiteSpaceReplace__internal_alias")));
10259 #ifndef xmlSchemaWhiteSpaceReplace
10260 extern __typeof (xmlSchemaWhiteSpaceReplace
) xmlSchemaWhiteSpaceReplace__internal_alias
__attribute((visibility("hidden")));
10261 #define xmlSchemaWhiteSpaceReplace xmlSchemaWhiteSpaceReplace__internal_alias
10266 #if defined(LIBXML_SCHEMATRON_ENABLED)
10267 #ifdef bottom_schematron
10268 #undef xmlSchematronFree
10269 extern __typeof (xmlSchematronFree
) xmlSchematronFree
__attribute((alias("xmlSchematronFree__internal_alias")));
10271 #ifndef xmlSchematronFree
10272 extern __typeof (xmlSchematronFree
) xmlSchematronFree__internal_alias
__attribute((visibility("hidden")));
10273 #define xmlSchematronFree xmlSchematronFree__internal_alias
10278 #if defined(LIBXML_SCHEMATRON_ENABLED)
10279 #ifdef bottom_schematron
10280 #undef xmlSchematronFreeParserCtxt
10281 extern __typeof (xmlSchematronFreeParserCtxt
) xmlSchematronFreeParserCtxt
__attribute((alias("xmlSchematronFreeParserCtxt__internal_alias")));
10283 #ifndef xmlSchematronFreeParserCtxt
10284 extern __typeof (xmlSchematronFreeParserCtxt
) xmlSchematronFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
10285 #define xmlSchematronFreeParserCtxt xmlSchematronFreeParserCtxt__internal_alias
10290 #if defined(LIBXML_SCHEMATRON_ENABLED)
10291 #ifdef bottom_schematron
10292 #undef xmlSchematronFreeValidCtxt
10293 extern __typeof (xmlSchematronFreeValidCtxt
) xmlSchematronFreeValidCtxt
__attribute((alias("xmlSchematronFreeValidCtxt__internal_alias")));
10295 #ifndef xmlSchematronFreeValidCtxt
10296 extern __typeof (xmlSchematronFreeValidCtxt
) xmlSchematronFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
10297 #define xmlSchematronFreeValidCtxt xmlSchematronFreeValidCtxt__internal_alias
10302 #if defined(LIBXML_SCHEMATRON_ENABLED)
10303 #ifdef bottom_schematron
10304 #undef xmlSchematronNewDocParserCtxt
10305 extern __typeof (xmlSchematronNewDocParserCtxt
) xmlSchematronNewDocParserCtxt
__attribute((alias("xmlSchematronNewDocParserCtxt__internal_alias")));
10307 #ifndef xmlSchematronNewDocParserCtxt
10308 extern __typeof (xmlSchematronNewDocParserCtxt
) xmlSchematronNewDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
10309 #define xmlSchematronNewDocParserCtxt xmlSchematronNewDocParserCtxt__internal_alias
10314 #if defined(LIBXML_SCHEMATRON_ENABLED)
10315 #ifdef bottom_schematron
10316 #undef xmlSchematronNewMemParserCtxt
10317 extern __typeof (xmlSchematronNewMemParserCtxt
) xmlSchematronNewMemParserCtxt
__attribute((alias("xmlSchematronNewMemParserCtxt__internal_alias")));
10319 #ifndef xmlSchematronNewMemParserCtxt
10320 extern __typeof (xmlSchematronNewMemParserCtxt
) xmlSchematronNewMemParserCtxt__internal_alias
__attribute((visibility("hidden")));
10321 #define xmlSchematronNewMemParserCtxt xmlSchematronNewMemParserCtxt__internal_alias
10326 #if defined(LIBXML_SCHEMATRON_ENABLED)
10327 #ifdef bottom_schematron
10328 #undef xmlSchematronNewParserCtxt
10329 extern __typeof (xmlSchematronNewParserCtxt
) xmlSchematronNewParserCtxt
__attribute((alias("xmlSchematronNewParserCtxt__internal_alias")));
10331 #ifndef xmlSchematronNewParserCtxt
10332 extern __typeof (xmlSchematronNewParserCtxt
) xmlSchematronNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
10333 #define xmlSchematronNewParserCtxt xmlSchematronNewParserCtxt__internal_alias
10338 #if defined(LIBXML_SCHEMATRON_ENABLED)
10339 #ifdef bottom_schematron
10340 #undef xmlSchematronNewValidCtxt
10341 extern __typeof (xmlSchematronNewValidCtxt
) xmlSchematronNewValidCtxt
__attribute((alias("xmlSchematronNewValidCtxt__internal_alias")));
10343 #ifndef xmlSchematronNewValidCtxt
10344 extern __typeof (xmlSchematronNewValidCtxt
) xmlSchematronNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
10345 #define xmlSchematronNewValidCtxt xmlSchematronNewValidCtxt__internal_alias
10350 #if defined(LIBXML_SCHEMATRON_ENABLED)
10351 #ifdef bottom_schematron
10352 #undef xmlSchematronParse
10353 extern __typeof (xmlSchematronParse
) xmlSchematronParse
__attribute((alias("xmlSchematronParse__internal_alias")));
10355 #ifndef xmlSchematronParse
10356 extern __typeof (xmlSchematronParse
) xmlSchematronParse__internal_alias
__attribute((visibility("hidden")));
10357 #define xmlSchematronParse xmlSchematronParse__internal_alias
10362 #if defined(LIBXML_SCHEMATRON_ENABLED)
10363 #ifdef bottom_schematron
10364 #undef xmlSchematronSetValidStructuredErrors
10365 extern __typeof (xmlSchematronSetValidStructuredErrors
) xmlSchematronSetValidStructuredErrors
__attribute((alias("xmlSchematronSetValidStructuredErrors__internal_alias")));
10367 #ifndef xmlSchematronSetValidStructuredErrors
10368 extern __typeof (xmlSchematronSetValidStructuredErrors
) xmlSchematronSetValidStructuredErrors__internal_alias
__attribute((visibility("hidden")));
10369 #define xmlSchematronSetValidStructuredErrors xmlSchematronSetValidStructuredErrors__internal_alias
10374 #if defined(LIBXML_SCHEMATRON_ENABLED)
10375 #ifdef bottom_schematron
10376 #undef xmlSchematronValidateDoc
10377 extern __typeof (xmlSchematronValidateDoc
) xmlSchematronValidateDoc
__attribute((alias("xmlSchematronValidateDoc__internal_alias")));
10379 #ifndef xmlSchematronValidateDoc
10380 extern __typeof (xmlSchematronValidateDoc
) xmlSchematronValidateDoc__internal_alias
__attribute((visibility("hidden")));
10381 #define xmlSchematronValidateDoc xmlSchematronValidateDoc__internal_alias
10388 extern __typeof (xmlSearchNs
) xmlSearchNs
__attribute((alias("xmlSearchNs__internal_alias")));
10390 #ifndef xmlSearchNs
10391 extern __typeof (xmlSearchNs
) xmlSearchNs__internal_alias
__attribute((visibility("hidden")));
10392 #define xmlSearchNs xmlSearchNs__internal_alias
10397 #undef xmlSearchNsByHref
10398 extern __typeof (xmlSearchNsByHref
) xmlSearchNsByHref
__attribute((alias("xmlSearchNsByHref__internal_alias")));
10400 #ifndef xmlSearchNsByHref
10401 extern __typeof (xmlSearchNsByHref
) xmlSearchNsByHref__internal_alias
__attribute((visibility("hidden")));
10402 #define xmlSearchNsByHref xmlSearchNsByHref__internal_alias
10407 #undef xmlSetBufferAllocationScheme
10408 extern __typeof (xmlSetBufferAllocationScheme
) xmlSetBufferAllocationScheme
__attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
10410 #ifndef xmlSetBufferAllocationScheme
10411 extern __typeof (xmlSetBufferAllocationScheme
) xmlSetBufferAllocationScheme__internal_alias
__attribute((visibility("hidden")));
10412 #define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias
10417 #undef xmlSetCompressMode
10418 extern __typeof (xmlSetCompressMode
) xmlSetCompressMode
__attribute((alias("xmlSetCompressMode__internal_alias")));
10420 #ifndef xmlSetCompressMode
10421 extern __typeof (xmlSetCompressMode
) xmlSetCompressMode__internal_alias
__attribute((visibility("hidden")));
10422 #define xmlSetCompressMode xmlSetCompressMode__internal_alias
10427 #undef xmlSetDocCompressMode
10428 extern __typeof (xmlSetDocCompressMode
) xmlSetDocCompressMode
__attribute((alias("xmlSetDocCompressMode__internal_alias")));
10430 #ifndef xmlSetDocCompressMode
10431 extern __typeof (xmlSetDocCompressMode
) xmlSetDocCompressMode__internal_alias
__attribute((visibility("hidden")));
10432 #define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias
10436 #if defined(LIBXML_LEGACY_ENABLED)
10437 #ifdef bottom_parser
10438 #undef xmlSetEntityReferenceFunc
10439 extern __typeof (xmlSetEntityReferenceFunc
) xmlSetEntityReferenceFunc
__attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
10441 #ifndef xmlSetEntityReferenceFunc
10442 extern __typeof (xmlSetEntityReferenceFunc
) xmlSetEntityReferenceFunc__internal_alias
__attribute((visibility("hidden")));
10443 #define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias
10448 #ifdef bottom_xmlIO
10449 #undef xmlSetExternalEntityLoader
10450 extern __typeof (xmlSetExternalEntityLoader
) xmlSetExternalEntityLoader
__attribute((alias("xmlSetExternalEntityLoader__internal_alias")));
10452 #ifndef xmlSetExternalEntityLoader
10453 extern __typeof (xmlSetExternalEntityLoader
) xmlSetExternalEntityLoader__internal_alias
__attribute((visibility("hidden")));
10454 #define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias
10458 #if defined(LIBXML_LEGACY_ENABLED)
10459 #ifdef bottom_legacy
10460 #undef xmlSetFeature
10461 extern __typeof (xmlSetFeature
) xmlSetFeature
__attribute((alias("xmlSetFeature__internal_alias")));
10463 #ifndef xmlSetFeature
10464 extern __typeof (xmlSetFeature
) xmlSetFeature__internal_alias
__attribute((visibility("hidden")));
10465 #define xmlSetFeature xmlSetFeature__internal_alias
10470 #ifdef bottom_error
10471 #undef xmlSetGenericErrorFunc
10472 extern __typeof (xmlSetGenericErrorFunc
) xmlSetGenericErrorFunc
__attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
10474 #ifndef xmlSetGenericErrorFunc
10475 extern __typeof (xmlSetGenericErrorFunc
) xmlSetGenericErrorFunc__internal_alias
__attribute((visibility("hidden")));
10476 #define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias
10481 #undef xmlSetListDoc
10482 extern __typeof (xmlSetListDoc
) xmlSetListDoc
__attribute((alias("xmlSetListDoc__internal_alias")));
10484 #ifndef xmlSetListDoc
10485 extern __typeof (xmlSetListDoc
) xmlSetListDoc__internal_alias
__attribute((visibility("hidden")));
10486 #define xmlSetListDoc xmlSetListDoc__internal_alias
10492 extern __typeof (xmlSetNs
) xmlSetNs
__attribute((alias("xmlSetNs__internal_alias")));
10495 extern __typeof (xmlSetNs
) xmlSetNs__internal_alias
__attribute((visibility("hidden")));
10496 #define xmlSetNs xmlSetNs__internal_alias
10500 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
10502 #undef xmlSetNsProp
10503 extern __typeof (xmlSetNsProp
) xmlSetNsProp
__attribute((alias("xmlSetNsProp__internal_alias")));
10505 #ifndef xmlSetNsProp
10506 extern __typeof (xmlSetNsProp
) xmlSetNsProp__internal_alias
__attribute((visibility("hidden")));
10507 #define xmlSetNsProp xmlSetNsProp__internal_alias
10512 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
10515 extern __typeof (xmlSetProp
) xmlSetProp
__attribute((alias("xmlSetProp__internal_alias")));
10518 extern __typeof (xmlSetProp
) xmlSetProp__internal_alias
__attribute((visibility("hidden")));
10519 #define xmlSetProp xmlSetProp__internal_alias
10524 #ifdef bottom_error
10525 #undef xmlSetStructuredErrorFunc
10526 extern __typeof (xmlSetStructuredErrorFunc
) xmlSetStructuredErrorFunc
__attribute((alias("xmlSetStructuredErrorFunc__internal_alias")));
10528 #ifndef xmlSetStructuredErrorFunc
10529 extern __typeof (xmlSetStructuredErrorFunc
) xmlSetStructuredErrorFunc__internal_alias
__attribute((visibility("hidden")));
10530 #define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias
10535 #undef xmlSetTreeDoc
10536 extern __typeof (xmlSetTreeDoc
) xmlSetTreeDoc
__attribute((alias("xmlSetTreeDoc__internal_alias")));
10538 #ifndef xmlSetTreeDoc
10539 extern __typeof (xmlSetTreeDoc
) xmlSetTreeDoc__internal_alias
__attribute((visibility("hidden")));
10540 #define xmlSetTreeDoc xmlSetTreeDoc__internal_alias
10544 #if defined(LIBXML_SAX1_ENABLED)
10545 #ifdef bottom_parser
10546 #undef xmlSetupParserForBuffer
10547 extern __typeof (xmlSetupParserForBuffer
) xmlSetupParserForBuffer
__attribute((alias("xmlSetupParserForBuffer__internal_alias")));
10549 #ifndef xmlSetupParserForBuffer
10550 extern __typeof (xmlSetupParserForBuffer
) xmlSetupParserForBuffer__internal_alias
__attribute((visibility("hidden")));
10551 #define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias
10556 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10557 #ifdef bottom_debugXML
10559 extern __typeof (xmlShell
) xmlShell
__attribute((alias("xmlShell__internal_alias")));
10562 extern __typeof (xmlShell
) xmlShell__internal_alias
__attribute((visibility("hidden")));
10563 #define xmlShell xmlShell__internal_alias
10568 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10569 #ifdef bottom_debugXML
10570 #undef xmlShellBase
10571 extern __typeof (xmlShellBase
) xmlShellBase
__attribute((alias("xmlShellBase__internal_alias")));
10573 #ifndef xmlShellBase
10574 extern __typeof (xmlShellBase
) xmlShellBase__internal_alias
__attribute((visibility("hidden")));
10575 #define xmlShellBase xmlShellBase__internal_alias
10580 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10581 #ifdef bottom_debugXML
10583 extern __typeof (xmlShellCat
) xmlShellCat
__attribute((alias("xmlShellCat__internal_alias")));
10585 #ifndef xmlShellCat
10586 extern __typeof (xmlShellCat
) xmlShellCat__internal_alias
__attribute((visibility("hidden")));
10587 #define xmlShellCat xmlShellCat__internal_alias
10592 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10593 #ifdef bottom_debugXML
10595 extern __typeof (xmlShellDir
) xmlShellDir
__attribute((alias("xmlShellDir__internal_alias")));
10597 #ifndef xmlShellDir
10598 extern __typeof (xmlShellDir
) xmlShellDir__internal_alias
__attribute((visibility("hidden")));
10599 #define xmlShellDir xmlShellDir__internal_alias
10604 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10605 #ifdef bottom_debugXML
10607 extern __typeof (xmlShellDu
) xmlShellDu
__attribute((alias("xmlShellDu__internal_alias")));
10610 extern __typeof (xmlShellDu
) xmlShellDu__internal_alias
__attribute((visibility("hidden")));
10611 #define xmlShellDu xmlShellDu__internal_alias
10616 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10617 #ifdef bottom_debugXML
10618 #undef xmlShellList
10619 extern __typeof (xmlShellList
) xmlShellList
__attribute((alias("xmlShellList__internal_alias")));
10621 #ifndef xmlShellList
10622 extern __typeof (xmlShellList
) xmlShellList__internal_alias
__attribute((visibility("hidden")));
10623 #define xmlShellList xmlShellList__internal_alias
10628 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10629 #ifdef bottom_debugXML
10630 #undef xmlShellLoad
10631 extern __typeof (xmlShellLoad
) xmlShellLoad
__attribute((alias("xmlShellLoad__internal_alias")));
10633 #ifndef xmlShellLoad
10634 extern __typeof (xmlShellLoad
) xmlShellLoad__internal_alias
__attribute((visibility("hidden")));
10635 #define xmlShellLoad xmlShellLoad__internal_alias
10640 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10641 #ifdef bottom_debugXML
10642 #undef xmlShellPrintNode
10643 extern __typeof (xmlShellPrintNode
) xmlShellPrintNode
__attribute((alias("xmlShellPrintNode__internal_alias")));
10645 #ifndef xmlShellPrintNode
10646 extern __typeof (xmlShellPrintNode
) xmlShellPrintNode__internal_alias
__attribute((visibility("hidden")));
10647 #define xmlShellPrintNode xmlShellPrintNode__internal_alias
10652 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10653 #ifdef bottom_debugXML
10654 #undef xmlShellPrintXPathError
10655 extern __typeof (xmlShellPrintXPathError
) xmlShellPrintXPathError
__attribute((alias("xmlShellPrintXPathError__internal_alias")));
10657 #ifndef xmlShellPrintXPathError
10658 extern __typeof (xmlShellPrintXPathError
) xmlShellPrintXPathError__internal_alias
__attribute((visibility("hidden")));
10659 #define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias
10664 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10665 #ifdef bottom_debugXML
10666 #undef xmlShellPrintXPathResult
10667 extern __typeof (xmlShellPrintXPathResult
) xmlShellPrintXPathResult
__attribute((alias("xmlShellPrintXPathResult__internal_alias")));
10669 #ifndef xmlShellPrintXPathResult
10670 extern __typeof (xmlShellPrintXPathResult
) xmlShellPrintXPathResult__internal_alias
__attribute((visibility("hidden")));
10671 #define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias
10676 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10677 #ifdef bottom_debugXML
10679 extern __typeof (xmlShellPwd
) xmlShellPwd
__attribute((alias("xmlShellPwd__internal_alias")));
10681 #ifndef xmlShellPwd
10682 extern __typeof (xmlShellPwd
) xmlShellPwd__internal_alias
__attribute((visibility("hidden")));
10683 #define xmlShellPwd xmlShellPwd__internal_alias
10688 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10689 #ifdef bottom_debugXML
10690 #undef xmlShellSave
10691 extern __typeof (xmlShellSave
) xmlShellSave
__attribute((alias("xmlShellSave__internal_alias")));
10693 #ifndef xmlShellSave
10694 extern __typeof (xmlShellSave
) xmlShellSave__internal_alias
__attribute((visibility("hidden")));
10695 #define xmlShellSave xmlShellSave__internal_alias
10700 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_VALID_ENABLED)
10701 #ifdef bottom_debugXML
10702 #undef xmlShellValidate
10703 extern __typeof (xmlShellValidate
) xmlShellValidate
__attribute((alias("xmlShellValidate__internal_alias")));
10705 #ifndef xmlShellValidate
10706 extern __typeof (xmlShellValidate
) xmlShellValidate__internal_alias
__attribute((visibility("hidden")));
10707 #define xmlShellValidate xmlShellValidate__internal_alias
10712 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10713 #ifdef bottom_debugXML
10714 #undef xmlShellWrite
10715 extern __typeof (xmlShellWrite
) xmlShellWrite
__attribute((alias("xmlShellWrite__internal_alias")));
10717 #ifndef xmlShellWrite
10718 extern __typeof (xmlShellWrite
) xmlShellWrite__internal_alias
__attribute((visibility("hidden")));
10719 #define xmlShellWrite xmlShellWrite__internal_alias
10724 #ifdef bottom_parser
10725 #undef xmlSkipBlankChars
10726 extern __typeof (xmlSkipBlankChars
) xmlSkipBlankChars
__attribute((alias("xmlSkipBlankChars__internal_alias")));
10728 #ifndef xmlSkipBlankChars
10729 extern __typeof (xmlSkipBlankChars
) xmlSkipBlankChars__internal_alias
__attribute((visibility("hidden")));
10730 #define xmlSkipBlankChars xmlSkipBlankChars__internal_alias
10734 #ifdef bottom_valid
10735 #undef xmlSnprintfElementContent
10736 extern __typeof (xmlSnprintfElementContent
) xmlSnprintfElementContent
__attribute((alias("xmlSnprintfElementContent__internal_alias")));
10738 #ifndef xmlSnprintfElementContent
10739 extern __typeof (xmlSnprintfElementContent
) xmlSnprintfElementContent__internal_alias
__attribute((visibility("hidden")));
10740 #define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias
10744 #ifdef bottom_parser
10745 #undef xmlSplitQName
10746 extern __typeof (xmlSplitQName
) xmlSplitQName
__attribute((alias("xmlSplitQName__internal_alias")));
10748 #ifndef xmlSplitQName
10749 extern __typeof (xmlSplitQName
) xmlSplitQName__internal_alias
__attribute((visibility("hidden")));
10750 #define xmlSplitQName xmlSplitQName__internal_alias
10755 #undef xmlSplitQName2
10756 extern __typeof (xmlSplitQName2
) xmlSplitQName2
__attribute((alias("xmlSplitQName2__internal_alias")));
10758 #ifndef xmlSplitQName2
10759 extern __typeof (xmlSplitQName2
) xmlSplitQName2__internal_alias
__attribute((visibility("hidden")));
10760 #define xmlSplitQName2 xmlSplitQName2__internal_alias
10765 #undef xmlSplitQName3
10766 extern __typeof (xmlSplitQName3
) xmlSplitQName3
__attribute((alias("xmlSplitQName3__internal_alias")));
10768 #ifndef xmlSplitQName3
10769 extern __typeof (xmlSplitQName3
) xmlSplitQName3__internal_alias
__attribute((visibility("hidden")));
10770 #define xmlSplitQName3 xmlSplitQName3__internal_alias
10774 #if defined(LIBXML_OUTPUT_ENABLED)
10775 #ifdef bottom_valid
10776 #undef xmlSprintfElementContent
10777 extern __typeof (xmlSprintfElementContent
) xmlSprintfElementContent
__attribute((alias("xmlSprintfElementContent__internal_alias")));
10779 #ifndef xmlSprintfElementContent
10780 extern __typeof (xmlSprintfElementContent
) xmlSprintfElementContent__internal_alias
__attribute((visibility("hidden")));
10781 #define xmlSprintfElementContent xmlSprintfElementContent__internal_alias
10786 #ifdef bottom_parser
10787 #undef xmlStopParser
10788 extern __typeof (xmlStopParser
) xmlStopParser
__attribute((alias("xmlStopParser__internal_alias")));
10790 #ifndef xmlStopParser
10791 extern __typeof (xmlStopParser
) xmlStopParser__internal_alias
__attribute((visibility("hidden")));
10792 #define xmlStopParser xmlStopParser__internal_alias
10796 #ifdef bottom_xmlstring
10798 extern __typeof (xmlStrEqual
) xmlStrEqual
__attribute((alias("xmlStrEqual__internal_alias")));
10800 #ifndef xmlStrEqual
10801 extern __typeof (xmlStrEqual
) xmlStrEqual__internal_alias
__attribute((visibility("hidden")));
10802 #define xmlStrEqual xmlStrEqual__internal_alias
10806 #ifdef bottom_xmlstring
10807 #undef xmlStrPrintf
10808 extern __typeof (xmlStrPrintf
) xmlStrPrintf
__attribute((alias("xmlStrPrintf__internal_alias")));
10810 #ifndef xmlStrPrintf
10811 extern __typeof (xmlStrPrintf
) xmlStrPrintf__internal_alias
__attribute((visibility("hidden")));
10812 #define xmlStrPrintf xmlStrPrintf__internal_alias
10816 #ifdef bottom_xmlstring
10817 #undef xmlStrQEqual
10818 extern __typeof (xmlStrQEqual
) xmlStrQEqual
__attribute((alias("xmlStrQEqual__internal_alias")));
10820 #ifndef xmlStrQEqual
10821 extern __typeof (xmlStrQEqual
) xmlStrQEqual__internal_alias
__attribute((visibility("hidden")));
10822 #define xmlStrQEqual xmlStrQEqual__internal_alias
10826 #ifdef bottom_xmlstring
10827 #undef xmlStrVPrintf
10828 extern __typeof (xmlStrVPrintf
) xmlStrVPrintf
__attribute((alias("xmlStrVPrintf__internal_alias")));
10830 #ifndef xmlStrVPrintf
10831 extern __typeof (xmlStrVPrintf
) xmlStrVPrintf__internal_alias
__attribute((visibility("hidden")));
10832 #define xmlStrVPrintf xmlStrVPrintf__internal_alias
10836 #ifdef bottom_xmlstring
10837 #undef xmlStrcasecmp
10838 extern __typeof (xmlStrcasecmp
) xmlStrcasecmp
__attribute((alias("xmlStrcasecmp__internal_alias")));
10840 #ifndef xmlStrcasecmp
10841 extern __typeof (xmlStrcasecmp
) xmlStrcasecmp__internal_alias
__attribute((visibility("hidden")));
10842 #define xmlStrcasecmp xmlStrcasecmp__internal_alias
10846 #ifdef bottom_xmlstring
10847 #undef xmlStrcasestr
10848 extern __typeof (xmlStrcasestr
) xmlStrcasestr
__attribute((alias("xmlStrcasestr__internal_alias")));
10850 #ifndef xmlStrcasestr
10851 extern __typeof (xmlStrcasestr
) xmlStrcasestr__internal_alias
__attribute((visibility("hidden")));
10852 #define xmlStrcasestr xmlStrcasestr__internal_alias
10856 #ifdef bottom_xmlstring
10858 extern __typeof (xmlStrcat
) xmlStrcat
__attribute((alias("xmlStrcat__internal_alias")));
10861 extern __typeof (xmlStrcat
) xmlStrcat__internal_alias
__attribute((visibility("hidden")));
10862 #define xmlStrcat xmlStrcat__internal_alias
10866 #ifdef bottom_xmlstring
10868 extern __typeof (xmlStrchr
) xmlStrchr
__attribute((alias("xmlStrchr__internal_alias")));
10871 extern __typeof (xmlStrchr
) xmlStrchr__internal_alias
__attribute((visibility("hidden")));
10872 #define xmlStrchr xmlStrchr__internal_alias
10876 #ifdef bottom_xmlstring
10878 extern __typeof (xmlStrcmp
) xmlStrcmp
__attribute((alias("xmlStrcmp__internal_alias")));
10881 extern __typeof (xmlStrcmp
) xmlStrcmp__internal_alias
__attribute((visibility("hidden")));
10882 #define xmlStrcmp xmlStrcmp__internal_alias
10886 #ifdef bottom_xmlstring
10888 extern __typeof (xmlStrdup
) xmlStrdup
__attribute((alias("xmlStrdup__internal_alias")));
10891 extern __typeof (xmlStrdup
) xmlStrdup__internal_alias
__attribute((visibility("hidden")));
10892 #define xmlStrdup xmlStrdup__internal_alias
10896 #if defined(LIBXML_PATTERN_ENABLED)
10897 #ifdef bottom_pattern
10898 #undef xmlStreamPop
10899 extern __typeof (xmlStreamPop
) xmlStreamPop
__attribute((alias("xmlStreamPop__internal_alias")));
10901 #ifndef xmlStreamPop
10902 extern __typeof (xmlStreamPop
) xmlStreamPop__internal_alias
__attribute((visibility("hidden")));
10903 #define xmlStreamPop xmlStreamPop__internal_alias
10908 #if defined(LIBXML_PATTERN_ENABLED)
10909 #ifdef bottom_pattern
10910 #undef xmlStreamPush
10911 extern __typeof (xmlStreamPush
) xmlStreamPush
__attribute((alias("xmlStreamPush__internal_alias")));
10913 #ifndef xmlStreamPush
10914 extern __typeof (xmlStreamPush
) xmlStreamPush__internal_alias
__attribute((visibility("hidden")));
10915 #define xmlStreamPush xmlStreamPush__internal_alias
10920 #if defined(LIBXML_PATTERN_ENABLED)
10921 #ifdef bottom_pattern
10922 #undef xmlStreamPushAttr
10923 extern __typeof (xmlStreamPushAttr
) xmlStreamPushAttr
__attribute((alias("xmlStreamPushAttr__internal_alias")));
10925 #ifndef xmlStreamPushAttr
10926 extern __typeof (xmlStreamPushAttr
) xmlStreamPushAttr__internal_alias
__attribute((visibility("hidden")));
10927 #define xmlStreamPushAttr xmlStreamPushAttr__internal_alias
10932 #if defined(LIBXML_PATTERN_ENABLED)
10933 #ifdef bottom_pattern
10934 #undef xmlStreamPushNode
10935 extern __typeof (xmlStreamPushNode
) xmlStreamPushNode
__attribute((alias("xmlStreamPushNode__internal_alias")));
10937 #ifndef xmlStreamPushNode
10938 extern __typeof (xmlStreamPushNode
) xmlStreamPushNode__internal_alias
__attribute((visibility("hidden")));
10939 #define xmlStreamPushNode xmlStreamPushNode__internal_alias
10944 #if defined(LIBXML_PATTERN_ENABLED)
10945 #ifdef bottom_pattern
10946 #undef xmlStreamWantsAnyNode
10947 extern __typeof (xmlStreamWantsAnyNode
) xmlStreamWantsAnyNode
__attribute((alias("xmlStreamWantsAnyNode__internal_alias")));
10949 #ifndef xmlStreamWantsAnyNode
10950 extern __typeof (xmlStreamWantsAnyNode
) xmlStreamWantsAnyNode__internal_alias
__attribute((visibility("hidden")));
10951 #define xmlStreamWantsAnyNode xmlStreamWantsAnyNode__internal_alias
10956 #ifdef bottom_parserInternals
10957 #undef xmlStringCurrentChar
10958 extern __typeof (xmlStringCurrentChar
) xmlStringCurrentChar
__attribute((alias("xmlStringCurrentChar__internal_alias")));
10960 #ifndef xmlStringCurrentChar
10961 extern __typeof (xmlStringCurrentChar
) xmlStringCurrentChar__internal_alias
__attribute((visibility("hidden")));
10962 #define xmlStringCurrentChar xmlStringCurrentChar__internal_alias
10966 #ifdef bottom_parser
10967 #undef xmlStringDecodeEntities
10968 extern __typeof (xmlStringDecodeEntities
) xmlStringDecodeEntities
__attribute((alias("xmlStringDecodeEntities__internal_alias")));
10970 #ifndef xmlStringDecodeEntities
10971 extern __typeof (xmlStringDecodeEntities
) xmlStringDecodeEntities__internal_alias
__attribute((visibility("hidden")));
10972 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias
10977 #undef xmlStringGetNodeList
10978 extern __typeof (xmlStringGetNodeList
) xmlStringGetNodeList
__attribute((alias("xmlStringGetNodeList__internal_alias")));
10980 #ifndef xmlStringGetNodeList
10981 extern __typeof (xmlStringGetNodeList
) xmlStringGetNodeList__internal_alias
__attribute((visibility("hidden")));
10982 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
10986 #ifdef bottom_parser
10987 #undef xmlStringLenDecodeEntities
10988 extern __typeof (xmlStringLenDecodeEntities
) xmlStringLenDecodeEntities
__attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
10990 #ifndef xmlStringLenDecodeEntities
10991 extern __typeof (xmlStringLenDecodeEntities
) xmlStringLenDecodeEntities__internal_alias
__attribute((visibility("hidden")));
10992 #define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
10997 #undef xmlStringLenGetNodeList
10998 extern __typeof (xmlStringLenGetNodeList
) xmlStringLenGetNodeList
__attribute((alias("xmlStringLenGetNodeList__internal_alias")));
11000 #ifndef xmlStringLenGetNodeList
11001 extern __typeof (xmlStringLenGetNodeList
) xmlStringLenGetNodeList__internal_alias
__attribute((visibility("hidden")));
11002 #define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias
11006 #ifdef bottom_xmlstring
11008 extern __typeof (xmlStrlen
) xmlStrlen
__attribute((alias("xmlStrlen__internal_alias")));
11011 extern __typeof (xmlStrlen
) xmlStrlen__internal_alias
__attribute((visibility("hidden")));
11012 #define xmlStrlen xmlStrlen__internal_alias
11016 #ifdef bottom_xmlstring
11017 #undef xmlStrncasecmp
11018 extern __typeof (xmlStrncasecmp
) xmlStrncasecmp
__attribute((alias("xmlStrncasecmp__internal_alias")));
11020 #ifndef xmlStrncasecmp
11021 extern __typeof (xmlStrncasecmp
) xmlStrncasecmp__internal_alias
__attribute((visibility("hidden")));
11022 #define xmlStrncasecmp xmlStrncasecmp__internal_alias
11026 #ifdef bottom_xmlstring
11028 extern __typeof (xmlStrncat
) xmlStrncat
__attribute((alias("xmlStrncat__internal_alias")));
11031 extern __typeof (xmlStrncat
) xmlStrncat__internal_alias
__attribute((visibility("hidden")));
11032 #define xmlStrncat xmlStrncat__internal_alias
11036 #ifdef bottom_xmlstring
11037 #undef xmlStrncatNew
11038 extern __typeof (xmlStrncatNew
) xmlStrncatNew
__attribute((alias("xmlStrncatNew__internal_alias")));
11040 #ifndef xmlStrncatNew
11041 extern __typeof (xmlStrncatNew
) xmlStrncatNew__internal_alias
__attribute((visibility("hidden")));
11042 #define xmlStrncatNew xmlStrncatNew__internal_alias
11046 #ifdef bottom_xmlstring
11048 extern __typeof (xmlStrncmp
) xmlStrncmp
__attribute((alias("xmlStrncmp__internal_alias")));
11051 extern __typeof (xmlStrncmp
) xmlStrncmp__internal_alias
__attribute((visibility("hidden")));
11052 #define xmlStrncmp xmlStrncmp__internal_alias
11056 #ifdef bottom_xmlstring
11058 extern __typeof (xmlStrndup
) xmlStrndup
__attribute((alias("xmlStrndup__internal_alias")));
11061 extern __typeof (xmlStrndup
) xmlStrndup__internal_alias
__attribute((visibility("hidden")));
11062 #define xmlStrndup xmlStrndup__internal_alias
11066 #ifdef bottom_xmlstring
11068 extern __typeof (xmlStrstr
) xmlStrstr
__attribute((alias("xmlStrstr__internal_alias")));
11071 extern __typeof (xmlStrstr
) xmlStrstr__internal_alias
__attribute((visibility("hidden")));
11072 #define xmlStrstr xmlStrstr__internal_alias
11076 #ifdef bottom_xmlstring
11078 extern __typeof (xmlStrsub
) xmlStrsub
__attribute((alias("xmlStrsub__internal_alias")));
11081 extern __typeof (xmlStrsub
) xmlStrsub__internal_alias
__attribute((visibility("hidden")));
11082 #define xmlStrsub xmlStrsub__internal_alias
11086 #ifdef bottom_parserInternals
11087 #undef xmlSubstituteEntitiesDefault
11088 extern __typeof (xmlSubstituteEntitiesDefault
) xmlSubstituteEntitiesDefault
__attribute((alias("xmlSubstituteEntitiesDefault__internal_alias")));
11090 #ifndef xmlSubstituteEntitiesDefault
11091 extern __typeof (xmlSubstituteEntitiesDefault
) xmlSubstituteEntitiesDefault__internal_alias
__attribute((visibility("hidden")));
11092 #define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias
11096 #ifdef bottom_parserInternals
11097 #undef xmlSwitchEncoding
11098 extern __typeof (xmlSwitchEncoding
) xmlSwitchEncoding
__attribute((alias("xmlSwitchEncoding__internal_alias")));
11100 #ifndef xmlSwitchEncoding
11101 extern __typeof (xmlSwitchEncoding
) xmlSwitchEncoding__internal_alias
__attribute((visibility("hidden")));
11102 #define xmlSwitchEncoding xmlSwitchEncoding__internal_alias
11106 #ifdef bottom_parserInternals
11107 #undef xmlSwitchInputEncoding
11108 extern __typeof (xmlSwitchInputEncoding
) xmlSwitchInputEncoding
__attribute((alias("xmlSwitchInputEncoding__internal_alias")));
11110 #ifndef xmlSwitchInputEncoding
11111 extern __typeof (xmlSwitchInputEncoding
) xmlSwitchInputEncoding__internal_alias
__attribute((visibility("hidden")));
11112 #define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias
11116 #ifdef bottom_parserInternals
11117 #undef xmlSwitchToEncoding
11118 extern __typeof (xmlSwitchToEncoding
) xmlSwitchToEncoding
__attribute((alias("xmlSwitchToEncoding__internal_alias")));
11120 #ifndef xmlSwitchToEncoding
11121 extern __typeof (xmlSwitchToEncoding
) xmlSwitchToEncoding__internal_alias
__attribute((visibility("hidden")));
11122 #define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias
11127 #undef xmlTextConcat
11128 extern __typeof (xmlTextConcat
) xmlTextConcat
__attribute((alias("xmlTextConcat__internal_alias")));
11130 #ifndef xmlTextConcat
11131 extern __typeof (xmlTextConcat
) xmlTextConcat__internal_alias
__attribute((visibility("hidden")));
11132 #define xmlTextConcat xmlTextConcat__internal_alias
11137 #undef xmlTextMerge
11138 extern __typeof (xmlTextMerge
) xmlTextMerge
__attribute((alias("xmlTextMerge__internal_alias")));
11140 #ifndef xmlTextMerge
11141 extern __typeof (xmlTextMerge
) xmlTextMerge__internal_alias
__attribute((visibility("hidden")));
11142 #define xmlTextMerge xmlTextMerge__internal_alias
11146 #if defined(LIBXML_READER_ENABLED)
11147 #ifdef bottom_xmlreader
11148 #undef xmlTextReaderAttributeCount
11149 extern __typeof (xmlTextReaderAttributeCount
) xmlTextReaderAttributeCount
__attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
11151 #ifndef xmlTextReaderAttributeCount
11152 extern __typeof (xmlTextReaderAttributeCount
) xmlTextReaderAttributeCount__internal_alias
__attribute((visibility("hidden")));
11153 #define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
11158 #if defined(LIBXML_READER_ENABLED)
11159 #ifdef bottom_xmlreader
11160 #undef xmlTextReaderBaseUri
11161 extern __typeof (xmlTextReaderBaseUri
) xmlTextReaderBaseUri
__attribute((alias("xmlTextReaderBaseUri__internal_alias")));
11163 #ifndef xmlTextReaderBaseUri
11164 extern __typeof (xmlTextReaderBaseUri
) xmlTextReaderBaseUri__internal_alias
__attribute((visibility("hidden")));
11165 #define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias
11170 #if defined(LIBXML_READER_ENABLED)
11171 #ifdef bottom_xmlreader
11172 #undef xmlTextReaderByteConsumed
11173 extern __typeof (xmlTextReaderByteConsumed
) xmlTextReaderByteConsumed
__attribute((alias("xmlTextReaderByteConsumed__internal_alias")));
11175 #ifndef xmlTextReaderByteConsumed
11176 extern __typeof (xmlTextReaderByteConsumed
) xmlTextReaderByteConsumed__internal_alias
__attribute((visibility("hidden")));
11177 #define xmlTextReaderByteConsumed xmlTextReaderByteConsumed__internal_alias
11182 #if defined(LIBXML_READER_ENABLED)
11183 #ifdef bottom_xmlreader
11184 #undef xmlTextReaderClose
11185 extern __typeof (xmlTextReaderClose
) xmlTextReaderClose
__attribute((alias("xmlTextReaderClose__internal_alias")));
11187 #ifndef xmlTextReaderClose
11188 extern __typeof (xmlTextReaderClose
) xmlTextReaderClose__internal_alias
__attribute((visibility("hidden")));
11189 #define xmlTextReaderClose xmlTextReaderClose__internal_alias
11194 #if defined(LIBXML_READER_ENABLED)
11195 #ifdef bottom_xmlreader
11196 #undef xmlTextReaderConstBaseUri
11197 extern __typeof (xmlTextReaderConstBaseUri
) xmlTextReaderConstBaseUri
__attribute((alias("xmlTextReaderConstBaseUri__internal_alias")));
11199 #ifndef xmlTextReaderConstBaseUri
11200 extern __typeof (xmlTextReaderConstBaseUri
) xmlTextReaderConstBaseUri__internal_alias
__attribute((visibility("hidden")));
11201 #define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias
11206 #if defined(LIBXML_READER_ENABLED)
11207 #ifdef bottom_xmlreader
11208 #undef xmlTextReaderConstEncoding
11209 extern __typeof (xmlTextReaderConstEncoding
) xmlTextReaderConstEncoding
__attribute((alias("xmlTextReaderConstEncoding__internal_alias")));
11211 #ifndef xmlTextReaderConstEncoding
11212 extern __typeof (xmlTextReaderConstEncoding
) xmlTextReaderConstEncoding__internal_alias
__attribute((visibility("hidden")));
11213 #define xmlTextReaderConstEncoding xmlTextReaderConstEncoding__internal_alias
11218 #if defined(LIBXML_READER_ENABLED)
11219 #ifdef bottom_xmlreader
11220 #undef xmlTextReaderConstLocalName
11221 extern __typeof (xmlTextReaderConstLocalName
) xmlTextReaderConstLocalName
__attribute((alias("xmlTextReaderConstLocalName__internal_alias")));
11223 #ifndef xmlTextReaderConstLocalName
11224 extern __typeof (xmlTextReaderConstLocalName
) xmlTextReaderConstLocalName__internal_alias
__attribute((visibility("hidden")));
11225 #define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias
11230 #if defined(LIBXML_READER_ENABLED)
11231 #ifdef bottom_xmlreader
11232 #undef xmlTextReaderConstName
11233 extern __typeof (xmlTextReaderConstName
) xmlTextReaderConstName
__attribute((alias("xmlTextReaderConstName__internal_alias")));
11235 #ifndef xmlTextReaderConstName
11236 extern __typeof (xmlTextReaderConstName
) xmlTextReaderConstName__internal_alias
__attribute((visibility("hidden")));
11237 #define xmlTextReaderConstName xmlTextReaderConstName__internal_alias
11242 #if defined(LIBXML_READER_ENABLED)
11243 #ifdef bottom_xmlreader
11244 #undef xmlTextReaderConstNamespaceUri
11245 extern __typeof (xmlTextReaderConstNamespaceUri
) xmlTextReaderConstNamespaceUri
__attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias")));
11247 #ifndef xmlTextReaderConstNamespaceUri
11248 extern __typeof (xmlTextReaderConstNamespaceUri
) xmlTextReaderConstNamespaceUri__internal_alias
__attribute((visibility("hidden")));
11249 #define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias
11254 #if defined(LIBXML_READER_ENABLED)
11255 #ifdef bottom_xmlreader
11256 #undef xmlTextReaderConstPrefix
11257 extern __typeof (xmlTextReaderConstPrefix
) xmlTextReaderConstPrefix
__attribute((alias("xmlTextReaderConstPrefix__internal_alias")));
11259 #ifndef xmlTextReaderConstPrefix
11260 extern __typeof (xmlTextReaderConstPrefix
) xmlTextReaderConstPrefix__internal_alias
__attribute((visibility("hidden")));
11261 #define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias
11266 #if defined(LIBXML_READER_ENABLED)
11267 #ifdef bottom_xmlreader
11268 #undef xmlTextReaderConstString
11269 extern __typeof (xmlTextReaderConstString
) xmlTextReaderConstString
__attribute((alias("xmlTextReaderConstString__internal_alias")));
11271 #ifndef xmlTextReaderConstString
11272 extern __typeof (xmlTextReaderConstString
) xmlTextReaderConstString__internal_alias
__attribute((visibility("hidden")));
11273 #define xmlTextReaderConstString xmlTextReaderConstString__internal_alias
11278 #if defined(LIBXML_READER_ENABLED)
11279 #ifdef bottom_xmlreader
11280 #undef xmlTextReaderConstValue
11281 extern __typeof (xmlTextReaderConstValue
) xmlTextReaderConstValue
__attribute((alias("xmlTextReaderConstValue__internal_alias")));
11283 #ifndef xmlTextReaderConstValue
11284 extern __typeof (xmlTextReaderConstValue
) xmlTextReaderConstValue__internal_alias
__attribute((visibility("hidden")));
11285 #define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias
11290 #if defined(LIBXML_READER_ENABLED)
11291 #ifdef bottom_xmlreader
11292 #undef xmlTextReaderConstXmlLang
11293 extern __typeof (xmlTextReaderConstXmlLang
) xmlTextReaderConstXmlLang
__attribute((alias("xmlTextReaderConstXmlLang__internal_alias")));
11295 #ifndef xmlTextReaderConstXmlLang
11296 extern __typeof (xmlTextReaderConstXmlLang
) xmlTextReaderConstXmlLang__internal_alias
__attribute((visibility("hidden")));
11297 #define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias
11302 #if defined(LIBXML_READER_ENABLED)
11303 #ifdef bottom_xmlreader
11304 #undef xmlTextReaderConstXmlVersion
11305 extern __typeof (xmlTextReaderConstXmlVersion
) xmlTextReaderConstXmlVersion
__attribute((alias("xmlTextReaderConstXmlVersion__internal_alias")));
11307 #ifndef xmlTextReaderConstXmlVersion
11308 extern __typeof (xmlTextReaderConstXmlVersion
) xmlTextReaderConstXmlVersion__internal_alias
__attribute((visibility("hidden")));
11309 #define xmlTextReaderConstXmlVersion xmlTextReaderConstXmlVersion__internal_alias
11314 #if defined(LIBXML_READER_ENABLED)
11315 #ifdef bottom_xmlreader
11316 #undef xmlTextReaderCurrentDoc
11317 extern __typeof (xmlTextReaderCurrentDoc
) xmlTextReaderCurrentDoc
__attribute((alias("xmlTextReaderCurrentDoc__internal_alias")));
11319 #ifndef xmlTextReaderCurrentDoc
11320 extern __typeof (xmlTextReaderCurrentDoc
) xmlTextReaderCurrentDoc__internal_alias
__attribute((visibility("hidden")));
11321 #define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias
11326 #if defined(LIBXML_READER_ENABLED)
11327 #ifdef bottom_xmlreader
11328 #undef xmlTextReaderCurrentNode
11329 extern __typeof (xmlTextReaderCurrentNode
) xmlTextReaderCurrentNode
__attribute((alias("xmlTextReaderCurrentNode__internal_alias")));
11331 #ifndef xmlTextReaderCurrentNode
11332 extern __typeof (xmlTextReaderCurrentNode
) xmlTextReaderCurrentNode__internal_alias
__attribute((visibility("hidden")));
11333 #define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias
11338 #if defined(LIBXML_READER_ENABLED)
11339 #ifdef bottom_xmlreader
11340 #undef xmlTextReaderDepth
11341 extern __typeof (xmlTextReaderDepth
) xmlTextReaderDepth
__attribute((alias("xmlTextReaderDepth__internal_alias")));
11343 #ifndef xmlTextReaderDepth
11344 extern __typeof (xmlTextReaderDepth
) xmlTextReaderDepth__internal_alias
__attribute((visibility("hidden")));
11345 #define xmlTextReaderDepth xmlTextReaderDepth__internal_alias
11350 #if defined(LIBXML_READER_ENABLED)
11351 #ifdef bottom_xmlreader
11352 #undef xmlTextReaderExpand
11353 extern __typeof (xmlTextReaderExpand
) xmlTextReaderExpand
__attribute((alias("xmlTextReaderExpand__internal_alias")));
11355 #ifndef xmlTextReaderExpand
11356 extern __typeof (xmlTextReaderExpand
) xmlTextReaderExpand__internal_alias
__attribute((visibility("hidden")));
11357 #define xmlTextReaderExpand xmlTextReaderExpand__internal_alias
11362 #if defined(LIBXML_READER_ENABLED)
11363 #ifdef bottom_xmlreader
11364 #undef xmlTextReaderGetAttribute
11365 extern __typeof (xmlTextReaderGetAttribute
) xmlTextReaderGetAttribute
__attribute((alias("xmlTextReaderGetAttribute__internal_alias")));
11367 #ifndef xmlTextReaderGetAttribute
11368 extern __typeof (xmlTextReaderGetAttribute
) xmlTextReaderGetAttribute__internal_alias
__attribute((visibility("hidden")));
11369 #define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias
11374 #if defined(LIBXML_READER_ENABLED)
11375 #ifdef bottom_xmlreader
11376 #undef xmlTextReaderGetAttributeNo
11377 extern __typeof (xmlTextReaderGetAttributeNo
) xmlTextReaderGetAttributeNo
__attribute((alias("xmlTextReaderGetAttributeNo__internal_alias")));
11379 #ifndef xmlTextReaderGetAttributeNo
11380 extern __typeof (xmlTextReaderGetAttributeNo
) xmlTextReaderGetAttributeNo__internal_alias
__attribute((visibility("hidden")));
11381 #define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias
11386 #if defined(LIBXML_READER_ENABLED)
11387 #ifdef bottom_xmlreader
11388 #undef xmlTextReaderGetAttributeNs
11389 extern __typeof (xmlTextReaderGetAttributeNs
) xmlTextReaderGetAttributeNs
__attribute((alias("xmlTextReaderGetAttributeNs__internal_alias")));
11391 #ifndef xmlTextReaderGetAttributeNs
11392 extern __typeof (xmlTextReaderGetAttributeNs
) xmlTextReaderGetAttributeNs__internal_alias
__attribute((visibility("hidden")));
11393 #define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias
11398 #if defined(LIBXML_READER_ENABLED)
11399 #ifdef bottom_xmlreader
11400 #undef xmlTextReaderGetErrorHandler
11401 extern __typeof (xmlTextReaderGetErrorHandler
) xmlTextReaderGetErrorHandler
__attribute((alias("xmlTextReaderGetErrorHandler__internal_alias")));
11403 #ifndef xmlTextReaderGetErrorHandler
11404 extern __typeof (xmlTextReaderGetErrorHandler
) xmlTextReaderGetErrorHandler__internal_alias
__attribute((visibility("hidden")));
11405 #define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias
11410 #if defined(LIBXML_READER_ENABLED)
11411 #ifdef bottom_xmlreader
11412 #undef xmlTextReaderGetParserColumnNumber
11413 extern __typeof (xmlTextReaderGetParserColumnNumber
) xmlTextReaderGetParserColumnNumber
__attribute((alias("xmlTextReaderGetParserColumnNumber__internal_alias")));
11415 #ifndef xmlTextReaderGetParserColumnNumber
11416 extern __typeof (xmlTextReaderGetParserColumnNumber
) xmlTextReaderGetParserColumnNumber__internal_alias
__attribute((visibility("hidden")));
11417 #define xmlTextReaderGetParserColumnNumber xmlTextReaderGetParserColumnNumber__internal_alias
11422 #if defined(LIBXML_READER_ENABLED)
11423 #ifdef bottom_xmlreader
11424 #undef xmlTextReaderGetParserLineNumber
11425 extern __typeof (xmlTextReaderGetParserLineNumber
) xmlTextReaderGetParserLineNumber
__attribute((alias("xmlTextReaderGetParserLineNumber__internal_alias")));
11427 #ifndef xmlTextReaderGetParserLineNumber
11428 extern __typeof (xmlTextReaderGetParserLineNumber
) xmlTextReaderGetParserLineNumber__internal_alias
__attribute((visibility("hidden")));
11429 #define xmlTextReaderGetParserLineNumber xmlTextReaderGetParserLineNumber__internal_alias
11434 #if defined(LIBXML_READER_ENABLED)
11435 #ifdef bottom_xmlreader
11436 #undef xmlTextReaderGetParserProp
11437 extern __typeof (xmlTextReaderGetParserProp
) xmlTextReaderGetParserProp
__attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
11439 #ifndef xmlTextReaderGetParserProp
11440 extern __typeof (xmlTextReaderGetParserProp
) xmlTextReaderGetParserProp__internal_alias
__attribute((visibility("hidden")));
11441 #define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias
11446 #if defined(LIBXML_READER_ENABLED)
11447 #ifdef bottom_xmlreader
11448 #undef xmlTextReaderGetRemainder
11449 extern __typeof (xmlTextReaderGetRemainder
) xmlTextReaderGetRemainder
__attribute((alias("xmlTextReaderGetRemainder__internal_alias")));
11451 #ifndef xmlTextReaderGetRemainder
11452 extern __typeof (xmlTextReaderGetRemainder
) xmlTextReaderGetRemainder__internal_alias
__attribute((visibility("hidden")));
11453 #define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias
11458 #if defined(LIBXML_READER_ENABLED)
11459 #ifdef bottom_xmlreader
11460 #undef xmlTextReaderHasAttributes
11461 extern __typeof (xmlTextReaderHasAttributes
) xmlTextReaderHasAttributes
__attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
11463 #ifndef xmlTextReaderHasAttributes
11464 extern __typeof (xmlTextReaderHasAttributes
) xmlTextReaderHasAttributes__internal_alias
__attribute((visibility("hidden")));
11465 #define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias
11470 #if defined(LIBXML_READER_ENABLED)
11471 #ifdef bottom_xmlreader
11472 #undef xmlTextReaderHasValue
11473 extern __typeof (xmlTextReaderHasValue
) xmlTextReaderHasValue
__attribute((alias("xmlTextReaderHasValue__internal_alias")));
11475 #ifndef xmlTextReaderHasValue
11476 extern __typeof (xmlTextReaderHasValue
) xmlTextReaderHasValue__internal_alias
__attribute((visibility("hidden")));
11477 #define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias
11482 #if defined(LIBXML_READER_ENABLED)
11483 #ifdef bottom_xmlreader
11484 #undef xmlTextReaderIsDefault
11485 extern __typeof (xmlTextReaderIsDefault
) xmlTextReaderIsDefault
__attribute((alias("xmlTextReaderIsDefault__internal_alias")));
11487 #ifndef xmlTextReaderIsDefault
11488 extern __typeof (xmlTextReaderIsDefault
) xmlTextReaderIsDefault__internal_alias
__attribute((visibility("hidden")));
11489 #define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias
11494 #if defined(LIBXML_READER_ENABLED)
11495 #ifdef bottom_xmlreader
11496 #undef xmlTextReaderIsEmptyElement
11497 extern __typeof (xmlTextReaderIsEmptyElement
) xmlTextReaderIsEmptyElement
__attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
11499 #ifndef xmlTextReaderIsEmptyElement
11500 extern __typeof (xmlTextReaderIsEmptyElement
) xmlTextReaderIsEmptyElement__internal_alias
__attribute((visibility("hidden")));
11501 #define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
11506 #if defined(LIBXML_READER_ENABLED)
11507 #ifdef bottom_xmlreader
11508 #undef xmlTextReaderIsNamespaceDecl
11509 extern __typeof (xmlTextReaderIsNamespaceDecl
) xmlTextReaderIsNamespaceDecl
__attribute((alias("xmlTextReaderIsNamespaceDecl__internal_alias")));
11511 #ifndef xmlTextReaderIsNamespaceDecl
11512 extern __typeof (xmlTextReaderIsNamespaceDecl
) xmlTextReaderIsNamespaceDecl__internal_alias
__attribute((visibility("hidden")));
11513 #define xmlTextReaderIsNamespaceDecl xmlTextReaderIsNamespaceDecl__internal_alias
11518 #if defined(LIBXML_READER_ENABLED)
11519 #ifdef bottom_xmlreader
11520 #undef xmlTextReaderIsValid
11521 extern __typeof (xmlTextReaderIsValid
) xmlTextReaderIsValid
__attribute((alias("xmlTextReaderIsValid__internal_alias")));
11523 #ifndef xmlTextReaderIsValid
11524 extern __typeof (xmlTextReaderIsValid
) xmlTextReaderIsValid__internal_alias
__attribute((visibility("hidden")));
11525 #define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias
11530 #if defined(LIBXML_READER_ENABLED)
11531 #ifdef bottom_xmlreader
11532 #undef xmlTextReaderLocalName
11533 extern __typeof (xmlTextReaderLocalName
) xmlTextReaderLocalName
__attribute((alias("xmlTextReaderLocalName__internal_alias")));
11535 #ifndef xmlTextReaderLocalName
11536 extern __typeof (xmlTextReaderLocalName
) xmlTextReaderLocalName__internal_alias
__attribute((visibility("hidden")));
11537 #define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias
11542 #if defined(LIBXML_READER_ENABLED)
11543 #ifdef bottom_xmlreader
11544 #undef xmlTextReaderLocatorBaseURI
11545 extern __typeof (xmlTextReaderLocatorBaseURI
) xmlTextReaderLocatorBaseURI
__attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias")));
11547 #ifndef xmlTextReaderLocatorBaseURI
11548 extern __typeof (xmlTextReaderLocatorBaseURI
) xmlTextReaderLocatorBaseURI__internal_alias
__attribute((visibility("hidden")));
11549 #define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias
11554 #if defined(LIBXML_READER_ENABLED)
11555 #ifdef bottom_xmlreader
11556 #undef xmlTextReaderLocatorLineNumber
11557 extern __typeof (xmlTextReaderLocatorLineNumber
) xmlTextReaderLocatorLineNumber
__attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias")));
11559 #ifndef xmlTextReaderLocatorLineNumber
11560 extern __typeof (xmlTextReaderLocatorLineNumber
) xmlTextReaderLocatorLineNumber__internal_alias
__attribute((visibility("hidden")));
11561 #define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias
11566 #if defined(LIBXML_READER_ENABLED)
11567 #ifdef bottom_xmlreader
11568 #undef xmlTextReaderLookupNamespace
11569 extern __typeof (xmlTextReaderLookupNamespace
) xmlTextReaderLookupNamespace
__attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
11571 #ifndef xmlTextReaderLookupNamespace
11572 extern __typeof (xmlTextReaderLookupNamespace
) xmlTextReaderLookupNamespace__internal_alias
__attribute((visibility("hidden")));
11573 #define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias
11578 #if defined(LIBXML_READER_ENABLED)
11579 #ifdef bottom_xmlreader
11580 #undef xmlTextReaderMoveToAttribute
11581 extern __typeof (xmlTextReaderMoveToAttribute
) xmlTextReaderMoveToAttribute
__attribute((alias("xmlTextReaderMoveToAttribute__internal_alias")));
11583 #ifndef xmlTextReaderMoveToAttribute
11584 extern __typeof (xmlTextReaderMoveToAttribute
) xmlTextReaderMoveToAttribute__internal_alias
__attribute((visibility("hidden")));
11585 #define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias
11590 #if defined(LIBXML_READER_ENABLED)
11591 #ifdef bottom_xmlreader
11592 #undef xmlTextReaderMoveToAttributeNo
11593 extern __typeof (xmlTextReaderMoveToAttributeNo
) xmlTextReaderMoveToAttributeNo
__attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias")));
11595 #ifndef xmlTextReaderMoveToAttributeNo
11596 extern __typeof (xmlTextReaderMoveToAttributeNo
) xmlTextReaderMoveToAttributeNo__internal_alias
__attribute((visibility("hidden")));
11597 #define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias
11602 #if defined(LIBXML_READER_ENABLED)
11603 #ifdef bottom_xmlreader
11604 #undef xmlTextReaderMoveToAttributeNs
11605 extern __typeof (xmlTextReaderMoveToAttributeNs
) xmlTextReaderMoveToAttributeNs
__attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias")));
11607 #ifndef xmlTextReaderMoveToAttributeNs
11608 extern __typeof (xmlTextReaderMoveToAttributeNs
) xmlTextReaderMoveToAttributeNs__internal_alias
__attribute((visibility("hidden")));
11609 #define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias
11614 #if defined(LIBXML_READER_ENABLED)
11615 #ifdef bottom_xmlreader
11616 #undef xmlTextReaderMoveToElement
11617 extern __typeof (xmlTextReaderMoveToElement
) xmlTextReaderMoveToElement
__attribute((alias("xmlTextReaderMoveToElement__internal_alias")));
11619 #ifndef xmlTextReaderMoveToElement
11620 extern __typeof (xmlTextReaderMoveToElement
) xmlTextReaderMoveToElement__internal_alias
__attribute((visibility("hidden")));
11621 #define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias
11626 #if defined(LIBXML_READER_ENABLED)
11627 #ifdef bottom_xmlreader
11628 #undef xmlTextReaderMoveToFirstAttribute
11629 extern __typeof (xmlTextReaderMoveToFirstAttribute
) xmlTextReaderMoveToFirstAttribute
__attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
11631 #ifndef xmlTextReaderMoveToFirstAttribute
11632 extern __typeof (xmlTextReaderMoveToFirstAttribute
) xmlTextReaderMoveToFirstAttribute__internal_alias
__attribute((visibility("hidden")));
11633 #define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
11638 #if defined(LIBXML_READER_ENABLED)
11639 #ifdef bottom_xmlreader
11640 #undef xmlTextReaderMoveToNextAttribute
11641 extern __typeof (xmlTextReaderMoveToNextAttribute
) xmlTextReaderMoveToNextAttribute
__attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
11643 #ifndef xmlTextReaderMoveToNextAttribute
11644 extern __typeof (xmlTextReaderMoveToNextAttribute
) xmlTextReaderMoveToNextAttribute__internal_alias
__attribute((visibility("hidden")));
11645 #define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias
11650 #if defined(LIBXML_READER_ENABLED)
11651 #ifdef bottom_xmlreader
11652 #undef xmlTextReaderName
11653 extern __typeof (xmlTextReaderName
) xmlTextReaderName
__attribute((alias("xmlTextReaderName__internal_alias")));
11655 #ifndef xmlTextReaderName
11656 extern __typeof (xmlTextReaderName
) xmlTextReaderName__internal_alias
__attribute((visibility("hidden")));
11657 #define xmlTextReaderName xmlTextReaderName__internal_alias
11662 #if defined(LIBXML_READER_ENABLED)
11663 #ifdef bottom_xmlreader
11664 #undef xmlTextReaderNamespaceUri
11665 extern __typeof (xmlTextReaderNamespaceUri
) xmlTextReaderNamespaceUri
__attribute((alias("xmlTextReaderNamespaceUri__internal_alias")));
11667 #ifndef xmlTextReaderNamespaceUri
11668 extern __typeof (xmlTextReaderNamespaceUri
) xmlTextReaderNamespaceUri__internal_alias
__attribute((visibility("hidden")));
11669 #define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias
11674 #if defined(LIBXML_READER_ENABLED)
11675 #ifdef bottom_xmlreader
11676 #undef xmlTextReaderNext
11677 extern __typeof (xmlTextReaderNext
) xmlTextReaderNext
__attribute((alias("xmlTextReaderNext__internal_alias")));
11679 #ifndef xmlTextReaderNext
11680 extern __typeof (xmlTextReaderNext
) xmlTextReaderNext__internal_alias
__attribute((visibility("hidden")));
11681 #define xmlTextReaderNext xmlTextReaderNext__internal_alias
11686 #if defined(LIBXML_READER_ENABLED)
11687 #ifdef bottom_xmlreader
11688 #undef xmlTextReaderNextSibling
11689 extern __typeof (xmlTextReaderNextSibling
) xmlTextReaderNextSibling
__attribute((alias("xmlTextReaderNextSibling__internal_alias")));
11691 #ifndef xmlTextReaderNextSibling
11692 extern __typeof (xmlTextReaderNextSibling
) xmlTextReaderNextSibling__internal_alias
__attribute((visibility("hidden")));
11693 #define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias
11698 #if defined(LIBXML_READER_ENABLED)
11699 #ifdef bottom_xmlreader
11700 #undef xmlTextReaderNodeType
11701 extern __typeof (xmlTextReaderNodeType
) xmlTextReaderNodeType
__attribute((alias("xmlTextReaderNodeType__internal_alias")));
11703 #ifndef xmlTextReaderNodeType
11704 extern __typeof (xmlTextReaderNodeType
) xmlTextReaderNodeType__internal_alias
__attribute((visibility("hidden")));
11705 #define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias
11710 #if defined(LIBXML_READER_ENABLED)
11711 #ifdef bottom_xmlreader
11712 #undef xmlTextReaderNormalization
11713 extern __typeof (xmlTextReaderNormalization
) xmlTextReaderNormalization
__attribute((alias("xmlTextReaderNormalization__internal_alias")));
11715 #ifndef xmlTextReaderNormalization
11716 extern __typeof (xmlTextReaderNormalization
) xmlTextReaderNormalization__internal_alias
__attribute((visibility("hidden")));
11717 #define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias
11722 #if defined(LIBXML_READER_ENABLED)
11723 #ifdef bottom_xmlreader
11724 #undef xmlTextReaderPrefix
11725 extern __typeof (xmlTextReaderPrefix
) xmlTextReaderPrefix
__attribute((alias("xmlTextReaderPrefix__internal_alias")));
11727 #ifndef xmlTextReaderPrefix
11728 extern __typeof (xmlTextReaderPrefix
) xmlTextReaderPrefix__internal_alias
__attribute((visibility("hidden")));
11729 #define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias
11734 #if defined(LIBXML_READER_ENABLED)
11735 #ifdef bottom_xmlreader
11736 #undef xmlTextReaderPreserve
11737 extern __typeof (xmlTextReaderPreserve
) xmlTextReaderPreserve
__attribute((alias("xmlTextReaderPreserve__internal_alias")));
11739 #ifndef xmlTextReaderPreserve
11740 extern __typeof (xmlTextReaderPreserve
) xmlTextReaderPreserve__internal_alias
__attribute((visibility("hidden")));
11741 #define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias
11746 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
11747 #ifdef bottom_xmlreader
11748 #undef xmlTextReaderPreservePattern
11749 extern __typeof (xmlTextReaderPreservePattern
) xmlTextReaderPreservePattern
__attribute((alias("xmlTextReaderPreservePattern__internal_alias")));
11751 #ifndef xmlTextReaderPreservePattern
11752 extern __typeof (xmlTextReaderPreservePattern
) xmlTextReaderPreservePattern__internal_alias
__attribute((visibility("hidden")));
11753 #define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias
11758 #if defined(LIBXML_READER_ENABLED)
11759 #ifdef bottom_xmlreader
11760 #undef xmlTextReaderQuoteChar
11761 extern __typeof (xmlTextReaderQuoteChar
) xmlTextReaderQuoteChar
__attribute((alias("xmlTextReaderQuoteChar__internal_alias")));
11763 #ifndef xmlTextReaderQuoteChar
11764 extern __typeof (xmlTextReaderQuoteChar
) xmlTextReaderQuoteChar__internal_alias
__attribute((visibility("hidden")));
11765 #define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias
11770 #if defined(LIBXML_READER_ENABLED)
11771 #ifdef bottom_xmlreader
11772 #undef xmlTextReaderRead
11773 extern __typeof (xmlTextReaderRead
) xmlTextReaderRead
__attribute((alias("xmlTextReaderRead__internal_alias")));
11775 #ifndef xmlTextReaderRead
11776 extern __typeof (xmlTextReaderRead
) xmlTextReaderRead__internal_alias
__attribute((visibility("hidden")));
11777 #define xmlTextReaderRead xmlTextReaderRead__internal_alias
11782 #if defined(LIBXML_READER_ENABLED)
11783 #ifdef bottom_xmlreader
11784 #undef xmlTextReaderReadAttributeValue
11785 extern __typeof (xmlTextReaderReadAttributeValue
) xmlTextReaderReadAttributeValue
__attribute((alias("xmlTextReaderReadAttributeValue__internal_alias")));
11787 #ifndef xmlTextReaderReadAttributeValue
11788 extern __typeof (xmlTextReaderReadAttributeValue
) xmlTextReaderReadAttributeValue__internal_alias
__attribute((visibility("hidden")));
11789 #define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias
11794 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
11795 #ifdef bottom_xmlreader
11796 #undef xmlTextReaderReadInnerXml
11797 extern __typeof (xmlTextReaderReadInnerXml
) xmlTextReaderReadInnerXml
__attribute((alias("xmlTextReaderReadInnerXml__internal_alias")));
11799 #ifndef xmlTextReaderReadInnerXml
11800 extern __typeof (xmlTextReaderReadInnerXml
) xmlTextReaderReadInnerXml__internal_alias
__attribute((visibility("hidden")));
11801 #define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias
11806 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
11807 #ifdef bottom_xmlreader
11808 #undef xmlTextReaderReadOuterXml
11809 extern __typeof (xmlTextReaderReadOuterXml
) xmlTextReaderReadOuterXml
__attribute((alias("xmlTextReaderReadOuterXml__internal_alias")));
11811 #ifndef xmlTextReaderReadOuterXml
11812 extern __typeof (xmlTextReaderReadOuterXml
) xmlTextReaderReadOuterXml__internal_alias
__attribute((visibility("hidden")));
11813 #define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias
11818 #if defined(LIBXML_READER_ENABLED)
11819 #ifdef bottom_xmlreader
11820 #undef xmlTextReaderReadState
11821 extern __typeof (xmlTextReaderReadState
) xmlTextReaderReadState
__attribute((alias("xmlTextReaderReadState__internal_alias")));
11823 #ifndef xmlTextReaderReadState
11824 extern __typeof (xmlTextReaderReadState
) xmlTextReaderReadState__internal_alias
__attribute((visibility("hidden")));
11825 #define xmlTextReaderReadState xmlTextReaderReadState__internal_alias
11830 #if defined(LIBXML_READER_ENABLED)
11831 #ifdef bottom_xmlreader
11832 #undef xmlTextReaderReadString
11833 extern __typeof (xmlTextReaderReadString
) xmlTextReaderReadString
__attribute((alias("xmlTextReaderReadString__internal_alias")));
11835 #ifndef xmlTextReaderReadString
11836 extern __typeof (xmlTextReaderReadString
) xmlTextReaderReadString__internal_alias
__attribute((visibility("hidden")));
11837 #define xmlTextReaderReadString xmlTextReaderReadString__internal_alias
11842 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11843 #ifdef bottom_xmlreader
11844 #undef xmlTextReaderRelaxNGSetSchema
11845 extern __typeof (xmlTextReaderRelaxNGSetSchema
) xmlTextReaderRelaxNGSetSchema
__attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias")));
11847 #ifndef xmlTextReaderRelaxNGSetSchema
11848 extern __typeof (xmlTextReaderRelaxNGSetSchema
) xmlTextReaderRelaxNGSetSchema__internal_alias
__attribute((visibility("hidden")));
11849 #define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias
11854 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11855 #ifdef bottom_xmlreader
11856 #undef xmlTextReaderRelaxNGValidate
11857 extern __typeof (xmlTextReaderRelaxNGValidate
) xmlTextReaderRelaxNGValidate
__attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias")));
11859 #ifndef xmlTextReaderRelaxNGValidate
11860 extern __typeof (xmlTextReaderRelaxNGValidate
) xmlTextReaderRelaxNGValidate__internal_alias
__attribute((visibility("hidden")));
11861 #define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias
11866 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11867 #ifdef bottom_xmlreader
11868 #undef xmlTextReaderRelaxNGValidateCtxt
11869 extern __typeof (xmlTextReaderRelaxNGValidateCtxt
) xmlTextReaderRelaxNGValidateCtxt
__attribute((alias("xmlTextReaderRelaxNGValidateCtxt__internal_alias")));
11871 #ifndef xmlTextReaderRelaxNGValidateCtxt
11872 extern __typeof (xmlTextReaderRelaxNGValidateCtxt
) xmlTextReaderRelaxNGValidateCtxt__internal_alias
__attribute((visibility("hidden")));
11873 #define xmlTextReaderRelaxNGValidateCtxt xmlTextReaderRelaxNGValidateCtxt__internal_alias
11878 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11879 #ifdef bottom_xmlreader
11880 #undef xmlTextReaderSchemaValidate
11881 extern __typeof (xmlTextReaderSchemaValidate
) xmlTextReaderSchemaValidate
__attribute((alias("xmlTextReaderSchemaValidate__internal_alias")));
11883 #ifndef xmlTextReaderSchemaValidate
11884 extern __typeof (xmlTextReaderSchemaValidate
) xmlTextReaderSchemaValidate__internal_alias
__attribute((visibility("hidden")));
11885 #define xmlTextReaderSchemaValidate xmlTextReaderSchemaValidate__internal_alias
11890 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11891 #ifdef bottom_xmlreader
11892 #undef xmlTextReaderSchemaValidateCtxt
11893 extern __typeof (xmlTextReaderSchemaValidateCtxt
) xmlTextReaderSchemaValidateCtxt
__attribute((alias("xmlTextReaderSchemaValidateCtxt__internal_alias")));
11895 #ifndef xmlTextReaderSchemaValidateCtxt
11896 extern __typeof (xmlTextReaderSchemaValidateCtxt
) xmlTextReaderSchemaValidateCtxt__internal_alias
__attribute((visibility("hidden")));
11897 #define xmlTextReaderSchemaValidateCtxt xmlTextReaderSchemaValidateCtxt__internal_alias
11902 #if defined(LIBXML_READER_ENABLED)
11903 #ifdef bottom_xmlreader
11904 #undef xmlTextReaderSetErrorHandler
11905 extern __typeof (xmlTextReaderSetErrorHandler
) xmlTextReaderSetErrorHandler
__attribute((alias("xmlTextReaderSetErrorHandler__internal_alias")));
11907 #ifndef xmlTextReaderSetErrorHandler
11908 extern __typeof (xmlTextReaderSetErrorHandler
) xmlTextReaderSetErrorHandler__internal_alias
__attribute((visibility("hidden")));
11909 #define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias
11914 #if defined(LIBXML_READER_ENABLED)
11915 #ifdef bottom_xmlreader
11916 #undef xmlTextReaderSetParserProp
11917 extern __typeof (xmlTextReaderSetParserProp
) xmlTextReaderSetParserProp
__attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
11919 #ifndef xmlTextReaderSetParserProp
11920 extern __typeof (xmlTextReaderSetParserProp
) xmlTextReaderSetParserProp__internal_alias
__attribute((visibility("hidden")));
11921 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
11926 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11927 #ifdef bottom_xmlreader
11928 #undef xmlTextReaderSetSchema
11929 extern __typeof (xmlTextReaderSetSchema
) xmlTextReaderSetSchema
__attribute((alias("xmlTextReaderSetSchema__internal_alias")));
11931 #ifndef xmlTextReaderSetSchema
11932 extern __typeof (xmlTextReaderSetSchema
) xmlTextReaderSetSchema__internal_alias
__attribute((visibility("hidden")));
11933 #define xmlTextReaderSetSchema xmlTextReaderSetSchema__internal_alias
11938 #if defined(LIBXML_READER_ENABLED)
11939 #ifdef bottom_xmlreader
11940 #undef xmlTextReaderSetStructuredErrorHandler
11941 extern __typeof (xmlTextReaderSetStructuredErrorHandler
) xmlTextReaderSetStructuredErrorHandler
__attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias")));
11943 #ifndef xmlTextReaderSetStructuredErrorHandler
11944 extern __typeof (xmlTextReaderSetStructuredErrorHandler
) xmlTextReaderSetStructuredErrorHandler__internal_alias
__attribute((visibility("hidden")));
11945 #define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias
11950 #if defined(LIBXML_READER_ENABLED)
11951 #ifdef bottom_xmlreader
11952 #undef xmlTextReaderSetup
11953 extern __typeof (xmlTextReaderSetup
) xmlTextReaderSetup
__attribute((alias("xmlTextReaderSetup__internal_alias")));
11955 #ifndef xmlTextReaderSetup
11956 extern __typeof (xmlTextReaderSetup
) xmlTextReaderSetup__internal_alias
__attribute((visibility("hidden")));
11957 #define xmlTextReaderSetup xmlTextReaderSetup__internal_alias
11962 #if defined(LIBXML_READER_ENABLED)
11963 #ifdef bottom_xmlreader
11964 #undef xmlTextReaderStandalone
11965 extern __typeof (xmlTextReaderStandalone
) xmlTextReaderStandalone
__attribute((alias("xmlTextReaderStandalone__internal_alias")));
11967 #ifndef xmlTextReaderStandalone
11968 extern __typeof (xmlTextReaderStandalone
) xmlTextReaderStandalone__internal_alias
__attribute((visibility("hidden")));
11969 #define xmlTextReaderStandalone xmlTextReaderStandalone__internal_alias
11974 #if defined(LIBXML_READER_ENABLED)
11975 #ifdef bottom_xmlreader
11976 #undef xmlTextReaderValue
11977 extern __typeof (xmlTextReaderValue
) xmlTextReaderValue
__attribute((alias("xmlTextReaderValue__internal_alias")));
11979 #ifndef xmlTextReaderValue
11980 extern __typeof (xmlTextReaderValue
) xmlTextReaderValue__internal_alias
__attribute((visibility("hidden")));
11981 #define xmlTextReaderValue xmlTextReaderValue__internal_alias
11986 #if defined(LIBXML_READER_ENABLED)
11987 #ifdef bottom_xmlreader
11988 #undef xmlTextReaderXmlLang
11989 extern __typeof (xmlTextReaderXmlLang
) xmlTextReaderXmlLang
__attribute((alias("xmlTextReaderXmlLang__internal_alias")));
11991 #ifndef xmlTextReaderXmlLang
11992 extern __typeof (xmlTextReaderXmlLang
) xmlTextReaderXmlLang__internal_alias
__attribute((visibility("hidden")));
11993 #define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias
11998 #if defined(LIBXML_WRITER_ENABLED)
11999 #ifdef bottom_xmlwriter
12000 #undef xmlTextWriterEndAttribute
12001 extern __typeof (xmlTextWriterEndAttribute
) xmlTextWriterEndAttribute
__attribute((alias("xmlTextWriterEndAttribute__internal_alias")));
12003 #ifndef xmlTextWriterEndAttribute
12004 extern __typeof (xmlTextWriterEndAttribute
) xmlTextWriterEndAttribute__internal_alias
__attribute((visibility("hidden")));
12005 #define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias
12010 #if defined(LIBXML_WRITER_ENABLED)
12011 #ifdef bottom_xmlwriter
12012 #undef xmlTextWriterEndCDATA
12013 extern __typeof (xmlTextWriterEndCDATA
) xmlTextWriterEndCDATA
__attribute((alias("xmlTextWriterEndCDATA__internal_alias")));
12015 #ifndef xmlTextWriterEndCDATA
12016 extern __typeof (xmlTextWriterEndCDATA
) xmlTextWriterEndCDATA__internal_alias
__attribute((visibility("hidden")));
12017 #define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias
12022 #if defined(LIBXML_WRITER_ENABLED)
12023 #ifdef bottom_xmlwriter
12024 #undef xmlTextWriterEndComment
12025 extern __typeof (xmlTextWriterEndComment
) xmlTextWriterEndComment
__attribute((alias("xmlTextWriterEndComment__internal_alias")));
12027 #ifndef xmlTextWriterEndComment
12028 extern __typeof (xmlTextWriterEndComment
) xmlTextWriterEndComment__internal_alias
__attribute((visibility("hidden")));
12029 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias
12034 #if defined(LIBXML_WRITER_ENABLED)
12035 #ifdef bottom_xmlwriter
12036 #undef xmlTextWriterEndDTD
12037 extern __typeof (xmlTextWriterEndDTD
) xmlTextWriterEndDTD
__attribute((alias("xmlTextWriterEndDTD__internal_alias")));
12039 #ifndef xmlTextWriterEndDTD
12040 extern __typeof (xmlTextWriterEndDTD
) xmlTextWriterEndDTD__internal_alias
__attribute((visibility("hidden")));
12041 #define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias
12046 #if defined(LIBXML_WRITER_ENABLED)
12047 #ifdef bottom_xmlwriter
12048 #undef xmlTextWriterEndDTDAttlist
12049 extern __typeof (xmlTextWriterEndDTDAttlist
) xmlTextWriterEndDTDAttlist
__attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias")));
12051 #ifndef xmlTextWriterEndDTDAttlist
12052 extern __typeof (xmlTextWriterEndDTDAttlist
) xmlTextWriterEndDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12053 #define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias
12058 #if defined(LIBXML_WRITER_ENABLED)
12059 #ifdef bottom_xmlwriter
12060 #undef xmlTextWriterEndDTDElement
12061 extern __typeof (xmlTextWriterEndDTDElement
) xmlTextWriterEndDTDElement
__attribute((alias("xmlTextWriterEndDTDElement__internal_alias")));
12063 #ifndef xmlTextWriterEndDTDElement
12064 extern __typeof (xmlTextWriterEndDTDElement
) xmlTextWriterEndDTDElement__internal_alias
__attribute((visibility("hidden")));
12065 #define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias
12070 #if defined(LIBXML_WRITER_ENABLED)
12071 #ifdef bottom_xmlwriter
12072 #undef xmlTextWriterEndDTDEntity
12073 extern __typeof (xmlTextWriterEndDTDEntity
) xmlTextWriterEndDTDEntity
__attribute((alias("xmlTextWriterEndDTDEntity__internal_alias")));
12075 #ifndef xmlTextWriterEndDTDEntity
12076 extern __typeof (xmlTextWriterEndDTDEntity
) xmlTextWriterEndDTDEntity__internal_alias
__attribute((visibility("hidden")));
12077 #define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias
12082 #if defined(LIBXML_WRITER_ENABLED)
12083 #ifdef bottom_xmlwriter
12084 #undef xmlTextWriterEndDocument
12085 extern __typeof (xmlTextWriterEndDocument
) xmlTextWriterEndDocument
__attribute((alias("xmlTextWriterEndDocument__internal_alias")));
12087 #ifndef xmlTextWriterEndDocument
12088 extern __typeof (xmlTextWriterEndDocument
) xmlTextWriterEndDocument__internal_alias
__attribute((visibility("hidden")));
12089 #define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias
12094 #if defined(LIBXML_WRITER_ENABLED)
12095 #ifdef bottom_xmlwriter
12096 #undef xmlTextWriterEndElement
12097 extern __typeof (xmlTextWriterEndElement
) xmlTextWriterEndElement
__attribute((alias("xmlTextWriterEndElement__internal_alias")));
12099 #ifndef xmlTextWriterEndElement
12100 extern __typeof (xmlTextWriterEndElement
) xmlTextWriterEndElement__internal_alias
__attribute((visibility("hidden")));
12101 #define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias
12106 #if defined(LIBXML_WRITER_ENABLED)
12107 #ifdef bottom_xmlwriter
12108 #undef xmlTextWriterEndPI
12109 extern __typeof (xmlTextWriterEndPI
) xmlTextWriterEndPI
__attribute((alias("xmlTextWriterEndPI__internal_alias")));
12111 #ifndef xmlTextWriterEndPI
12112 extern __typeof (xmlTextWriterEndPI
) xmlTextWriterEndPI__internal_alias
__attribute((visibility("hidden")));
12113 #define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias
12118 #if defined(LIBXML_WRITER_ENABLED)
12119 #ifdef bottom_xmlwriter
12120 #undef xmlTextWriterFlush
12121 extern __typeof (xmlTextWriterFlush
) xmlTextWriterFlush
__attribute((alias("xmlTextWriterFlush__internal_alias")));
12123 #ifndef xmlTextWriterFlush
12124 extern __typeof (xmlTextWriterFlush
) xmlTextWriterFlush__internal_alias
__attribute((visibility("hidden")));
12125 #define xmlTextWriterFlush xmlTextWriterFlush__internal_alias
12130 #if defined(LIBXML_WRITER_ENABLED)
12131 #ifdef bottom_xmlwriter
12132 #undef xmlTextWriterFullEndElement
12133 extern __typeof (xmlTextWriterFullEndElement
) xmlTextWriterFullEndElement
__attribute((alias("xmlTextWriterFullEndElement__internal_alias")));
12135 #ifndef xmlTextWriterFullEndElement
12136 extern __typeof (xmlTextWriterFullEndElement
) xmlTextWriterFullEndElement__internal_alias
__attribute((visibility("hidden")));
12137 #define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias
12142 #if defined(LIBXML_WRITER_ENABLED)
12143 #ifdef bottom_xmlwriter
12144 #undef xmlTextWriterSetIndent
12145 extern __typeof (xmlTextWriterSetIndent
) xmlTextWriterSetIndent
__attribute((alias("xmlTextWriterSetIndent__internal_alias")));
12147 #ifndef xmlTextWriterSetIndent
12148 extern __typeof (xmlTextWriterSetIndent
) xmlTextWriterSetIndent__internal_alias
__attribute((visibility("hidden")));
12149 #define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias
12154 #if defined(LIBXML_WRITER_ENABLED)
12155 #ifdef bottom_xmlwriter
12156 #undef xmlTextWriterSetIndentString
12157 extern __typeof (xmlTextWriterSetIndentString
) xmlTextWriterSetIndentString
__attribute((alias("xmlTextWriterSetIndentString__internal_alias")));
12159 #ifndef xmlTextWriterSetIndentString
12160 extern __typeof (xmlTextWriterSetIndentString
) xmlTextWriterSetIndentString__internal_alias
__attribute((visibility("hidden")));
12161 #define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias
12166 #if defined(LIBXML_WRITER_ENABLED)
12167 #ifdef bottom_xmlwriter
12168 #undef xmlTextWriterSetQuoteChar
12169 extern __typeof (xmlTextWriterSetQuoteChar
) xmlTextWriterSetQuoteChar
__attribute((alias("xmlTextWriterSetQuoteChar__internal_alias")));
12171 #ifndef xmlTextWriterSetQuoteChar
12172 extern __typeof (xmlTextWriterSetQuoteChar
) xmlTextWriterSetQuoteChar__internal_alias
__attribute((visibility("hidden")));
12173 #define xmlTextWriterSetQuoteChar xmlTextWriterSetQuoteChar__internal_alias
12178 #if defined(LIBXML_WRITER_ENABLED)
12179 #ifdef bottom_xmlwriter
12180 #undef xmlTextWriterStartAttribute
12181 extern __typeof (xmlTextWriterStartAttribute
) xmlTextWriterStartAttribute
__attribute((alias("xmlTextWriterStartAttribute__internal_alias")));
12183 #ifndef xmlTextWriterStartAttribute
12184 extern __typeof (xmlTextWriterStartAttribute
) xmlTextWriterStartAttribute__internal_alias
__attribute((visibility("hidden")));
12185 #define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias
12190 #if defined(LIBXML_WRITER_ENABLED)
12191 #ifdef bottom_xmlwriter
12192 #undef xmlTextWriterStartAttributeNS
12193 extern __typeof (xmlTextWriterStartAttributeNS
) xmlTextWriterStartAttributeNS
__attribute((alias("xmlTextWriterStartAttributeNS__internal_alias")));
12195 #ifndef xmlTextWriterStartAttributeNS
12196 extern __typeof (xmlTextWriterStartAttributeNS
) xmlTextWriterStartAttributeNS__internal_alias
__attribute((visibility("hidden")));
12197 #define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias
12202 #if defined(LIBXML_WRITER_ENABLED)
12203 #ifdef bottom_xmlwriter
12204 #undef xmlTextWriterStartCDATA
12205 extern __typeof (xmlTextWriterStartCDATA
) xmlTextWriterStartCDATA
__attribute((alias("xmlTextWriterStartCDATA__internal_alias")));
12207 #ifndef xmlTextWriterStartCDATA
12208 extern __typeof (xmlTextWriterStartCDATA
) xmlTextWriterStartCDATA__internal_alias
__attribute((visibility("hidden")));
12209 #define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias
12214 #if defined(LIBXML_WRITER_ENABLED)
12215 #ifdef bottom_xmlwriter
12216 #undef xmlTextWriterStartComment
12217 extern __typeof (xmlTextWriterStartComment
) xmlTextWriterStartComment
__attribute((alias("xmlTextWriterStartComment__internal_alias")));
12219 #ifndef xmlTextWriterStartComment
12220 extern __typeof (xmlTextWriterStartComment
) xmlTextWriterStartComment__internal_alias
__attribute((visibility("hidden")));
12221 #define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias
12226 #if defined(LIBXML_WRITER_ENABLED)
12227 #ifdef bottom_xmlwriter
12228 #undef xmlTextWriterStartDTD
12229 extern __typeof (xmlTextWriterStartDTD
) xmlTextWriterStartDTD
__attribute((alias("xmlTextWriterStartDTD__internal_alias")));
12231 #ifndef xmlTextWriterStartDTD
12232 extern __typeof (xmlTextWriterStartDTD
) xmlTextWriterStartDTD__internal_alias
__attribute((visibility("hidden")));
12233 #define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias
12238 #if defined(LIBXML_WRITER_ENABLED)
12239 #ifdef bottom_xmlwriter
12240 #undef xmlTextWriterStartDTDAttlist
12241 extern __typeof (xmlTextWriterStartDTDAttlist
) xmlTextWriterStartDTDAttlist
__attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias")));
12243 #ifndef xmlTextWriterStartDTDAttlist
12244 extern __typeof (xmlTextWriterStartDTDAttlist
) xmlTextWriterStartDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12245 #define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias
12250 #if defined(LIBXML_WRITER_ENABLED)
12251 #ifdef bottom_xmlwriter
12252 #undef xmlTextWriterStartDTDElement
12253 extern __typeof (xmlTextWriterStartDTDElement
) xmlTextWriterStartDTDElement
__attribute((alias("xmlTextWriterStartDTDElement__internal_alias")));
12255 #ifndef xmlTextWriterStartDTDElement
12256 extern __typeof (xmlTextWriterStartDTDElement
) xmlTextWriterStartDTDElement__internal_alias
__attribute((visibility("hidden")));
12257 #define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias
12262 #if defined(LIBXML_WRITER_ENABLED)
12263 #ifdef bottom_xmlwriter
12264 #undef xmlTextWriterStartDTDEntity
12265 extern __typeof (xmlTextWriterStartDTDEntity
) xmlTextWriterStartDTDEntity
__attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
12267 #ifndef xmlTextWriterStartDTDEntity
12268 extern __typeof (xmlTextWriterStartDTDEntity
) xmlTextWriterStartDTDEntity__internal_alias
__attribute((visibility("hidden")));
12269 #define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias
12274 #if defined(LIBXML_WRITER_ENABLED)
12275 #ifdef bottom_xmlwriter
12276 #undef xmlTextWriterStartDocument
12277 extern __typeof (xmlTextWriterStartDocument
) xmlTextWriterStartDocument
__attribute((alias("xmlTextWriterStartDocument__internal_alias")));
12279 #ifndef xmlTextWriterStartDocument
12280 extern __typeof (xmlTextWriterStartDocument
) xmlTextWriterStartDocument__internal_alias
__attribute((visibility("hidden")));
12281 #define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias
12286 #if defined(LIBXML_WRITER_ENABLED)
12287 #ifdef bottom_xmlwriter
12288 #undef xmlTextWriterStartElement
12289 extern __typeof (xmlTextWriterStartElement
) xmlTextWriterStartElement
__attribute((alias("xmlTextWriterStartElement__internal_alias")));
12291 #ifndef xmlTextWriterStartElement
12292 extern __typeof (xmlTextWriterStartElement
) xmlTextWriterStartElement__internal_alias
__attribute((visibility("hidden")));
12293 #define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias
12298 #if defined(LIBXML_WRITER_ENABLED)
12299 #ifdef bottom_xmlwriter
12300 #undef xmlTextWriterStartElementNS
12301 extern __typeof (xmlTextWriterStartElementNS
) xmlTextWriterStartElementNS
__attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
12303 #ifndef xmlTextWriterStartElementNS
12304 extern __typeof (xmlTextWriterStartElementNS
) xmlTextWriterStartElementNS__internal_alias
__attribute((visibility("hidden")));
12305 #define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
12310 #if defined(LIBXML_WRITER_ENABLED)
12311 #ifdef bottom_xmlwriter
12312 #undef xmlTextWriterStartPI
12313 extern __typeof (xmlTextWriterStartPI
) xmlTextWriterStartPI
__attribute((alias("xmlTextWriterStartPI__internal_alias")));
12315 #ifndef xmlTextWriterStartPI
12316 extern __typeof (xmlTextWriterStartPI
) xmlTextWriterStartPI__internal_alias
__attribute((visibility("hidden")));
12317 #define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias
12322 #if defined(LIBXML_WRITER_ENABLED)
12323 #ifdef bottom_xmlwriter
12324 #undef xmlTextWriterWriteAttribute
12325 extern __typeof (xmlTextWriterWriteAttribute
) xmlTextWriterWriteAttribute
__attribute((alias("xmlTextWriterWriteAttribute__internal_alias")));
12327 #ifndef xmlTextWriterWriteAttribute
12328 extern __typeof (xmlTextWriterWriteAttribute
) xmlTextWriterWriteAttribute__internal_alias
__attribute((visibility("hidden")));
12329 #define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias
12334 #if defined(LIBXML_WRITER_ENABLED)
12335 #ifdef bottom_xmlwriter
12336 #undef xmlTextWriterWriteAttributeNS
12337 extern __typeof (xmlTextWriterWriteAttributeNS
) xmlTextWriterWriteAttributeNS
__attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias")));
12339 #ifndef xmlTextWriterWriteAttributeNS
12340 extern __typeof (xmlTextWriterWriteAttributeNS
) xmlTextWriterWriteAttributeNS__internal_alias
__attribute((visibility("hidden")));
12341 #define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias
12346 #if defined(LIBXML_WRITER_ENABLED)
12347 #ifdef bottom_xmlwriter
12348 #undef xmlTextWriterWriteBase64
12349 extern __typeof (xmlTextWriterWriteBase64
) xmlTextWriterWriteBase64
__attribute((alias("xmlTextWriterWriteBase64__internal_alias")));
12351 #ifndef xmlTextWriterWriteBase64
12352 extern __typeof (xmlTextWriterWriteBase64
) xmlTextWriterWriteBase64__internal_alias
__attribute((visibility("hidden")));
12353 #define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias
12358 #if defined(LIBXML_WRITER_ENABLED)
12359 #ifdef bottom_xmlwriter
12360 #undef xmlTextWriterWriteBinHex
12361 extern __typeof (xmlTextWriterWriteBinHex
) xmlTextWriterWriteBinHex
__attribute((alias("xmlTextWriterWriteBinHex__internal_alias")));
12363 #ifndef xmlTextWriterWriteBinHex
12364 extern __typeof (xmlTextWriterWriteBinHex
) xmlTextWriterWriteBinHex__internal_alias
__attribute((visibility("hidden")));
12365 #define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias
12370 #if defined(LIBXML_WRITER_ENABLED)
12371 #ifdef bottom_xmlwriter
12372 #undef xmlTextWriterWriteCDATA
12373 extern __typeof (xmlTextWriterWriteCDATA
) xmlTextWriterWriteCDATA
__attribute((alias("xmlTextWriterWriteCDATA__internal_alias")));
12375 #ifndef xmlTextWriterWriteCDATA
12376 extern __typeof (xmlTextWriterWriteCDATA
) xmlTextWriterWriteCDATA__internal_alias
__attribute((visibility("hidden")));
12377 #define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias
12382 #if defined(LIBXML_WRITER_ENABLED)
12383 #ifdef bottom_xmlwriter
12384 #undef xmlTextWriterWriteComment
12385 extern __typeof (xmlTextWriterWriteComment
) xmlTextWriterWriteComment
__attribute((alias("xmlTextWriterWriteComment__internal_alias")));
12387 #ifndef xmlTextWriterWriteComment
12388 extern __typeof (xmlTextWriterWriteComment
) xmlTextWriterWriteComment__internal_alias
__attribute((visibility("hidden")));
12389 #define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
12394 #if defined(LIBXML_WRITER_ENABLED)
12395 #ifdef bottom_xmlwriter
12396 #undef xmlTextWriterWriteDTD
12397 extern __typeof (xmlTextWriterWriteDTD
) xmlTextWriterWriteDTD
__attribute((alias("xmlTextWriterWriteDTD__internal_alias")));
12399 #ifndef xmlTextWriterWriteDTD
12400 extern __typeof (xmlTextWriterWriteDTD
) xmlTextWriterWriteDTD__internal_alias
__attribute((visibility("hidden")));
12401 #define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias
12406 #if defined(LIBXML_WRITER_ENABLED)
12407 #ifdef bottom_xmlwriter
12408 #undef xmlTextWriterWriteDTDAttlist
12409 extern __typeof (xmlTextWriterWriteDTDAttlist
) xmlTextWriterWriteDTDAttlist
__attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias")));
12411 #ifndef xmlTextWriterWriteDTDAttlist
12412 extern __typeof (xmlTextWriterWriteDTDAttlist
) xmlTextWriterWriteDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12413 #define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias
12418 #if defined(LIBXML_WRITER_ENABLED)
12419 #ifdef bottom_xmlwriter
12420 #undef xmlTextWriterWriteDTDElement
12421 extern __typeof (xmlTextWriterWriteDTDElement
) xmlTextWriterWriteDTDElement
__attribute((alias("xmlTextWriterWriteDTDElement__internal_alias")));
12423 #ifndef xmlTextWriterWriteDTDElement
12424 extern __typeof (xmlTextWriterWriteDTDElement
) xmlTextWriterWriteDTDElement__internal_alias
__attribute((visibility("hidden")));
12425 #define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias
12430 #if defined(LIBXML_WRITER_ENABLED)
12431 #ifdef bottom_xmlwriter
12432 #undef xmlTextWriterWriteDTDEntity
12433 extern __typeof (xmlTextWriterWriteDTDEntity
) xmlTextWriterWriteDTDEntity
__attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias")));
12435 #ifndef xmlTextWriterWriteDTDEntity
12436 extern __typeof (xmlTextWriterWriteDTDEntity
) xmlTextWriterWriteDTDEntity__internal_alias
__attribute((visibility("hidden")));
12437 #define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias
12442 #if defined(LIBXML_WRITER_ENABLED)
12443 #ifdef bottom_xmlwriter
12444 #undef xmlTextWriterWriteDTDExternalEntity
12445 extern __typeof (xmlTextWriterWriteDTDExternalEntity
) xmlTextWriterWriteDTDExternalEntity
__attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias")));
12447 #ifndef xmlTextWriterWriteDTDExternalEntity
12448 extern __typeof (xmlTextWriterWriteDTDExternalEntity
) xmlTextWriterWriteDTDExternalEntity__internal_alias
__attribute((visibility("hidden")));
12449 #define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias
12454 #if defined(LIBXML_WRITER_ENABLED)
12455 #ifdef bottom_xmlwriter
12456 #undef xmlTextWriterWriteDTDExternalEntityContents
12457 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents
) xmlTextWriterWriteDTDExternalEntityContents
__attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias")));
12459 #ifndef xmlTextWriterWriteDTDExternalEntityContents
12460 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents
) xmlTextWriterWriteDTDExternalEntityContents__internal_alias
__attribute((visibility("hidden")));
12461 #define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias
12466 #if defined(LIBXML_WRITER_ENABLED)
12467 #ifdef bottom_xmlwriter
12468 #undef xmlTextWriterWriteDTDInternalEntity
12469 extern __typeof (xmlTextWriterWriteDTDInternalEntity
) xmlTextWriterWriteDTDInternalEntity
__attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias")));
12471 #ifndef xmlTextWriterWriteDTDInternalEntity
12472 extern __typeof (xmlTextWriterWriteDTDInternalEntity
) xmlTextWriterWriteDTDInternalEntity__internal_alias
__attribute((visibility("hidden")));
12473 #define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias
12478 #if defined(LIBXML_WRITER_ENABLED)
12479 #ifdef bottom_xmlwriter
12480 #undef xmlTextWriterWriteDTDNotation
12481 extern __typeof (xmlTextWriterWriteDTDNotation
) xmlTextWriterWriteDTDNotation
__attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias")));
12483 #ifndef xmlTextWriterWriteDTDNotation
12484 extern __typeof (xmlTextWriterWriteDTDNotation
) xmlTextWriterWriteDTDNotation__internal_alias
__attribute((visibility("hidden")));
12485 #define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias
12490 #if defined(LIBXML_WRITER_ENABLED)
12491 #ifdef bottom_xmlwriter
12492 #undef xmlTextWriterWriteElement
12493 extern __typeof (xmlTextWriterWriteElement
) xmlTextWriterWriteElement
__attribute((alias("xmlTextWriterWriteElement__internal_alias")));
12495 #ifndef xmlTextWriterWriteElement
12496 extern __typeof (xmlTextWriterWriteElement
) xmlTextWriterWriteElement__internal_alias
__attribute((visibility("hidden")));
12497 #define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias
12502 #if defined(LIBXML_WRITER_ENABLED)
12503 #ifdef bottom_xmlwriter
12504 #undef xmlTextWriterWriteElementNS
12505 extern __typeof (xmlTextWriterWriteElementNS
) xmlTextWriterWriteElementNS
__attribute((alias("xmlTextWriterWriteElementNS__internal_alias")));
12507 #ifndef xmlTextWriterWriteElementNS
12508 extern __typeof (xmlTextWriterWriteElementNS
) xmlTextWriterWriteElementNS__internal_alias
__attribute((visibility("hidden")));
12509 #define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias
12514 #if defined(LIBXML_WRITER_ENABLED)
12515 #ifdef bottom_xmlwriter
12516 #undef xmlTextWriterWriteFormatAttribute
12517 extern __typeof (xmlTextWriterWriteFormatAttribute
) xmlTextWriterWriteFormatAttribute
__attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias")));
12519 #ifndef xmlTextWriterWriteFormatAttribute
12520 extern __typeof (xmlTextWriterWriteFormatAttribute
) xmlTextWriterWriteFormatAttribute__internal_alias
__attribute((visibility("hidden")));
12521 #define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias
12526 #if defined(LIBXML_WRITER_ENABLED)
12527 #ifdef bottom_xmlwriter
12528 #undef xmlTextWriterWriteFormatAttributeNS
12529 extern __typeof (xmlTextWriterWriteFormatAttributeNS
) xmlTextWriterWriteFormatAttributeNS
__attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias")));
12531 #ifndef xmlTextWriterWriteFormatAttributeNS
12532 extern __typeof (xmlTextWriterWriteFormatAttributeNS
) xmlTextWriterWriteFormatAttributeNS__internal_alias
__attribute((visibility("hidden")));
12533 #define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias
12538 #if defined(LIBXML_WRITER_ENABLED)
12539 #ifdef bottom_xmlwriter
12540 #undef xmlTextWriterWriteFormatCDATA
12541 extern __typeof (xmlTextWriterWriteFormatCDATA
) xmlTextWriterWriteFormatCDATA
__attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias")));
12543 #ifndef xmlTextWriterWriteFormatCDATA
12544 extern __typeof (xmlTextWriterWriteFormatCDATA
) xmlTextWriterWriteFormatCDATA__internal_alias
__attribute((visibility("hidden")));
12545 #define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias
12550 #if defined(LIBXML_WRITER_ENABLED)
12551 #ifdef bottom_xmlwriter
12552 #undef xmlTextWriterWriteFormatComment
12553 extern __typeof (xmlTextWriterWriteFormatComment
) xmlTextWriterWriteFormatComment
__attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
12555 #ifndef xmlTextWriterWriteFormatComment
12556 extern __typeof (xmlTextWriterWriteFormatComment
) xmlTextWriterWriteFormatComment__internal_alias
__attribute((visibility("hidden")));
12557 #define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias
12562 #if defined(LIBXML_WRITER_ENABLED)
12563 #ifdef bottom_xmlwriter
12564 #undef xmlTextWriterWriteFormatDTD
12565 extern __typeof (xmlTextWriterWriteFormatDTD
) xmlTextWriterWriteFormatDTD
__attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias")));
12567 #ifndef xmlTextWriterWriteFormatDTD
12568 extern __typeof (xmlTextWriterWriteFormatDTD
) xmlTextWriterWriteFormatDTD__internal_alias
__attribute((visibility("hidden")));
12569 #define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias
12574 #if defined(LIBXML_WRITER_ENABLED)
12575 #ifdef bottom_xmlwriter
12576 #undef xmlTextWriterWriteFormatDTDAttlist
12577 extern __typeof (xmlTextWriterWriteFormatDTDAttlist
) xmlTextWriterWriteFormatDTDAttlist
__attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias")));
12579 #ifndef xmlTextWriterWriteFormatDTDAttlist
12580 extern __typeof (xmlTextWriterWriteFormatDTDAttlist
) xmlTextWriterWriteFormatDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12581 #define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias
12586 #if defined(LIBXML_WRITER_ENABLED)
12587 #ifdef bottom_xmlwriter
12588 #undef xmlTextWriterWriteFormatDTDElement
12589 extern __typeof (xmlTextWriterWriteFormatDTDElement
) xmlTextWriterWriteFormatDTDElement
__attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias")));
12591 #ifndef xmlTextWriterWriteFormatDTDElement
12592 extern __typeof (xmlTextWriterWriteFormatDTDElement
) xmlTextWriterWriteFormatDTDElement__internal_alias
__attribute((visibility("hidden")));
12593 #define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias
12598 #if defined(LIBXML_WRITER_ENABLED)
12599 #ifdef bottom_xmlwriter
12600 #undef xmlTextWriterWriteFormatDTDInternalEntity
12601 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity
) xmlTextWriterWriteFormatDTDInternalEntity
__attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias")));
12603 #ifndef xmlTextWriterWriteFormatDTDInternalEntity
12604 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity
) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
__attribute((visibility("hidden")));
12605 #define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
12610 #if defined(LIBXML_WRITER_ENABLED)
12611 #ifdef bottom_xmlwriter
12612 #undef xmlTextWriterWriteFormatElement
12613 extern __typeof (xmlTextWriterWriteFormatElement
) xmlTextWriterWriteFormatElement
__attribute((alias("xmlTextWriterWriteFormatElement__internal_alias")));
12615 #ifndef xmlTextWriterWriteFormatElement
12616 extern __typeof (xmlTextWriterWriteFormatElement
) xmlTextWriterWriteFormatElement__internal_alias
__attribute((visibility("hidden")));
12617 #define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias
12622 #if defined(LIBXML_WRITER_ENABLED)
12623 #ifdef bottom_xmlwriter
12624 #undef xmlTextWriterWriteFormatElementNS
12625 extern __typeof (xmlTextWriterWriteFormatElementNS
) xmlTextWriterWriteFormatElementNS
__attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias")));
12627 #ifndef xmlTextWriterWriteFormatElementNS
12628 extern __typeof (xmlTextWriterWriteFormatElementNS
) xmlTextWriterWriteFormatElementNS__internal_alias
__attribute((visibility("hidden")));
12629 #define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias
12634 #if defined(LIBXML_WRITER_ENABLED)
12635 #ifdef bottom_xmlwriter
12636 #undef xmlTextWriterWriteFormatPI
12637 extern __typeof (xmlTextWriterWriteFormatPI
) xmlTextWriterWriteFormatPI
__attribute((alias("xmlTextWriterWriteFormatPI__internal_alias")));
12639 #ifndef xmlTextWriterWriteFormatPI
12640 extern __typeof (xmlTextWriterWriteFormatPI
) xmlTextWriterWriteFormatPI__internal_alias
__attribute((visibility("hidden")));
12641 #define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias
12646 #if defined(LIBXML_WRITER_ENABLED)
12647 #ifdef bottom_xmlwriter
12648 #undef xmlTextWriterWriteFormatRaw
12649 extern __typeof (xmlTextWriterWriteFormatRaw
) xmlTextWriterWriteFormatRaw
__attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias")));
12651 #ifndef xmlTextWriterWriteFormatRaw
12652 extern __typeof (xmlTextWriterWriteFormatRaw
) xmlTextWriterWriteFormatRaw__internal_alias
__attribute((visibility("hidden")));
12653 #define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias
12658 #if defined(LIBXML_WRITER_ENABLED)
12659 #ifdef bottom_xmlwriter
12660 #undef xmlTextWriterWriteFormatString
12661 extern __typeof (xmlTextWriterWriteFormatString
) xmlTextWriterWriteFormatString
__attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
12663 #ifndef xmlTextWriterWriteFormatString
12664 extern __typeof (xmlTextWriterWriteFormatString
) xmlTextWriterWriteFormatString__internal_alias
__attribute((visibility("hidden")));
12665 #define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias
12670 #if defined(LIBXML_WRITER_ENABLED)
12671 #ifdef bottom_xmlwriter
12672 #undef xmlTextWriterWritePI
12673 extern __typeof (xmlTextWriterWritePI
) xmlTextWriterWritePI
__attribute((alias("xmlTextWriterWritePI__internal_alias")));
12675 #ifndef xmlTextWriterWritePI
12676 extern __typeof (xmlTextWriterWritePI
) xmlTextWriterWritePI__internal_alias
__attribute((visibility("hidden")));
12677 #define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias
12682 #if defined(LIBXML_WRITER_ENABLED)
12683 #ifdef bottom_xmlwriter
12684 #undef xmlTextWriterWriteRaw
12685 extern __typeof (xmlTextWriterWriteRaw
) xmlTextWriterWriteRaw
__attribute((alias("xmlTextWriterWriteRaw__internal_alias")));
12687 #ifndef xmlTextWriterWriteRaw
12688 extern __typeof (xmlTextWriterWriteRaw
) xmlTextWriterWriteRaw__internal_alias
__attribute((visibility("hidden")));
12689 #define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias
12694 #if defined(LIBXML_WRITER_ENABLED)
12695 #ifdef bottom_xmlwriter
12696 #undef xmlTextWriterWriteRawLen
12697 extern __typeof (xmlTextWriterWriteRawLen
) xmlTextWriterWriteRawLen
__attribute((alias("xmlTextWriterWriteRawLen__internal_alias")));
12699 #ifndef xmlTextWriterWriteRawLen
12700 extern __typeof (xmlTextWriterWriteRawLen
) xmlTextWriterWriteRawLen__internal_alias
__attribute((visibility("hidden")));
12701 #define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias
12706 #if defined(LIBXML_WRITER_ENABLED)
12707 #ifdef bottom_xmlwriter
12708 #undef xmlTextWriterWriteString
12709 extern __typeof (xmlTextWriterWriteString
) xmlTextWriterWriteString
__attribute((alias("xmlTextWriterWriteString__internal_alias")));
12711 #ifndef xmlTextWriterWriteString
12712 extern __typeof (xmlTextWriterWriteString
) xmlTextWriterWriteString__internal_alias
__attribute((visibility("hidden")));
12713 #define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias
12718 #if defined(LIBXML_WRITER_ENABLED)
12719 #ifdef bottom_xmlwriter
12720 #undef xmlTextWriterWriteVFormatAttribute
12721 extern __typeof (xmlTextWriterWriteVFormatAttribute
) xmlTextWriterWriteVFormatAttribute
__attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
12723 #ifndef xmlTextWriterWriteVFormatAttribute
12724 extern __typeof (xmlTextWriterWriteVFormatAttribute
) xmlTextWriterWriteVFormatAttribute__internal_alias
__attribute((visibility("hidden")));
12725 #define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias
12730 #if defined(LIBXML_WRITER_ENABLED)
12731 #ifdef bottom_xmlwriter
12732 #undef xmlTextWriterWriteVFormatAttributeNS
12733 extern __typeof (xmlTextWriterWriteVFormatAttributeNS
) xmlTextWriterWriteVFormatAttributeNS
__attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias")));
12735 #ifndef xmlTextWriterWriteVFormatAttributeNS
12736 extern __typeof (xmlTextWriterWriteVFormatAttributeNS
) xmlTextWriterWriteVFormatAttributeNS__internal_alias
__attribute((visibility("hidden")));
12737 #define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias
12742 #if defined(LIBXML_WRITER_ENABLED)
12743 #ifdef bottom_xmlwriter
12744 #undef xmlTextWriterWriteVFormatCDATA
12745 extern __typeof (xmlTextWriterWriteVFormatCDATA
) xmlTextWriterWriteVFormatCDATA
__attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias")));
12747 #ifndef xmlTextWriterWriteVFormatCDATA
12748 extern __typeof (xmlTextWriterWriteVFormatCDATA
) xmlTextWriterWriteVFormatCDATA__internal_alias
__attribute((visibility("hidden")));
12749 #define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias
12754 #if defined(LIBXML_WRITER_ENABLED)
12755 #ifdef bottom_xmlwriter
12756 #undef xmlTextWriterWriteVFormatComment
12757 extern __typeof (xmlTextWriterWriteVFormatComment
) xmlTextWriterWriteVFormatComment
__attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
12759 #ifndef xmlTextWriterWriteVFormatComment
12760 extern __typeof (xmlTextWriterWriteVFormatComment
) xmlTextWriterWriteVFormatComment__internal_alias
__attribute((visibility("hidden")));
12761 #define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias
12766 #if defined(LIBXML_WRITER_ENABLED)
12767 #ifdef bottom_xmlwriter
12768 #undef xmlTextWriterWriteVFormatDTD
12769 extern __typeof (xmlTextWriterWriteVFormatDTD
) xmlTextWriterWriteVFormatDTD
__attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias")));
12771 #ifndef xmlTextWriterWriteVFormatDTD
12772 extern __typeof (xmlTextWriterWriteVFormatDTD
) xmlTextWriterWriteVFormatDTD__internal_alias
__attribute((visibility("hidden")));
12773 #define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias
12778 #if defined(LIBXML_WRITER_ENABLED)
12779 #ifdef bottom_xmlwriter
12780 #undef xmlTextWriterWriteVFormatDTDAttlist
12781 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist
) xmlTextWriterWriteVFormatDTDAttlist
__attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias")));
12783 #ifndef xmlTextWriterWriteVFormatDTDAttlist
12784 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist
) xmlTextWriterWriteVFormatDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12785 #define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias
12790 #if defined(LIBXML_WRITER_ENABLED)
12791 #ifdef bottom_xmlwriter
12792 #undef xmlTextWriterWriteVFormatDTDElement
12793 extern __typeof (xmlTextWriterWriteVFormatDTDElement
) xmlTextWriterWriteVFormatDTDElement
__attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias")));
12795 #ifndef xmlTextWriterWriteVFormatDTDElement
12796 extern __typeof (xmlTextWriterWriteVFormatDTDElement
) xmlTextWriterWriteVFormatDTDElement__internal_alias
__attribute((visibility("hidden")));
12797 #define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias
12802 #if defined(LIBXML_WRITER_ENABLED)
12803 #ifdef bottom_xmlwriter
12804 #undef xmlTextWriterWriteVFormatDTDInternalEntity
12805 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity
) xmlTextWriterWriteVFormatDTDInternalEntity
__attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias")));
12807 #ifndef xmlTextWriterWriteVFormatDTDInternalEntity
12808 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity
) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
__attribute((visibility("hidden")));
12809 #define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
12814 #if defined(LIBXML_WRITER_ENABLED)
12815 #ifdef bottom_xmlwriter
12816 #undef xmlTextWriterWriteVFormatElement
12817 extern __typeof (xmlTextWriterWriteVFormatElement
) xmlTextWriterWriteVFormatElement
__attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias")));
12819 #ifndef xmlTextWriterWriteVFormatElement
12820 extern __typeof (xmlTextWriterWriteVFormatElement
) xmlTextWriterWriteVFormatElement__internal_alias
__attribute((visibility("hidden")));
12821 #define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias
12826 #if defined(LIBXML_WRITER_ENABLED)
12827 #ifdef bottom_xmlwriter
12828 #undef xmlTextWriterWriteVFormatElementNS
12829 extern __typeof (xmlTextWriterWriteVFormatElementNS
) xmlTextWriterWriteVFormatElementNS
__attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias")));
12831 #ifndef xmlTextWriterWriteVFormatElementNS
12832 extern __typeof (xmlTextWriterWriteVFormatElementNS
) xmlTextWriterWriteVFormatElementNS__internal_alias
__attribute((visibility("hidden")));
12833 #define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias
12838 #if defined(LIBXML_WRITER_ENABLED)
12839 #ifdef bottom_xmlwriter
12840 #undef xmlTextWriterWriteVFormatPI
12841 extern __typeof (xmlTextWriterWriteVFormatPI
) xmlTextWriterWriteVFormatPI
__attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
12843 #ifndef xmlTextWriterWriteVFormatPI
12844 extern __typeof (xmlTextWriterWriteVFormatPI
) xmlTextWriterWriteVFormatPI__internal_alias
__attribute((visibility("hidden")));
12845 #define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias
12850 #if defined(LIBXML_WRITER_ENABLED)
12851 #ifdef bottom_xmlwriter
12852 #undef xmlTextWriterWriteVFormatRaw
12853 extern __typeof (xmlTextWriterWriteVFormatRaw
) xmlTextWriterWriteVFormatRaw
__attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
12855 #ifndef xmlTextWriterWriteVFormatRaw
12856 extern __typeof (xmlTextWriterWriteVFormatRaw
) xmlTextWriterWriteVFormatRaw__internal_alias
__attribute((visibility("hidden")));
12857 #define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias
12862 #if defined(LIBXML_WRITER_ENABLED)
12863 #ifdef bottom_xmlwriter
12864 #undef xmlTextWriterWriteVFormatString
12865 extern __typeof (xmlTextWriterWriteVFormatString
) xmlTextWriterWriteVFormatString
__attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
12867 #ifndef xmlTextWriterWriteVFormatString
12868 extern __typeof (xmlTextWriterWriteVFormatString
) xmlTextWriterWriteVFormatString__internal_alias
__attribute((visibility("hidden")));
12869 #define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias
12874 #ifdef bottom_globals
12875 #undef xmlThrDefBufferAllocScheme
12876 extern __typeof (xmlThrDefBufferAllocScheme
) xmlThrDefBufferAllocScheme
__attribute((alias("xmlThrDefBufferAllocScheme__internal_alias")));
12878 #ifndef xmlThrDefBufferAllocScheme
12879 extern __typeof (xmlThrDefBufferAllocScheme
) xmlThrDefBufferAllocScheme__internal_alias
__attribute((visibility("hidden")));
12880 #define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias
12884 #ifdef bottom_globals
12885 #undef xmlThrDefDefaultBufferSize
12886 extern __typeof (xmlThrDefDefaultBufferSize
) xmlThrDefDefaultBufferSize
__attribute((alias("xmlThrDefDefaultBufferSize__internal_alias")));
12888 #ifndef xmlThrDefDefaultBufferSize
12889 extern __typeof (xmlThrDefDefaultBufferSize
) xmlThrDefDefaultBufferSize__internal_alias
__attribute((visibility("hidden")));
12890 #define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias
12894 #ifdef bottom_globals
12895 #undef xmlThrDefDeregisterNodeDefault
12896 extern __typeof (xmlThrDefDeregisterNodeDefault
) xmlThrDefDeregisterNodeDefault
__attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias")));
12898 #ifndef xmlThrDefDeregisterNodeDefault
12899 extern __typeof (xmlThrDefDeregisterNodeDefault
) xmlThrDefDeregisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
12900 #define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias
12904 #ifdef bottom_globals
12905 #undef xmlThrDefDoValidityCheckingDefaultValue
12906 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue
) xmlThrDefDoValidityCheckingDefaultValue
__attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias")));
12908 #ifndef xmlThrDefDoValidityCheckingDefaultValue
12909 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue
) xmlThrDefDoValidityCheckingDefaultValue__internal_alias
__attribute((visibility("hidden")));
12910 #define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias
12914 #ifdef bottom_globals
12915 #undef xmlThrDefGetWarningsDefaultValue
12916 extern __typeof (xmlThrDefGetWarningsDefaultValue
) xmlThrDefGetWarningsDefaultValue
__attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias")));
12918 #ifndef xmlThrDefGetWarningsDefaultValue
12919 extern __typeof (xmlThrDefGetWarningsDefaultValue
) xmlThrDefGetWarningsDefaultValue__internal_alias
__attribute((visibility("hidden")));
12920 #define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias
12924 #ifdef bottom_globals
12925 #undef xmlThrDefIndentTreeOutput
12926 extern __typeof (xmlThrDefIndentTreeOutput
) xmlThrDefIndentTreeOutput
__attribute((alias("xmlThrDefIndentTreeOutput__internal_alias")));
12928 #ifndef xmlThrDefIndentTreeOutput
12929 extern __typeof (xmlThrDefIndentTreeOutput
) xmlThrDefIndentTreeOutput__internal_alias
__attribute((visibility("hidden")));
12930 #define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias
12934 #ifdef bottom_globals
12935 #undef xmlThrDefKeepBlanksDefaultValue
12936 extern __typeof (xmlThrDefKeepBlanksDefaultValue
) xmlThrDefKeepBlanksDefaultValue
__attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias")));
12938 #ifndef xmlThrDefKeepBlanksDefaultValue
12939 extern __typeof (xmlThrDefKeepBlanksDefaultValue
) xmlThrDefKeepBlanksDefaultValue__internal_alias
__attribute((visibility("hidden")));
12940 #define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias
12944 #ifdef bottom_globals
12945 #undef xmlThrDefLineNumbersDefaultValue
12946 extern __typeof (xmlThrDefLineNumbersDefaultValue
) xmlThrDefLineNumbersDefaultValue
__attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias")));
12948 #ifndef xmlThrDefLineNumbersDefaultValue
12949 extern __typeof (xmlThrDefLineNumbersDefaultValue
) xmlThrDefLineNumbersDefaultValue__internal_alias
__attribute((visibility("hidden")));
12950 #define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias
12954 #ifdef bottom_globals
12955 #undef xmlThrDefLoadExtDtdDefaultValue
12956 extern __typeof (xmlThrDefLoadExtDtdDefaultValue
) xmlThrDefLoadExtDtdDefaultValue
__attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias")));
12958 #ifndef xmlThrDefLoadExtDtdDefaultValue
12959 extern __typeof (xmlThrDefLoadExtDtdDefaultValue
) xmlThrDefLoadExtDtdDefaultValue__internal_alias
__attribute((visibility("hidden")));
12960 #define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias
12964 #ifdef bottom_globals
12965 #undef xmlThrDefOutputBufferCreateFilenameDefault
12966 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault
) xmlThrDefOutputBufferCreateFilenameDefault
__attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias")));
12968 #ifndef xmlThrDefOutputBufferCreateFilenameDefault
12969 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault
) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
12970 #define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
12974 #ifdef bottom_globals
12975 #undef xmlThrDefParserDebugEntities
12976 extern __typeof (xmlThrDefParserDebugEntities
) xmlThrDefParserDebugEntities
__attribute((alias("xmlThrDefParserDebugEntities__internal_alias")));
12978 #ifndef xmlThrDefParserDebugEntities
12979 extern __typeof (xmlThrDefParserDebugEntities
) xmlThrDefParserDebugEntities__internal_alias
__attribute((visibility("hidden")));
12980 #define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias
12984 #ifdef bottom_globals
12985 #undef xmlThrDefParserInputBufferCreateFilenameDefault
12986 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault
) xmlThrDefParserInputBufferCreateFilenameDefault
__attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias")));
12988 #ifndef xmlThrDefParserInputBufferCreateFilenameDefault
12989 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault
) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
12990 #define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
12994 #ifdef bottom_globals
12995 #undef xmlThrDefPedanticParserDefaultValue
12996 extern __typeof (xmlThrDefPedanticParserDefaultValue
) xmlThrDefPedanticParserDefaultValue
__attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias")));
12998 #ifndef xmlThrDefPedanticParserDefaultValue
12999 extern __typeof (xmlThrDefPedanticParserDefaultValue
) xmlThrDefPedanticParserDefaultValue__internal_alias
__attribute((visibility("hidden")));
13000 #define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias
13004 #ifdef bottom_globals
13005 #undef xmlThrDefRegisterNodeDefault
13006 extern __typeof (xmlThrDefRegisterNodeDefault
) xmlThrDefRegisterNodeDefault
__attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias")));
13008 #ifndef xmlThrDefRegisterNodeDefault
13009 extern __typeof (xmlThrDefRegisterNodeDefault
) xmlThrDefRegisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
13010 #define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias
13014 #ifdef bottom_globals
13015 #undef xmlThrDefSaveNoEmptyTags
13016 extern __typeof (xmlThrDefSaveNoEmptyTags
) xmlThrDefSaveNoEmptyTags
__attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias")));
13018 #ifndef xmlThrDefSaveNoEmptyTags
13019 extern __typeof (xmlThrDefSaveNoEmptyTags
) xmlThrDefSaveNoEmptyTags__internal_alias
__attribute((visibility("hidden")));
13020 #define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias
13024 #ifdef bottom_globals
13025 #undef xmlThrDefSetGenericErrorFunc
13026 extern __typeof (xmlThrDefSetGenericErrorFunc
) xmlThrDefSetGenericErrorFunc
__attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias")));
13028 #ifndef xmlThrDefSetGenericErrorFunc
13029 extern __typeof (xmlThrDefSetGenericErrorFunc
) xmlThrDefSetGenericErrorFunc__internal_alias
__attribute((visibility("hidden")));
13030 #define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias
13034 #ifdef bottom_globals
13035 #undef xmlThrDefSetStructuredErrorFunc
13036 extern __typeof (xmlThrDefSetStructuredErrorFunc
) xmlThrDefSetStructuredErrorFunc
__attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias")));
13038 #ifndef xmlThrDefSetStructuredErrorFunc
13039 extern __typeof (xmlThrDefSetStructuredErrorFunc
) xmlThrDefSetStructuredErrorFunc__internal_alias
__attribute((visibility("hidden")));
13040 #define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias
13044 #ifdef bottom_globals
13045 #undef xmlThrDefSubstituteEntitiesDefaultValue
13046 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue
) xmlThrDefSubstituteEntitiesDefaultValue
__attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias")));
13048 #ifndef xmlThrDefSubstituteEntitiesDefaultValue
13049 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue
) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
__attribute((visibility("hidden")));
13050 #define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
13054 #ifdef bottom_globals
13055 #undef xmlThrDefTreeIndentString
13056 extern __typeof (xmlThrDefTreeIndentString
) xmlThrDefTreeIndentString
__attribute((alias("xmlThrDefTreeIndentString__internal_alias")));
13058 #ifndef xmlThrDefTreeIndentString
13059 extern __typeof (xmlThrDefTreeIndentString
) xmlThrDefTreeIndentString__internal_alias
__attribute((visibility("hidden")));
13060 #define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias
13064 #if defined(LIBXML_UNICODE_ENABLED)
13065 #ifdef bottom_xmlunicode
13066 #undef xmlUCSIsAegeanNumbers
13067 extern __typeof (xmlUCSIsAegeanNumbers
) xmlUCSIsAegeanNumbers
__attribute((alias("xmlUCSIsAegeanNumbers__internal_alias")));
13069 #ifndef xmlUCSIsAegeanNumbers
13070 extern __typeof (xmlUCSIsAegeanNumbers
) xmlUCSIsAegeanNumbers__internal_alias
__attribute((visibility("hidden")));
13071 #define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias
13076 #if defined(LIBXML_UNICODE_ENABLED)
13077 #ifdef bottom_xmlunicode
13078 #undef xmlUCSIsAlphabeticPresentationForms
13079 extern __typeof (xmlUCSIsAlphabeticPresentationForms
) xmlUCSIsAlphabeticPresentationForms
__attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias")));
13081 #ifndef xmlUCSIsAlphabeticPresentationForms
13082 extern __typeof (xmlUCSIsAlphabeticPresentationForms
) xmlUCSIsAlphabeticPresentationForms__internal_alias
__attribute((visibility("hidden")));
13083 #define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias
13088 #if defined(LIBXML_UNICODE_ENABLED)
13089 #ifdef bottom_xmlunicode
13090 #undef xmlUCSIsArabic
13091 extern __typeof (xmlUCSIsArabic
) xmlUCSIsArabic
__attribute((alias("xmlUCSIsArabic__internal_alias")));
13093 #ifndef xmlUCSIsArabic
13094 extern __typeof (xmlUCSIsArabic
) xmlUCSIsArabic__internal_alias
__attribute((visibility("hidden")));
13095 #define xmlUCSIsArabic xmlUCSIsArabic__internal_alias
13100 #if defined(LIBXML_UNICODE_ENABLED)
13101 #ifdef bottom_xmlunicode
13102 #undef xmlUCSIsArabicPresentationFormsA
13103 extern __typeof (xmlUCSIsArabicPresentationFormsA
) xmlUCSIsArabicPresentationFormsA
__attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
13105 #ifndef xmlUCSIsArabicPresentationFormsA
13106 extern __typeof (xmlUCSIsArabicPresentationFormsA
) xmlUCSIsArabicPresentationFormsA__internal_alias
__attribute((visibility("hidden")));
13107 #define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias
13112 #if defined(LIBXML_UNICODE_ENABLED)
13113 #ifdef bottom_xmlunicode
13114 #undef xmlUCSIsArabicPresentationFormsB
13115 extern __typeof (xmlUCSIsArabicPresentationFormsB
) xmlUCSIsArabicPresentationFormsB
__attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias")));
13117 #ifndef xmlUCSIsArabicPresentationFormsB
13118 extern __typeof (xmlUCSIsArabicPresentationFormsB
) xmlUCSIsArabicPresentationFormsB__internal_alias
__attribute((visibility("hidden")));
13119 #define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias
13124 #if defined(LIBXML_UNICODE_ENABLED)
13125 #ifdef bottom_xmlunicode
13126 #undef xmlUCSIsArmenian
13127 extern __typeof (xmlUCSIsArmenian
) xmlUCSIsArmenian
__attribute((alias("xmlUCSIsArmenian__internal_alias")));
13129 #ifndef xmlUCSIsArmenian
13130 extern __typeof (xmlUCSIsArmenian
) xmlUCSIsArmenian__internal_alias
__attribute((visibility("hidden")));
13131 #define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias
13136 #if defined(LIBXML_UNICODE_ENABLED)
13137 #ifdef bottom_xmlunicode
13138 #undef xmlUCSIsArrows
13139 extern __typeof (xmlUCSIsArrows
) xmlUCSIsArrows
__attribute((alias("xmlUCSIsArrows__internal_alias")));
13141 #ifndef xmlUCSIsArrows
13142 extern __typeof (xmlUCSIsArrows
) xmlUCSIsArrows__internal_alias
__attribute((visibility("hidden")));
13143 #define xmlUCSIsArrows xmlUCSIsArrows__internal_alias
13148 #if defined(LIBXML_UNICODE_ENABLED)
13149 #ifdef bottom_xmlunicode
13150 #undef xmlUCSIsBasicLatin
13151 extern __typeof (xmlUCSIsBasicLatin
) xmlUCSIsBasicLatin
__attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
13153 #ifndef xmlUCSIsBasicLatin
13154 extern __typeof (xmlUCSIsBasicLatin
) xmlUCSIsBasicLatin__internal_alias
__attribute((visibility("hidden")));
13155 #define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias
13160 #if defined(LIBXML_UNICODE_ENABLED)
13161 #ifdef bottom_xmlunicode
13162 #undef xmlUCSIsBengali
13163 extern __typeof (xmlUCSIsBengali
) xmlUCSIsBengali
__attribute((alias("xmlUCSIsBengali__internal_alias")));
13165 #ifndef xmlUCSIsBengali
13166 extern __typeof (xmlUCSIsBengali
) xmlUCSIsBengali__internal_alias
__attribute((visibility("hidden")));
13167 #define xmlUCSIsBengali xmlUCSIsBengali__internal_alias
13172 #if defined(LIBXML_UNICODE_ENABLED)
13173 #ifdef bottom_xmlunicode
13174 #undef xmlUCSIsBlock
13175 extern __typeof (xmlUCSIsBlock
) xmlUCSIsBlock
__attribute((alias("xmlUCSIsBlock__internal_alias")));
13177 #ifndef xmlUCSIsBlock
13178 extern __typeof (xmlUCSIsBlock
) xmlUCSIsBlock__internal_alias
__attribute((visibility("hidden")));
13179 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
13184 #if defined(LIBXML_UNICODE_ENABLED)
13185 #ifdef bottom_xmlunicode
13186 #undef xmlUCSIsBlockElements
13187 extern __typeof (xmlUCSIsBlockElements
) xmlUCSIsBlockElements
__attribute((alias("xmlUCSIsBlockElements__internal_alias")));
13189 #ifndef xmlUCSIsBlockElements
13190 extern __typeof (xmlUCSIsBlockElements
) xmlUCSIsBlockElements__internal_alias
__attribute((visibility("hidden")));
13191 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
13196 #if defined(LIBXML_UNICODE_ENABLED)
13197 #ifdef bottom_xmlunicode
13198 #undef xmlUCSIsBopomofo
13199 extern __typeof (xmlUCSIsBopomofo
) xmlUCSIsBopomofo
__attribute((alias("xmlUCSIsBopomofo__internal_alias")));
13201 #ifndef xmlUCSIsBopomofo
13202 extern __typeof (xmlUCSIsBopomofo
) xmlUCSIsBopomofo__internal_alias
__attribute((visibility("hidden")));
13203 #define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias
13208 #if defined(LIBXML_UNICODE_ENABLED)
13209 #ifdef bottom_xmlunicode
13210 #undef xmlUCSIsBopomofoExtended
13211 extern __typeof (xmlUCSIsBopomofoExtended
) xmlUCSIsBopomofoExtended
__attribute((alias("xmlUCSIsBopomofoExtended__internal_alias")));
13213 #ifndef xmlUCSIsBopomofoExtended
13214 extern __typeof (xmlUCSIsBopomofoExtended
) xmlUCSIsBopomofoExtended__internal_alias
__attribute((visibility("hidden")));
13215 #define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias
13220 #if defined(LIBXML_UNICODE_ENABLED)
13221 #ifdef bottom_xmlunicode
13222 #undef xmlUCSIsBoxDrawing
13223 extern __typeof (xmlUCSIsBoxDrawing
) xmlUCSIsBoxDrawing
__attribute((alias("xmlUCSIsBoxDrawing__internal_alias")));
13225 #ifndef xmlUCSIsBoxDrawing
13226 extern __typeof (xmlUCSIsBoxDrawing
) xmlUCSIsBoxDrawing__internal_alias
__attribute((visibility("hidden")));
13227 #define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias
13232 #if defined(LIBXML_UNICODE_ENABLED)
13233 #ifdef bottom_xmlunicode
13234 #undef xmlUCSIsBraillePatterns
13235 extern __typeof (xmlUCSIsBraillePatterns
) xmlUCSIsBraillePatterns
__attribute((alias("xmlUCSIsBraillePatterns__internal_alias")));
13237 #ifndef xmlUCSIsBraillePatterns
13238 extern __typeof (xmlUCSIsBraillePatterns
) xmlUCSIsBraillePatterns__internal_alias
__attribute((visibility("hidden")));
13239 #define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias
13244 #if defined(LIBXML_UNICODE_ENABLED)
13245 #ifdef bottom_xmlunicode
13246 #undef xmlUCSIsBuhid
13247 extern __typeof (xmlUCSIsBuhid
) xmlUCSIsBuhid
__attribute((alias("xmlUCSIsBuhid__internal_alias")));
13249 #ifndef xmlUCSIsBuhid
13250 extern __typeof (xmlUCSIsBuhid
) xmlUCSIsBuhid__internal_alias
__attribute((visibility("hidden")));
13251 #define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias
13256 #if defined(LIBXML_UNICODE_ENABLED)
13257 #ifdef bottom_xmlunicode
13258 #undef xmlUCSIsByzantineMusicalSymbols
13259 extern __typeof (xmlUCSIsByzantineMusicalSymbols
) xmlUCSIsByzantineMusicalSymbols
__attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias")));
13261 #ifndef xmlUCSIsByzantineMusicalSymbols
13262 extern __typeof (xmlUCSIsByzantineMusicalSymbols
) xmlUCSIsByzantineMusicalSymbols__internal_alias
__attribute((visibility("hidden")));
13263 #define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias
13268 #if defined(LIBXML_UNICODE_ENABLED)
13269 #ifdef bottom_xmlunicode
13270 #undef xmlUCSIsCJKCompatibility
13271 extern __typeof (xmlUCSIsCJKCompatibility
) xmlUCSIsCJKCompatibility
__attribute((alias("xmlUCSIsCJKCompatibility__internal_alias")));
13273 #ifndef xmlUCSIsCJKCompatibility
13274 extern __typeof (xmlUCSIsCJKCompatibility
) xmlUCSIsCJKCompatibility__internal_alias
__attribute((visibility("hidden")));
13275 #define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias
13280 #if defined(LIBXML_UNICODE_ENABLED)
13281 #ifdef bottom_xmlunicode
13282 #undef xmlUCSIsCJKCompatibilityForms
13283 extern __typeof (xmlUCSIsCJKCompatibilityForms
) xmlUCSIsCJKCompatibilityForms
__attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias")));
13285 #ifndef xmlUCSIsCJKCompatibilityForms
13286 extern __typeof (xmlUCSIsCJKCompatibilityForms
) xmlUCSIsCJKCompatibilityForms__internal_alias
__attribute((visibility("hidden")));
13287 #define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias
13292 #if defined(LIBXML_UNICODE_ENABLED)
13293 #ifdef bottom_xmlunicode
13294 #undef xmlUCSIsCJKCompatibilityIdeographs
13295 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs
) xmlUCSIsCJKCompatibilityIdeographs
__attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
13297 #ifndef xmlUCSIsCJKCompatibilityIdeographs
13298 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs
) xmlUCSIsCJKCompatibilityIdeographs__internal_alias
__attribute((visibility("hidden")));
13299 #define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias
13304 #if defined(LIBXML_UNICODE_ENABLED)
13305 #ifdef bottom_xmlunicode
13306 #undef xmlUCSIsCJKCompatibilityIdeographsSupplement
13307 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement
) xmlUCSIsCJKCompatibilityIdeographsSupplement
__attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias")));
13309 #ifndef xmlUCSIsCJKCompatibilityIdeographsSupplement
13310 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement
) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
__attribute((visibility("hidden")));
13311 #define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
13316 #if defined(LIBXML_UNICODE_ENABLED)
13317 #ifdef bottom_xmlunicode
13318 #undef xmlUCSIsCJKRadicalsSupplement
13319 extern __typeof (xmlUCSIsCJKRadicalsSupplement
) xmlUCSIsCJKRadicalsSupplement
__attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias")));
13321 #ifndef xmlUCSIsCJKRadicalsSupplement
13322 extern __typeof (xmlUCSIsCJKRadicalsSupplement
) xmlUCSIsCJKRadicalsSupplement__internal_alias
__attribute((visibility("hidden")));
13323 #define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias
13328 #if defined(LIBXML_UNICODE_ENABLED)
13329 #ifdef bottom_xmlunicode
13330 #undef xmlUCSIsCJKSymbolsandPunctuation
13331 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation
) xmlUCSIsCJKSymbolsandPunctuation
__attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias")));
13333 #ifndef xmlUCSIsCJKSymbolsandPunctuation
13334 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation
) xmlUCSIsCJKSymbolsandPunctuation__internal_alias
__attribute((visibility("hidden")));
13335 #define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias
13340 #if defined(LIBXML_UNICODE_ENABLED)
13341 #ifdef bottom_xmlunicode
13342 #undef xmlUCSIsCJKUnifiedIdeographs
13343 extern __typeof (xmlUCSIsCJKUnifiedIdeographs
) xmlUCSIsCJKUnifiedIdeographs
__attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias")));
13345 #ifndef xmlUCSIsCJKUnifiedIdeographs
13346 extern __typeof (xmlUCSIsCJKUnifiedIdeographs
) xmlUCSIsCJKUnifiedIdeographs__internal_alias
__attribute((visibility("hidden")));
13347 #define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias
13352 #if defined(LIBXML_UNICODE_ENABLED)
13353 #ifdef bottom_xmlunicode
13354 #undef xmlUCSIsCJKUnifiedIdeographsExtensionA
13355 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA
) xmlUCSIsCJKUnifiedIdeographsExtensionA
__attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias")));
13357 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionA
13358 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA
) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
__attribute((visibility("hidden")));
13359 #define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
13364 #if defined(LIBXML_UNICODE_ENABLED)
13365 #ifdef bottom_xmlunicode
13366 #undef xmlUCSIsCJKUnifiedIdeographsExtensionB
13367 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB
) xmlUCSIsCJKUnifiedIdeographsExtensionB
__attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias")));
13369 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionB
13370 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB
) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
__attribute((visibility("hidden")));
13371 #define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
13376 #if defined(LIBXML_UNICODE_ENABLED)
13377 #ifdef bottom_xmlunicode
13379 extern __typeof (xmlUCSIsCat
) xmlUCSIsCat
__attribute((alias("xmlUCSIsCat__internal_alias")));
13381 #ifndef xmlUCSIsCat
13382 extern __typeof (xmlUCSIsCat
) xmlUCSIsCat__internal_alias
__attribute((visibility("hidden")));
13383 #define xmlUCSIsCat xmlUCSIsCat__internal_alias
13388 #if defined(LIBXML_UNICODE_ENABLED)
13389 #ifdef bottom_xmlunicode
13390 #undef xmlUCSIsCatC
13391 extern __typeof (xmlUCSIsCatC
) xmlUCSIsCatC
__attribute((alias("xmlUCSIsCatC__internal_alias")));
13393 #ifndef xmlUCSIsCatC
13394 extern __typeof (xmlUCSIsCatC
) xmlUCSIsCatC__internal_alias
__attribute((visibility("hidden")));
13395 #define xmlUCSIsCatC xmlUCSIsCatC__internal_alias
13400 #if defined(LIBXML_UNICODE_ENABLED)
13401 #ifdef bottom_xmlunicode
13402 #undef xmlUCSIsCatCc
13403 extern __typeof (xmlUCSIsCatCc
) xmlUCSIsCatCc
__attribute((alias("xmlUCSIsCatCc__internal_alias")));
13405 #ifndef xmlUCSIsCatCc
13406 extern __typeof (xmlUCSIsCatCc
) xmlUCSIsCatCc__internal_alias
__attribute((visibility("hidden")));
13407 #define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias
13412 #if defined(LIBXML_UNICODE_ENABLED)
13413 #ifdef bottom_xmlunicode
13414 #undef xmlUCSIsCatCf
13415 extern __typeof (xmlUCSIsCatCf
) xmlUCSIsCatCf
__attribute((alias("xmlUCSIsCatCf__internal_alias")));
13417 #ifndef xmlUCSIsCatCf
13418 extern __typeof (xmlUCSIsCatCf
) xmlUCSIsCatCf__internal_alias
__attribute((visibility("hidden")));
13419 #define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias
13424 #if defined(LIBXML_UNICODE_ENABLED)
13425 #ifdef bottom_xmlunicode
13426 #undef xmlUCSIsCatCo
13427 extern __typeof (xmlUCSIsCatCo
) xmlUCSIsCatCo
__attribute((alias("xmlUCSIsCatCo__internal_alias")));
13429 #ifndef xmlUCSIsCatCo
13430 extern __typeof (xmlUCSIsCatCo
) xmlUCSIsCatCo__internal_alias
__attribute((visibility("hidden")));
13431 #define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias
13436 #if defined(LIBXML_UNICODE_ENABLED)
13437 #ifdef bottom_xmlunicode
13438 #undef xmlUCSIsCatCs
13439 extern __typeof (xmlUCSIsCatCs
) xmlUCSIsCatCs
__attribute((alias("xmlUCSIsCatCs__internal_alias")));
13441 #ifndef xmlUCSIsCatCs
13442 extern __typeof (xmlUCSIsCatCs
) xmlUCSIsCatCs__internal_alias
__attribute((visibility("hidden")));
13443 #define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias
13448 #if defined(LIBXML_UNICODE_ENABLED)
13449 #ifdef bottom_xmlunicode
13450 #undef xmlUCSIsCatL
13451 extern __typeof (xmlUCSIsCatL
) xmlUCSIsCatL
__attribute((alias("xmlUCSIsCatL__internal_alias")));
13453 #ifndef xmlUCSIsCatL
13454 extern __typeof (xmlUCSIsCatL
) xmlUCSIsCatL__internal_alias
__attribute((visibility("hidden")));
13455 #define xmlUCSIsCatL xmlUCSIsCatL__internal_alias
13460 #if defined(LIBXML_UNICODE_ENABLED)
13461 #ifdef bottom_xmlunicode
13462 #undef xmlUCSIsCatLl
13463 extern __typeof (xmlUCSIsCatLl
) xmlUCSIsCatLl
__attribute((alias("xmlUCSIsCatLl__internal_alias")));
13465 #ifndef xmlUCSIsCatLl
13466 extern __typeof (xmlUCSIsCatLl
) xmlUCSIsCatLl__internal_alias
__attribute((visibility("hidden")));
13467 #define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias
13472 #if defined(LIBXML_UNICODE_ENABLED)
13473 #ifdef bottom_xmlunicode
13474 #undef xmlUCSIsCatLm
13475 extern __typeof (xmlUCSIsCatLm
) xmlUCSIsCatLm
__attribute((alias("xmlUCSIsCatLm__internal_alias")));
13477 #ifndef xmlUCSIsCatLm
13478 extern __typeof (xmlUCSIsCatLm
) xmlUCSIsCatLm__internal_alias
__attribute((visibility("hidden")));
13479 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias
13484 #if defined(LIBXML_UNICODE_ENABLED)
13485 #ifdef bottom_xmlunicode
13486 #undef xmlUCSIsCatLo
13487 extern __typeof (xmlUCSIsCatLo
) xmlUCSIsCatLo
__attribute((alias("xmlUCSIsCatLo__internal_alias")));
13489 #ifndef xmlUCSIsCatLo
13490 extern __typeof (xmlUCSIsCatLo
) xmlUCSIsCatLo__internal_alias
__attribute((visibility("hidden")));
13491 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias
13496 #if defined(LIBXML_UNICODE_ENABLED)
13497 #ifdef bottom_xmlunicode
13498 #undef xmlUCSIsCatLt
13499 extern __typeof (xmlUCSIsCatLt
) xmlUCSIsCatLt
__attribute((alias("xmlUCSIsCatLt__internal_alias")));
13501 #ifndef xmlUCSIsCatLt
13502 extern __typeof (xmlUCSIsCatLt
) xmlUCSIsCatLt__internal_alias
__attribute((visibility("hidden")));
13503 #define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias
13508 #if defined(LIBXML_UNICODE_ENABLED)
13509 #ifdef bottom_xmlunicode
13510 #undef xmlUCSIsCatLu
13511 extern __typeof (xmlUCSIsCatLu
) xmlUCSIsCatLu
__attribute((alias("xmlUCSIsCatLu__internal_alias")));
13513 #ifndef xmlUCSIsCatLu
13514 extern __typeof (xmlUCSIsCatLu
) xmlUCSIsCatLu__internal_alias
__attribute((visibility("hidden")));
13515 #define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias
13520 #if defined(LIBXML_UNICODE_ENABLED)
13521 #ifdef bottom_xmlunicode
13522 #undef xmlUCSIsCatM
13523 extern __typeof (xmlUCSIsCatM
) xmlUCSIsCatM
__attribute((alias("xmlUCSIsCatM__internal_alias")));
13525 #ifndef xmlUCSIsCatM
13526 extern __typeof (xmlUCSIsCatM
) xmlUCSIsCatM__internal_alias
__attribute((visibility("hidden")));
13527 #define xmlUCSIsCatM xmlUCSIsCatM__internal_alias
13532 #if defined(LIBXML_UNICODE_ENABLED)
13533 #ifdef bottom_xmlunicode
13534 #undef xmlUCSIsCatMc
13535 extern __typeof (xmlUCSIsCatMc
) xmlUCSIsCatMc
__attribute((alias("xmlUCSIsCatMc__internal_alias")));
13537 #ifndef xmlUCSIsCatMc
13538 extern __typeof (xmlUCSIsCatMc
) xmlUCSIsCatMc__internal_alias
__attribute((visibility("hidden")));
13539 #define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias
13544 #if defined(LIBXML_UNICODE_ENABLED)
13545 #ifdef bottom_xmlunicode
13546 #undef xmlUCSIsCatMe
13547 extern __typeof (xmlUCSIsCatMe
) xmlUCSIsCatMe
__attribute((alias("xmlUCSIsCatMe__internal_alias")));
13549 #ifndef xmlUCSIsCatMe
13550 extern __typeof (xmlUCSIsCatMe
) xmlUCSIsCatMe__internal_alias
__attribute((visibility("hidden")));
13551 #define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias
13556 #if defined(LIBXML_UNICODE_ENABLED)
13557 #ifdef bottom_xmlunicode
13558 #undef xmlUCSIsCatMn
13559 extern __typeof (xmlUCSIsCatMn
) xmlUCSIsCatMn
__attribute((alias("xmlUCSIsCatMn__internal_alias")));
13561 #ifndef xmlUCSIsCatMn
13562 extern __typeof (xmlUCSIsCatMn
) xmlUCSIsCatMn__internal_alias
__attribute((visibility("hidden")));
13563 #define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias
13568 #if defined(LIBXML_UNICODE_ENABLED)
13569 #ifdef bottom_xmlunicode
13570 #undef xmlUCSIsCatN
13571 extern __typeof (xmlUCSIsCatN
) xmlUCSIsCatN
__attribute((alias("xmlUCSIsCatN__internal_alias")));
13573 #ifndef xmlUCSIsCatN
13574 extern __typeof (xmlUCSIsCatN
) xmlUCSIsCatN__internal_alias
__attribute((visibility("hidden")));
13575 #define xmlUCSIsCatN xmlUCSIsCatN__internal_alias
13580 #if defined(LIBXML_UNICODE_ENABLED)
13581 #ifdef bottom_xmlunicode
13582 #undef xmlUCSIsCatNd
13583 extern __typeof (xmlUCSIsCatNd
) xmlUCSIsCatNd
__attribute((alias("xmlUCSIsCatNd__internal_alias")));
13585 #ifndef xmlUCSIsCatNd
13586 extern __typeof (xmlUCSIsCatNd
) xmlUCSIsCatNd__internal_alias
__attribute((visibility("hidden")));
13587 #define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias
13592 #if defined(LIBXML_UNICODE_ENABLED)
13593 #ifdef bottom_xmlunicode
13594 #undef xmlUCSIsCatNl
13595 extern __typeof (xmlUCSIsCatNl
) xmlUCSIsCatNl
__attribute((alias("xmlUCSIsCatNl__internal_alias")));
13597 #ifndef xmlUCSIsCatNl
13598 extern __typeof (xmlUCSIsCatNl
) xmlUCSIsCatNl__internal_alias
__attribute((visibility("hidden")));
13599 #define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias
13604 #if defined(LIBXML_UNICODE_ENABLED)
13605 #ifdef bottom_xmlunicode
13606 #undef xmlUCSIsCatNo
13607 extern __typeof (xmlUCSIsCatNo
) xmlUCSIsCatNo
__attribute((alias("xmlUCSIsCatNo__internal_alias")));
13609 #ifndef xmlUCSIsCatNo
13610 extern __typeof (xmlUCSIsCatNo
) xmlUCSIsCatNo__internal_alias
__attribute((visibility("hidden")));
13611 #define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias
13616 #if defined(LIBXML_UNICODE_ENABLED)
13617 #ifdef bottom_xmlunicode
13618 #undef xmlUCSIsCatP
13619 extern __typeof (xmlUCSIsCatP
) xmlUCSIsCatP
__attribute((alias("xmlUCSIsCatP__internal_alias")));
13621 #ifndef xmlUCSIsCatP
13622 extern __typeof (xmlUCSIsCatP
) xmlUCSIsCatP__internal_alias
__attribute((visibility("hidden")));
13623 #define xmlUCSIsCatP xmlUCSIsCatP__internal_alias
13628 #if defined(LIBXML_UNICODE_ENABLED)
13629 #ifdef bottom_xmlunicode
13630 #undef xmlUCSIsCatPc
13631 extern __typeof (xmlUCSIsCatPc
) xmlUCSIsCatPc
__attribute((alias("xmlUCSIsCatPc__internal_alias")));
13633 #ifndef xmlUCSIsCatPc
13634 extern __typeof (xmlUCSIsCatPc
) xmlUCSIsCatPc__internal_alias
__attribute((visibility("hidden")));
13635 #define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias
13640 #if defined(LIBXML_UNICODE_ENABLED)
13641 #ifdef bottom_xmlunicode
13642 #undef xmlUCSIsCatPd
13643 extern __typeof (xmlUCSIsCatPd
) xmlUCSIsCatPd
__attribute((alias("xmlUCSIsCatPd__internal_alias")));
13645 #ifndef xmlUCSIsCatPd
13646 extern __typeof (xmlUCSIsCatPd
) xmlUCSIsCatPd__internal_alias
__attribute((visibility("hidden")));
13647 #define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias
13652 #if defined(LIBXML_UNICODE_ENABLED)
13653 #ifdef bottom_xmlunicode
13654 #undef xmlUCSIsCatPe
13655 extern __typeof (xmlUCSIsCatPe
) xmlUCSIsCatPe
__attribute((alias("xmlUCSIsCatPe__internal_alias")));
13657 #ifndef xmlUCSIsCatPe
13658 extern __typeof (xmlUCSIsCatPe
) xmlUCSIsCatPe__internal_alias
__attribute((visibility("hidden")));
13659 #define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias
13664 #if defined(LIBXML_UNICODE_ENABLED)
13665 #ifdef bottom_xmlunicode
13666 #undef xmlUCSIsCatPf
13667 extern __typeof (xmlUCSIsCatPf
) xmlUCSIsCatPf
__attribute((alias("xmlUCSIsCatPf__internal_alias")));
13669 #ifndef xmlUCSIsCatPf
13670 extern __typeof (xmlUCSIsCatPf
) xmlUCSIsCatPf__internal_alias
__attribute((visibility("hidden")));
13671 #define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias
13676 #if defined(LIBXML_UNICODE_ENABLED)
13677 #ifdef bottom_xmlunicode
13678 #undef xmlUCSIsCatPi
13679 extern __typeof (xmlUCSIsCatPi
) xmlUCSIsCatPi
__attribute((alias("xmlUCSIsCatPi__internal_alias")));
13681 #ifndef xmlUCSIsCatPi
13682 extern __typeof (xmlUCSIsCatPi
) xmlUCSIsCatPi__internal_alias
__attribute((visibility("hidden")));
13683 #define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias
13688 #if defined(LIBXML_UNICODE_ENABLED)
13689 #ifdef bottom_xmlunicode
13690 #undef xmlUCSIsCatPo
13691 extern __typeof (xmlUCSIsCatPo
) xmlUCSIsCatPo
__attribute((alias("xmlUCSIsCatPo__internal_alias")));
13693 #ifndef xmlUCSIsCatPo
13694 extern __typeof (xmlUCSIsCatPo
) xmlUCSIsCatPo__internal_alias
__attribute((visibility("hidden")));
13695 #define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias
13700 #if defined(LIBXML_UNICODE_ENABLED)
13701 #ifdef bottom_xmlunicode
13702 #undef xmlUCSIsCatPs
13703 extern __typeof (xmlUCSIsCatPs
) xmlUCSIsCatPs
__attribute((alias("xmlUCSIsCatPs__internal_alias")));
13705 #ifndef xmlUCSIsCatPs
13706 extern __typeof (xmlUCSIsCatPs
) xmlUCSIsCatPs__internal_alias
__attribute((visibility("hidden")));
13707 #define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias
13712 #if defined(LIBXML_UNICODE_ENABLED)
13713 #ifdef bottom_xmlunicode
13714 #undef xmlUCSIsCatS
13715 extern __typeof (xmlUCSIsCatS
) xmlUCSIsCatS
__attribute((alias("xmlUCSIsCatS__internal_alias")));
13717 #ifndef xmlUCSIsCatS
13718 extern __typeof (xmlUCSIsCatS
) xmlUCSIsCatS__internal_alias
__attribute((visibility("hidden")));
13719 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias
13724 #if defined(LIBXML_UNICODE_ENABLED)
13725 #ifdef bottom_xmlunicode
13726 #undef xmlUCSIsCatSc
13727 extern __typeof (xmlUCSIsCatSc
) xmlUCSIsCatSc
__attribute((alias("xmlUCSIsCatSc__internal_alias")));
13729 #ifndef xmlUCSIsCatSc
13730 extern __typeof (xmlUCSIsCatSc
) xmlUCSIsCatSc__internal_alias
__attribute((visibility("hidden")));
13731 #define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias
13736 #if defined(LIBXML_UNICODE_ENABLED)
13737 #ifdef bottom_xmlunicode
13738 #undef xmlUCSIsCatSk
13739 extern __typeof (xmlUCSIsCatSk
) xmlUCSIsCatSk
__attribute((alias("xmlUCSIsCatSk__internal_alias")));
13741 #ifndef xmlUCSIsCatSk
13742 extern __typeof (xmlUCSIsCatSk
) xmlUCSIsCatSk__internal_alias
__attribute((visibility("hidden")));
13743 #define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias
13748 #if defined(LIBXML_UNICODE_ENABLED)
13749 #ifdef bottom_xmlunicode
13750 #undef xmlUCSIsCatSm
13751 extern __typeof (xmlUCSIsCatSm
) xmlUCSIsCatSm
__attribute((alias("xmlUCSIsCatSm__internal_alias")));
13753 #ifndef xmlUCSIsCatSm
13754 extern __typeof (xmlUCSIsCatSm
) xmlUCSIsCatSm__internal_alias
__attribute((visibility("hidden")));
13755 #define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias
13760 #if defined(LIBXML_UNICODE_ENABLED)
13761 #ifdef bottom_xmlunicode
13762 #undef xmlUCSIsCatSo
13763 extern __typeof (xmlUCSIsCatSo
) xmlUCSIsCatSo
__attribute((alias("xmlUCSIsCatSo__internal_alias")));
13765 #ifndef xmlUCSIsCatSo
13766 extern __typeof (xmlUCSIsCatSo
) xmlUCSIsCatSo__internal_alias
__attribute((visibility("hidden")));
13767 #define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias
13772 #if defined(LIBXML_UNICODE_ENABLED)
13773 #ifdef bottom_xmlunicode
13774 #undef xmlUCSIsCatZ
13775 extern __typeof (xmlUCSIsCatZ
) xmlUCSIsCatZ
__attribute((alias("xmlUCSIsCatZ__internal_alias")));
13777 #ifndef xmlUCSIsCatZ
13778 extern __typeof (xmlUCSIsCatZ
) xmlUCSIsCatZ__internal_alias
__attribute((visibility("hidden")));
13779 #define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias
13784 #if defined(LIBXML_UNICODE_ENABLED)
13785 #ifdef bottom_xmlunicode
13786 #undef xmlUCSIsCatZl
13787 extern __typeof (xmlUCSIsCatZl
) xmlUCSIsCatZl
__attribute((alias("xmlUCSIsCatZl__internal_alias")));
13789 #ifndef xmlUCSIsCatZl
13790 extern __typeof (xmlUCSIsCatZl
) xmlUCSIsCatZl__internal_alias
__attribute((visibility("hidden")));
13791 #define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias
13796 #if defined(LIBXML_UNICODE_ENABLED)
13797 #ifdef bottom_xmlunicode
13798 #undef xmlUCSIsCatZp
13799 extern __typeof (xmlUCSIsCatZp
) xmlUCSIsCatZp
__attribute((alias("xmlUCSIsCatZp__internal_alias")));
13801 #ifndef xmlUCSIsCatZp
13802 extern __typeof (xmlUCSIsCatZp
) xmlUCSIsCatZp__internal_alias
__attribute((visibility("hidden")));
13803 #define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias
13808 #if defined(LIBXML_UNICODE_ENABLED)
13809 #ifdef bottom_xmlunicode
13810 #undef xmlUCSIsCatZs
13811 extern __typeof (xmlUCSIsCatZs
) xmlUCSIsCatZs
__attribute((alias("xmlUCSIsCatZs__internal_alias")));
13813 #ifndef xmlUCSIsCatZs
13814 extern __typeof (xmlUCSIsCatZs
) xmlUCSIsCatZs__internal_alias
__attribute((visibility("hidden")));
13815 #define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias
13820 #if defined(LIBXML_UNICODE_ENABLED)
13821 #ifdef bottom_xmlunicode
13822 #undef xmlUCSIsCherokee
13823 extern __typeof (xmlUCSIsCherokee
) xmlUCSIsCherokee
__attribute((alias("xmlUCSIsCherokee__internal_alias")));
13825 #ifndef xmlUCSIsCherokee
13826 extern __typeof (xmlUCSIsCherokee
) xmlUCSIsCherokee__internal_alias
__attribute((visibility("hidden")));
13827 #define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias
13832 #if defined(LIBXML_UNICODE_ENABLED)
13833 #ifdef bottom_xmlunicode
13834 #undef xmlUCSIsCombiningDiacriticalMarks
13835 extern __typeof (xmlUCSIsCombiningDiacriticalMarks
) xmlUCSIsCombiningDiacriticalMarks
__attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias")));
13837 #ifndef xmlUCSIsCombiningDiacriticalMarks
13838 extern __typeof (xmlUCSIsCombiningDiacriticalMarks
) xmlUCSIsCombiningDiacriticalMarks__internal_alias
__attribute((visibility("hidden")));
13839 #define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias
13844 #if defined(LIBXML_UNICODE_ENABLED)
13845 #ifdef bottom_xmlunicode
13846 #undef xmlUCSIsCombiningDiacriticalMarksforSymbols
13847 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols
) xmlUCSIsCombiningDiacriticalMarksforSymbols
__attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias")));
13849 #ifndef xmlUCSIsCombiningDiacriticalMarksforSymbols
13850 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols
) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
__attribute((visibility("hidden")));
13851 #define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
13856 #if defined(LIBXML_UNICODE_ENABLED)
13857 #ifdef bottom_xmlunicode
13858 #undef xmlUCSIsCombiningHalfMarks
13859 extern __typeof (xmlUCSIsCombiningHalfMarks
) xmlUCSIsCombiningHalfMarks
__attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias")));
13861 #ifndef xmlUCSIsCombiningHalfMarks
13862 extern __typeof (xmlUCSIsCombiningHalfMarks
) xmlUCSIsCombiningHalfMarks__internal_alias
__attribute((visibility("hidden")));
13863 #define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias
13868 #if defined(LIBXML_UNICODE_ENABLED)
13869 #ifdef bottom_xmlunicode
13870 #undef xmlUCSIsCombiningMarksforSymbols
13871 extern __typeof (xmlUCSIsCombiningMarksforSymbols
) xmlUCSIsCombiningMarksforSymbols
__attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias")));
13873 #ifndef xmlUCSIsCombiningMarksforSymbols
13874 extern __typeof (xmlUCSIsCombiningMarksforSymbols
) xmlUCSIsCombiningMarksforSymbols__internal_alias
__attribute((visibility("hidden")));
13875 #define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias
13880 #if defined(LIBXML_UNICODE_ENABLED)
13881 #ifdef bottom_xmlunicode
13882 #undef xmlUCSIsControlPictures
13883 extern __typeof (xmlUCSIsControlPictures
) xmlUCSIsControlPictures
__attribute((alias("xmlUCSIsControlPictures__internal_alias")));
13885 #ifndef xmlUCSIsControlPictures
13886 extern __typeof (xmlUCSIsControlPictures
) xmlUCSIsControlPictures__internal_alias
__attribute((visibility("hidden")));
13887 #define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias
13892 #if defined(LIBXML_UNICODE_ENABLED)
13893 #ifdef bottom_xmlunicode
13894 #undef xmlUCSIsCurrencySymbols
13895 extern __typeof (xmlUCSIsCurrencySymbols
) xmlUCSIsCurrencySymbols
__attribute((alias("xmlUCSIsCurrencySymbols__internal_alias")));
13897 #ifndef xmlUCSIsCurrencySymbols
13898 extern __typeof (xmlUCSIsCurrencySymbols
) xmlUCSIsCurrencySymbols__internal_alias
__attribute((visibility("hidden")));
13899 #define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias
13904 #if defined(LIBXML_UNICODE_ENABLED)
13905 #ifdef bottom_xmlunicode
13906 #undef xmlUCSIsCypriotSyllabary
13907 extern __typeof (xmlUCSIsCypriotSyllabary
) xmlUCSIsCypriotSyllabary
__attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias")));
13909 #ifndef xmlUCSIsCypriotSyllabary
13910 extern __typeof (xmlUCSIsCypriotSyllabary
) xmlUCSIsCypriotSyllabary__internal_alias
__attribute((visibility("hidden")));
13911 #define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias
13916 #if defined(LIBXML_UNICODE_ENABLED)
13917 #ifdef bottom_xmlunicode
13918 #undef xmlUCSIsCyrillic
13919 extern __typeof (xmlUCSIsCyrillic
) xmlUCSIsCyrillic
__attribute((alias("xmlUCSIsCyrillic__internal_alias")));
13921 #ifndef xmlUCSIsCyrillic
13922 extern __typeof (xmlUCSIsCyrillic
) xmlUCSIsCyrillic__internal_alias
__attribute((visibility("hidden")));
13923 #define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias
13928 #if defined(LIBXML_UNICODE_ENABLED)
13929 #ifdef bottom_xmlunicode
13930 #undef xmlUCSIsCyrillicSupplement
13931 extern __typeof (xmlUCSIsCyrillicSupplement
) xmlUCSIsCyrillicSupplement
__attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias")));
13933 #ifndef xmlUCSIsCyrillicSupplement
13934 extern __typeof (xmlUCSIsCyrillicSupplement
) xmlUCSIsCyrillicSupplement__internal_alias
__attribute((visibility("hidden")));
13935 #define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias
13940 #if defined(LIBXML_UNICODE_ENABLED)
13941 #ifdef bottom_xmlunicode
13942 #undef xmlUCSIsDeseret
13943 extern __typeof (xmlUCSIsDeseret
) xmlUCSIsDeseret
__attribute((alias("xmlUCSIsDeseret__internal_alias")));
13945 #ifndef xmlUCSIsDeseret
13946 extern __typeof (xmlUCSIsDeseret
) xmlUCSIsDeseret__internal_alias
__attribute((visibility("hidden")));
13947 #define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias
13952 #if defined(LIBXML_UNICODE_ENABLED)
13953 #ifdef bottom_xmlunicode
13954 #undef xmlUCSIsDevanagari
13955 extern __typeof (xmlUCSIsDevanagari
) xmlUCSIsDevanagari
__attribute((alias("xmlUCSIsDevanagari__internal_alias")));
13957 #ifndef xmlUCSIsDevanagari
13958 extern __typeof (xmlUCSIsDevanagari
) xmlUCSIsDevanagari__internal_alias
__attribute((visibility("hidden")));
13959 #define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias
13964 #if defined(LIBXML_UNICODE_ENABLED)
13965 #ifdef bottom_xmlunicode
13966 #undef xmlUCSIsDingbats
13967 extern __typeof (xmlUCSIsDingbats
) xmlUCSIsDingbats
__attribute((alias("xmlUCSIsDingbats__internal_alias")));
13969 #ifndef xmlUCSIsDingbats
13970 extern __typeof (xmlUCSIsDingbats
) xmlUCSIsDingbats__internal_alias
__attribute((visibility("hidden")));
13971 #define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias
13976 #if defined(LIBXML_UNICODE_ENABLED)
13977 #ifdef bottom_xmlunicode
13978 #undef xmlUCSIsEnclosedAlphanumerics
13979 extern __typeof (xmlUCSIsEnclosedAlphanumerics
) xmlUCSIsEnclosedAlphanumerics
__attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
13981 #ifndef xmlUCSIsEnclosedAlphanumerics
13982 extern __typeof (xmlUCSIsEnclosedAlphanumerics
) xmlUCSIsEnclosedAlphanumerics__internal_alias
__attribute((visibility("hidden")));
13983 #define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias
13988 #if defined(LIBXML_UNICODE_ENABLED)
13989 #ifdef bottom_xmlunicode
13990 #undef xmlUCSIsEnclosedCJKLettersandMonths
13991 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths
) xmlUCSIsEnclosedCJKLettersandMonths
__attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias")));
13993 #ifndef xmlUCSIsEnclosedCJKLettersandMonths
13994 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths
) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
__attribute((visibility("hidden")));
13995 #define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
14000 #if defined(LIBXML_UNICODE_ENABLED)
14001 #ifdef bottom_xmlunicode
14002 #undef xmlUCSIsEthiopic
14003 extern __typeof (xmlUCSIsEthiopic
) xmlUCSIsEthiopic
__attribute((alias("xmlUCSIsEthiopic__internal_alias")));
14005 #ifndef xmlUCSIsEthiopic
14006 extern __typeof (xmlUCSIsEthiopic
) xmlUCSIsEthiopic__internal_alias
__attribute((visibility("hidden")));
14007 #define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias
14012 #if defined(LIBXML_UNICODE_ENABLED)
14013 #ifdef bottom_xmlunicode
14014 #undef xmlUCSIsGeneralPunctuation
14015 extern __typeof (xmlUCSIsGeneralPunctuation
) xmlUCSIsGeneralPunctuation
__attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
14017 #ifndef xmlUCSIsGeneralPunctuation
14018 extern __typeof (xmlUCSIsGeneralPunctuation
) xmlUCSIsGeneralPunctuation__internal_alias
__attribute((visibility("hidden")));
14019 #define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
14024 #if defined(LIBXML_UNICODE_ENABLED)
14025 #ifdef bottom_xmlunicode
14026 #undef xmlUCSIsGeometricShapes
14027 extern __typeof (xmlUCSIsGeometricShapes
) xmlUCSIsGeometricShapes
__attribute((alias("xmlUCSIsGeometricShapes__internal_alias")));
14029 #ifndef xmlUCSIsGeometricShapes
14030 extern __typeof (xmlUCSIsGeometricShapes
) xmlUCSIsGeometricShapes__internal_alias
__attribute((visibility("hidden")));
14031 #define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias
14036 #if defined(LIBXML_UNICODE_ENABLED)
14037 #ifdef bottom_xmlunicode
14038 #undef xmlUCSIsGeorgian
14039 extern __typeof (xmlUCSIsGeorgian
) xmlUCSIsGeorgian
__attribute((alias("xmlUCSIsGeorgian__internal_alias")));
14041 #ifndef xmlUCSIsGeorgian
14042 extern __typeof (xmlUCSIsGeorgian
) xmlUCSIsGeorgian__internal_alias
__attribute((visibility("hidden")));
14043 #define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias
14048 #if defined(LIBXML_UNICODE_ENABLED)
14049 #ifdef bottom_xmlunicode
14050 #undef xmlUCSIsGothic
14051 extern __typeof (xmlUCSIsGothic
) xmlUCSIsGothic
__attribute((alias("xmlUCSIsGothic__internal_alias")));
14053 #ifndef xmlUCSIsGothic
14054 extern __typeof (xmlUCSIsGothic
) xmlUCSIsGothic__internal_alias
__attribute((visibility("hidden")));
14055 #define xmlUCSIsGothic xmlUCSIsGothic__internal_alias
14060 #if defined(LIBXML_UNICODE_ENABLED)
14061 #ifdef bottom_xmlunicode
14062 #undef xmlUCSIsGreek
14063 extern __typeof (xmlUCSIsGreek
) xmlUCSIsGreek
__attribute((alias("xmlUCSIsGreek__internal_alias")));
14065 #ifndef xmlUCSIsGreek
14066 extern __typeof (xmlUCSIsGreek
) xmlUCSIsGreek__internal_alias
__attribute((visibility("hidden")));
14067 #define xmlUCSIsGreek xmlUCSIsGreek__internal_alias
14072 #if defined(LIBXML_UNICODE_ENABLED)
14073 #ifdef bottom_xmlunicode
14074 #undef xmlUCSIsGreekExtended
14075 extern __typeof (xmlUCSIsGreekExtended
) xmlUCSIsGreekExtended
__attribute((alias("xmlUCSIsGreekExtended__internal_alias")));
14077 #ifndef xmlUCSIsGreekExtended
14078 extern __typeof (xmlUCSIsGreekExtended
) xmlUCSIsGreekExtended__internal_alias
__attribute((visibility("hidden")));
14079 #define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias
14084 #if defined(LIBXML_UNICODE_ENABLED)
14085 #ifdef bottom_xmlunicode
14086 #undef xmlUCSIsGreekandCoptic
14087 extern __typeof (xmlUCSIsGreekandCoptic
) xmlUCSIsGreekandCoptic
__attribute((alias("xmlUCSIsGreekandCoptic__internal_alias")));
14089 #ifndef xmlUCSIsGreekandCoptic
14090 extern __typeof (xmlUCSIsGreekandCoptic
) xmlUCSIsGreekandCoptic__internal_alias
__attribute((visibility("hidden")));
14091 #define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias
14096 #if defined(LIBXML_UNICODE_ENABLED)
14097 #ifdef bottom_xmlunicode
14098 #undef xmlUCSIsGujarati
14099 extern __typeof (xmlUCSIsGujarati
) xmlUCSIsGujarati
__attribute((alias("xmlUCSIsGujarati__internal_alias")));
14101 #ifndef xmlUCSIsGujarati
14102 extern __typeof (xmlUCSIsGujarati
) xmlUCSIsGujarati__internal_alias
__attribute((visibility("hidden")));
14103 #define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias
14108 #if defined(LIBXML_UNICODE_ENABLED)
14109 #ifdef bottom_xmlunicode
14110 #undef xmlUCSIsGurmukhi
14111 extern __typeof (xmlUCSIsGurmukhi
) xmlUCSIsGurmukhi
__attribute((alias("xmlUCSIsGurmukhi__internal_alias")));
14113 #ifndef xmlUCSIsGurmukhi
14114 extern __typeof (xmlUCSIsGurmukhi
) xmlUCSIsGurmukhi__internal_alias
__attribute((visibility("hidden")));
14115 #define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias
14120 #if defined(LIBXML_UNICODE_ENABLED)
14121 #ifdef bottom_xmlunicode
14122 #undef xmlUCSIsHalfwidthandFullwidthForms
14123 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms
) xmlUCSIsHalfwidthandFullwidthForms
__attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias")));
14125 #ifndef xmlUCSIsHalfwidthandFullwidthForms
14126 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms
) xmlUCSIsHalfwidthandFullwidthForms__internal_alias
__attribute((visibility("hidden")));
14127 #define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias
14132 #if defined(LIBXML_UNICODE_ENABLED)
14133 #ifdef bottom_xmlunicode
14134 #undef xmlUCSIsHangulCompatibilityJamo
14135 extern __typeof (xmlUCSIsHangulCompatibilityJamo
) xmlUCSIsHangulCompatibilityJamo
__attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias")));
14137 #ifndef xmlUCSIsHangulCompatibilityJamo
14138 extern __typeof (xmlUCSIsHangulCompatibilityJamo
) xmlUCSIsHangulCompatibilityJamo__internal_alias
__attribute((visibility("hidden")));
14139 #define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias
14144 #if defined(LIBXML_UNICODE_ENABLED)
14145 #ifdef bottom_xmlunicode
14146 #undef xmlUCSIsHangulJamo
14147 extern __typeof (xmlUCSIsHangulJamo
) xmlUCSIsHangulJamo
__attribute((alias("xmlUCSIsHangulJamo__internal_alias")));
14149 #ifndef xmlUCSIsHangulJamo
14150 extern __typeof (xmlUCSIsHangulJamo
) xmlUCSIsHangulJamo__internal_alias
__attribute((visibility("hidden")));
14151 #define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias
14156 #if defined(LIBXML_UNICODE_ENABLED)
14157 #ifdef bottom_xmlunicode
14158 #undef xmlUCSIsHangulSyllables
14159 extern __typeof (xmlUCSIsHangulSyllables
) xmlUCSIsHangulSyllables
__attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
14161 #ifndef xmlUCSIsHangulSyllables
14162 extern __typeof (xmlUCSIsHangulSyllables
) xmlUCSIsHangulSyllables__internal_alias
__attribute((visibility("hidden")));
14163 #define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias
14168 #if defined(LIBXML_UNICODE_ENABLED)
14169 #ifdef bottom_xmlunicode
14170 #undef xmlUCSIsHanunoo
14171 extern __typeof (xmlUCSIsHanunoo
) xmlUCSIsHanunoo
__attribute((alias("xmlUCSIsHanunoo__internal_alias")));
14173 #ifndef xmlUCSIsHanunoo
14174 extern __typeof (xmlUCSIsHanunoo
) xmlUCSIsHanunoo__internal_alias
__attribute((visibility("hidden")));
14175 #define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias
14180 #if defined(LIBXML_UNICODE_ENABLED)
14181 #ifdef bottom_xmlunicode
14182 #undef xmlUCSIsHebrew
14183 extern __typeof (xmlUCSIsHebrew
) xmlUCSIsHebrew
__attribute((alias("xmlUCSIsHebrew__internal_alias")));
14185 #ifndef xmlUCSIsHebrew
14186 extern __typeof (xmlUCSIsHebrew
) xmlUCSIsHebrew__internal_alias
__attribute((visibility("hidden")));
14187 #define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias
14192 #if defined(LIBXML_UNICODE_ENABLED)
14193 #ifdef bottom_xmlunicode
14194 #undef xmlUCSIsHighPrivateUseSurrogates
14195 extern __typeof (xmlUCSIsHighPrivateUseSurrogates
) xmlUCSIsHighPrivateUseSurrogates
__attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
14197 #ifndef xmlUCSIsHighPrivateUseSurrogates
14198 extern __typeof (xmlUCSIsHighPrivateUseSurrogates
) xmlUCSIsHighPrivateUseSurrogates__internal_alias
__attribute((visibility("hidden")));
14199 #define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias
14204 #if defined(LIBXML_UNICODE_ENABLED)
14205 #ifdef bottom_xmlunicode
14206 #undef xmlUCSIsHighSurrogates
14207 extern __typeof (xmlUCSIsHighSurrogates
) xmlUCSIsHighSurrogates
__attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
14209 #ifndef xmlUCSIsHighSurrogates
14210 extern __typeof (xmlUCSIsHighSurrogates
) xmlUCSIsHighSurrogates__internal_alias
__attribute((visibility("hidden")));
14211 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
14216 #if defined(LIBXML_UNICODE_ENABLED)
14217 #ifdef bottom_xmlunicode
14218 #undef xmlUCSIsHiragana
14219 extern __typeof (xmlUCSIsHiragana
) xmlUCSIsHiragana
__attribute((alias("xmlUCSIsHiragana__internal_alias")));
14221 #ifndef xmlUCSIsHiragana
14222 extern __typeof (xmlUCSIsHiragana
) xmlUCSIsHiragana__internal_alias
__attribute((visibility("hidden")));
14223 #define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias
14228 #if defined(LIBXML_UNICODE_ENABLED)
14229 #ifdef bottom_xmlunicode
14230 #undef xmlUCSIsIPAExtensions
14231 extern __typeof (xmlUCSIsIPAExtensions
) xmlUCSIsIPAExtensions
__attribute((alias("xmlUCSIsIPAExtensions__internal_alias")));
14233 #ifndef xmlUCSIsIPAExtensions
14234 extern __typeof (xmlUCSIsIPAExtensions
) xmlUCSIsIPAExtensions__internal_alias
__attribute((visibility("hidden")));
14235 #define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias
14240 #if defined(LIBXML_UNICODE_ENABLED)
14241 #ifdef bottom_xmlunicode
14242 #undef xmlUCSIsIdeographicDescriptionCharacters
14243 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters
) xmlUCSIsIdeographicDescriptionCharacters
__attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias")));
14245 #ifndef xmlUCSIsIdeographicDescriptionCharacters
14246 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters
) xmlUCSIsIdeographicDescriptionCharacters__internal_alias
__attribute((visibility("hidden")));
14247 #define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias
14252 #if defined(LIBXML_UNICODE_ENABLED)
14253 #ifdef bottom_xmlunicode
14254 #undef xmlUCSIsKanbun
14255 extern __typeof (xmlUCSIsKanbun
) xmlUCSIsKanbun
__attribute((alias("xmlUCSIsKanbun__internal_alias")));
14257 #ifndef xmlUCSIsKanbun
14258 extern __typeof (xmlUCSIsKanbun
) xmlUCSIsKanbun__internal_alias
__attribute((visibility("hidden")));
14259 #define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias
14264 #if defined(LIBXML_UNICODE_ENABLED)
14265 #ifdef bottom_xmlunicode
14266 #undef xmlUCSIsKangxiRadicals
14267 extern __typeof (xmlUCSIsKangxiRadicals
) xmlUCSIsKangxiRadicals
__attribute((alias("xmlUCSIsKangxiRadicals__internal_alias")));
14269 #ifndef xmlUCSIsKangxiRadicals
14270 extern __typeof (xmlUCSIsKangxiRadicals
) xmlUCSIsKangxiRadicals__internal_alias
__attribute((visibility("hidden")));
14271 #define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias
14276 #if defined(LIBXML_UNICODE_ENABLED)
14277 #ifdef bottom_xmlunicode
14278 #undef xmlUCSIsKannada
14279 extern __typeof (xmlUCSIsKannada
) xmlUCSIsKannada
__attribute((alias("xmlUCSIsKannada__internal_alias")));
14281 #ifndef xmlUCSIsKannada
14282 extern __typeof (xmlUCSIsKannada
) xmlUCSIsKannada__internal_alias
__attribute((visibility("hidden")));
14283 #define xmlUCSIsKannada xmlUCSIsKannada__internal_alias
14288 #if defined(LIBXML_UNICODE_ENABLED)
14289 #ifdef bottom_xmlunicode
14290 #undef xmlUCSIsKatakana
14291 extern __typeof (xmlUCSIsKatakana
) xmlUCSIsKatakana
__attribute((alias("xmlUCSIsKatakana__internal_alias")));
14293 #ifndef xmlUCSIsKatakana
14294 extern __typeof (xmlUCSIsKatakana
) xmlUCSIsKatakana__internal_alias
__attribute((visibility("hidden")));
14295 #define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias
14300 #if defined(LIBXML_UNICODE_ENABLED)
14301 #ifdef bottom_xmlunicode
14302 #undef xmlUCSIsKatakanaPhoneticExtensions
14303 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions
) xmlUCSIsKatakanaPhoneticExtensions
__attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias")));
14305 #ifndef xmlUCSIsKatakanaPhoneticExtensions
14306 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions
) xmlUCSIsKatakanaPhoneticExtensions__internal_alias
__attribute((visibility("hidden")));
14307 #define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias
14312 #if defined(LIBXML_UNICODE_ENABLED)
14313 #ifdef bottom_xmlunicode
14314 #undef xmlUCSIsKhmer
14315 extern __typeof (xmlUCSIsKhmer
) xmlUCSIsKhmer
__attribute((alias("xmlUCSIsKhmer__internal_alias")));
14317 #ifndef xmlUCSIsKhmer
14318 extern __typeof (xmlUCSIsKhmer
) xmlUCSIsKhmer__internal_alias
__attribute((visibility("hidden")));
14319 #define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias
14324 #if defined(LIBXML_UNICODE_ENABLED)
14325 #ifdef bottom_xmlunicode
14326 #undef xmlUCSIsKhmerSymbols
14327 extern __typeof (xmlUCSIsKhmerSymbols
) xmlUCSIsKhmerSymbols
__attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
14329 #ifndef xmlUCSIsKhmerSymbols
14330 extern __typeof (xmlUCSIsKhmerSymbols
) xmlUCSIsKhmerSymbols__internal_alias
__attribute((visibility("hidden")));
14331 #define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias
14336 #if defined(LIBXML_UNICODE_ENABLED)
14337 #ifdef bottom_xmlunicode
14339 extern __typeof (xmlUCSIsLao
) xmlUCSIsLao
__attribute((alias("xmlUCSIsLao__internal_alias")));
14341 #ifndef xmlUCSIsLao
14342 extern __typeof (xmlUCSIsLao
) xmlUCSIsLao__internal_alias
__attribute((visibility("hidden")));
14343 #define xmlUCSIsLao xmlUCSIsLao__internal_alias
14348 #if defined(LIBXML_UNICODE_ENABLED)
14349 #ifdef bottom_xmlunicode
14350 #undef xmlUCSIsLatin1Supplement
14351 extern __typeof (xmlUCSIsLatin1Supplement
) xmlUCSIsLatin1Supplement
__attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
14353 #ifndef xmlUCSIsLatin1Supplement
14354 extern __typeof (xmlUCSIsLatin1Supplement
) xmlUCSIsLatin1Supplement__internal_alias
__attribute((visibility("hidden")));
14355 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias
14360 #if defined(LIBXML_UNICODE_ENABLED)
14361 #ifdef bottom_xmlunicode
14362 #undef xmlUCSIsLatinExtendedA
14363 extern __typeof (xmlUCSIsLatinExtendedA
) xmlUCSIsLatinExtendedA
__attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
14365 #ifndef xmlUCSIsLatinExtendedA
14366 extern __typeof (xmlUCSIsLatinExtendedA
) xmlUCSIsLatinExtendedA__internal_alias
__attribute((visibility("hidden")));
14367 #define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias
14372 #if defined(LIBXML_UNICODE_ENABLED)
14373 #ifdef bottom_xmlunicode
14374 #undef xmlUCSIsLatinExtendedAdditional
14375 extern __typeof (xmlUCSIsLatinExtendedAdditional
) xmlUCSIsLatinExtendedAdditional
__attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
14377 #ifndef xmlUCSIsLatinExtendedAdditional
14378 extern __typeof (xmlUCSIsLatinExtendedAdditional
) xmlUCSIsLatinExtendedAdditional__internal_alias
__attribute((visibility("hidden")));
14379 #define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias
14384 #if defined(LIBXML_UNICODE_ENABLED)
14385 #ifdef bottom_xmlunicode
14386 #undef xmlUCSIsLatinExtendedB
14387 extern __typeof (xmlUCSIsLatinExtendedB
) xmlUCSIsLatinExtendedB
__attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
14389 #ifndef xmlUCSIsLatinExtendedB
14390 extern __typeof (xmlUCSIsLatinExtendedB
) xmlUCSIsLatinExtendedB__internal_alias
__attribute((visibility("hidden")));
14391 #define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias
14396 #if defined(LIBXML_UNICODE_ENABLED)
14397 #ifdef bottom_xmlunicode
14398 #undef xmlUCSIsLetterlikeSymbols
14399 extern __typeof (xmlUCSIsLetterlikeSymbols
) xmlUCSIsLetterlikeSymbols
__attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
14401 #ifndef xmlUCSIsLetterlikeSymbols
14402 extern __typeof (xmlUCSIsLetterlikeSymbols
) xmlUCSIsLetterlikeSymbols__internal_alias
__attribute((visibility("hidden")));
14403 #define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
14408 #if defined(LIBXML_UNICODE_ENABLED)
14409 #ifdef bottom_xmlunicode
14410 #undef xmlUCSIsLimbu
14411 extern __typeof (xmlUCSIsLimbu
) xmlUCSIsLimbu
__attribute((alias("xmlUCSIsLimbu__internal_alias")));
14413 #ifndef xmlUCSIsLimbu
14414 extern __typeof (xmlUCSIsLimbu
) xmlUCSIsLimbu__internal_alias
__attribute((visibility("hidden")));
14415 #define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias
14420 #if defined(LIBXML_UNICODE_ENABLED)
14421 #ifdef bottom_xmlunicode
14422 #undef xmlUCSIsLinearBIdeograms
14423 extern __typeof (xmlUCSIsLinearBIdeograms
) xmlUCSIsLinearBIdeograms
__attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias")));
14425 #ifndef xmlUCSIsLinearBIdeograms
14426 extern __typeof (xmlUCSIsLinearBIdeograms
) xmlUCSIsLinearBIdeograms__internal_alias
__attribute((visibility("hidden")));
14427 #define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias
14432 #if defined(LIBXML_UNICODE_ENABLED)
14433 #ifdef bottom_xmlunicode
14434 #undef xmlUCSIsLinearBSyllabary
14435 extern __typeof (xmlUCSIsLinearBSyllabary
) xmlUCSIsLinearBSyllabary
__attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias")));
14437 #ifndef xmlUCSIsLinearBSyllabary
14438 extern __typeof (xmlUCSIsLinearBSyllabary
) xmlUCSIsLinearBSyllabary__internal_alias
__attribute((visibility("hidden")));
14439 #define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias
14444 #if defined(LIBXML_UNICODE_ENABLED)
14445 #ifdef bottom_xmlunicode
14446 #undef xmlUCSIsLowSurrogates
14447 extern __typeof (xmlUCSIsLowSurrogates
) xmlUCSIsLowSurrogates
__attribute((alias("xmlUCSIsLowSurrogates__internal_alias")));
14449 #ifndef xmlUCSIsLowSurrogates
14450 extern __typeof (xmlUCSIsLowSurrogates
) xmlUCSIsLowSurrogates__internal_alias
__attribute((visibility("hidden")));
14451 #define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias
14456 #if defined(LIBXML_UNICODE_ENABLED)
14457 #ifdef bottom_xmlunicode
14458 #undef xmlUCSIsMalayalam
14459 extern __typeof (xmlUCSIsMalayalam
) xmlUCSIsMalayalam
__attribute((alias("xmlUCSIsMalayalam__internal_alias")));
14461 #ifndef xmlUCSIsMalayalam
14462 extern __typeof (xmlUCSIsMalayalam
) xmlUCSIsMalayalam__internal_alias
__attribute((visibility("hidden")));
14463 #define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias
14468 #if defined(LIBXML_UNICODE_ENABLED)
14469 #ifdef bottom_xmlunicode
14470 #undef xmlUCSIsMathematicalAlphanumericSymbols
14471 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols
) xmlUCSIsMathematicalAlphanumericSymbols
__attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias")));
14473 #ifndef xmlUCSIsMathematicalAlphanumericSymbols
14474 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols
) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
__attribute((visibility("hidden")));
14475 #define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
14480 #if defined(LIBXML_UNICODE_ENABLED)
14481 #ifdef bottom_xmlunicode
14482 #undef xmlUCSIsMathematicalOperators
14483 extern __typeof (xmlUCSIsMathematicalOperators
) xmlUCSIsMathematicalOperators
__attribute((alias("xmlUCSIsMathematicalOperators__internal_alias")));
14485 #ifndef xmlUCSIsMathematicalOperators
14486 extern __typeof (xmlUCSIsMathematicalOperators
) xmlUCSIsMathematicalOperators__internal_alias
__attribute((visibility("hidden")));
14487 #define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias
14492 #if defined(LIBXML_UNICODE_ENABLED)
14493 #ifdef bottom_xmlunicode
14494 #undef xmlUCSIsMiscellaneousMathematicalSymbolsA
14495 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA
) xmlUCSIsMiscellaneousMathematicalSymbolsA
__attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
14497 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsA
14498 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA
) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
__attribute((visibility("hidden")));
14499 #define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
14504 #if defined(LIBXML_UNICODE_ENABLED)
14505 #ifdef bottom_xmlunicode
14506 #undef xmlUCSIsMiscellaneousMathematicalSymbolsB
14507 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB
) xmlUCSIsMiscellaneousMathematicalSymbolsB
__attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias")));
14509 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsB
14510 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB
) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
__attribute((visibility("hidden")));
14511 #define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
14516 #if defined(LIBXML_UNICODE_ENABLED)
14517 #ifdef bottom_xmlunicode
14518 #undef xmlUCSIsMiscellaneousSymbols
14519 extern __typeof (xmlUCSIsMiscellaneousSymbols
) xmlUCSIsMiscellaneousSymbols
__attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias")));
14521 #ifndef xmlUCSIsMiscellaneousSymbols
14522 extern __typeof (xmlUCSIsMiscellaneousSymbols
) xmlUCSIsMiscellaneousSymbols__internal_alias
__attribute((visibility("hidden")));
14523 #define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias
14528 #if defined(LIBXML_UNICODE_ENABLED)
14529 #ifdef bottom_xmlunicode
14530 #undef xmlUCSIsMiscellaneousSymbolsandArrows
14531 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows
) xmlUCSIsMiscellaneousSymbolsandArrows
__attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
14533 #ifndef xmlUCSIsMiscellaneousSymbolsandArrows
14534 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows
) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
__attribute((visibility("hidden")));
14535 #define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
14540 #if defined(LIBXML_UNICODE_ENABLED)
14541 #ifdef bottom_xmlunicode
14542 #undef xmlUCSIsMiscellaneousTechnical
14543 extern __typeof (xmlUCSIsMiscellaneousTechnical
) xmlUCSIsMiscellaneousTechnical
__attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias")));
14545 #ifndef xmlUCSIsMiscellaneousTechnical
14546 extern __typeof (xmlUCSIsMiscellaneousTechnical
) xmlUCSIsMiscellaneousTechnical__internal_alias
__attribute((visibility("hidden")));
14547 #define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias
14552 #if defined(LIBXML_UNICODE_ENABLED)
14553 #ifdef bottom_xmlunicode
14554 #undef xmlUCSIsMongolian
14555 extern __typeof (xmlUCSIsMongolian
) xmlUCSIsMongolian
__attribute((alias("xmlUCSIsMongolian__internal_alias")));
14557 #ifndef xmlUCSIsMongolian
14558 extern __typeof (xmlUCSIsMongolian
) xmlUCSIsMongolian__internal_alias
__attribute((visibility("hidden")));
14559 #define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias
14564 #if defined(LIBXML_UNICODE_ENABLED)
14565 #ifdef bottom_xmlunicode
14566 #undef xmlUCSIsMusicalSymbols
14567 extern __typeof (xmlUCSIsMusicalSymbols
) xmlUCSIsMusicalSymbols
__attribute((alias("xmlUCSIsMusicalSymbols__internal_alias")));
14569 #ifndef xmlUCSIsMusicalSymbols
14570 extern __typeof (xmlUCSIsMusicalSymbols
) xmlUCSIsMusicalSymbols__internal_alias
__attribute((visibility("hidden")));
14571 #define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias
14576 #if defined(LIBXML_UNICODE_ENABLED)
14577 #ifdef bottom_xmlunicode
14578 #undef xmlUCSIsMyanmar
14579 extern __typeof (xmlUCSIsMyanmar
) xmlUCSIsMyanmar
__attribute((alias("xmlUCSIsMyanmar__internal_alias")));
14581 #ifndef xmlUCSIsMyanmar
14582 extern __typeof (xmlUCSIsMyanmar
) xmlUCSIsMyanmar__internal_alias
__attribute((visibility("hidden")));
14583 #define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias
14588 #if defined(LIBXML_UNICODE_ENABLED)
14589 #ifdef bottom_xmlunicode
14590 #undef xmlUCSIsNumberForms
14591 extern __typeof (xmlUCSIsNumberForms
) xmlUCSIsNumberForms
__attribute((alias("xmlUCSIsNumberForms__internal_alias")));
14593 #ifndef xmlUCSIsNumberForms
14594 extern __typeof (xmlUCSIsNumberForms
) xmlUCSIsNumberForms__internal_alias
__attribute((visibility("hidden")));
14595 #define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias
14600 #if defined(LIBXML_UNICODE_ENABLED)
14601 #ifdef bottom_xmlunicode
14602 #undef xmlUCSIsOgham
14603 extern __typeof (xmlUCSIsOgham
) xmlUCSIsOgham
__attribute((alias("xmlUCSIsOgham__internal_alias")));
14605 #ifndef xmlUCSIsOgham
14606 extern __typeof (xmlUCSIsOgham
) xmlUCSIsOgham__internal_alias
__attribute((visibility("hidden")));
14607 #define xmlUCSIsOgham xmlUCSIsOgham__internal_alias
14612 #if defined(LIBXML_UNICODE_ENABLED)
14613 #ifdef bottom_xmlunicode
14614 #undef xmlUCSIsOldItalic
14615 extern __typeof (xmlUCSIsOldItalic
) xmlUCSIsOldItalic
__attribute((alias("xmlUCSIsOldItalic__internal_alias")));
14617 #ifndef xmlUCSIsOldItalic
14618 extern __typeof (xmlUCSIsOldItalic
) xmlUCSIsOldItalic__internal_alias
__attribute((visibility("hidden")));
14619 #define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias
14624 #if defined(LIBXML_UNICODE_ENABLED)
14625 #ifdef bottom_xmlunicode
14626 #undef xmlUCSIsOpticalCharacterRecognition
14627 extern __typeof (xmlUCSIsOpticalCharacterRecognition
) xmlUCSIsOpticalCharacterRecognition
__attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias")));
14629 #ifndef xmlUCSIsOpticalCharacterRecognition
14630 extern __typeof (xmlUCSIsOpticalCharacterRecognition
) xmlUCSIsOpticalCharacterRecognition__internal_alias
__attribute((visibility("hidden")));
14631 #define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias
14636 #if defined(LIBXML_UNICODE_ENABLED)
14637 #ifdef bottom_xmlunicode
14638 #undef xmlUCSIsOriya
14639 extern __typeof (xmlUCSIsOriya
) xmlUCSIsOriya
__attribute((alias("xmlUCSIsOriya__internal_alias")));
14641 #ifndef xmlUCSIsOriya
14642 extern __typeof (xmlUCSIsOriya
) xmlUCSIsOriya__internal_alias
__attribute((visibility("hidden")));
14643 #define xmlUCSIsOriya xmlUCSIsOriya__internal_alias
14648 #if defined(LIBXML_UNICODE_ENABLED)
14649 #ifdef bottom_xmlunicode
14650 #undef xmlUCSIsOsmanya
14651 extern __typeof (xmlUCSIsOsmanya
) xmlUCSIsOsmanya
__attribute((alias("xmlUCSIsOsmanya__internal_alias")));
14653 #ifndef xmlUCSIsOsmanya
14654 extern __typeof (xmlUCSIsOsmanya
) xmlUCSIsOsmanya__internal_alias
__attribute((visibility("hidden")));
14655 #define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias
14660 #if defined(LIBXML_UNICODE_ENABLED)
14661 #ifdef bottom_xmlunicode
14662 #undef xmlUCSIsPhoneticExtensions
14663 extern __typeof (xmlUCSIsPhoneticExtensions
) xmlUCSIsPhoneticExtensions
__attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias")));
14665 #ifndef xmlUCSIsPhoneticExtensions
14666 extern __typeof (xmlUCSIsPhoneticExtensions
) xmlUCSIsPhoneticExtensions__internal_alias
__attribute((visibility("hidden")));
14667 #define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias
14672 #if defined(LIBXML_UNICODE_ENABLED)
14673 #ifdef bottom_xmlunicode
14674 #undef xmlUCSIsPrivateUse
14675 extern __typeof (xmlUCSIsPrivateUse
) xmlUCSIsPrivateUse
__attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
14677 #ifndef xmlUCSIsPrivateUse
14678 extern __typeof (xmlUCSIsPrivateUse
) xmlUCSIsPrivateUse__internal_alias
__attribute((visibility("hidden")));
14679 #define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias
14684 #if defined(LIBXML_UNICODE_ENABLED)
14685 #ifdef bottom_xmlunicode
14686 #undef xmlUCSIsPrivateUseArea
14687 extern __typeof (xmlUCSIsPrivateUseArea
) xmlUCSIsPrivateUseArea
__attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
14689 #ifndef xmlUCSIsPrivateUseArea
14690 extern __typeof (xmlUCSIsPrivateUseArea
) xmlUCSIsPrivateUseArea__internal_alias
__attribute((visibility("hidden")));
14691 #define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias
14696 #if defined(LIBXML_UNICODE_ENABLED)
14697 #ifdef bottom_xmlunicode
14698 #undef xmlUCSIsRunic
14699 extern __typeof (xmlUCSIsRunic
) xmlUCSIsRunic
__attribute((alias("xmlUCSIsRunic__internal_alias")));
14701 #ifndef xmlUCSIsRunic
14702 extern __typeof (xmlUCSIsRunic
) xmlUCSIsRunic__internal_alias
__attribute((visibility("hidden")));
14703 #define xmlUCSIsRunic xmlUCSIsRunic__internal_alias
14708 #if defined(LIBXML_UNICODE_ENABLED)
14709 #ifdef bottom_xmlunicode
14710 #undef xmlUCSIsShavian
14711 extern __typeof (xmlUCSIsShavian
) xmlUCSIsShavian
__attribute((alias("xmlUCSIsShavian__internal_alias")));
14713 #ifndef xmlUCSIsShavian
14714 extern __typeof (xmlUCSIsShavian
) xmlUCSIsShavian__internal_alias
__attribute((visibility("hidden")));
14715 #define xmlUCSIsShavian xmlUCSIsShavian__internal_alias
14720 #if defined(LIBXML_UNICODE_ENABLED)
14721 #ifdef bottom_xmlunicode
14722 #undef xmlUCSIsSinhala
14723 extern __typeof (xmlUCSIsSinhala
) xmlUCSIsSinhala
__attribute((alias("xmlUCSIsSinhala__internal_alias")));
14725 #ifndef xmlUCSIsSinhala
14726 extern __typeof (xmlUCSIsSinhala
) xmlUCSIsSinhala__internal_alias
__attribute((visibility("hidden")));
14727 #define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias
14732 #if defined(LIBXML_UNICODE_ENABLED)
14733 #ifdef bottom_xmlunicode
14734 #undef xmlUCSIsSmallFormVariants
14735 extern __typeof (xmlUCSIsSmallFormVariants
) xmlUCSIsSmallFormVariants
__attribute((alias("xmlUCSIsSmallFormVariants__internal_alias")));
14737 #ifndef xmlUCSIsSmallFormVariants
14738 extern __typeof (xmlUCSIsSmallFormVariants
) xmlUCSIsSmallFormVariants__internal_alias
__attribute((visibility("hidden")));
14739 #define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias
14744 #if defined(LIBXML_UNICODE_ENABLED)
14745 #ifdef bottom_xmlunicode
14746 #undef xmlUCSIsSpacingModifierLetters
14747 extern __typeof (xmlUCSIsSpacingModifierLetters
) xmlUCSIsSpacingModifierLetters
__attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias")));
14749 #ifndef xmlUCSIsSpacingModifierLetters
14750 extern __typeof (xmlUCSIsSpacingModifierLetters
) xmlUCSIsSpacingModifierLetters__internal_alias
__attribute((visibility("hidden")));
14751 #define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias
14756 #if defined(LIBXML_UNICODE_ENABLED)
14757 #ifdef bottom_xmlunicode
14758 #undef xmlUCSIsSpecials
14759 extern __typeof (xmlUCSIsSpecials
) xmlUCSIsSpecials
__attribute((alias("xmlUCSIsSpecials__internal_alias")));
14761 #ifndef xmlUCSIsSpecials
14762 extern __typeof (xmlUCSIsSpecials
) xmlUCSIsSpecials__internal_alias
__attribute((visibility("hidden")));
14763 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
14768 #if defined(LIBXML_UNICODE_ENABLED)
14769 #ifdef bottom_xmlunicode
14770 #undef xmlUCSIsSuperscriptsandSubscripts
14771 extern __typeof (xmlUCSIsSuperscriptsandSubscripts
) xmlUCSIsSuperscriptsandSubscripts
__attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias")));
14773 #ifndef xmlUCSIsSuperscriptsandSubscripts
14774 extern __typeof (xmlUCSIsSuperscriptsandSubscripts
) xmlUCSIsSuperscriptsandSubscripts__internal_alias
__attribute((visibility("hidden")));
14775 #define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias
14780 #if defined(LIBXML_UNICODE_ENABLED)
14781 #ifdef bottom_xmlunicode
14782 #undef xmlUCSIsSupplementalArrowsA
14783 extern __typeof (xmlUCSIsSupplementalArrowsA
) xmlUCSIsSupplementalArrowsA
__attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias")));
14785 #ifndef xmlUCSIsSupplementalArrowsA
14786 extern __typeof (xmlUCSIsSupplementalArrowsA
) xmlUCSIsSupplementalArrowsA__internal_alias
__attribute((visibility("hidden")));
14787 #define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias
14792 #if defined(LIBXML_UNICODE_ENABLED)
14793 #ifdef bottom_xmlunicode
14794 #undef xmlUCSIsSupplementalArrowsB
14795 extern __typeof (xmlUCSIsSupplementalArrowsB
) xmlUCSIsSupplementalArrowsB
__attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
14797 #ifndef xmlUCSIsSupplementalArrowsB
14798 extern __typeof (xmlUCSIsSupplementalArrowsB
) xmlUCSIsSupplementalArrowsB__internal_alias
__attribute((visibility("hidden")));
14799 #define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias
14804 #if defined(LIBXML_UNICODE_ENABLED)
14805 #ifdef bottom_xmlunicode
14806 #undef xmlUCSIsSupplementalMathematicalOperators
14807 extern __typeof (xmlUCSIsSupplementalMathematicalOperators
) xmlUCSIsSupplementalMathematicalOperators
__attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias")));
14809 #ifndef xmlUCSIsSupplementalMathematicalOperators
14810 extern __typeof (xmlUCSIsSupplementalMathematicalOperators
) xmlUCSIsSupplementalMathematicalOperators__internal_alias
__attribute((visibility("hidden")));
14811 #define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias
14816 #if defined(LIBXML_UNICODE_ENABLED)
14817 #ifdef bottom_xmlunicode
14818 #undef xmlUCSIsSupplementaryPrivateUseAreaA
14819 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA
) xmlUCSIsSupplementaryPrivateUseAreaA
__attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias")));
14821 #ifndef xmlUCSIsSupplementaryPrivateUseAreaA
14822 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA
) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
__attribute((visibility("hidden")));
14823 #define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
14828 #if defined(LIBXML_UNICODE_ENABLED)
14829 #ifdef bottom_xmlunicode
14830 #undef xmlUCSIsSupplementaryPrivateUseAreaB
14831 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB
) xmlUCSIsSupplementaryPrivateUseAreaB
__attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
14833 #ifndef xmlUCSIsSupplementaryPrivateUseAreaB
14834 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB
) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
__attribute((visibility("hidden")));
14835 #define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
14840 #if defined(LIBXML_UNICODE_ENABLED)
14841 #ifdef bottom_xmlunicode
14842 #undef xmlUCSIsSyriac
14843 extern __typeof (xmlUCSIsSyriac
) xmlUCSIsSyriac
__attribute((alias("xmlUCSIsSyriac__internal_alias")));
14845 #ifndef xmlUCSIsSyriac
14846 extern __typeof (xmlUCSIsSyriac
) xmlUCSIsSyriac__internal_alias
__attribute((visibility("hidden")));
14847 #define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias
14852 #if defined(LIBXML_UNICODE_ENABLED)
14853 #ifdef bottom_xmlunicode
14854 #undef xmlUCSIsTagalog
14855 extern __typeof (xmlUCSIsTagalog
) xmlUCSIsTagalog
__attribute((alias("xmlUCSIsTagalog__internal_alias")));
14857 #ifndef xmlUCSIsTagalog
14858 extern __typeof (xmlUCSIsTagalog
) xmlUCSIsTagalog__internal_alias
__attribute((visibility("hidden")));
14859 #define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias
14864 #if defined(LIBXML_UNICODE_ENABLED)
14865 #ifdef bottom_xmlunicode
14866 #undef xmlUCSIsTagbanwa
14867 extern __typeof (xmlUCSIsTagbanwa
) xmlUCSIsTagbanwa
__attribute((alias("xmlUCSIsTagbanwa__internal_alias")));
14869 #ifndef xmlUCSIsTagbanwa
14870 extern __typeof (xmlUCSIsTagbanwa
) xmlUCSIsTagbanwa__internal_alias
__attribute((visibility("hidden")));
14871 #define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias
14876 #if defined(LIBXML_UNICODE_ENABLED)
14877 #ifdef bottom_xmlunicode
14878 #undef xmlUCSIsTags
14879 extern __typeof (xmlUCSIsTags
) xmlUCSIsTags
__attribute((alias("xmlUCSIsTags__internal_alias")));
14881 #ifndef xmlUCSIsTags
14882 extern __typeof (xmlUCSIsTags
) xmlUCSIsTags__internal_alias
__attribute((visibility("hidden")));
14883 #define xmlUCSIsTags xmlUCSIsTags__internal_alias
14888 #if defined(LIBXML_UNICODE_ENABLED)
14889 #ifdef bottom_xmlunicode
14890 #undef xmlUCSIsTaiLe
14891 extern __typeof (xmlUCSIsTaiLe
) xmlUCSIsTaiLe
__attribute((alias("xmlUCSIsTaiLe__internal_alias")));
14893 #ifndef xmlUCSIsTaiLe
14894 extern __typeof (xmlUCSIsTaiLe
) xmlUCSIsTaiLe__internal_alias
__attribute((visibility("hidden")));
14895 #define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias
14900 #if defined(LIBXML_UNICODE_ENABLED)
14901 #ifdef bottom_xmlunicode
14902 #undef xmlUCSIsTaiXuanJingSymbols
14903 extern __typeof (xmlUCSIsTaiXuanJingSymbols
) xmlUCSIsTaiXuanJingSymbols
__attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias")));
14905 #ifndef xmlUCSIsTaiXuanJingSymbols
14906 extern __typeof (xmlUCSIsTaiXuanJingSymbols
) xmlUCSIsTaiXuanJingSymbols__internal_alias
__attribute((visibility("hidden")));
14907 #define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias
14912 #if defined(LIBXML_UNICODE_ENABLED)
14913 #ifdef bottom_xmlunicode
14914 #undef xmlUCSIsTamil
14915 extern __typeof (xmlUCSIsTamil
) xmlUCSIsTamil
__attribute((alias("xmlUCSIsTamil__internal_alias")));
14917 #ifndef xmlUCSIsTamil
14918 extern __typeof (xmlUCSIsTamil
) xmlUCSIsTamil__internal_alias
__attribute((visibility("hidden")));
14919 #define xmlUCSIsTamil xmlUCSIsTamil__internal_alias
14924 #if defined(LIBXML_UNICODE_ENABLED)
14925 #ifdef bottom_xmlunicode
14926 #undef xmlUCSIsTelugu
14927 extern __typeof (xmlUCSIsTelugu
) xmlUCSIsTelugu
__attribute((alias("xmlUCSIsTelugu__internal_alias")));
14929 #ifndef xmlUCSIsTelugu
14930 extern __typeof (xmlUCSIsTelugu
) xmlUCSIsTelugu__internal_alias
__attribute((visibility("hidden")));
14931 #define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias
14936 #if defined(LIBXML_UNICODE_ENABLED)
14937 #ifdef bottom_xmlunicode
14938 #undef xmlUCSIsThaana
14939 extern __typeof (xmlUCSIsThaana
) xmlUCSIsThaana
__attribute((alias("xmlUCSIsThaana__internal_alias")));
14941 #ifndef xmlUCSIsThaana
14942 extern __typeof (xmlUCSIsThaana
) xmlUCSIsThaana__internal_alias
__attribute((visibility("hidden")));
14943 #define xmlUCSIsThaana xmlUCSIsThaana__internal_alias
14948 #if defined(LIBXML_UNICODE_ENABLED)
14949 #ifdef bottom_xmlunicode
14950 #undef xmlUCSIsThai
14951 extern __typeof (xmlUCSIsThai
) xmlUCSIsThai
__attribute((alias("xmlUCSIsThai__internal_alias")));
14953 #ifndef xmlUCSIsThai
14954 extern __typeof (xmlUCSIsThai
) xmlUCSIsThai__internal_alias
__attribute((visibility("hidden")));
14955 #define xmlUCSIsThai xmlUCSIsThai__internal_alias
14960 #if defined(LIBXML_UNICODE_ENABLED)
14961 #ifdef bottom_xmlunicode
14962 #undef xmlUCSIsTibetan
14963 extern __typeof (xmlUCSIsTibetan
) xmlUCSIsTibetan
__attribute((alias("xmlUCSIsTibetan__internal_alias")));
14965 #ifndef xmlUCSIsTibetan
14966 extern __typeof (xmlUCSIsTibetan
) xmlUCSIsTibetan__internal_alias
__attribute((visibility("hidden")));
14967 #define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias
14972 #if defined(LIBXML_UNICODE_ENABLED)
14973 #ifdef bottom_xmlunicode
14974 #undef xmlUCSIsUgaritic
14975 extern __typeof (xmlUCSIsUgaritic
) xmlUCSIsUgaritic
__attribute((alias("xmlUCSIsUgaritic__internal_alias")));
14977 #ifndef xmlUCSIsUgaritic
14978 extern __typeof (xmlUCSIsUgaritic
) xmlUCSIsUgaritic__internal_alias
__attribute((visibility("hidden")));
14979 #define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias
14984 #if defined(LIBXML_UNICODE_ENABLED)
14985 #ifdef bottom_xmlunicode
14986 #undef xmlUCSIsUnifiedCanadianAboriginalSyllabics
14987 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics
) xmlUCSIsUnifiedCanadianAboriginalSyllabics
__attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias")));
14989 #ifndef xmlUCSIsUnifiedCanadianAboriginalSyllabics
14990 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics
) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
__attribute((visibility("hidden")));
14991 #define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
14996 #if defined(LIBXML_UNICODE_ENABLED)
14997 #ifdef bottom_xmlunicode
14998 #undef xmlUCSIsVariationSelectors
14999 extern __typeof (xmlUCSIsVariationSelectors
) xmlUCSIsVariationSelectors
__attribute((alias("xmlUCSIsVariationSelectors__internal_alias")));
15001 #ifndef xmlUCSIsVariationSelectors
15002 extern __typeof (xmlUCSIsVariationSelectors
) xmlUCSIsVariationSelectors__internal_alias
__attribute((visibility("hidden")));
15003 #define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias
15008 #if defined(LIBXML_UNICODE_ENABLED)
15009 #ifdef bottom_xmlunicode
15010 #undef xmlUCSIsVariationSelectorsSupplement
15011 extern __typeof (xmlUCSIsVariationSelectorsSupplement
) xmlUCSIsVariationSelectorsSupplement
__attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
15013 #ifndef xmlUCSIsVariationSelectorsSupplement
15014 extern __typeof (xmlUCSIsVariationSelectorsSupplement
) xmlUCSIsVariationSelectorsSupplement__internal_alias
__attribute((visibility("hidden")));
15015 #define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias
15020 #if defined(LIBXML_UNICODE_ENABLED)
15021 #ifdef bottom_xmlunicode
15022 #undef xmlUCSIsYiRadicals
15023 extern __typeof (xmlUCSIsYiRadicals
) xmlUCSIsYiRadicals
__attribute((alias("xmlUCSIsYiRadicals__internal_alias")));
15025 #ifndef xmlUCSIsYiRadicals
15026 extern __typeof (xmlUCSIsYiRadicals
) xmlUCSIsYiRadicals__internal_alias
__attribute((visibility("hidden")));
15027 #define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias
15032 #if defined(LIBXML_UNICODE_ENABLED)
15033 #ifdef bottom_xmlunicode
15034 #undef xmlUCSIsYiSyllables
15035 extern __typeof (xmlUCSIsYiSyllables
) xmlUCSIsYiSyllables
__attribute((alias("xmlUCSIsYiSyllables__internal_alias")));
15037 #ifndef xmlUCSIsYiSyllables
15038 extern __typeof (xmlUCSIsYiSyllables
) xmlUCSIsYiSyllables__internal_alias
__attribute((visibility("hidden")));
15039 #define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias
15044 #if defined(LIBXML_UNICODE_ENABLED)
15045 #ifdef bottom_xmlunicode
15046 #undef xmlUCSIsYijingHexagramSymbols
15047 extern __typeof (xmlUCSIsYijingHexagramSymbols
) xmlUCSIsYijingHexagramSymbols
__attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias")));
15049 #ifndef xmlUCSIsYijingHexagramSymbols
15050 extern __typeof (xmlUCSIsYijingHexagramSymbols
) xmlUCSIsYijingHexagramSymbols__internal_alias
__attribute((visibility("hidden")));
15051 #define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias
15057 #undef xmlURIEscape
15058 extern __typeof (xmlURIEscape
) xmlURIEscape
__attribute((alias("xmlURIEscape__internal_alias")));
15060 #ifndef xmlURIEscape
15061 extern __typeof (xmlURIEscape
) xmlURIEscape__internal_alias
__attribute((visibility("hidden")));
15062 #define xmlURIEscape xmlURIEscape__internal_alias
15067 #undef xmlURIEscapeStr
15068 extern __typeof (xmlURIEscapeStr
) xmlURIEscapeStr
__attribute((alias("xmlURIEscapeStr__internal_alias")));
15070 #ifndef xmlURIEscapeStr
15071 extern __typeof (xmlURIEscapeStr
) xmlURIEscapeStr__internal_alias
__attribute((visibility("hidden")));
15072 #define xmlURIEscapeStr xmlURIEscapeStr__internal_alias
15077 #undef xmlURIUnescapeString
15078 extern __typeof (xmlURIUnescapeString
) xmlURIUnescapeString
__attribute((alias("xmlURIUnescapeString__internal_alias")));
15080 #ifndef xmlURIUnescapeString
15081 extern __typeof (xmlURIUnescapeString
) xmlURIUnescapeString__internal_alias
__attribute((visibility("hidden")));
15082 #define xmlURIUnescapeString xmlURIUnescapeString__internal_alias
15086 #ifdef bottom_xmlstring
15087 #undef xmlUTF8Charcmp
15088 extern __typeof (xmlUTF8Charcmp
) xmlUTF8Charcmp
__attribute((alias("xmlUTF8Charcmp__internal_alias")));
15090 #ifndef xmlUTF8Charcmp
15091 extern __typeof (xmlUTF8Charcmp
) xmlUTF8Charcmp__internal_alias
__attribute((visibility("hidden")));
15092 #define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias
15096 #ifdef bottom_xmlstring
15098 extern __typeof (xmlUTF8Size
) xmlUTF8Size
__attribute((alias("xmlUTF8Size__internal_alias")));
15100 #ifndef xmlUTF8Size
15101 extern __typeof (xmlUTF8Size
) xmlUTF8Size__internal_alias
__attribute((visibility("hidden")));
15102 #define xmlUTF8Size xmlUTF8Size__internal_alias
15106 #ifdef bottom_xmlstring
15107 #undef xmlUTF8Strlen
15108 extern __typeof (xmlUTF8Strlen
) xmlUTF8Strlen
__attribute((alias("xmlUTF8Strlen__internal_alias")));
15110 #ifndef xmlUTF8Strlen
15111 extern __typeof (xmlUTF8Strlen
) xmlUTF8Strlen__internal_alias
__attribute((visibility("hidden")));
15112 #define xmlUTF8Strlen xmlUTF8Strlen__internal_alias
15116 #ifdef bottom_xmlstring
15117 #undef xmlUTF8Strloc
15118 extern __typeof (xmlUTF8Strloc
) xmlUTF8Strloc
__attribute((alias("xmlUTF8Strloc__internal_alias")));
15120 #ifndef xmlUTF8Strloc
15121 extern __typeof (xmlUTF8Strloc
) xmlUTF8Strloc__internal_alias
__attribute((visibility("hidden")));
15122 #define xmlUTF8Strloc xmlUTF8Strloc__internal_alias
15126 #ifdef bottom_xmlstring
15127 #undef xmlUTF8Strndup
15128 extern __typeof (xmlUTF8Strndup
) xmlUTF8Strndup
__attribute((alias("xmlUTF8Strndup__internal_alias")));
15130 #ifndef xmlUTF8Strndup
15131 extern __typeof (xmlUTF8Strndup
) xmlUTF8Strndup__internal_alias
__attribute((visibility("hidden")));
15132 #define xmlUTF8Strndup xmlUTF8Strndup__internal_alias
15136 #ifdef bottom_xmlstring
15137 #undef xmlUTF8Strpos
15138 extern __typeof (xmlUTF8Strpos
) xmlUTF8Strpos
__attribute((alias("xmlUTF8Strpos__internal_alias")));
15140 #ifndef xmlUTF8Strpos
15141 extern __typeof (xmlUTF8Strpos
) xmlUTF8Strpos__internal_alias
__attribute((visibility("hidden")));
15142 #define xmlUTF8Strpos xmlUTF8Strpos__internal_alias
15146 #ifdef bottom_xmlstring
15147 #undef xmlUTF8Strsize
15148 extern __typeof (xmlUTF8Strsize
) xmlUTF8Strsize
__attribute((alias("xmlUTF8Strsize__internal_alias")));
15150 #ifndef xmlUTF8Strsize
15151 extern __typeof (xmlUTF8Strsize
) xmlUTF8Strsize__internal_alias
__attribute((visibility("hidden")));
15152 #define xmlUTF8Strsize xmlUTF8Strsize__internal_alias
15156 #ifdef bottom_xmlstring
15157 #undef xmlUTF8Strsub
15158 extern __typeof (xmlUTF8Strsub
) xmlUTF8Strsub
__attribute((alias("xmlUTF8Strsub__internal_alias")));
15160 #ifndef xmlUTF8Strsub
15161 extern __typeof (xmlUTF8Strsub
) xmlUTF8Strsub__internal_alias
__attribute((visibility("hidden")));
15162 #define xmlUTF8Strsub xmlUTF8Strsub__internal_alias
15167 #undef xmlUnlinkNode
15168 extern __typeof (xmlUnlinkNode
) xmlUnlinkNode
__attribute((alias("xmlUnlinkNode__internal_alias")));
15170 #ifndef xmlUnlinkNode
15171 extern __typeof (xmlUnlinkNode
) xmlUnlinkNode__internal_alias
__attribute((visibility("hidden")));
15172 #define xmlUnlinkNode xmlUnlinkNode__internal_alias
15176 #ifdef bottom_threads
15177 #undef xmlUnlockLibrary
15178 extern __typeof (xmlUnlockLibrary
) xmlUnlockLibrary
__attribute((alias("xmlUnlockLibrary__internal_alias")));
15180 #ifndef xmlUnlockLibrary
15181 extern __typeof (xmlUnlockLibrary
) xmlUnlockLibrary__internal_alias
__attribute((visibility("hidden")));
15182 #define xmlUnlockLibrary xmlUnlockLibrary__internal_alias
15186 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15188 #undef xmlUnsetNsProp
15189 extern __typeof (xmlUnsetNsProp
) xmlUnsetNsProp
__attribute((alias("xmlUnsetNsProp__internal_alias")));
15191 #ifndef xmlUnsetNsProp
15192 extern __typeof (xmlUnsetNsProp
) xmlUnsetNsProp__internal_alias
__attribute((visibility("hidden")));
15193 #define xmlUnsetNsProp xmlUnsetNsProp__internal_alias
15198 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15200 #undef xmlUnsetProp
15201 extern __typeof (xmlUnsetProp
) xmlUnsetProp
__attribute((alias("xmlUnsetProp__internal_alias")));
15203 #ifndef xmlUnsetProp
15204 extern __typeof (xmlUnsetProp
) xmlUnsetProp__internal_alias
__attribute((visibility("hidden")));
15205 #define xmlUnsetProp xmlUnsetProp__internal_alias
15210 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15211 #ifdef bottom_valid
15212 #undef xmlValidBuildContentModel
15213 extern __typeof (xmlValidBuildContentModel
) xmlValidBuildContentModel
__attribute((alias("xmlValidBuildContentModel__internal_alias")));
15215 #ifndef xmlValidBuildContentModel
15216 extern __typeof (xmlValidBuildContentModel
) xmlValidBuildContentModel__internal_alias
__attribute((visibility("hidden")));
15217 #define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias
15222 #if defined(LIBXML_VALID_ENABLED)
15223 #ifdef bottom_valid
15224 #undef xmlValidCtxtNormalizeAttributeValue
15225 extern __typeof (xmlValidCtxtNormalizeAttributeValue
) xmlValidCtxtNormalizeAttributeValue
__attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias")));
15227 #ifndef xmlValidCtxtNormalizeAttributeValue
15228 extern __typeof (xmlValidCtxtNormalizeAttributeValue
) xmlValidCtxtNormalizeAttributeValue__internal_alias
__attribute((visibility("hidden")));
15229 #define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias
15234 #if defined(LIBXML_VALID_ENABLED)
15235 #ifdef bottom_valid
15236 #undef xmlValidGetPotentialChildren
15237 extern __typeof (xmlValidGetPotentialChildren
) xmlValidGetPotentialChildren
__attribute((alias("xmlValidGetPotentialChildren__internal_alias")));
15239 #ifndef xmlValidGetPotentialChildren
15240 extern __typeof (xmlValidGetPotentialChildren
) xmlValidGetPotentialChildren__internal_alias
__attribute((visibility("hidden")));
15241 #define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias
15246 #if defined(LIBXML_VALID_ENABLED)
15247 #ifdef bottom_valid
15248 #undef xmlValidGetValidElements
15249 extern __typeof (xmlValidGetValidElements
) xmlValidGetValidElements
__attribute((alias("xmlValidGetValidElements__internal_alias")));
15251 #ifndef xmlValidGetValidElements
15252 extern __typeof (xmlValidGetValidElements
) xmlValidGetValidElements__internal_alias
__attribute((visibility("hidden")));
15253 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias
15258 #if defined(LIBXML_VALID_ENABLED)
15259 #ifdef bottom_valid
15260 #undef xmlValidNormalizeAttributeValue
15261 extern __typeof (xmlValidNormalizeAttributeValue
) xmlValidNormalizeAttributeValue
__attribute((alias("xmlValidNormalizeAttributeValue__internal_alias")));
15263 #ifndef xmlValidNormalizeAttributeValue
15264 extern __typeof (xmlValidNormalizeAttributeValue
) xmlValidNormalizeAttributeValue__internal_alias
__attribute((visibility("hidden")));
15265 #define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias
15270 #if defined(LIBXML_VALID_ENABLED)
15271 #ifdef bottom_valid
15272 #undef xmlValidateAttributeDecl
15273 extern __typeof (xmlValidateAttributeDecl
) xmlValidateAttributeDecl
__attribute((alias("xmlValidateAttributeDecl__internal_alias")));
15275 #ifndef xmlValidateAttributeDecl
15276 extern __typeof (xmlValidateAttributeDecl
) xmlValidateAttributeDecl__internal_alias
__attribute((visibility("hidden")));
15277 #define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
15282 #if defined(LIBXML_VALID_ENABLED)
15283 #ifdef bottom_valid
15284 #undef xmlValidateAttributeValue
15285 extern __typeof (xmlValidateAttributeValue
) xmlValidateAttributeValue
__attribute((alias("xmlValidateAttributeValue__internal_alias")));
15287 #ifndef xmlValidateAttributeValue
15288 extern __typeof (xmlValidateAttributeValue
) xmlValidateAttributeValue__internal_alias
__attribute((visibility("hidden")));
15289 #define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias
15294 #if defined(LIBXML_VALID_ENABLED)
15295 #ifdef bottom_valid
15296 #undef xmlValidateDocument
15297 extern __typeof (xmlValidateDocument
) xmlValidateDocument
__attribute((alias("xmlValidateDocument__internal_alias")));
15299 #ifndef xmlValidateDocument
15300 extern __typeof (xmlValidateDocument
) xmlValidateDocument__internal_alias
__attribute((visibility("hidden")));
15301 #define xmlValidateDocument xmlValidateDocument__internal_alias
15306 #if defined(LIBXML_VALID_ENABLED)
15307 #ifdef bottom_valid
15308 #undef xmlValidateDocumentFinal
15309 extern __typeof (xmlValidateDocumentFinal
) xmlValidateDocumentFinal
__attribute((alias("xmlValidateDocumentFinal__internal_alias")));
15311 #ifndef xmlValidateDocumentFinal
15312 extern __typeof (xmlValidateDocumentFinal
) xmlValidateDocumentFinal__internal_alias
__attribute((visibility("hidden")));
15313 #define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias
15318 #if defined(LIBXML_VALID_ENABLED)
15319 #ifdef bottom_valid
15320 #undef xmlValidateDtd
15321 extern __typeof (xmlValidateDtd
) xmlValidateDtd
__attribute((alias("xmlValidateDtd__internal_alias")));
15323 #ifndef xmlValidateDtd
15324 extern __typeof (xmlValidateDtd
) xmlValidateDtd__internal_alias
__attribute((visibility("hidden")));
15325 #define xmlValidateDtd xmlValidateDtd__internal_alias
15330 #if defined(LIBXML_VALID_ENABLED)
15331 #ifdef bottom_valid
15332 #undef xmlValidateDtdFinal
15333 extern __typeof (xmlValidateDtdFinal
) xmlValidateDtdFinal
__attribute((alias("xmlValidateDtdFinal__internal_alias")));
15335 #ifndef xmlValidateDtdFinal
15336 extern __typeof (xmlValidateDtdFinal
) xmlValidateDtdFinal__internal_alias
__attribute((visibility("hidden")));
15337 #define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias
15342 #if defined(LIBXML_VALID_ENABLED)
15343 #ifdef bottom_valid
15344 #undef xmlValidateElement
15345 extern __typeof (xmlValidateElement
) xmlValidateElement
__attribute((alias("xmlValidateElement__internal_alias")));
15347 #ifndef xmlValidateElement
15348 extern __typeof (xmlValidateElement
) xmlValidateElement__internal_alias
__attribute((visibility("hidden")));
15349 #define xmlValidateElement xmlValidateElement__internal_alias
15354 #if defined(LIBXML_VALID_ENABLED)
15355 #ifdef bottom_valid
15356 #undef xmlValidateElementDecl
15357 extern __typeof (xmlValidateElementDecl
) xmlValidateElementDecl
__attribute((alias("xmlValidateElementDecl__internal_alias")));
15359 #ifndef xmlValidateElementDecl
15360 extern __typeof (xmlValidateElementDecl
) xmlValidateElementDecl__internal_alias
__attribute((visibility("hidden")));
15361 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias
15366 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_ENABLED) || defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENABLED)
15368 #undef xmlValidateNCName
15369 extern __typeof (xmlValidateNCName
) xmlValidateNCName
__attribute((alias("xmlValidateNCName__internal_alias")));
15371 #ifndef xmlValidateNCName
15372 extern __typeof (xmlValidateNCName
) xmlValidateNCName__internal_alias
__attribute((visibility("hidden")));
15373 #define xmlValidateNCName xmlValidateNCName__internal_alias
15378 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15380 #undef xmlValidateNMToken
15381 extern __typeof (xmlValidateNMToken
) xmlValidateNMToken
__attribute((alias("xmlValidateNMToken__internal_alias")));
15383 #ifndef xmlValidateNMToken
15384 extern __typeof (xmlValidateNMToken
) xmlValidateNMToken__internal_alias
__attribute((visibility("hidden")));
15385 #define xmlValidateNMToken xmlValidateNMToken__internal_alias
15390 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15392 #undef xmlValidateName
15393 extern __typeof (xmlValidateName
) xmlValidateName
__attribute((alias("xmlValidateName__internal_alias")));
15395 #ifndef xmlValidateName
15396 extern __typeof (xmlValidateName
) xmlValidateName__internal_alias
__attribute((visibility("hidden")));
15397 #define xmlValidateName xmlValidateName__internal_alias
15402 #if defined(LIBXML_VALID_ENABLED)
15403 #ifdef bottom_valid
15404 #undef xmlValidateNameValue
15405 extern __typeof (xmlValidateNameValue
) xmlValidateNameValue
__attribute((alias("xmlValidateNameValue__internal_alias")));
15407 #ifndef xmlValidateNameValue
15408 extern __typeof (xmlValidateNameValue
) xmlValidateNameValue__internal_alias
__attribute((visibility("hidden")));
15409 #define xmlValidateNameValue xmlValidateNameValue__internal_alias
15414 #if defined(LIBXML_VALID_ENABLED)
15415 #ifdef bottom_valid
15416 #undef xmlValidateNamesValue
15417 extern __typeof (xmlValidateNamesValue
) xmlValidateNamesValue
__attribute((alias("xmlValidateNamesValue__internal_alias")));
15419 #ifndef xmlValidateNamesValue
15420 extern __typeof (xmlValidateNamesValue
) xmlValidateNamesValue__internal_alias
__attribute((visibility("hidden")));
15421 #define xmlValidateNamesValue xmlValidateNamesValue__internal_alias
15426 #if defined(LIBXML_VALID_ENABLED)
15427 #ifdef bottom_valid
15428 #undef xmlValidateNmtokenValue
15429 extern __typeof (xmlValidateNmtokenValue
) xmlValidateNmtokenValue
__attribute((alias("xmlValidateNmtokenValue__internal_alias")));
15431 #ifndef xmlValidateNmtokenValue
15432 extern __typeof (xmlValidateNmtokenValue
) xmlValidateNmtokenValue__internal_alias
__attribute((visibility("hidden")));
15433 #define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias
15438 #if defined(LIBXML_VALID_ENABLED)
15439 #ifdef bottom_valid
15440 #undef xmlValidateNmtokensValue
15441 extern __typeof (xmlValidateNmtokensValue
) xmlValidateNmtokensValue
__attribute((alias("xmlValidateNmtokensValue__internal_alias")));
15443 #ifndef xmlValidateNmtokensValue
15444 extern __typeof (xmlValidateNmtokensValue
) xmlValidateNmtokensValue__internal_alias
__attribute((visibility("hidden")));
15445 #define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias
15450 #if defined(LIBXML_VALID_ENABLED)
15451 #ifdef bottom_valid
15452 #undef xmlValidateNotationDecl
15453 extern __typeof (xmlValidateNotationDecl
) xmlValidateNotationDecl
__attribute((alias("xmlValidateNotationDecl__internal_alias")));
15455 #ifndef xmlValidateNotationDecl
15456 extern __typeof (xmlValidateNotationDecl
) xmlValidateNotationDecl__internal_alias
__attribute((visibility("hidden")));
15457 #define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias
15462 #if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15463 #ifdef bottom_valid
15464 #undef xmlValidateNotationUse
15465 extern __typeof (xmlValidateNotationUse
) xmlValidateNotationUse
__attribute((alias("xmlValidateNotationUse__internal_alias")));
15467 #ifndef xmlValidateNotationUse
15468 extern __typeof (xmlValidateNotationUse
) xmlValidateNotationUse__internal_alias
__attribute((visibility("hidden")));
15469 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias
15474 #if defined(LIBXML_VALID_ENABLED)
15475 #ifdef bottom_valid
15476 #undef xmlValidateOneAttribute
15477 extern __typeof (xmlValidateOneAttribute
) xmlValidateOneAttribute
__attribute((alias("xmlValidateOneAttribute__internal_alias")));
15479 #ifndef xmlValidateOneAttribute
15480 extern __typeof (xmlValidateOneAttribute
) xmlValidateOneAttribute__internal_alias
__attribute((visibility("hidden")));
15481 #define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias
15486 #if defined(LIBXML_VALID_ENABLED)
15487 #ifdef bottom_valid
15488 #undef xmlValidateOneElement
15489 extern __typeof (xmlValidateOneElement
) xmlValidateOneElement
__attribute((alias("xmlValidateOneElement__internal_alias")));
15491 #ifndef xmlValidateOneElement
15492 extern __typeof (xmlValidateOneElement
) xmlValidateOneElement__internal_alias
__attribute((visibility("hidden")));
15493 #define xmlValidateOneElement xmlValidateOneElement__internal_alias
15498 #if defined(LIBXML_VALID_ENABLED)
15499 #ifdef bottom_valid
15500 #undef xmlValidateOneNamespace
15501 extern __typeof (xmlValidateOneNamespace
) xmlValidateOneNamespace
__attribute((alias("xmlValidateOneNamespace__internal_alias")));
15503 #ifndef xmlValidateOneNamespace
15504 extern __typeof (xmlValidateOneNamespace
) xmlValidateOneNamespace__internal_alias
__attribute((visibility("hidden")));
15505 #define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias
15510 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15511 #ifdef bottom_valid
15512 #undef xmlValidatePopElement
15513 extern __typeof (xmlValidatePopElement
) xmlValidatePopElement
__attribute((alias("xmlValidatePopElement__internal_alias")));
15515 #ifndef xmlValidatePopElement
15516 extern __typeof (xmlValidatePopElement
) xmlValidatePopElement__internal_alias
__attribute((visibility("hidden")));
15517 #define xmlValidatePopElement xmlValidatePopElement__internal_alias
15522 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15523 #ifdef bottom_valid
15524 #undef xmlValidatePushCData
15525 extern __typeof (xmlValidatePushCData
) xmlValidatePushCData
__attribute((alias("xmlValidatePushCData__internal_alias")));
15527 #ifndef xmlValidatePushCData
15528 extern __typeof (xmlValidatePushCData
) xmlValidatePushCData__internal_alias
__attribute((visibility("hidden")));
15529 #define xmlValidatePushCData xmlValidatePushCData__internal_alias
15534 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15535 #ifdef bottom_valid
15536 #undef xmlValidatePushElement
15537 extern __typeof (xmlValidatePushElement
) xmlValidatePushElement
__attribute((alias("xmlValidatePushElement__internal_alias")));
15539 #ifndef xmlValidatePushElement
15540 extern __typeof (xmlValidatePushElement
) xmlValidatePushElement__internal_alias
__attribute((visibility("hidden")));
15541 #define xmlValidatePushElement xmlValidatePushElement__internal_alias
15546 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15548 #undef xmlValidateQName
15549 extern __typeof (xmlValidateQName
) xmlValidateQName
__attribute((alias("xmlValidateQName__internal_alias")));
15551 #ifndef xmlValidateQName
15552 extern __typeof (xmlValidateQName
) xmlValidateQName__internal_alias
__attribute((visibility("hidden")));
15553 #define xmlValidateQName xmlValidateQName__internal_alias
15558 #if defined(LIBXML_VALID_ENABLED)
15559 #ifdef bottom_valid
15560 #undef xmlValidateRoot
15561 extern __typeof (xmlValidateRoot
) xmlValidateRoot
__attribute((alias("xmlValidateRoot__internal_alias")));
15563 #ifndef xmlValidateRoot
15564 extern __typeof (xmlValidateRoot
) xmlValidateRoot__internal_alias
__attribute((visibility("hidden")));
15565 #define xmlValidateRoot xmlValidateRoot__internal_alias
15570 #if defined(LIBXML_XINCLUDE_ENABLED)
15571 #ifdef bottom_xinclude
15572 #undef xmlXIncludeFreeContext
15573 extern __typeof (xmlXIncludeFreeContext
) xmlXIncludeFreeContext
__attribute((alias("xmlXIncludeFreeContext__internal_alias")));
15575 #ifndef xmlXIncludeFreeContext
15576 extern __typeof (xmlXIncludeFreeContext
) xmlXIncludeFreeContext__internal_alias
__attribute((visibility("hidden")));
15577 #define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias
15582 #if defined(LIBXML_XINCLUDE_ENABLED)
15583 #ifdef bottom_xinclude
15584 #undef xmlXIncludeNewContext
15585 extern __typeof (xmlXIncludeNewContext
) xmlXIncludeNewContext
__attribute((alias("xmlXIncludeNewContext__internal_alias")));
15587 #ifndef xmlXIncludeNewContext
15588 extern __typeof (xmlXIncludeNewContext
) xmlXIncludeNewContext__internal_alias
__attribute((visibility("hidden")));
15589 #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
15594 #if defined(LIBXML_XINCLUDE_ENABLED)
15595 #ifdef bottom_xinclude
15596 #undef xmlXIncludeProcess
15597 extern __typeof (xmlXIncludeProcess
) xmlXIncludeProcess
__attribute((alias("xmlXIncludeProcess__internal_alias")));
15599 #ifndef xmlXIncludeProcess
15600 extern __typeof (xmlXIncludeProcess
) xmlXIncludeProcess__internal_alias
__attribute((visibility("hidden")));
15601 #define xmlXIncludeProcess xmlXIncludeProcess__internal_alias
15606 #if defined(LIBXML_XINCLUDE_ENABLED)
15607 #ifdef bottom_xinclude
15608 #undef xmlXIncludeProcessFlags
15609 extern __typeof (xmlXIncludeProcessFlags
) xmlXIncludeProcessFlags
__attribute((alias("xmlXIncludeProcessFlags__internal_alias")));
15611 #ifndef xmlXIncludeProcessFlags
15612 extern __typeof (xmlXIncludeProcessFlags
) xmlXIncludeProcessFlags__internal_alias
__attribute((visibility("hidden")));
15613 #define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias
15618 #if defined(LIBXML_XINCLUDE_ENABLED)
15619 #ifdef bottom_xinclude
15620 #undef xmlXIncludeProcessFlagsData
15621 extern __typeof (xmlXIncludeProcessFlagsData
) xmlXIncludeProcessFlagsData
__attribute((alias("xmlXIncludeProcessFlagsData__internal_alias")));
15623 #ifndef xmlXIncludeProcessFlagsData
15624 extern __typeof (xmlXIncludeProcessFlagsData
) xmlXIncludeProcessFlagsData__internal_alias
__attribute((visibility("hidden")));
15625 #define xmlXIncludeProcessFlagsData xmlXIncludeProcessFlagsData__internal_alias
15630 #if defined(LIBXML_XINCLUDE_ENABLED)
15631 #ifdef bottom_xinclude
15632 #undef xmlXIncludeProcessNode
15633 extern __typeof (xmlXIncludeProcessNode
) xmlXIncludeProcessNode
__attribute((alias("xmlXIncludeProcessNode__internal_alias")));
15635 #ifndef xmlXIncludeProcessNode
15636 extern __typeof (xmlXIncludeProcessNode
) xmlXIncludeProcessNode__internal_alias
__attribute((visibility("hidden")));
15637 #define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias
15642 #if defined(LIBXML_XINCLUDE_ENABLED)
15643 #ifdef bottom_xinclude
15644 #undef xmlXIncludeProcessTree
15645 extern __typeof (xmlXIncludeProcessTree
) xmlXIncludeProcessTree
__attribute((alias("xmlXIncludeProcessTree__internal_alias")));
15647 #ifndef xmlXIncludeProcessTree
15648 extern __typeof (xmlXIncludeProcessTree
) xmlXIncludeProcessTree__internal_alias
__attribute((visibility("hidden")));
15649 #define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias
15654 #if defined(LIBXML_XINCLUDE_ENABLED)
15655 #ifdef bottom_xinclude
15656 #undef xmlXIncludeProcessTreeFlags
15657 extern __typeof (xmlXIncludeProcessTreeFlags
) xmlXIncludeProcessTreeFlags
__attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias")));
15659 #ifndef xmlXIncludeProcessTreeFlags
15660 extern __typeof (xmlXIncludeProcessTreeFlags
) xmlXIncludeProcessTreeFlags__internal_alias
__attribute((visibility("hidden")));
15661 #define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias
15666 #if defined(LIBXML_XINCLUDE_ENABLED)
15667 #ifdef bottom_xinclude
15668 #undef xmlXIncludeProcessTreeFlagsData
15669 extern __typeof (xmlXIncludeProcessTreeFlagsData
) xmlXIncludeProcessTreeFlagsData
__attribute((alias("xmlXIncludeProcessTreeFlagsData__internal_alias")));
15671 #ifndef xmlXIncludeProcessTreeFlagsData
15672 extern __typeof (xmlXIncludeProcessTreeFlagsData
) xmlXIncludeProcessTreeFlagsData__internal_alias
__attribute((visibility("hidden")));
15673 #define xmlXIncludeProcessTreeFlagsData xmlXIncludeProcessTreeFlagsData__internal_alias
15678 #if defined(LIBXML_XINCLUDE_ENABLED)
15679 #ifdef bottom_xinclude
15680 #undef xmlXIncludeSetFlags
15681 extern __typeof (xmlXIncludeSetFlags
) xmlXIncludeSetFlags
__attribute((alias("xmlXIncludeSetFlags__internal_alias")));
15683 #ifndef xmlXIncludeSetFlags
15684 extern __typeof (xmlXIncludeSetFlags
) xmlXIncludeSetFlags__internal_alias
__attribute((visibility("hidden")));
15685 #define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias
15690 #if defined(LIBXML_XPATH_ENABLED)
15691 #ifdef bottom_xpath
15692 #undef xmlXPathAddValues
15693 extern __typeof (xmlXPathAddValues
) xmlXPathAddValues
__attribute((alias("xmlXPathAddValues__internal_alias")));
15695 #ifndef xmlXPathAddValues
15696 extern __typeof (xmlXPathAddValues
) xmlXPathAddValues__internal_alias
__attribute((visibility("hidden")));
15697 #define xmlXPathAddValues xmlXPathAddValues__internal_alias
15702 #if defined(LIBXML_XPATH_ENABLED)
15703 #ifdef bottom_xpath
15704 #undef xmlXPathBooleanFunction
15705 extern __typeof (xmlXPathBooleanFunction
) xmlXPathBooleanFunction
__attribute((alias("xmlXPathBooleanFunction__internal_alias")));
15707 #ifndef xmlXPathBooleanFunction
15708 extern __typeof (xmlXPathBooleanFunction
) xmlXPathBooleanFunction__internal_alias
__attribute((visibility("hidden")));
15709 #define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias
15714 #if defined(LIBXML_XPATH_ENABLED)
15715 #ifdef bottom_xpath
15716 #undef xmlXPathCastBooleanToNumber
15717 extern __typeof (xmlXPathCastBooleanToNumber
) xmlXPathCastBooleanToNumber
__attribute((alias("xmlXPathCastBooleanToNumber__internal_alias")));
15719 #ifndef xmlXPathCastBooleanToNumber
15720 extern __typeof (xmlXPathCastBooleanToNumber
) xmlXPathCastBooleanToNumber__internal_alias
__attribute((visibility("hidden")));
15721 #define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias
15726 #if defined(LIBXML_XPATH_ENABLED)
15727 #ifdef bottom_xpath
15728 #undef xmlXPathCastBooleanToString
15729 extern __typeof (xmlXPathCastBooleanToString
) xmlXPathCastBooleanToString
__attribute((alias("xmlXPathCastBooleanToString__internal_alias")));
15731 #ifndef xmlXPathCastBooleanToString
15732 extern __typeof (xmlXPathCastBooleanToString
) xmlXPathCastBooleanToString__internal_alias
__attribute((visibility("hidden")));
15733 #define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias
15738 #if defined(LIBXML_XPATH_ENABLED)
15739 #ifdef bottom_xpath
15740 #undef xmlXPathCastNodeSetToBoolean
15741 extern __typeof (xmlXPathCastNodeSetToBoolean
) xmlXPathCastNodeSetToBoolean
__attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias")));
15743 #ifndef xmlXPathCastNodeSetToBoolean
15744 extern __typeof (xmlXPathCastNodeSetToBoolean
) xmlXPathCastNodeSetToBoolean__internal_alias
__attribute((visibility("hidden")));
15745 #define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias
15750 #if defined(LIBXML_XPATH_ENABLED)
15751 #ifdef bottom_xpath
15752 #undef xmlXPathCastNodeSetToNumber
15753 extern __typeof (xmlXPathCastNodeSetToNumber
) xmlXPathCastNodeSetToNumber
__attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias")));
15755 #ifndef xmlXPathCastNodeSetToNumber
15756 extern __typeof (xmlXPathCastNodeSetToNumber
) xmlXPathCastNodeSetToNumber__internal_alias
__attribute((visibility("hidden")));
15757 #define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias
15762 #if defined(LIBXML_XPATH_ENABLED)
15763 #ifdef bottom_xpath
15764 #undef xmlXPathCastNodeSetToString
15765 extern __typeof (xmlXPathCastNodeSetToString
) xmlXPathCastNodeSetToString
__attribute((alias("xmlXPathCastNodeSetToString__internal_alias")));
15767 #ifndef xmlXPathCastNodeSetToString
15768 extern __typeof (xmlXPathCastNodeSetToString
) xmlXPathCastNodeSetToString__internal_alias
__attribute((visibility("hidden")));
15769 #define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias
15774 #if defined(LIBXML_XPATH_ENABLED)
15775 #ifdef bottom_xpath
15776 #undef xmlXPathCastNodeToNumber
15777 extern __typeof (xmlXPathCastNodeToNumber
) xmlXPathCastNodeToNumber
__attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
15779 #ifndef xmlXPathCastNodeToNumber
15780 extern __typeof (xmlXPathCastNodeToNumber
) xmlXPathCastNodeToNumber__internal_alias
__attribute((visibility("hidden")));
15781 #define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias
15786 #if defined(LIBXML_XPATH_ENABLED)
15787 #ifdef bottom_xpath
15788 #undef xmlXPathCastNodeToString
15789 extern __typeof (xmlXPathCastNodeToString
) xmlXPathCastNodeToString
__attribute((alias("xmlXPathCastNodeToString__internal_alias")));
15791 #ifndef xmlXPathCastNodeToString
15792 extern __typeof (xmlXPathCastNodeToString
) xmlXPathCastNodeToString__internal_alias
__attribute((visibility("hidden")));
15793 #define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias
15798 #if defined(LIBXML_XPATH_ENABLED)
15799 #ifdef bottom_xpath
15800 #undef xmlXPathCastNumberToBoolean
15801 extern __typeof (xmlXPathCastNumberToBoolean
) xmlXPathCastNumberToBoolean
__attribute((alias("xmlXPathCastNumberToBoolean__internal_alias")));
15803 #ifndef xmlXPathCastNumberToBoolean
15804 extern __typeof (xmlXPathCastNumberToBoolean
) xmlXPathCastNumberToBoolean__internal_alias
__attribute((visibility("hidden")));
15805 #define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias
15810 #if defined(LIBXML_XPATH_ENABLED)
15811 #ifdef bottom_xpath
15812 #undef xmlXPathCastNumberToString
15813 extern __typeof (xmlXPathCastNumberToString
) xmlXPathCastNumberToString
__attribute((alias("xmlXPathCastNumberToString__internal_alias")));
15815 #ifndef xmlXPathCastNumberToString
15816 extern __typeof (xmlXPathCastNumberToString
) xmlXPathCastNumberToString__internal_alias
__attribute((visibility("hidden")));
15817 #define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias
15822 #if defined(LIBXML_XPATH_ENABLED)
15823 #ifdef bottom_xpath
15824 #undef xmlXPathCastStringToBoolean
15825 extern __typeof (xmlXPathCastStringToBoolean
) xmlXPathCastStringToBoolean
__attribute((alias("xmlXPathCastStringToBoolean__internal_alias")));
15827 #ifndef xmlXPathCastStringToBoolean
15828 extern __typeof (xmlXPathCastStringToBoolean
) xmlXPathCastStringToBoolean__internal_alias
__attribute((visibility("hidden")));
15829 #define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias
15834 #if defined(LIBXML_XPATH_ENABLED)
15835 #ifdef bottom_xpath
15836 #undef xmlXPathCastStringToNumber
15837 extern __typeof (xmlXPathCastStringToNumber
) xmlXPathCastStringToNumber
__attribute((alias("xmlXPathCastStringToNumber__internal_alias")));
15839 #ifndef xmlXPathCastStringToNumber
15840 extern __typeof (xmlXPathCastStringToNumber
) xmlXPathCastStringToNumber__internal_alias
__attribute((visibility("hidden")));
15841 #define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias
15846 #if defined(LIBXML_XPATH_ENABLED)
15847 #ifdef bottom_xpath
15848 #undef xmlXPathCastToBoolean
15849 extern __typeof (xmlXPathCastToBoolean
) xmlXPathCastToBoolean
__attribute((alias("xmlXPathCastToBoolean__internal_alias")));
15851 #ifndef xmlXPathCastToBoolean
15852 extern __typeof (xmlXPathCastToBoolean
) xmlXPathCastToBoolean__internal_alias
__attribute((visibility("hidden")));
15853 #define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias
15858 #if defined(LIBXML_XPATH_ENABLED)
15859 #ifdef bottom_xpath
15860 #undef xmlXPathCastToNumber
15861 extern __typeof (xmlXPathCastToNumber
) xmlXPathCastToNumber
__attribute((alias("xmlXPathCastToNumber__internal_alias")));
15863 #ifndef xmlXPathCastToNumber
15864 extern __typeof (xmlXPathCastToNumber
) xmlXPathCastToNumber__internal_alias
__attribute((visibility("hidden")));
15865 #define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias
15870 #if defined(LIBXML_XPATH_ENABLED)
15871 #ifdef bottom_xpath
15872 #undef xmlXPathCastToString
15873 extern __typeof (xmlXPathCastToString
) xmlXPathCastToString
__attribute((alias("xmlXPathCastToString__internal_alias")));
15875 #ifndef xmlXPathCastToString
15876 extern __typeof (xmlXPathCastToString
) xmlXPathCastToString__internal_alias
__attribute((visibility("hidden")));
15877 #define xmlXPathCastToString xmlXPathCastToString__internal_alias
15882 #if defined(LIBXML_XPATH_ENABLED)
15883 #ifdef bottom_xpath
15884 #undef xmlXPathCeilingFunction
15885 extern __typeof (xmlXPathCeilingFunction
) xmlXPathCeilingFunction
__attribute((alias("xmlXPathCeilingFunction__internal_alias")));
15887 #ifndef xmlXPathCeilingFunction
15888 extern __typeof (xmlXPathCeilingFunction
) xmlXPathCeilingFunction__internal_alias
__attribute((visibility("hidden")));
15889 #define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias
15894 #if defined(LIBXML_XPATH_ENABLED)
15895 #ifdef bottom_xpath
15896 #undef xmlXPathCmpNodes
15897 extern __typeof (xmlXPathCmpNodes
) xmlXPathCmpNodes
__attribute((alias("xmlXPathCmpNodes__internal_alias")));
15899 #ifndef xmlXPathCmpNodes
15900 extern __typeof (xmlXPathCmpNodes
) xmlXPathCmpNodes__internal_alias
__attribute((visibility("hidden")));
15901 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
15906 #if defined(LIBXML_XPATH_ENABLED)
15907 #ifdef bottom_xpath
15908 #undef xmlXPathCompareValues
15909 extern __typeof (xmlXPathCompareValues
) xmlXPathCompareValues
__attribute((alias("xmlXPathCompareValues__internal_alias")));
15911 #ifndef xmlXPathCompareValues
15912 extern __typeof (xmlXPathCompareValues
) xmlXPathCompareValues__internal_alias
__attribute((visibility("hidden")));
15913 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias
15918 #if defined(LIBXML_XPATH_ENABLED)
15919 #ifdef bottom_xpath
15920 #undef xmlXPathCompile
15921 extern __typeof (xmlXPathCompile
) xmlXPathCompile
__attribute((alias("xmlXPathCompile__internal_alias")));
15923 #ifndef xmlXPathCompile
15924 extern __typeof (xmlXPathCompile
) xmlXPathCompile__internal_alias
__attribute((visibility("hidden")));
15925 #define xmlXPathCompile xmlXPathCompile__internal_alias
15930 #if defined(LIBXML_XPATH_ENABLED)
15931 #ifdef bottom_xpath
15932 #undef xmlXPathCompiledEval
15933 extern __typeof (xmlXPathCompiledEval
) xmlXPathCompiledEval
__attribute((alias("xmlXPathCompiledEval__internal_alias")));
15935 #ifndef xmlXPathCompiledEval
15936 extern __typeof (xmlXPathCompiledEval
) xmlXPathCompiledEval__internal_alias
__attribute((visibility("hidden")));
15937 #define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias
15942 #if defined(LIBXML_XPATH_ENABLED)
15943 #ifdef bottom_xpath
15944 #undef xmlXPathCompiledEvalToBoolean
15945 extern __typeof (xmlXPathCompiledEvalToBoolean
) xmlXPathCompiledEvalToBoolean
__attribute((alias("xmlXPathCompiledEvalToBoolean__internal_alias")));
15947 #ifndef xmlXPathCompiledEvalToBoolean
15948 extern __typeof (xmlXPathCompiledEvalToBoolean
) xmlXPathCompiledEvalToBoolean__internal_alias
__attribute((visibility("hidden")));
15949 #define xmlXPathCompiledEvalToBoolean xmlXPathCompiledEvalToBoolean__internal_alias
15954 #if defined(LIBXML_XPATH_ENABLED)
15955 #ifdef bottom_xpath
15956 #undef xmlXPathConcatFunction
15957 extern __typeof (xmlXPathConcatFunction
) xmlXPathConcatFunction
__attribute((alias("xmlXPathConcatFunction__internal_alias")));
15959 #ifndef xmlXPathConcatFunction
15960 extern __typeof (xmlXPathConcatFunction
) xmlXPathConcatFunction__internal_alias
__attribute((visibility("hidden")));
15961 #define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias
15966 #if defined(LIBXML_XPATH_ENABLED)
15967 #ifdef bottom_xpath
15968 #undef xmlXPathContainsFunction
15969 extern __typeof (xmlXPathContainsFunction
) xmlXPathContainsFunction
__attribute((alias("xmlXPathContainsFunction__internal_alias")));
15971 #ifndef xmlXPathContainsFunction
15972 extern __typeof (xmlXPathContainsFunction
) xmlXPathContainsFunction__internal_alias
__attribute((visibility("hidden")));
15973 #define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias
15978 #if defined(LIBXML_XPATH_ENABLED)
15979 #ifdef bottom_xpath
15980 #undef xmlXPathContextSetCache
15981 extern __typeof (xmlXPathContextSetCache
) xmlXPathContextSetCache
__attribute((alias("xmlXPathContextSetCache__internal_alias")));
15983 #ifndef xmlXPathContextSetCache
15984 extern __typeof (xmlXPathContextSetCache
) xmlXPathContextSetCache__internal_alias
__attribute((visibility("hidden")));
15985 #define xmlXPathContextSetCache xmlXPathContextSetCache__internal_alias
15990 #if defined(LIBXML_XPATH_ENABLED)
15991 #ifdef bottom_xpath
15992 #undef xmlXPathConvertBoolean
15993 extern __typeof (xmlXPathConvertBoolean
) xmlXPathConvertBoolean
__attribute((alias("xmlXPathConvertBoolean__internal_alias")));
15995 #ifndef xmlXPathConvertBoolean
15996 extern __typeof (xmlXPathConvertBoolean
) xmlXPathConvertBoolean__internal_alias
__attribute((visibility("hidden")));
15997 #define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias
16002 #if defined(LIBXML_XPATH_ENABLED)
16003 #ifdef bottom_xpath
16004 #undef xmlXPathConvertNumber
16005 extern __typeof (xmlXPathConvertNumber
) xmlXPathConvertNumber
__attribute((alias("xmlXPathConvertNumber__internal_alias")));
16007 #ifndef xmlXPathConvertNumber
16008 extern __typeof (xmlXPathConvertNumber
) xmlXPathConvertNumber__internal_alias
__attribute((visibility("hidden")));
16009 #define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias
16014 #if defined(LIBXML_XPATH_ENABLED)
16015 #ifdef bottom_xpath
16016 #undef xmlXPathConvertString
16017 extern __typeof (xmlXPathConvertString
) xmlXPathConvertString
__attribute((alias("xmlXPathConvertString__internal_alias")));
16019 #ifndef xmlXPathConvertString
16020 extern __typeof (xmlXPathConvertString
) xmlXPathConvertString__internal_alias
__attribute((visibility("hidden")));
16021 #define xmlXPathConvertString xmlXPathConvertString__internal_alias
16026 #if defined(LIBXML_XPATH_ENABLED)
16027 #ifdef bottom_xpath
16028 #undef xmlXPathCountFunction
16029 extern __typeof (xmlXPathCountFunction
) xmlXPathCountFunction
__attribute((alias("xmlXPathCountFunction__internal_alias")));
16031 #ifndef xmlXPathCountFunction
16032 extern __typeof (xmlXPathCountFunction
) xmlXPathCountFunction__internal_alias
__attribute((visibility("hidden")));
16033 #define xmlXPathCountFunction xmlXPathCountFunction__internal_alias
16038 #if defined(LIBXML_XPATH_ENABLED)
16039 #ifdef bottom_xpath
16040 #undef xmlXPathCtxtCompile
16041 extern __typeof (xmlXPathCtxtCompile
) xmlXPathCtxtCompile
__attribute((alias("xmlXPathCtxtCompile__internal_alias")));
16043 #ifndef xmlXPathCtxtCompile
16044 extern __typeof (xmlXPathCtxtCompile
) xmlXPathCtxtCompile__internal_alias
__attribute((visibility("hidden")));
16045 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias
16050 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
16051 #ifdef bottom_xpath
16052 #undef xmlXPathDebugDumpCompExpr
16053 extern __typeof (xmlXPathDebugDumpCompExpr
) xmlXPathDebugDumpCompExpr
__attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias")));
16055 #ifndef xmlXPathDebugDumpCompExpr
16056 extern __typeof (xmlXPathDebugDumpCompExpr
) xmlXPathDebugDumpCompExpr__internal_alias
__attribute((visibility("hidden")));
16057 #define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias
16062 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
16063 #ifdef bottom_xpath
16064 #undef xmlXPathDebugDumpObject
16065 extern __typeof (xmlXPathDebugDumpObject
) xmlXPathDebugDumpObject
__attribute((alias("xmlXPathDebugDumpObject__internal_alias")));
16067 #ifndef xmlXPathDebugDumpObject
16068 extern __typeof (xmlXPathDebugDumpObject
) xmlXPathDebugDumpObject__internal_alias
__attribute((visibility("hidden")));
16069 #define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias
16074 #if defined(LIBXML_XPATH_ENABLED)
16075 #ifdef bottom_xpath
16076 #undef xmlXPathDifference
16077 extern __typeof (xmlXPathDifference
) xmlXPathDifference
__attribute((alias("xmlXPathDifference__internal_alias")));
16079 #ifndef xmlXPathDifference
16080 extern __typeof (xmlXPathDifference
) xmlXPathDifference__internal_alias
__attribute((visibility("hidden")));
16081 #define xmlXPathDifference xmlXPathDifference__internal_alias
16086 #if defined(LIBXML_XPATH_ENABLED)
16087 #ifdef bottom_xpath
16088 #undef xmlXPathDistinct
16089 extern __typeof (xmlXPathDistinct
) xmlXPathDistinct
__attribute((alias("xmlXPathDistinct__internal_alias")));
16091 #ifndef xmlXPathDistinct
16092 extern __typeof (xmlXPathDistinct
) xmlXPathDistinct__internal_alias
__attribute((visibility("hidden")));
16093 #define xmlXPathDistinct xmlXPathDistinct__internal_alias
16098 #if defined(LIBXML_XPATH_ENABLED)
16099 #ifdef bottom_xpath
16100 #undef xmlXPathDistinctSorted
16101 extern __typeof (xmlXPathDistinctSorted
) xmlXPathDistinctSorted
__attribute((alias("xmlXPathDistinctSorted__internal_alias")));
16103 #ifndef xmlXPathDistinctSorted
16104 extern __typeof (xmlXPathDistinctSorted
) xmlXPathDistinctSorted__internal_alias
__attribute((visibility("hidden")));
16105 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias
16110 #if defined(LIBXML_XPATH_ENABLED)
16111 #ifdef bottom_xpath
16112 #undef xmlXPathDivValues
16113 extern __typeof (xmlXPathDivValues
) xmlXPathDivValues
__attribute((alias("xmlXPathDivValues__internal_alias")));
16115 #ifndef xmlXPathDivValues
16116 extern __typeof (xmlXPathDivValues
) xmlXPathDivValues__internal_alias
__attribute((visibility("hidden")));
16117 #define xmlXPathDivValues xmlXPathDivValues__internal_alias
16122 #if defined(LIBXML_XPATH_ENABLED)
16123 #ifdef bottom_xpath
16124 #undef xmlXPathEqualValues
16125 extern __typeof (xmlXPathEqualValues
) xmlXPathEqualValues
__attribute((alias("xmlXPathEqualValues__internal_alias")));
16127 #ifndef xmlXPathEqualValues
16128 extern __typeof (xmlXPathEqualValues
) xmlXPathEqualValues__internal_alias
__attribute((visibility("hidden")));
16129 #define xmlXPathEqualValues xmlXPathEqualValues__internal_alias
16134 #if defined(LIBXML_XPATH_ENABLED)
16135 #ifdef bottom_xpath
16137 extern __typeof (xmlXPathErr
) xmlXPathErr
__attribute((alias("xmlXPathErr__internal_alias")));
16139 #ifndef xmlXPathErr
16140 extern __typeof (xmlXPathErr
) xmlXPathErr__internal_alias
__attribute((visibility("hidden")));
16141 #define xmlXPathErr xmlXPathErr__internal_alias
16146 #if defined(LIBXML_XPATH_ENABLED)
16147 #ifdef bottom_xpath
16148 #undef xmlXPathEval
16149 extern __typeof (xmlXPathEval
) xmlXPathEval
__attribute((alias("xmlXPathEval__internal_alias")));
16151 #ifndef xmlXPathEval
16152 extern __typeof (xmlXPathEval
) xmlXPathEval__internal_alias
__attribute((visibility("hidden")));
16153 #define xmlXPathEval xmlXPathEval__internal_alias
16158 #if defined(LIBXML_XPATH_ENABLED)
16159 #ifdef bottom_xpath
16160 #undef xmlXPathEvalExpr
16161 extern __typeof (xmlXPathEvalExpr
) xmlXPathEvalExpr
__attribute((alias("xmlXPathEvalExpr__internal_alias")));
16163 #ifndef xmlXPathEvalExpr
16164 extern __typeof (xmlXPathEvalExpr
) xmlXPathEvalExpr__internal_alias
__attribute((visibility("hidden")));
16165 #define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias
16170 #if defined(LIBXML_XPATH_ENABLED)
16171 #ifdef bottom_xpath
16172 #undef xmlXPathEvalExpression
16173 extern __typeof (xmlXPathEvalExpression
) xmlXPathEvalExpression
__attribute((alias("xmlXPathEvalExpression__internal_alias")));
16175 #ifndef xmlXPathEvalExpression
16176 extern __typeof (xmlXPathEvalExpression
) xmlXPathEvalExpression__internal_alias
__attribute((visibility("hidden")));
16177 #define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias
16182 #if defined(LIBXML_XPATH_ENABLED)
16183 #ifdef bottom_xpath
16184 #undef xmlXPathEvalPredicate
16185 extern __typeof (xmlXPathEvalPredicate
) xmlXPathEvalPredicate
__attribute((alias("xmlXPathEvalPredicate__internal_alias")));
16187 #ifndef xmlXPathEvalPredicate
16188 extern __typeof (xmlXPathEvalPredicate
) xmlXPathEvalPredicate__internal_alias
__attribute((visibility("hidden")));
16189 #define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias
16194 #if defined(LIBXML_XPATH_ENABLED)
16195 #ifdef bottom_xpath
16196 #undef xmlXPathEvaluatePredicateResult
16197 extern __typeof (xmlXPathEvaluatePredicateResult
) xmlXPathEvaluatePredicateResult
__attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias")));
16199 #ifndef xmlXPathEvaluatePredicateResult
16200 extern __typeof (xmlXPathEvaluatePredicateResult
) xmlXPathEvaluatePredicateResult__internal_alias
__attribute((visibility("hidden")));
16201 #define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias
16206 #if defined(LIBXML_XPATH_ENABLED)
16207 #ifdef bottom_xpath
16208 #undef xmlXPathFalseFunction
16209 extern __typeof (xmlXPathFalseFunction
) xmlXPathFalseFunction
__attribute((alias("xmlXPathFalseFunction__internal_alias")));
16211 #ifndef xmlXPathFalseFunction
16212 extern __typeof (xmlXPathFalseFunction
) xmlXPathFalseFunction__internal_alias
__attribute((visibility("hidden")));
16213 #define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias
16218 #if defined(LIBXML_XPATH_ENABLED)
16219 #ifdef bottom_xpath
16220 #undef xmlXPathFloorFunction
16221 extern __typeof (xmlXPathFloorFunction
) xmlXPathFloorFunction
__attribute((alias("xmlXPathFloorFunction__internal_alias")));
16223 #ifndef xmlXPathFloorFunction
16224 extern __typeof (xmlXPathFloorFunction
) xmlXPathFloorFunction__internal_alias
__attribute((visibility("hidden")));
16225 #define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias
16230 #if defined(LIBXML_XPATH_ENABLED)
16231 #ifdef bottom_xpath
16232 #undef xmlXPathFreeCompExpr
16233 extern __typeof (xmlXPathFreeCompExpr
) xmlXPathFreeCompExpr
__attribute((alias("xmlXPathFreeCompExpr__internal_alias")));
16235 #ifndef xmlXPathFreeCompExpr
16236 extern __typeof (xmlXPathFreeCompExpr
) xmlXPathFreeCompExpr__internal_alias
__attribute((visibility("hidden")));
16237 #define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias
16242 #if defined(LIBXML_XPATH_ENABLED)
16243 #ifdef bottom_xpath
16244 #undef xmlXPathFreeContext
16245 extern __typeof (xmlXPathFreeContext
) xmlXPathFreeContext
__attribute((alias("xmlXPathFreeContext__internal_alias")));
16247 #ifndef xmlXPathFreeContext
16248 extern __typeof (xmlXPathFreeContext
) xmlXPathFreeContext__internal_alias
__attribute((visibility("hidden")));
16249 #define xmlXPathFreeContext xmlXPathFreeContext__internal_alias
16254 #if defined(LIBXML_XPATH_ENABLED)
16255 #ifdef bottom_xpath
16256 #undef xmlXPathFreeNodeSet
16257 extern __typeof (xmlXPathFreeNodeSet
) xmlXPathFreeNodeSet
__attribute((alias("xmlXPathFreeNodeSet__internal_alias")));
16259 #ifndef xmlXPathFreeNodeSet
16260 extern __typeof (xmlXPathFreeNodeSet
) xmlXPathFreeNodeSet__internal_alias
__attribute((visibility("hidden")));
16261 #define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias
16266 #if defined(LIBXML_XPATH_ENABLED)
16267 #ifdef bottom_xpath
16268 #undef xmlXPathFreeNodeSetList
16269 extern __typeof (xmlXPathFreeNodeSetList
) xmlXPathFreeNodeSetList
__attribute((alias("xmlXPathFreeNodeSetList__internal_alias")));
16271 #ifndef xmlXPathFreeNodeSetList
16272 extern __typeof (xmlXPathFreeNodeSetList
) xmlXPathFreeNodeSetList__internal_alias
__attribute((visibility("hidden")));
16273 #define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias
16278 #if defined(LIBXML_XPATH_ENABLED)
16279 #ifdef bottom_xpath
16280 #undef xmlXPathFreeObject
16281 extern __typeof (xmlXPathFreeObject
) xmlXPathFreeObject
__attribute((alias("xmlXPathFreeObject__internal_alias")));
16283 #ifndef xmlXPathFreeObject
16284 extern __typeof (xmlXPathFreeObject
) xmlXPathFreeObject__internal_alias
__attribute((visibility("hidden")));
16285 #define xmlXPathFreeObject xmlXPathFreeObject__internal_alias
16290 #if defined(LIBXML_XPATH_ENABLED)
16291 #ifdef bottom_xpath
16292 #undef xmlXPathFreeParserContext
16293 extern __typeof (xmlXPathFreeParserContext
) xmlXPathFreeParserContext
__attribute((alias("xmlXPathFreeParserContext__internal_alias")));
16295 #ifndef xmlXPathFreeParserContext
16296 extern __typeof (xmlXPathFreeParserContext
) xmlXPathFreeParserContext__internal_alias
__attribute((visibility("hidden")));
16297 #define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias
16302 #if defined(LIBXML_XPATH_ENABLED)
16303 #ifdef bottom_xpath
16304 #undef xmlXPathFunctionLookup
16305 extern __typeof (xmlXPathFunctionLookup
) xmlXPathFunctionLookup
__attribute((alias("xmlXPathFunctionLookup__internal_alias")));
16307 #ifndef xmlXPathFunctionLookup
16308 extern __typeof (xmlXPathFunctionLookup
) xmlXPathFunctionLookup__internal_alias
__attribute((visibility("hidden")));
16309 #define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias
16314 #if defined(LIBXML_XPATH_ENABLED)
16315 #ifdef bottom_xpath
16316 #undef xmlXPathFunctionLookupNS
16317 extern __typeof (xmlXPathFunctionLookupNS
) xmlXPathFunctionLookupNS
__attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
16319 #ifndef xmlXPathFunctionLookupNS
16320 extern __typeof (xmlXPathFunctionLookupNS
) xmlXPathFunctionLookupNS__internal_alias
__attribute((visibility("hidden")));
16321 #define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias
16326 #if defined(LIBXML_XPATH_ENABLED)
16327 #ifdef bottom_xpath
16328 #undef xmlXPathHasSameNodes
16329 extern __typeof (xmlXPathHasSameNodes
) xmlXPathHasSameNodes
__attribute((alias("xmlXPathHasSameNodes__internal_alias")));
16331 #ifndef xmlXPathHasSameNodes
16332 extern __typeof (xmlXPathHasSameNodes
) xmlXPathHasSameNodes__internal_alias
__attribute((visibility("hidden")));
16333 #define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias
16338 #if defined(LIBXML_XPATH_ENABLED)
16339 #ifdef bottom_xpath
16340 #undef xmlXPathIdFunction
16341 extern __typeof (xmlXPathIdFunction
) xmlXPathIdFunction
__attribute((alias("xmlXPathIdFunction__internal_alias")));
16343 #ifndef xmlXPathIdFunction
16344 extern __typeof (xmlXPathIdFunction
) xmlXPathIdFunction__internal_alias
__attribute((visibility("hidden")));
16345 #define xmlXPathIdFunction xmlXPathIdFunction__internal_alias
16350 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16351 #ifdef bottom_xpath
16352 #undef xmlXPathInit
16353 extern __typeof (xmlXPathInit
) xmlXPathInit
__attribute((alias("xmlXPathInit__internal_alias")));
16355 #ifndef xmlXPathInit
16356 extern __typeof (xmlXPathInit
) xmlXPathInit__internal_alias
__attribute((visibility("hidden")));
16357 #define xmlXPathInit xmlXPathInit__internal_alias
16362 #if defined(LIBXML_XPATH_ENABLED)
16363 #ifdef bottom_xpath
16364 #undef xmlXPathIntersection
16365 extern __typeof (xmlXPathIntersection
) xmlXPathIntersection
__attribute((alias("xmlXPathIntersection__internal_alias")));
16367 #ifndef xmlXPathIntersection
16368 extern __typeof (xmlXPathIntersection
) xmlXPathIntersection__internal_alias
__attribute((visibility("hidden")));
16369 #define xmlXPathIntersection xmlXPathIntersection__internal_alias
16374 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16375 #ifdef bottom_xpath
16376 #undef xmlXPathIsInf
16377 extern __typeof (xmlXPathIsInf
) xmlXPathIsInf
__attribute((alias("xmlXPathIsInf__internal_alias")));
16379 #ifndef xmlXPathIsInf
16380 extern __typeof (xmlXPathIsInf
) xmlXPathIsInf__internal_alias
__attribute((visibility("hidden")));
16381 #define xmlXPathIsInf xmlXPathIsInf__internal_alias
16386 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16387 #ifdef bottom_xpath
16388 #undef xmlXPathIsNaN
16389 extern __typeof (xmlXPathIsNaN
) xmlXPathIsNaN
__attribute((alias("xmlXPathIsNaN__internal_alias")));
16391 #ifndef xmlXPathIsNaN
16392 extern __typeof (xmlXPathIsNaN
) xmlXPathIsNaN__internal_alias
__attribute((visibility("hidden")));
16393 #define xmlXPathIsNaN xmlXPathIsNaN__internal_alias
16398 #if defined(LIBXML_XPATH_ENABLED)
16399 #ifdef bottom_xpath
16400 #undef xmlXPathIsNodeType
16401 extern __typeof (xmlXPathIsNodeType
) xmlXPathIsNodeType
__attribute((alias("xmlXPathIsNodeType__internal_alias")));
16403 #ifndef xmlXPathIsNodeType
16404 extern __typeof (xmlXPathIsNodeType
) xmlXPathIsNodeType__internal_alias
__attribute((visibility("hidden")));
16405 #define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias
16410 #if defined(LIBXML_XPATH_ENABLED)
16411 #ifdef bottom_xpath
16412 #undef xmlXPathLangFunction
16413 extern __typeof (xmlXPathLangFunction
) xmlXPathLangFunction
__attribute((alias("xmlXPathLangFunction__internal_alias")));
16415 #ifndef xmlXPathLangFunction
16416 extern __typeof (xmlXPathLangFunction
) xmlXPathLangFunction__internal_alias
__attribute((visibility("hidden")));
16417 #define xmlXPathLangFunction xmlXPathLangFunction__internal_alias
16422 #if defined(LIBXML_XPATH_ENABLED)
16423 #ifdef bottom_xpath
16424 #undef xmlXPathLastFunction
16425 extern __typeof (xmlXPathLastFunction
) xmlXPathLastFunction
__attribute((alias("xmlXPathLastFunction__internal_alias")));
16427 #ifndef xmlXPathLastFunction
16428 extern __typeof (xmlXPathLastFunction
) xmlXPathLastFunction__internal_alias
__attribute((visibility("hidden")));
16429 #define xmlXPathLastFunction xmlXPathLastFunction__internal_alias
16434 #if defined(LIBXML_XPATH_ENABLED)
16435 #ifdef bottom_xpath
16436 #undef xmlXPathLeading
16437 extern __typeof (xmlXPathLeading
) xmlXPathLeading
__attribute((alias("xmlXPathLeading__internal_alias")));
16439 #ifndef xmlXPathLeading
16440 extern __typeof (xmlXPathLeading
) xmlXPathLeading__internal_alias
__attribute((visibility("hidden")));
16441 #define xmlXPathLeading xmlXPathLeading__internal_alias
16446 #if defined(LIBXML_XPATH_ENABLED)
16447 #ifdef bottom_xpath
16448 #undef xmlXPathLeadingSorted
16449 extern __typeof (xmlXPathLeadingSorted
) xmlXPathLeadingSorted
__attribute((alias("xmlXPathLeadingSorted__internal_alias")));
16451 #ifndef xmlXPathLeadingSorted
16452 extern __typeof (xmlXPathLeadingSorted
) xmlXPathLeadingSorted__internal_alias
__attribute((visibility("hidden")));
16453 #define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias
16458 #if defined(LIBXML_XPATH_ENABLED)
16459 #ifdef bottom_xpath
16460 #undef xmlXPathLocalNameFunction
16461 extern __typeof (xmlXPathLocalNameFunction
) xmlXPathLocalNameFunction
__attribute((alias("xmlXPathLocalNameFunction__internal_alias")));
16463 #ifndef xmlXPathLocalNameFunction
16464 extern __typeof (xmlXPathLocalNameFunction
) xmlXPathLocalNameFunction__internal_alias
__attribute((visibility("hidden")));
16465 #define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias
16470 #if defined(LIBXML_XPATH_ENABLED)
16471 #ifdef bottom_xpath
16472 #undef xmlXPathModValues
16473 extern __typeof (xmlXPathModValues
) xmlXPathModValues
__attribute((alias("xmlXPathModValues__internal_alias")));
16475 #ifndef xmlXPathModValues
16476 extern __typeof (xmlXPathModValues
) xmlXPathModValues__internal_alias
__attribute((visibility("hidden")));
16477 #define xmlXPathModValues xmlXPathModValues__internal_alias
16482 #if defined(LIBXML_XPATH_ENABLED)
16483 #ifdef bottom_xpath
16484 #undef xmlXPathMultValues
16485 extern __typeof (xmlXPathMultValues
) xmlXPathMultValues
__attribute((alias("xmlXPathMultValues__internal_alias")));
16487 #ifndef xmlXPathMultValues
16488 extern __typeof (xmlXPathMultValues
) xmlXPathMultValues__internal_alias
__attribute((visibility("hidden")));
16489 #define xmlXPathMultValues xmlXPathMultValues__internal_alias
16494 #if defined(LIBXML_XPATH_ENABLED)
16495 #ifdef bottom_xpath
16496 #undef xmlXPathNamespaceURIFunction
16497 extern __typeof (xmlXPathNamespaceURIFunction
) xmlXPathNamespaceURIFunction
__attribute((alias("xmlXPathNamespaceURIFunction__internal_alias")));
16499 #ifndef xmlXPathNamespaceURIFunction
16500 extern __typeof (xmlXPathNamespaceURIFunction
) xmlXPathNamespaceURIFunction__internal_alias
__attribute((visibility("hidden")));
16501 #define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias
16506 #if defined(LIBXML_XPATH_ENABLED)
16507 #ifdef bottom_xpath
16508 #undef xmlXPathNewBoolean
16509 extern __typeof (xmlXPathNewBoolean
) xmlXPathNewBoolean
__attribute((alias("xmlXPathNewBoolean__internal_alias")));
16511 #ifndef xmlXPathNewBoolean
16512 extern __typeof (xmlXPathNewBoolean
) xmlXPathNewBoolean__internal_alias
__attribute((visibility("hidden")));
16513 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias
16518 #if defined(LIBXML_XPATH_ENABLED)
16519 #ifdef bottom_xpath
16520 #undef xmlXPathNewCString
16521 extern __typeof (xmlXPathNewCString
) xmlXPathNewCString
__attribute((alias("xmlXPathNewCString__internal_alias")));
16523 #ifndef xmlXPathNewCString
16524 extern __typeof (xmlXPathNewCString
) xmlXPathNewCString__internal_alias
__attribute((visibility("hidden")));
16525 #define xmlXPathNewCString xmlXPathNewCString__internal_alias
16530 #if defined(LIBXML_XPATH_ENABLED)
16531 #ifdef bottom_xpath
16532 #undef xmlXPathNewContext
16533 extern __typeof (xmlXPathNewContext
) xmlXPathNewContext
__attribute((alias("xmlXPathNewContext__internal_alias")));
16535 #ifndef xmlXPathNewContext
16536 extern __typeof (xmlXPathNewContext
) xmlXPathNewContext__internal_alias
__attribute((visibility("hidden")));
16537 #define xmlXPathNewContext xmlXPathNewContext__internal_alias
16542 #if defined(LIBXML_XPATH_ENABLED)
16543 #ifdef bottom_xpath
16544 #undef xmlXPathNewFloat
16545 extern __typeof (xmlXPathNewFloat
) xmlXPathNewFloat
__attribute((alias("xmlXPathNewFloat__internal_alias")));
16547 #ifndef xmlXPathNewFloat
16548 extern __typeof (xmlXPathNewFloat
) xmlXPathNewFloat__internal_alias
__attribute((visibility("hidden")));
16549 #define xmlXPathNewFloat xmlXPathNewFloat__internal_alias
16554 #if defined(LIBXML_XPATH_ENABLED)
16555 #ifdef bottom_xpath
16556 #undef xmlXPathNewNodeSet
16557 extern __typeof (xmlXPathNewNodeSet
) xmlXPathNewNodeSet
__attribute((alias("xmlXPathNewNodeSet__internal_alias")));
16559 #ifndef xmlXPathNewNodeSet
16560 extern __typeof (xmlXPathNewNodeSet
) xmlXPathNewNodeSet__internal_alias
__attribute((visibility("hidden")));
16561 #define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias
16566 #if defined(LIBXML_XPATH_ENABLED)
16567 #ifdef bottom_xpath
16568 #undef xmlXPathNewNodeSetList
16569 extern __typeof (xmlXPathNewNodeSetList
) xmlXPathNewNodeSetList
__attribute((alias("xmlXPathNewNodeSetList__internal_alias")));
16571 #ifndef xmlXPathNewNodeSetList
16572 extern __typeof (xmlXPathNewNodeSetList
) xmlXPathNewNodeSetList__internal_alias
__attribute((visibility("hidden")));
16573 #define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias
16578 #if defined(LIBXML_XPATH_ENABLED)
16579 #ifdef bottom_xpath
16580 #undef xmlXPathNewParserContext
16581 extern __typeof (xmlXPathNewParserContext
) xmlXPathNewParserContext
__attribute((alias("xmlXPathNewParserContext__internal_alias")));
16583 #ifndef xmlXPathNewParserContext
16584 extern __typeof (xmlXPathNewParserContext
) xmlXPathNewParserContext__internal_alias
__attribute((visibility("hidden")));
16585 #define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias
16590 #if defined(LIBXML_XPATH_ENABLED)
16591 #ifdef bottom_xpath
16592 #undef xmlXPathNewString
16593 extern __typeof (xmlXPathNewString
) xmlXPathNewString
__attribute((alias("xmlXPathNewString__internal_alias")));
16595 #ifndef xmlXPathNewString
16596 extern __typeof (xmlXPathNewString
) xmlXPathNewString__internal_alias
__attribute((visibility("hidden")));
16597 #define xmlXPathNewString xmlXPathNewString__internal_alias
16602 #if defined(LIBXML_XPATH_ENABLED)
16603 #ifdef bottom_xpath
16604 #undef xmlXPathNewValueTree
16605 extern __typeof (xmlXPathNewValueTree
) xmlXPathNewValueTree
__attribute((alias("xmlXPathNewValueTree__internal_alias")));
16607 #ifndef xmlXPathNewValueTree
16608 extern __typeof (xmlXPathNewValueTree
) xmlXPathNewValueTree__internal_alias
__attribute((visibility("hidden")));
16609 #define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias
16614 #if defined(LIBXML_XPATH_ENABLED)
16615 #ifdef bottom_xpath
16616 #undef xmlXPathNextAncestor
16617 extern __typeof (xmlXPathNextAncestor
) xmlXPathNextAncestor
__attribute((alias("xmlXPathNextAncestor__internal_alias")));
16619 #ifndef xmlXPathNextAncestor
16620 extern __typeof (xmlXPathNextAncestor
) xmlXPathNextAncestor__internal_alias
__attribute((visibility("hidden")));
16621 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
16626 #if defined(LIBXML_XPATH_ENABLED)
16627 #ifdef bottom_xpath
16628 #undef xmlXPathNextAncestorOrSelf
16629 extern __typeof (xmlXPathNextAncestorOrSelf
) xmlXPathNextAncestorOrSelf
__attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
16631 #ifndef xmlXPathNextAncestorOrSelf
16632 extern __typeof (xmlXPathNextAncestorOrSelf
) xmlXPathNextAncestorOrSelf__internal_alias
__attribute((visibility("hidden")));
16633 #define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias
16638 #if defined(LIBXML_XPATH_ENABLED)
16639 #ifdef bottom_xpath
16640 #undef xmlXPathNextAttribute
16641 extern __typeof (xmlXPathNextAttribute
) xmlXPathNextAttribute
__attribute((alias("xmlXPathNextAttribute__internal_alias")));
16643 #ifndef xmlXPathNextAttribute
16644 extern __typeof (xmlXPathNextAttribute
) xmlXPathNextAttribute__internal_alias
__attribute((visibility("hidden")));
16645 #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
16650 #if defined(LIBXML_XPATH_ENABLED)
16651 #ifdef bottom_xpath
16652 #undef xmlXPathNextChild
16653 extern __typeof (xmlXPathNextChild
) xmlXPathNextChild
__attribute((alias("xmlXPathNextChild__internal_alias")));
16655 #ifndef xmlXPathNextChild
16656 extern __typeof (xmlXPathNextChild
) xmlXPathNextChild__internal_alias
__attribute((visibility("hidden")));
16657 #define xmlXPathNextChild xmlXPathNextChild__internal_alias
16662 #if defined(LIBXML_XPATH_ENABLED)
16663 #ifdef bottom_xpath
16664 #undef xmlXPathNextDescendant
16665 extern __typeof (xmlXPathNextDescendant
) xmlXPathNextDescendant
__attribute((alias("xmlXPathNextDescendant__internal_alias")));
16667 #ifndef xmlXPathNextDescendant
16668 extern __typeof (xmlXPathNextDescendant
) xmlXPathNextDescendant__internal_alias
__attribute((visibility("hidden")));
16669 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
16674 #if defined(LIBXML_XPATH_ENABLED)
16675 #ifdef bottom_xpath
16676 #undef xmlXPathNextDescendantOrSelf
16677 extern __typeof (xmlXPathNextDescendantOrSelf
) xmlXPathNextDescendantOrSelf
__attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
16679 #ifndef xmlXPathNextDescendantOrSelf
16680 extern __typeof (xmlXPathNextDescendantOrSelf
) xmlXPathNextDescendantOrSelf__internal_alias
__attribute((visibility("hidden")));
16681 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias
16686 #if defined(LIBXML_XPATH_ENABLED)
16687 #ifdef bottom_xpath
16688 #undef xmlXPathNextFollowing
16689 extern __typeof (xmlXPathNextFollowing
) xmlXPathNextFollowing
__attribute((alias("xmlXPathNextFollowing__internal_alias")));
16691 #ifndef xmlXPathNextFollowing
16692 extern __typeof (xmlXPathNextFollowing
) xmlXPathNextFollowing__internal_alias
__attribute((visibility("hidden")));
16693 #define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias
16698 #if defined(LIBXML_XPATH_ENABLED)
16699 #ifdef bottom_xpath
16700 #undef xmlXPathNextFollowingSibling
16701 extern __typeof (xmlXPathNextFollowingSibling
) xmlXPathNextFollowingSibling
__attribute((alias("xmlXPathNextFollowingSibling__internal_alias")));
16703 #ifndef xmlXPathNextFollowingSibling
16704 extern __typeof (xmlXPathNextFollowingSibling
) xmlXPathNextFollowingSibling__internal_alias
__attribute((visibility("hidden")));
16705 #define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias
16710 #if defined(LIBXML_XPATH_ENABLED)
16711 #ifdef bottom_xpath
16712 #undef xmlXPathNextNamespace
16713 extern __typeof (xmlXPathNextNamespace
) xmlXPathNextNamespace
__attribute((alias("xmlXPathNextNamespace__internal_alias")));
16715 #ifndef xmlXPathNextNamespace
16716 extern __typeof (xmlXPathNextNamespace
) xmlXPathNextNamespace__internal_alias
__attribute((visibility("hidden")));
16717 #define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias
16722 #if defined(LIBXML_XPATH_ENABLED)
16723 #ifdef bottom_xpath
16724 #undef xmlXPathNextParent
16725 extern __typeof (xmlXPathNextParent
) xmlXPathNextParent
__attribute((alias("xmlXPathNextParent__internal_alias")));
16727 #ifndef xmlXPathNextParent
16728 extern __typeof (xmlXPathNextParent
) xmlXPathNextParent__internal_alias
__attribute((visibility("hidden")));
16729 #define xmlXPathNextParent xmlXPathNextParent__internal_alias
16734 #if defined(LIBXML_XPATH_ENABLED)
16735 #ifdef bottom_xpath
16736 #undef xmlXPathNextPreceding
16737 extern __typeof (xmlXPathNextPreceding
) xmlXPathNextPreceding
__attribute((alias("xmlXPathNextPreceding__internal_alias")));
16739 #ifndef xmlXPathNextPreceding
16740 extern __typeof (xmlXPathNextPreceding
) xmlXPathNextPreceding__internal_alias
__attribute((visibility("hidden")));
16741 #define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias
16746 #if defined(LIBXML_XPATH_ENABLED)
16747 #ifdef bottom_xpath
16748 #undef xmlXPathNextPrecedingSibling
16749 extern __typeof (xmlXPathNextPrecedingSibling
) xmlXPathNextPrecedingSibling
__attribute((alias("xmlXPathNextPrecedingSibling__internal_alias")));
16751 #ifndef xmlXPathNextPrecedingSibling
16752 extern __typeof (xmlXPathNextPrecedingSibling
) xmlXPathNextPrecedingSibling__internal_alias
__attribute((visibility("hidden")));
16753 #define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias
16758 #if defined(LIBXML_XPATH_ENABLED)
16759 #ifdef bottom_xpath
16760 #undef xmlXPathNextSelf
16761 extern __typeof (xmlXPathNextSelf
) xmlXPathNextSelf
__attribute((alias("xmlXPathNextSelf__internal_alias")));
16763 #ifndef xmlXPathNextSelf
16764 extern __typeof (xmlXPathNextSelf
) xmlXPathNextSelf__internal_alias
__attribute((visibility("hidden")));
16765 #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
16770 #if defined(LIBXML_XPATH_ENABLED)
16771 #ifdef bottom_xpath
16772 #undef xmlXPathNodeEval
16773 extern __typeof (xmlXPathNodeEval
) xmlXPathNodeEval
__attribute((alias("xmlXPathNodeEval__internal_alias")));
16775 #ifndef xmlXPathNodeEval
16776 extern __typeof (xmlXPathNodeEval
) xmlXPathNodeEval__internal_alias
__attribute((visibility("hidden")));
16777 #define xmlXPathNodeEval xmlXPathNodeEval__internal_alias
16782 #if defined(LIBXML_XPATH_ENABLED)
16783 #ifdef bottom_xpath
16784 #undef xmlXPathNodeLeading
16785 extern __typeof (xmlXPathNodeLeading
) xmlXPathNodeLeading
__attribute((alias("xmlXPathNodeLeading__internal_alias")));
16787 #ifndef xmlXPathNodeLeading
16788 extern __typeof (xmlXPathNodeLeading
) xmlXPathNodeLeading__internal_alias
__attribute((visibility("hidden")));
16789 #define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias
16794 #if defined(LIBXML_XPATH_ENABLED)
16795 #ifdef bottom_xpath
16796 #undef xmlXPathNodeLeadingSorted
16797 extern __typeof (xmlXPathNodeLeadingSorted
) xmlXPathNodeLeadingSorted
__attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
16799 #ifndef xmlXPathNodeLeadingSorted
16800 extern __typeof (xmlXPathNodeLeadingSorted
) xmlXPathNodeLeadingSorted__internal_alias
__attribute((visibility("hidden")));
16801 #define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias
16806 #if defined(LIBXML_XPATH_ENABLED)
16807 #ifdef bottom_xpath
16808 #undef xmlXPathNodeSetAdd
16809 extern __typeof (xmlXPathNodeSetAdd
) xmlXPathNodeSetAdd
__attribute((alias("xmlXPathNodeSetAdd__internal_alias")));
16811 #ifndef xmlXPathNodeSetAdd
16812 extern __typeof (xmlXPathNodeSetAdd
) xmlXPathNodeSetAdd__internal_alias
__attribute((visibility("hidden")));
16813 #define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias
16818 #if defined(LIBXML_XPATH_ENABLED)
16819 #ifdef bottom_xpath
16820 #undef xmlXPathNodeSetAddNs
16821 extern __typeof (xmlXPathNodeSetAddNs
) xmlXPathNodeSetAddNs
__attribute((alias("xmlXPathNodeSetAddNs__internal_alias")));
16823 #ifndef xmlXPathNodeSetAddNs
16824 extern __typeof (xmlXPathNodeSetAddNs
) xmlXPathNodeSetAddNs__internal_alias
__attribute((visibility("hidden")));
16825 #define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias
16830 #if defined(LIBXML_XPATH_ENABLED)
16831 #ifdef bottom_xpath
16832 #undef xmlXPathNodeSetAddUnique
16833 extern __typeof (xmlXPathNodeSetAddUnique
) xmlXPathNodeSetAddUnique
__attribute((alias("xmlXPathNodeSetAddUnique__internal_alias")));
16835 #ifndef xmlXPathNodeSetAddUnique
16836 extern __typeof (xmlXPathNodeSetAddUnique
) xmlXPathNodeSetAddUnique__internal_alias
__attribute((visibility("hidden")));
16837 #define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias
16842 #if defined(LIBXML_XPATH_ENABLED)
16843 #ifdef bottom_xpath
16844 #undef xmlXPathNodeSetContains
16845 extern __typeof (xmlXPathNodeSetContains
) xmlXPathNodeSetContains
__attribute((alias("xmlXPathNodeSetContains__internal_alias")));
16847 #ifndef xmlXPathNodeSetContains
16848 extern __typeof (xmlXPathNodeSetContains
) xmlXPathNodeSetContains__internal_alias
__attribute((visibility("hidden")));
16849 #define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias
16854 #if defined(LIBXML_XPATH_ENABLED)
16855 #ifdef bottom_xpath
16856 #undef xmlXPathNodeSetCreate
16857 extern __typeof (xmlXPathNodeSetCreate
) xmlXPathNodeSetCreate
__attribute((alias("xmlXPathNodeSetCreate__internal_alias")));
16859 #ifndef xmlXPathNodeSetCreate
16860 extern __typeof (xmlXPathNodeSetCreate
) xmlXPathNodeSetCreate__internal_alias
__attribute((visibility("hidden")));
16861 #define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias
16866 #if defined(LIBXML_XPATH_ENABLED)
16867 #ifdef bottom_xpath
16868 #undef xmlXPathNodeSetDel
16869 extern __typeof (xmlXPathNodeSetDel
) xmlXPathNodeSetDel
__attribute((alias("xmlXPathNodeSetDel__internal_alias")));
16871 #ifndef xmlXPathNodeSetDel
16872 extern __typeof (xmlXPathNodeSetDel
) xmlXPathNodeSetDel__internal_alias
__attribute((visibility("hidden")));
16873 #define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias
16878 #if defined(LIBXML_XPATH_ENABLED)
16879 #ifdef bottom_xpath
16880 #undef xmlXPathNodeSetFreeNs
16881 extern __typeof (xmlXPathNodeSetFreeNs
) xmlXPathNodeSetFreeNs
__attribute((alias("xmlXPathNodeSetFreeNs__internal_alias")));
16883 #ifndef xmlXPathNodeSetFreeNs
16884 extern __typeof (xmlXPathNodeSetFreeNs
) xmlXPathNodeSetFreeNs__internal_alias
__attribute((visibility("hidden")));
16885 #define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias
16890 #if defined(LIBXML_XPATH_ENABLED)
16891 #ifdef bottom_xpath
16892 #undef xmlXPathNodeSetMerge
16893 extern __typeof (xmlXPathNodeSetMerge
) xmlXPathNodeSetMerge
__attribute((alias("xmlXPathNodeSetMerge__internal_alias")));
16895 #ifndef xmlXPathNodeSetMerge
16896 extern __typeof (xmlXPathNodeSetMerge
) xmlXPathNodeSetMerge__internal_alias
__attribute((visibility("hidden")));
16897 #define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias
16902 #if defined(LIBXML_XPATH_ENABLED)
16903 #ifdef bottom_xpath
16904 #undef xmlXPathNodeSetRemove
16905 extern __typeof (xmlXPathNodeSetRemove
) xmlXPathNodeSetRemove
__attribute((alias("xmlXPathNodeSetRemove__internal_alias")));
16907 #ifndef xmlXPathNodeSetRemove
16908 extern __typeof (xmlXPathNodeSetRemove
) xmlXPathNodeSetRemove__internal_alias
__attribute((visibility("hidden")));
16909 #define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias
16914 #if defined(LIBXML_XPATH_ENABLED)
16915 #ifdef bottom_xpath
16916 #undef xmlXPathNodeSetSort
16917 extern __typeof (xmlXPathNodeSetSort
) xmlXPathNodeSetSort
__attribute((alias("xmlXPathNodeSetSort__internal_alias")));
16919 #ifndef xmlXPathNodeSetSort
16920 extern __typeof (xmlXPathNodeSetSort
) xmlXPathNodeSetSort__internal_alias
__attribute((visibility("hidden")));
16921 #define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias
16926 #if defined(LIBXML_XPATH_ENABLED)
16927 #ifdef bottom_xpath
16928 #undef xmlXPathNodeTrailing
16929 extern __typeof (xmlXPathNodeTrailing
) xmlXPathNodeTrailing
__attribute((alias("xmlXPathNodeTrailing__internal_alias")));
16931 #ifndef xmlXPathNodeTrailing
16932 extern __typeof (xmlXPathNodeTrailing
) xmlXPathNodeTrailing__internal_alias
__attribute((visibility("hidden")));
16933 #define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias
16938 #if defined(LIBXML_XPATH_ENABLED)
16939 #ifdef bottom_xpath
16940 #undef xmlXPathNodeTrailingSorted
16941 extern __typeof (xmlXPathNodeTrailingSorted
) xmlXPathNodeTrailingSorted
__attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
16943 #ifndef xmlXPathNodeTrailingSorted
16944 extern __typeof (xmlXPathNodeTrailingSorted
) xmlXPathNodeTrailingSorted__internal_alias
__attribute((visibility("hidden")));
16945 #define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias
16950 #if defined(LIBXML_XPATH_ENABLED)
16951 #ifdef bottom_xpath
16952 #undef xmlXPathNormalizeFunction
16953 extern __typeof (xmlXPathNormalizeFunction
) xmlXPathNormalizeFunction
__attribute((alias("xmlXPathNormalizeFunction__internal_alias")));
16955 #ifndef xmlXPathNormalizeFunction
16956 extern __typeof (xmlXPathNormalizeFunction
) xmlXPathNormalizeFunction__internal_alias
__attribute((visibility("hidden")));
16957 #define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias
16962 #if defined(LIBXML_XPATH_ENABLED)
16963 #ifdef bottom_xpath
16964 #undef xmlXPathNotEqualValues
16965 extern __typeof (xmlXPathNotEqualValues
) xmlXPathNotEqualValues
__attribute((alias("xmlXPathNotEqualValues__internal_alias")));
16967 #ifndef xmlXPathNotEqualValues
16968 extern __typeof (xmlXPathNotEqualValues
) xmlXPathNotEqualValues__internal_alias
__attribute((visibility("hidden")));
16969 #define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias
16974 #if defined(LIBXML_XPATH_ENABLED)
16975 #ifdef bottom_xpath
16976 #undef xmlXPathNotFunction
16977 extern __typeof (xmlXPathNotFunction
) xmlXPathNotFunction
__attribute((alias("xmlXPathNotFunction__internal_alias")));
16979 #ifndef xmlXPathNotFunction
16980 extern __typeof (xmlXPathNotFunction
) xmlXPathNotFunction__internal_alias
__attribute((visibility("hidden")));
16981 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias
16986 #if defined(LIBXML_XPATH_ENABLED)
16987 #ifdef bottom_xpath
16988 #undef xmlXPathNsLookup
16989 extern __typeof (xmlXPathNsLookup
) xmlXPathNsLookup
__attribute((alias("xmlXPathNsLookup__internal_alias")));
16991 #ifndef xmlXPathNsLookup
16992 extern __typeof (xmlXPathNsLookup
) xmlXPathNsLookup__internal_alias
__attribute((visibility("hidden")));
16993 #define xmlXPathNsLookup xmlXPathNsLookup__internal_alias
16998 #if defined(LIBXML_XPATH_ENABLED)
16999 #ifdef bottom_xpath
17000 #undef xmlXPathNumberFunction
17001 extern __typeof (xmlXPathNumberFunction
) xmlXPathNumberFunction
__attribute((alias("xmlXPathNumberFunction__internal_alias")));
17003 #ifndef xmlXPathNumberFunction
17004 extern __typeof (xmlXPathNumberFunction
) xmlXPathNumberFunction__internal_alias
__attribute((visibility("hidden")));
17005 #define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias
17010 #if defined(LIBXML_XPATH_ENABLED)
17011 #ifdef bottom_xpath
17012 #undef xmlXPathObjectCopy
17013 extern __typeof (xmlXPathObjectCopy
) xmlXPathObjectCopy
__attribute((alias("xmlXPathObjectCopy__internal_alias")));
17015 #ifndef xmlXPathObjectCopy
17016 extern __typeof (xmlXPathObjectCopy
) xmlXPathObjectCopy__internal_alias
__attribute((visibility("hidden")));
17017 #define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias
17022 #if defined(LIBXML_XPATH_ENABLED)
17023 #ifdef bottom_xpath
17024 #undef xmlXPathOrderDocElems
17025 extern __typeof (xmlXPathOrderDocElems
) xmlXPathOrderDocElems
__attribute((alias("xmlXPathOrderDocElems__internal_alias")));
17027 #ifndef xmlXPathOrderDocElems
17028 extern __typeof (xmlXPathOrderDocElems
) xmlXPathOrderDocElems__internal_alias
__attribute((visibility("hidden")));
17029 #define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias
17034 #if defined(LIBXML_XPATH_ENABLED)
17035 #ifdef bottom_xpath
17036 #undef xmlXPathParseNCName
17037 extern __typeof (xmlXPathParseNCName
) xmlXPathParseNCName
__attribute((alias("xmlXPathParseNCName__internal_alias")));
17039 #ifndef xmlXPathParseNCName
17040 extern __typeof (xmlXPathParseNCName
) xmlXPathParseNCName__internal_alias
__attribute((visibility("hidden")));
17041 #define xmlXPathParseNCName xmlXPathParseNCName__internal_alias
17046 #if defined(LIBXML_XPATH_ENABLED)
17047 #ifdef bottom_xpath
17048 #undef xmlXPathParseName
17049 extern __typeof (xmlXPathParseName
) xmlXPathParseName
__attribute((alias("xmlXPathParseName__internal_alias")));
17051 #ifndef xmlXPathParseName
17052 extern __typeof (xmlXPathParseName
) xmlXPathParseName__internal_alias
__attribute((visibility("hidden")));
17053 #define xmlXPathParseName xmlXPathParseName__internal_alias
17058 #if defined(LIBXML_XPATH_ENABLED)
17059 #ifdef bottom_xpath
17060 #undef xmlXPathPopBoolean
17061 extern __typeof (xmlXPathPopBoolean
) xmlXPathPopBoolean
__attribute((alias("xmlXPathPopBoolean__internal_alias")));
17063 #ifndef xmlXPathPopBoolean
17064 extern __typeof (xmlXPathPopBoolean
) xmlXPathPopBoolean__internal_alias
__attribute((visibility("hidden")));
17065 #define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias
17070 #if defined(LIBXML_XPATH_ENABLED)
17071 #ifdef bottom_xpath
17072 #undef xmlXPathPopExternal
17073 extern __typeof (xmlXPathPopExternal
) xmlXPathPopExternal
__attribute((alias("xmlXPathPopExternal__internal_alias")));
17075 #ifndef xmlXPathPopExternal
17076 extern __typeof (xmlXPathPopExternal
) xmlXPathPopExternal__internal_alias
__attribute((visibility("hidden")));
17077 #define xmlXPathPopExternal xmlXPathPopExternal__internal_alias
17082 #if defined(LIBXML_XPATH_ENABLED)
17083 #ifdef bottom_xpath
17084 #undef xmlXPathPopNodeSet
17085 extern __typeof (xmlXPathPopNodeSet
) xmlXPathPopNodeSet
__attribute((alias("xmlXPathPopNodeSet__internal_alias")));
17087 #ifndef xmlXPathPopNodeSet
17088 extern __typeof (xmlXPathPopNodeSet
) xmlXPathPopNodeSet__internal_alias
__attribute((visibility("hidden")));
17089 #define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias
17094 #if defined(LIBXML_XPATH_ENABLED)
17095 #ifdef bottom_xpath
17096 #undef xmlXPathPopNumber
17097 extern __typeof (xmlXPathPopNumber
) xmlXPathPopNumber
__attribute((alias("xmlXPathPopNumber__internal_alias")));
17099 #ifndef xmlXPathPopNumber
17100 extern __typeof (xmlXPathPopNumber
) xmlXPathPopNumber__internal_alias
__attribute((visibility("hidden")));
17101 #define xmlXPathPopNumber xmlXPathPopNumber__internal_alias
17106 #if defined(LIBXML_XPATH_ENABLED)
17107 #ifdef bottom_xpath
17108 #undef xmlXPathPopString
17109 extern __typeof (xmlXPathPopString
) xmlXPathPopString
__attribute((alias("xmlXPathPopString__internal_alias")));
17111 #ifndef xmlXPathPopString
17112 extern __typeof (xmlXPathPopString
) xmlXPathPopString__internal_alias
__attribute((visibility("hidden")));
17113 #define xmlXPathPopString xmlXPathPopString__internal_alias
17118 #if defined(LIBXML_XPATH_ENABLED)
17119 #ifdef bottom_xpath
17120 #undef xmlXPathPositionFunction
17121 extern __typeof (xmlXPathPositionFunction
) xmlXPathPositionFunction
__attribute((alias("xmlXPathPositionFunction__internal_alias")));
17123 #ifndef xmlXPathPositionFunction
17124 extern __typeof (xmlXPathPositionFunction
) xmlXPathPositionFunction__internal_alias
__attribute((visibility("hidden")));
17125 #define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias
17130 #if defined(LIBXML_XPATH_ENABLED)
17131 #ifdef bottom_xpath
17132 #undef xmlXPathRegisterAllFunctions
17133 extern __typeof (xmlXPathRegisterAllFunctions
) xmlXPathRegisterAllFunctions
__attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
17135 #ifndef xmlXPathRegisterAllFunctions
17136 extern __typeof (xmlXPathRegisterAllFunctions
) xmlXPathRegisterAllFunctions__internal_alias
__attribute((visibility("hidden")));
17137 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias
17142 #if defined(LIBXML_XPATH_ENABLED)
17143 #ifdef bottom_xpath
17144 #undef xmlXPathRegisterFunc
17145 extern __typeof (xmlXPathRegisterFunc
) xmlXPathRegisterFunc
__attribute((alias("xmlXPathRegisterFunc__internal_alias")));
17147 #ifndef xmlXPathRegisterFunc
17148 extern __typeof (xmlXPathRegisterFunc
) xmlXPathRegisterFunc__internal_alias
__attribute((visibility("hidden")));
17149 #define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias
17154 #if defined(LIBXML_XPATH_ENABLED)
17155 #ifdef bottom_xpath
17156 #undef xmlXPathRegisterFuncLookup
17157 extern __typeof (xmlXPathRegisterFuncLookup
) xmlXPathRegisterFuncLookup
__attribute((alias("xmlXPathRegisterFuncLookup__internal_alias")));
17159 #ifndef xmlXPathRegisterFuncLookup
17160 extern __typeof (xmlXPathRegisterFuncLookup
) xmlXPathRegisterFuncLookup__internal_alias
__attribute((visibility("hidden")));
17161 #define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias
17166 #if defined(LIBXML_XPATH_ENABLED)
17167 #ifdef bottom_xpath
17168 #undef xmlXPathRegisterFuncNS
17169 extern __typeof (xmlXPathRegisterFuncNS
) xmlXPathRegisterFuncNS
__attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
17171 #ifndef xmlXPathRegisterFuncNS
17172 extern __typeof (xmlXPathRegisterFuncNS
) xmlXPathRegisterFuncNS__internal_alias
__attribute((visibility("hidden")));
17173 #define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias
17178 #if defined(LIBXML_XPATH_ENABLED)
17179 #ifdef bottom_xpath
17180 #undef xmlXPathRegisterNs
17181 extern __typeof (xmlXPathRegisterNs
) xmlXPathRegisterNs
__attribute((alias("xmlXPathRegisterNs__internal_alias")));
17183 #ifndef xmlXPathRegisterNs
17184 extern __typeof (xmlXPathRegisterNs
) xmlXPathRegisterNs__internal_alias
__attribute((visibility("hidden")));
17185 #define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias
17190 #if defined(LIBXML_XPATH_ENABLED)
17191 #ifdef bottom_xpath
17192 #undef xmlXPathRegisterVariable
17193 extern __typeof (xmlXPathRegisterVariable
) xmlXPathRegisterVariable
__attribute((alias("xmlXPathRegisterVariable__internal_alias")));
17195 #ifndef xmlXPathRegisterVariable
17196 extern __typeof (xmlXPathRegisterVariable
) xmlXPathRegisterVariable__internal_alias
__attribute((visibility("hidden")));
17197 #define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias
17202 #if defined(LIBXML_XPATH_ENABLED)
17203 #ifdef bottom_xpath
17204 #undef xmlXPathRegisterVariableLookup
17205 extern __typeof (xmlXPathRegisterVariableLookup
) xmlXPathRegisterVariableLookup
__attribute((alias("xmlXPathRegisterVariableLookup__internal_alias")));
17207 #ifndef xmlXPathRegisterVariableLookup
17208 extern __typeof (xmlXPathRegisterVariableLookup
) xmlXPathRegisterVariableLookup__internal_alias
__attribute((visibility("hidden")));
17209 #define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias
17214 #if defined(LIBXML_XPATH_ENABLED)
17215 #ifdef bottom_xpath
17216 #undef xmlXPathRegisterVariableNS
17217 extern __typeof (xmlXPathRegisterVariableNS
) xmlXPathRegisterVariableNS
__attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
17219 #ifndef xmlXPathRegisterVariableNS
17220 extern __typeof (xmlXPathRegisterVariableNS
) xmlXPathRegisterVariableNS__internal_alias
__attribute((visibility("hidden")));
17221 #define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias
17226 #if defined(LIBXML_XPATH_ENABLED)
17227 #ifdef bottom_xpath
17228 #undef xmlXPathRegisteredFuncsCleanup
17229 extern __typeof (xmlXPathRegisteredFuncsCleanup
) xmlXPathRegisteredFuncsCleanup
__attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias")));
17231 #ifndef xmlXPathRegisteredFuncsCleanup
17232 extern __typeof (xmlXPathRegisteredFuncsCleanup
) xmlXPathRegisteredFuncsCleanup__internal_alias
__attribute((visibility("hidden")));
17233 #define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias
17238 #if defined(LIBXML_XPATH_ENABLED)
17239 #ifdef bottom_xpath
17240 #undef xmlXPathRegisteredNsCleanup
17241 extern __typeof (xmlXPathRegisteredNsCleanup
) xmlXPathRegisteredNsCleanup
__attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias")));
17243 #ifndef xmlXPathRegisteredNsCleanup
17244 extern __typeof (xmlXPathRegisteredNsCleanup
) xmlXPathRegisteredNsCleanup__internal_alias
__attribute((visibility("hidden")));
17245 #define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias
17250 #if defined(LIBXML_XPATH_ENABLED)
17251 #ifdef bottom_xpath
17252 #undef xmlXPathRegisteredVariablesCleanup
17253 extern __typeof (xmlXPathRegisteredVariablesCleanup
) xmlXPathRegisteredVariablesCleanup
__attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias")));
17255 #ifndef xmlXPathRegisteredVariablesCleanup
17256 extern __typeof (xmlXPathRegisteredVariablesCleanup
) xmlXPathRegisteredVariablesCleanup__internal_alias
__attribute((visibility("hidden")));
17257 #define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias
17262 #if defined(LIBXML_XPATH_ENABLED)
17263 #ifdef bottom_xpath
17264 #undef xmlXPathRoot
17265 extern __typeof (xmlXPathRoot
) xmlXPathRoot
__attribute((alias("xmlXPathRoot__internal_alias")));
17267 #ifndef xmlXPathRoot
17268 extern __typeof (xmlXPathRoot
) xmlXPathRoot__internal_alias
__attribute((visibility("hidden")));
17269 #define xmlXPathRoot xmlXPathRoot__internal_alias
17274 #if defined(LIBXML_XPATH_ENABLED)
17275 #ifdef bottom_xpath
17276 #undef xmlXPathRoundFunction
17277 extern __typeof (xmlXPathRoundFunction
) xmlXPathRoundFunction
__attribute((alias("xmlXPathRoundFunction__internal_alias")));
17279 #ifndef xmlXPathRoundFunction
17280 extern __typeof (xmlXPathRoundFunction
) xmlXPathRoundFunction__internal_alias
__attribute((visibility("hidden")));
17281 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias
17286 #if defined(LIBXML_XPATH_ENABLED)
17287 #ifdef bottom_xpath
17288 #undef xmlXPathSetContextNode
17289 extern __typeof (xmlXPathSetContextNode
) xmlXPathSetContextNode
__attribute((alias("xmlXPathSetContextNode__internal_alias")));
17291 #ifndef xmlXPathSetContextNode
17292 extern __typeof (xmlXPathSetContextNode
) xmlXPathSetContextNode__internal_alias
__attribute((visibility("hidden")));
17293 #define xmlXPathSetContextNode xmlXPathSetContextNode__internal_alias
17298 #if defined(LIBXML_XPATH_ENABLED)
17299 #ifdef bottom_xpath
17300 #undef xmlXPathStartsWithFunction
17301 extern __typeof (xmlXPathStartsWithFunction
) xmlXPathStartsWithFunction
__attribute((alias("xmlXPathStartsWithFunction__internal_alias")));
17303 #ifndef xmlXPathStartsWithFunction
17304 extern __typeof (xmlXPathStartsWithFunction
) xmlXPathStartsWithFunction__internal_alias
__attribute((visibility("hidden")));
17305 #define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias
17310 #if defined(LIBXML_XPATH_ENABLED)
17311 #ifdef bottom_xpath
17312 #undef xmlXPathStringEvalNumber
17313 extern __typeof (xmlXPathStringEvalNumber
) xmlXPathStringEvalNumber
__attribute((alias("xmlXPathStringEvalNumber__internal_alias")));
17315 #ifndef xmlXPathStringEvalNumber
17316 extern __typeof (xmlXPathStringEvalNumber
) xmlXPathStringEvalNumber__internal_alias
__attribute((visibility("hidden")));
17317 #define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias
17322 #if defined(LIBXML_XPATH_ENABLED)
17323 #ifdef bottom_xpath
17324 #undef xmlXPathStringFunction
17325 extern __typeof (xmlXPathStringFunction
) xmlXPathStringFunction
__attribute((alias("xmlXPathStringFunction__internal_alias")));
17327 #ifndef xmlXPathStringFunction
17328 extern __typeof (xmlXPathStringFunction
) xmlXPathStringFunction__internal_alias
__attribute((visibility("hidden")));
17329 #define xmlXPathStringFunction xmlXPathStringFunction__internal_alias
17334 #if defined(LIBXML_XPATH_ENABLED)
17335 #ifdef bottom_xpath
17336 #undef xmlXPathStringLengthFunction
17337 extern __typeof (xmlXPathStringLengthFunction
) xmlXPathStringLengthFunction
__attribute((alias("xmlXPathStringLengthFunction__internal_alias")));
17339 #ifndef xmlXPathStringLengthFunction
17340 extern __typeof (xmlXPathStringLengthFunction
) xmlXPathStringLengthFunction__internal_alias
__attribute((visibility("hidden")));
17341 #define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias
17346 #if defined(LIBXML_XPATH_ENABLED)
17347 #ifdef bottom_xpath
17348 #undef xmlXPathSubValues
17349 extern __typeof (xmlXPathSubValues
) xmlXPathSubValues
__attribute((alias("xmlXPathSubValues__internal_alias")));
17351 #ifndef xmlXPathSubValues
17352 extern __typeof (xmlXPathSubValues
) xmlXPathSubValues__internal_alias
__attribute((visibility("hidden")));
17353 #define xmlXPathSubValues xmlXPathSubValues__internal_alias
17358 #if defined(LIBXML_XPATH_ENABLED)
17359 #ifdef bottom_xpath
17360 #undef xmlXPathSubstringAfterFunction
17361 extern __typeof (xmlXPathSubstringAfterFunction
) xmlXPathSubstringAfterFunction
__attribute((alias("xmlXPathSubstringAfterFunction__internal_alias")));
17363 #ifndef xmlXPathSubstringAfterFunction
17364 extern __typeof (xmlXPathSubstringAfterFunction
) xmlXPathSubstringAfterFunction__internal_alias
__attribute((visibility("hidden")));
17365 #define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias
17370 #if defined(LIBXML_XPATH_ENABLED)
17371 #ifdef bottom_xpath
17372 #undef xmlXPathSubstringBeforeFunction
17373 extern __typeof (xmlXPathSubstringBeforeFunction
) xmlXPathSubstringBeforeFunction
__attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias")));
17375 #ifndef xmlXPathSubstringBeforeFunction
17376 extern __typeof (xmlXPathSubstringBeforeFunction
) xmlXPathSubstringBeforeFunction__internal_alias
__attribute((visibility("hidden")));
17377 #define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias
17382 #if defined(LIBXML_XPATH_ENABLED)
17383 #ifdef bottom_xpath
17384 #undef xmlXPathSubstringFunction
17385 extern __typeof (xmlXPathSubstringFunction
) xmlXPathSubstringFunction
__attribute((alias("xmlXPathSubstringFunction__internal_alias")));
17387 #ifndef xmlXPathSubstringFunction
17388 extern __typeof (xmlXPathSubstringFunction
) xmlXPathSubstringFunction__internal_alias
__attribute((visibility("hidden")));
17389 #define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias
17394 #if defined(LIBXML_XPATH_ENABLED)
17395 #ifdef bottom_xpath
17396 #undef xmlXPathSumFunction
17397 extern __typeof (xmlXPathSumFunction
) xmlXPathSumFunction
__attribute((alias("xmlXPathSumFunction__internal_alias")));
17399 #ifndef xmlXPathSumFunction
17400 extern __typeof (xmlXPathSumFunction
) xmlXPathSumFunction__internal_alias
__attribute((visibility("hidden")));
17401 #define xmlXPathSumFunction xmlXPathSumFunction__internal_alias
17406 #if defined(LIBXML_XPATH_ENABLED)
17407 #ifdef bottom_xpath
17408 #undef xmlXPathTrailing
17409 extern __typeof (xmlXPathTrailing
) xmlXPathTrailing
__attribute((alias("xmlXPathTrailing__internal_alias")));
17411 #ifndef xmlXPathTrailing
17412 extern __typeof (xmlXPathTrailing
) xmlXPathTrailing__internal_alias
__attribute((visibility("hidden")));
17413 #define xmlXPathTrailing xmlXPathTrailing__internal_alias
17418 #if defined(LIBXML_XPATH_ENABLED)
17419 #ifdef bottom_xpath
17420 #undef xmlXPathTrailingSorted
17421 extern __typeof (xmlXPathTrailingSorted
) xmlXPathTrailingSorted
__attribute((alias("xmlXPathTrailingSorted__internal_alias")));
17423 #ifndef xmlXPathTrailingSorted
17424 extern __typeof (xmlXPathTrailingSorted
) xmlXPathTrailingSorted__internal_alias
__attribute((visibility("hidden")));
17425 #define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias
17430 #if defined(LIBXML_XPATH_ENABLED)
17431 #ifdef bottom_xpath
17432 #undef xmlXPathTranslateFunction
17433 extern __typeof (xmlXPathTranslateFunction
) xmlXPathTranslateFunction
__attribute((alias("xmlXPathTranslateFunction__internal_alias")));
17435 #ifndef xmlXPathTranslateFunction
17436 extern __typeof (xmlXPathTranslateFunction
) xmlXPathTranslateFunction__internal_alias
__attribute((visibility("hidden")));
17437 #define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias
17442 #if defined(LIBXML_XPATH_ENABLED)
17443 #ifdef bottom_xpath
17444 #undef xmlXPathTrueFunction
17445 extern __typeof (xmlXPathTrueFunction
) xmlXPathTrueFunction
__attribute((alias("xmlXPathTrueFunction__internal_alias")));
17447 #ifndef xmlXPathTrueFunction
17448 extern __typeof (xmlXPathTrueFunction
) xmlXPathTrueFunction__internal_alias
__attribute((visibility("hidden")));
17449 #define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias
17454 #if defined(LIBXML_XPATH_ENABLED)
17455 #ifdef bottom_xpath
17456 #undef xmlXPathValueFlipSign
17457 extern __typeof (xmlXPathValueFlipSign
) xmlXPathValueFlipSign
__attribute((alias("xmlXPathValueFlipSign__internal_alias")));
17459 #ifndef xmlXPathValueFlipSign
17460 extern __typeof (xmlXPathValueFlipSign
) xmlXPathValueFlipSign__internal_alias
__attribute((visibility("hidden")));
17461 #define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias
17466 #if defined(LIBXML_XPATH_ENABLED)
17467 #ifdef bottom_xpath
17468 #undef xmlXPathVariableLookup
17469 extern __typeof (xmlXPathVariableLookup
) xmlXPathVariableLookup
__attribute((alias("xmlXPathVariableLookup__internal_alias")));
17471 #ifndef xmlXPathVariableLookup
17472 extern __typeof (xmlXPathVariableLookup
) xmlXPathVariableLookup__internal_alias
__attribute((visibility("hidden")));
17473 #define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias
17478 #if defined(LIBXML_XPATH_ENABLED)
17479 #ifdef bottom_xpath
17480 #undef xmlXPathVariableLookupNS
17481 extern __typeof (xmlXPathVariableLookupNS
) xmlXPathVariableLookupNS
__attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
17483 #ifndef xmlXPathVariableLookupNS
17484 extern __typeof (xmlXPathVariableLookupNS
) xmlXPathVariableLookupNS__internal_alias
__attribute((visibility("hidden")));
17485 #define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias
17490 #if defined(LIBXML_XPATH_ENABLED)
17491 #ifdef bottom_xpath
17492 #undef xmlXPathWrapCString
17493 extern __typeof (xmlXPathWrapCString
) xmlXPathWrapCString
__attribute((alias("xmlXPathWrapCString__internal_alias")));
17495 #ifndef xmlXPathWrapCString
17496 extern __typeof (xmlXPathWrapCString
) xmlXPathWrapCString__internal_alias
__attribute((visibility("hidden")));
17497 #define xmlXPathWrapCString xmlXPathWrapCString__internal_alias
17502 #if defined(LIBXML_XPATH_ENABLED)
17503 #ifdef bottom_xpath
17504 #undef xmlXPathWrapExternal
17505 extern __typeof (xmlXPathWrapExternal
) xmlXPathWrapExternal
__attribute((alias("xmlXPathWrapExternal__internal_alias")));
17507 #ifndef xmlXPathWrapExternal
17508 extern __typeof (xmlXPathWrapExternal
) xmlXPathWrapExternal__internal_alias
__attribute((visibility("hidden")));
17509 #define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias
17514 #if defined(LIBXML_XPATH_ENABLED)
17515 #ifdef bottom_xpath
17516 #undef xmlXPathWrapNodeSet
17517 extern __typeof (xmlXPathWrapNodeSet
) xmlXPathWrapNodeSet
__attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
17519 #ifndef xmlXPathWrapNodeSet
17520 extern __typeof (xmlXPathWrapNodeSet
) xmlXPathWrapNodeSet__internal_alias
__attribute((visibility("hidden")));
17521 #define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias
17526 #if defined(LIBXML_XPATH_ENABLED)
17527 #ifdef bottom_xpath
17528 #undef xmlXPathWrapString
17529 extern __typeof (xmlXPathWrapString
) xmlXPathWrapString
__attribute((alias("xmlXPathWrapString__internal_alias")));
17531 #ifndef xmlXPathWrapString
17532 extern __typeof (xmlXPathWrapString
) xmlXPathWrapString__internal_alias
__attribute((visibility("hidden")));
17533 #define xmlXPathWrapString xmlXPathWrapString__internal_alias
17538 #if defined(LIBXML_XPATH_ENABLED)
17539 #ifdef bottom_xpath
17540 #undef xmlXPatherror
17541 extern __typeof (xmlXPatherror
) xmlXPatherror
__attribute((alias("xmlXPatherror__internal_alias")));
17543 #ifndef xmlXPatherror
17544 extern __typeof (xmlXPatherror
) xmlXPatherror__internal_alias
__attribute((visibility("hidden")));
17545 #define xmlXPatherror xmlXPatherror__internal_alias
17550 #if defined(LIBXML_XPTR_ENABLED)
17551 #ifdef bottom_xpointer
17552 #undef xmlXPtrBuildNodeList
17553 extern __typeof (xmlXPtrBuildNodeList
) xmlXPtrBuildNodeList
__attribute((alias("xmlXPtrBuildNodeList__internal_alias")));
17555 #ifndef xmlXPtrBuildNodeList
17556 extern __typeof (xmlXPtrBuildNodeList
) xmlXPtrBuildNodeList__internal_alias
__attribute((visibility("hidden")));
17557 #define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias
17562 #if defined(LIBXML_XPTR_ENABLED)
17563 #ifdef bottom_xpointer
17565 extern __typeof (xmlXPtrEval
) xmlXPtrEval
__attribute((alias("xmlXPtrEval__internal_alias")));
17567 #ifndef xmlXPtrEval
17568 extern __typeof (xmlXPtrEval
) xmlXPtrEval__internal_alias
__attribute((visibility("hidden")));
17569 #define xmlXPtrEval xmlXPtrEval__internal_alias
17574 #if defined(LIBXML_XPTR_ENABLED)
17575 #ifdef bottom_xpointer
17576 #undef xmlXPtrEvalRangePredicate
17577 extern __typeof (xmlXPtrEvalRangePredicate
) xmlXPtrEvalRangePredicate
__attribute((alias("xmlXPtrEvalRangePredicate__internal_alias")));
17579 #ifndef xmlXPtrEvalRangePredicate
17580 extern __typeof (xmlXPtrEvalRangePredicate
) xmlXPtrEvalRangePredicate__internal_alias
__attribute((visibility("hidden")));
17581 #define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias
17586 #if defined(LIBXML_XPTR_ENABLED)
17587 #ifdef bottom_xpointer
17588 #undef xmlXPtrFreeLocationSet
17589 extern __typeof (xmlXPtrFreeLocationSet
) xmlXPtrFreeLocationSet
__attribute((alias("xmlXPtrFreeLocationSet__internal_alias")));
17591 #ifndef xmlXPtrFreeLocationSet
17592 extern __typeof (xmlXPtrFreeLocationSet
) xmlXPtrFreeLocationSet__internal_alias
__attribute((visibility("hidden")));
17593 #define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias
17598 #if defined(LIBXML_XPTR_ENABLED)
17599 #ifdef bottom_xpointer
17600 #undef xmlXPtrLocationSetAdd
17601 extern __typeof (xmlXPtrLocationSetAdd
) xmlXPtrLocationSetAdd
__attribute((alias("xmlXPtrLocationSetAdd__internal_alias")));
17603 #ifndef xmlXPtrLocationSetAdd
17604 extern __typeof (xmlXPtrLocationSetAdd
) xmlXPtrLocationSetAdd__internal_alias
__attribute((visibility("hidden")));
17605 #define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias
17610 #if defined(LIBXML_XPTR_ENABLED)
17611 #ifdef bottom_xpointer
17612 #undef xmlXPtrLocationSetCreate
17613 extern __typeof (xmlXPtrLocationSetCreate
) xmlXPtrLocationSetCreate
__attribute((alias("xmlXPtrLocationSetCreate__internal_alias")));
17615 #ifndef xmlXPtrLocationSetCreate
17616 extern __typeof (xmlXPtrLocationSetCreate
) xmlXPtrLocationSetCreate__internal_alias
__attribute((visibility("hidden")));
17617 #define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias
17622 #if defined(LIBXML_XPTR_ENABLED)
17623 #ifdef bottom_xpointer
17624 #undef xmlXPtrLocationSetDel
17625 extern __typeof (xmlXPtrLocationSetDel
) xmlXPtrLocationSetDel
__attribute((alias("xmlXPtrLocationSetDel__internal_alias")));
17627 #ifndef xmlXPtrLocationSetDel
17628 extern __typeof (xmlXPtrLocationSetDel
) xmlXPtrLocationSetDel__internal_alias
__attribute((visibility("hidden")));
17629 #define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias
17634 #if defined(LIBXML_XPTR_ENABLED)
17635 #ifdef bottom_xpointer
17636 #undef xmlXPtrLocationSetMerge
17637 extern __typeof (xmlXPtrLocationSetMerge
) xmlXPtrLocationSetMerge
__attribute((alias("xmlXPtrLocationSetMerge__internal_alias")));
17639 #ifndef xmlXPtrLocationSetMerge
17640 extern __typeof (xmlXPtrLocationSetMerge
) xmlXPtrLocationSetMerge__internal_alias
__attribute((visibility("hidden")));
17641 #define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias
17646 #if defined(LIBXML_XPTR_ENABLED)
17647 #ifdef bottom_xpointer
17648 #undef xmlXPtrLocationSetRemove
17649 extern __typeof (xmlXPtrLocationSetRemove
) xmlXPtrLocationSetRemove
__attribute((alias("xmlXPtrLocationSetRemove__internal_alias")));
17651 #ifndef xmlXPtrLocationSetRemove
17652 extern __typeof (xmlXPtrLocationSetRemove
) xmlXPtrLocationSetRemove__internal_alias
__attribute((visibility("hidden")));
17653 #define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias
17658 #if defined(LIBXML_XPTR_ENABLED)
17659 #ifdef bottom_xpointer
17660 #undef xmlXPtrNewCollapsedRange
17661 extern __typeof (xmlXPtrNewCollapsedRange
) xmlXPtrNewCollapsedRange
__attribute((alias("xmlXPtrNewCollapsedRange__internal_alias")));
17663 #ifndef xmlXPtrNewCollapsedRange
17664 extern __typeof (xmlXPtrNewCollapsedRange
) xmlXPtrNewCollapsedRange__internal_alias
__attribute((visibility("hidden")));
17665 #define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias
17670 #if defined(LIBXML_XPTR_ENABLED)
17671 #ifdef bottom_xpointer
17672 #undef xmlXPtrNewContext
17673 extern __typeof (xmlXPtrNewContext
) xmlXPtrNewContext
__attribute((alias("xmlXPtrNewContext__internal_alias")));
17675 #ifndef xmlXPtrNewContext
17676 extern __typeof (xmlXPtrNewContext
) xmlXPtrNewContext__internal_alias
__attribute((visibility("hidden")));
17677 #define xmlXPtrNewContext xmlXPtrNewContext__internal_alias
17682 #if defined(LIBXML_XPTR_ENABLED)
17683 #ifdef bottom_xpointer
17684 #undef xmlXPtrNewLocationSetNodeSet
17685 extern __typeof (xmlXPtrNewLocationSetNodeSet
) xmlXPtrNewLocationSetNodeSet
__attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias")));
17687 #ifndef xmlXPtrNewLocationSetNodeSet
17688 extern __typeof (xmlXPtrNewLocationSetNodeSet
) xmlXPtrNewLocationSetNodeSet__internal_alias
__attribute((visibility("hidden")));
17689 #define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias
17694 #if defined(LIBXML_XPTR_ENABLED)
17695 #ifdef bottom_xpointer
17696 #undef xmlXPtrNewLocationSetNodes
17697 extern __typeof (xmlXPtrNewLocationSetNodes
) xmlXPtrNewLocationSetNodes
__attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
17699 #ifndef xmlXPtrNewLocationSetNodes
17700 extern __typeof (xmlXPtrNewLocationSetNodes
) xmlXPtrNewLocationSetNodes__internal_alias
__attribute((visibility("hidden")));
17701 #define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias
17706 #if defined(LIBXML_XPTR_ENABLED)
17707 #ifdef bottom_xpointer
17708 #undef xmlXPtrNewRange
17709 extern __typeof (xmlXPtrNewRange
) xmlXPtrNewRange
__attribute((alias("xmlXPtrNewRange__internal_alias")));
17711 #ifndef xmlXPtrNewRange
17712 extern __typeof (xmlXPtrNewRange
) xmlXPtrNewRange__internal_alias
__attribute((visibility("hidden")));
17713 #define xmlXPtrNewRange xmlXPtrNewRange__internal_alias
17718 #if defined(LIBXML_XPTR_ENABLED)
17719 #ifdef bottom_xpointer
17720 #undef xmlXPtrNewRangeNodeObject
17721 extern __typeof (xmlXPtrNewRangeNodeObject
) xmlXPtrNewRangeNodeObject
__attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias")));
17723 #ifndef xmlXPtrNewRangeNodeObject
17724 extern __typeof (xmlXPtrNewRangeNodeObject
) xmlXPtrNewRangeNodeObject__internal_alias
__attribute((visibility("hidden")));
17725 #define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias
17730 #if defined(LIBXML_XPTR_ENABLED)
17731 #ifdef bottom_xpointer
17732 #undef xmlXPtrNewRangeNodePoint
17733 extern __typeof (xmlXPtrNewRangeNodePoint
) xmlXPtrNewRangeNodePoint
__attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias")));
17735 #ifndef xmlXPtrNewRangeNodePoint
17736 extern __typeof (xmlXPtrNewRangeNodePoint
) xmlXPtrNewRangeNodePoint__internal_alias
__attribute((visibility("hidden")));
17737 #define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias
17742 #if defined(LIBXML_XPTR_ENABLED)
17743 #ifdef bottom_xpointer
17744 #undef xmlXPtrNewRangeNodes
17745 extern __typeof (xmlXPtrNewRangeNodes
) xmlXPtrNewRangeNodes
__attribute((alias("xmlXPtrNewRangeNodes__internal_alias")));
17747 #ifndef xmlXPtrNewRangeNodes
17748 extern __typeof (xmlXPtrNewRangeNodes
) xmlXPtrNewRangeNodes__internal_alias
__attribute((visibility("hidden")));
17749 #define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias
17754 #if defined(LIBXML_XPTR_ENABLED)
17755 #ifdef bottom_xpointer
17756 #undef xmlXPtrNewRangePointNode
17757 extern __typeof (xmlXPtrNewRangePointNode
) xmlXPtrNewRangePointNode
__attribute((alias("xmlXPtrNewRangePointNode__internal_alias")));
17759 #ifndef xmlXPtrNewRangePointNode
17760 extern __typeof (xmlXPtrNewRangePointNode
) xmlXPtrNewRangePointNode__internal_alias
__attribute((visibility("hidden")));
17761 #define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias
17766 #if defined(LIBXML_XPTR_ENABLED)
17767 #ifdef bottom_xpointer
17768 #undef xmlXPtrNewRangePoints
17769 extern __typeof (xmlXPtrNewRangePoints
) xmlXPtrNewRangePoints
__attribute((alias("xmlXPtrNewRangePoints__internal_alias")));
17771 #ifndef xmlXPtrNewRangePoints
17772 extern __typeof (xmlXPtrNewRangePoints
) xmlXPtrNewRangePoints__internal_alias
__attribute((visibility("hidden")));
17773 #define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias
17778 #if defined(LIBXML_XPTR_ENABLED)
17779 #ifdef bottom_xpointer
17780 #undef xmlXPtrRangeToFunction
17781 extern __typeof (xmlXPtrRangeToFunction
) xmlXPtrRangeToFunction
__attribute((alias("xmlXPtrRangeToFunction__internal_alias")));
17783 #ifndef xmlXPtrRangeToFunction
17784 extern __typeof (xmlXPtrRangeToFunction
) xmlXPtrRangeToFunction__internal_alias
__attribute((visibility("hidden")));
17785 #define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias
17790 #if defined(LIBXML_XPTR_ENABLED)
17791 #ifdef bottom_xpointer
17792 #undef xmlXPtrWrapLocationSet
17793 extern __typeof (xmlXPtrWrapLocationSet
) xmlXPtrWrapLocationSet
__attribute((alias("xmlXPtrWrapLocationSet__internal_alias")));
17795 #ifndef xmlXPtrWrapLocationSet
17796 extern __typeof (xmlXPtrWrapLocationSet
) xmlXPtrWrapLocationSet__internal_alias
__attribute((visibility("hidden")));
17797 #define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias