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)
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
1348 extern __typeof (xmlBufferAdd
) xmlBufferAdd
__attribute((alias("xmlBufferAdd__internal_alias")));
1350 #ifndef xmlBufferAdd
1351 extern __typeof (xmlBufferAdd
) xmlBufferAdd__internal_alias
__attribute((visibility("hidden")));
1352 #define xmlBufferAdd xmlBufferAdd__internal_alias
1357 #undef xmlBufferAddHead
1358 extern __typeof (xmlBufferAddHead
) xmlBufferAddHead
__attribute((alias("xmlBufferAddHead__internal_alias")));
1360 #ifndef xmlBufferAddHead
1361 extern __typeof (xmlBufferAddHead
) xmlBufferAddHead__internal_alias
__attribute((visibility("hidden")));
1362 #define xmlBufferAddHead xmlBufferAddHead__internal_alias
1367 #undef xmlBufferCCat
1368 extern __typeof (xmlBufferCCat
) xmlBufferCCat
__attribute((alias("xmlBufferCCat__internal_alias")));
1370 #ifndef xmlBufferCCat
1371 extern __typeof (xmlBufferCCat
) xmlBufferCCat__internal_alias
__attribute((visibility("hidden")));
1372 #define xmlBufferCCat xmlBufferCCat__internal_alias
1378 extern __typeof (xmlBufferCat
) xmlBufferCat
__attribute((alias("xmlBufferCat__internal_alias")));
1380 #ifndef xmlBufferCat
1381 extern __typeof (xmlBufferCat
) xmlBufferCat__internal_alias
__attribute((visibility("hidden")));
1382 #define xmlBufferCat xmlBufferCat__internal_alias
1387 #undef xmlBufferContent
1388 extern __typeof (xmlBufferContent
) xmlBufferContent
__attribute((alias("xmlBufferContent__internal_alias")));
1390 #ifndef xmlBufferContent
1391 extern __typeof (xmlBufferContent
) xmlBufferContent__internal_alias
__attribute((visibility("hidden")));
1392 #define xmlBufferContent xmlBufferContent__internal_alias
1397 #undef xmlBufferCreate
1398 extern __typeof (xmlBufferCreate
) xmlBufferCreate
__attribute((alias("xmlBufferCreate__internal_alias")));
1400 #ifndef xmlBufferCreate
1401 extern __typeof (xmlBufferCreate
) xmlBufferCreate__internal_alias
__attribute((visibility("hidden")));
1402 #define xmlBufferCreate xmlBufferCreate__internal_alias
1407 #undef xmlBufferCreateSize
1408 extern __typeof (xmlBufferCreateSize
) xmlBufferCreateSize
__attribute((alias("xmlBufferCreateSize__internal_alias")));
1410 #ifndef xmlBufferCreateSize
1411 extern __typeof (xmlBufferCreateSize
) xmlBufferCreateSize__internal_alias
__attribute((visibility("hidden")));
1412 #define xmlBufferCreateSize xmlBufferCreateSize__internal_alias
1417 #undef xmlBufferCreateStatic
1418 extern __typeof (xmlBufferCreateStatic
) xmlBufferCreateStatic
__attribute((alias("xmlBufferCreateStatic__internal_alias")));
1420 #ifndef xmlBufferCreateStatic
1421 extern __typeof (xmlBufferCreateStatic
) xmlBufferCreateStatic__internal_alias
__attribute((visibility("hidden")));
1422 #define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias
1427 #undef xmlBufferDump
1428 extern __typeof (xmlBufferDump
) xmlBufferDump
__attribute((alias("xmlBufferDump__internal_alias")));
1430 #ifndef xmlBufferDump
1431 extern __typeof (xmlBufferDump
) xmlBufferDump__internal_alias
__attribute((visibility("hidden")));
1432 #define xmlBufferDump xmlBufferDump__internal_alias
1437 #undef xmlBufferEmpty
1438 extern __typeof (xmlBufferEmpty
) xmlBufferEmpty
__attribute((alias("xmlBufferEmpty__internal_alias")));
1440 #ifndef xmlBufferEmpty
1441 extern __typeof (xmlBufferEmpty
) xmlBufferEmpty__internal_alias
__attribute((visibility("hidden")));
1442 #define xmlBufferEmpty xmlBufferEmpty__internal_alias
1447 #undef xmlBufferFree
1448 extern __typeof (xmlBufferFree
) xmlBufferFree
__attribute((alias("xmlBufferFree__internal_alias")));
1450 #ifndef xmlBufferFree
1451 extern __typeof (xmlBufferFree
) xmlBufferFree__internal_alias
__attribute((visibility("hidden")));
1452 #define xmlBufferFree xmlBufferFree__internal_alias
1457 #undef xmlBufferGrow
1458 extern __typeof (xmlBufferGrow
) xmlBufferGrow
__attribute((alias("xmlBufferGrow__internal_alias")));
1460 #ifndef xmlBufferGrow
1461 extern __typeof (xmlBufferGrow
) xmlBufferGrow__internal_alias
__attribute((visibility("hidden")));
1462 #define xmlBufferGrow xmlBufferGrow__internal_alias
1467 #undef xmlBufferLength
1468 extern __typeof (xmlBufferLength
) xmlBufferLength
__attribute((alias("xmlBufferLength__internal_alias")));
1470 #ifndef xmlBufferLength
1471 extern __typeof (xmlBufferLength
) xmlBufferLength__internal_alias
__attribute((visibility("hidden")));
1472 #define xmlBufferLength xmlBufferLength__internal_alias
1477 #undef xmlBufferResize
1478 extern __typeof (xmlBufferResize
) xmlBufferResize
__attribute((alias("xmlBufferResize__internal_alias")));
1480 #ifndef xmlBufferResize
1481 extern __typeof (xmlBufferResize
) xmlBufferResize__internal_alias
__attribute((visibility("hidden")));
1482 #define xmlBufferResize xmlBufferResize__internal_alias
1487 #undef xmlBufferSetAllocationScheme
1488 extern __typeof (xmlBufferSetAllocationScheme
) xmlBufferSetAllocationScheme
__attribute((alias("xmlBufferSetAllocationScheme__internal_alias")));
1490 #ifndef xmlBufferSetAllocationScheme
1491 extern __typeof (xmlBufferSetAllocationScheme
) xmlBufferSetAllocationScheme__internal_alias
__attribute((visibility("hidden")));
1492 #define xmlBufferSetAllocationScheme xmlBufferSetAllocationScheme__internal_alias
1497 #undef xmlBufferShrink
1498 extern __typeof (xmlBufferShrink
) xmlBufferShrink
__attribute((alias("xmlBufferShrink__internal_alias")));
1500 #ifndef xmlBufferShrink
1501 extern __typeof (xmlBufferShrink
) xmlBufferShrink__internal_alias
__attribute((visibility("hidden")));
1502 #define xmlBufferShrink xmlBufferShrink__internal_alias
1507 #undef xmlBufferWriteCHAR
1508 extern __typeof (xmlBufferWriteCHAR
) xmlBufferWriteCHAR
__attribute((alias("xmlBufferWriteCHAR__internal_alias")));
1510 #ifndef xmlBufferWriteCHAR
1511 extern __typeof (xmlBufferWriteCHAR
) xmlBufferWriteCHAR__internal_alias
__attribute((visibility("hidden")));
1512 #define xmlBufferWriteCHAR xmlBufferWriteCHAR__internal_alias
1517 #undef xmlBufferWriteChar
1518 extern __typeof (xmlBufferWriteChar
) xmlBufferWriteChar
__attribute((alias("xmlBufferWriteChar__internal_alias")));
1520 #ifndef xmlBufferWriteChar
1521 extern __typeof (xmlBufferWriteChar
) xmlBufferWriteChar__internal_alias
__attribute((visibility("hidden")));
1522 #define xmlBufferWriteChar xmlBufferWriteChar__internal_alias
1527 #undef xmlBufferWriteQuotedString
1528 extern __typeof (xmlBufferWriteQuotedString
) xmlBufferWriteQuotedString
__attribute((alias("xmlBufferWriteQuotedString__internal_alias")));
1530 #ifndef xmlBufferWriteQuotedString
1531 extern __typeof (xmlBufferWriteQuotedString
) xmlBufferWriteQuotedString__internal_alias
__attribute((visibility("hidden")));
1532 #define xmlBufferWriteQuotedString xmlBufferWriteQuotedString__internal_alias
1537 #undef xmlBuildQName
1538 extern __typeof (xmlBuildQName
) xmlBuildQName
__attribute((alias("xmlBuildQName__internal_alias")));
1540 #ifndef xmlBuildQName
1541 extern __typeof (xmlBuildQName
) xmlBuildQName__internal_alias
__attribute((visibility("hidden")));
1542 #define xmlBuildQName xmlBuildQName__internal_alias
1547 #undef xmlBuildRelativeURI
1548 extern __typeof (xmlBuildRelativeURI
) xmlBuildRelativeURI
__attribute((alias("xmlBuildRelativeURI__internal_alias")));
1550 #ifndef xmlBuildRelativeURI
1551 extern __typeof (xmlBuildRelativeURI
) xmlBuildRelativeURI__internal_alias
__attribute((visibility("hidden")));
1552 #define xmlBuildRelativeURI xmlBuildRelativeURI__internal_alias
1558 extern __typeof (xmlBuildURI
) xmlBuildURI
__attribute((alias("xmlBuildURI__internal_alias")));
1561 extern __typeof (xmlBuildURI
) xmlBuildURI__internal_alias
__attribute((visibility("hidden")));
1562 #define xmlBuildURI xmlBuildURI__internal_alias
1566 #ifdef bottom_encoding
1567 #undef xmlByteConsumed
1568 extern __typeof (xmlByteConsumed
) xmlByteConsumed
__attribute((alias("xmlByteConsumed__internal_alias")));
1570 #ifndef xmlByteConsumed
1571 extern __typeof (xmlByteConsumed
) xmlByteConsumed__internal_alias
__attribute((visibility("hidden")));
1572 #define xmlByteConsumed xmlByteConsumed__internal_alias
1576 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1578 #undef xmlC14NDocDumpMemory
1579 extern __typeof (xmlC14NDocDumpMemory
) xmlC14NDocDumpMemory
__attribute((alias("xmlC14NDocDumpMemory__internal_alias")));
1581 #ifndef xmlC14NDocDumpMemory
1582 extern __typeof (xmlC14NDocDumpMemory
) xmlC14NDocDumpMemory__internal_alias
__attribute((visibility("hidden")));
1583 #define xmlC14NDocDumpMemory xmlC14NDocDumpMemory__internal_alias
1588 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1590 #undef xmlC14NDocSave
1591 extern __typeof (xmlC14NDocSave
) xmlC14NDocSave
__attribute((alias("xmlC14NDocSave__internal_alias")));
1593 #ifndef xmlC14NDocSave
1594 extern __typeof (xmlC14NDocSave
) xmlC14NDocSave__internal_alias
__attribute((visibility("hidden")));
1595 #define xmlC14NDocSave xmlC14NDocSave__internal_alias
1600 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1602 #undef xmlC14NDocSaveTo
1603 extern __typeof (xmlC14NDocSaveTo
) xmlC14NDocSaveTo
__attribute((alias("xmlC14NDocSaveTo__internal_alias")));
1605 #ifndef xmlC14NDocSaveTo
1606 extern __typeof (xmlC14NDocSaveTo
) xmlC14NDocSaveTo__internal_alias
__attribute((visibility("hidden")));
1607 #define xmlC14NDocSaveTo xmlC14NDocSaveTo__internal_alias
1612 #if defined(LIBXML_C14N_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1614 #undef xmlC14NExecute
1615 extern __typeof (xmlC14NExecute
) xmlC14NExecute
__attribute((alias("xmlC14NExecute__internal_alias")));
1617 #ifndef xmlC14NExecute
1618 extern __typeof (xmlC14NExecute
) xmlC14NExecute__internal_alias
__attribute((visibility("hidden")));
1619 #define xmlC14NExecute xmlC14NExecute__internal_alias
1625 #undef xmlCanonicPath
1626 extern __typeof (xmlCanonicPath
) xmlCanonicPath
__attribute((alias("xmlCanonicPath__internal_alias")));
1628 #ifndef xmlCanonicPath
1629 extern __typeof (xmlCanonicPath
) xmlCanonicPath__internal_alias
__attribute((visibility("hidden")));
1630 #define xmlCanonicPath xmlCanonicPath__internal_alias
1634 #if defined(LIBXML_CATALOG_ENABLED)
1635 #ifdef bottom_catalog
1636 #undef xmlCatalogAdd
1637 extern __typeof (xmlCatalogAdd
) xmlCatalogAdd
__attribute((alias("xmlCatalogAdd__internal_alias")));
1639 #ifndef xmlCatalogAdd
1640 extern __typeof (xmlCatalogAdd
) xmlCatalogAdd__internal_alias
__attribute((visibility("hidden")));
1641 #define xmlCatalogAdd xmlCatalogAdd__internal_alias
1646 #if defined(LIBXML_CATALOG_ENABLED)
1647 #ifdef bottom_catalog
1648 #undef xmlCatalogAddLocal
1649 extern __typeof (xmlCatalogAddLocal
) xmlCatalogAddLocal
__attribute((alias("xmlCatalogAddLocal__internal_alias")));
1651 #ifndef xmlCatalogAddLocal
1652 extern __typeof (xmlCatalogAddLocal
) xmlCatalogAddLocal__internal_alias
__attribute((visibility("hidden")));
1653 #define xmlCatalogAddLocal xmlCatalogAddLocal__internal_alias
1658 #if defined(LIBXML_CATALOG_ENABLED)
1659 #ifdef bottom_catalog
1660 #undef xmlCatalogCleanup
1661 extern __typeof (xmlCatalogCleanup
) xmlCatalogCleanup
__attribute((alias("xmlCatalogCleanup__internal_alias")));
1663 #ifndef xmlCatalogCleanup
1664 extern __typeof (xmlCatalogCleanup
) xmlCatalogCleanup__internal_alias
__attribute((visibility("hidden")));
1665 #define xmlCatalogCleanup xmlCatalogCleanup__internal_alias
1670 #if defined(LIBXML_CATALOG_ENABLED)
1671 #ifdef bottom_catalog
1672 #undef xmlCatalogConvert
1673 extern __typeof (xmlCatalogConvert
) xmlCatalogConvert
__attribute((alias("xmlCatalogConvert__internal_alias")));
1675 #ifndef xmlCatalogConvert
1676 extern __typeof (xmlCatalogConvert
) xmlCatalogConvert__internal_alias
__attribute((visibility("hidden")));
1677 #define xmlCatalogConvert xmlCatalogConvert__internal_alias
1682 #if defined(LIBXML_CATALOG_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
1683 #ifdef bottom_catalog
1684 #undef xmlCatalogDump
1685 extern __typeof (xmlCatalogDump
) xmlCatalogDump
__attribute((alias("xmlCatalogDump__internal_alias")));
1687 #ifndef xmlCatalogDump
1688 extern __typeof (xmlCatalogDump
) xmlCatalogDump__internal_alias
__attribute((visibility("hidden")));
1689 #define xmlCatalogDump xmlCatalogDump__internal_alias
1694 #if defined(LIBXML_CATALOG_ENABLED)
1695 #ifdef bottom_catalog
1696 #undef xmlCatalogFreeLocal
1697 extern __typeof (xmlCatalogFreeLocal
) xmlCatalogFreeLocal
__attribute((alias("xmlCatalogFreeLocal__internal_alias")));
1699 #ifndef xmlCatalogFreeLocal
1700 extern __typeof (xmlCatalogFreeLocal
) xmlCatalogFreeLocal__internal_alias
__attribute((visibility("hidden")));
1701 #define xmlCatalogFreeLocal xmlCatalogFreeLocal__internal_alias
1706 #if defined(LIBXML_CATALOG_ENABLED)
1707 #ifdef bottom_catalog
1708 #undef xmlCatalogGetDefaults
1709 extern __typeof (xmlCatalogGetDefaults
) xmlCatalogGetDefaults
__attribute((alias("xmlCatalogGetDefaults__internal_alias")));
1711 #ifndef xmlCatalogGetDefaults
1712 extern __typeof (xmlCatalogGetDefaults
) xmlCatalogGetDefaults__internal_alias
__attribute((visibility("hidden")));
1713 #define xmlCatalogGetDefaults xmlCatalogGetDefaults__internal_alias
1718 #if defined(LIBXML_CATALOG_ENABLED)
1719 #ifdef bottom_catalog
1720 #undef xmlCatalogGetPublic
1721 extern __typeof (xmlCatalogGetPublic
) xmlCatalogGetPublic
__attribute((alias("xmlCatalogGetPublic__internal_alias")));
1723 #ifndef xmlCatalogGetPublic
1724 extern __typeof (xmlCatalogGetPublic
) xmlCatalogGetPublic__internal_alias
__attribute((visibility("hidden")));
1725 #define xmlCatalogGetPublic xmlCatalogGetPublic__internal_alias
1730 #if defined(LIBXML_CATALOG_ENABLED)
1731 #ifdef bottom_catalog
1732 #undef xmlCatalogGetSystem
1733 extern __typeof (xmlCatalogGetSystem
) xmlCatalogGetSystem
__attribute((alias("xmlCatalogGetSystem__internal_alias")));
1735 #ifndef xmlCatalogGetSystem
1736 extern __typeof (xmlCatalogGetSystem
) xmlCatalogGetSystem__internal_alias
__attribute((visibility("hidden")));
1737 #define xmlCatalogGetSystem xmlCatalogGetSystem__internal_alias
1742 #if defined(LIBXML_CATALOG_ENABLED)
1743 #ifdef bottom_catalog
1744 #undef xmlCatalogIsEmpty
1745 extern __typeof (xmlCatalogIsEmpty
) xmlCatalogIsEmpty
__attribute((alias("xmlCatalogIsEmpty__internal_alias")));
1747 #ifndef xmlCatalogIsEmpty
1748 extern __typeof (xmlCatalogIsEmpty
) xmlCatalogIsEmpty__internal_alias
__attribute((visibility("hidden")));
1749 #define xmlCatalogIsEmpty xmlCatalogIsEmpty__internal_alias
1754 #if defined(LIBXML_CATALOG_ENABLED)
1755 #ifdef bottom_catalog
1756 #undef xmlCatalogLocalResolve
1757 extern __typeof (xmlCatalogLocalResolve
) xmlCatalogLocalResolve
__attribute((alias("xmlCatalogLocalResolve__internal_alias")));
1759 #ifndef xmlCatalogLocalResolve
1760 extern __typeof (xmlCatalogLocalResolve
) xmlCatalogLocalResolve__internal_alias
__attribute((visibility("hidden")));
1761 #define xmlCatalogLocalResolve xmlCatalogLocalResolve__internal_alias
1766 #if defined(LIBXML_CATALOG_ENABLED)
1767 #ifdef bottom_catalog
1768 #undef xmlCatalogLocalResolveURI
1769 extern __typeof (xmlCatalogLocalResolveURI
) xmlCatalogLocalResolveURI
__attribute((alias("xmlCatalogLocalResolveURI__internal_alias")));
1771 #ifndef xmlCatalogLocalResolveURI
1772 extern __typeof (xmlCatalogLocalResolveURI
) xmlCatalogLocalResolveURI__internal_alias
__attribute((visibility("hidden")));
1773 #define xmlCatalogLocalResolveURI xmlCatalogLocalResolveURI__internal_alias
1778 #if defined(LIBXML_CATALOG_ENABLED)
1779 #ifdef bottom_catalog
1780 #undef xmlCatalogRemove
1781 extern __typeof (xmlCatalogRemove
) xmlCatalogRemove
__attribute((alias("xmlCatalogRemove__internal_alias")));
1783 #ifndef xmlCatalogRemove
1784 extern __typeof (xmlCatalogRemove
) xmlCatalogRemove__internal_alias
__attribute((visibility("hidden")));
1785 #define xmlCatalogRemove xmlCatalogRemove__internal_alias
1790 #if defined(LIBXML_CATALOG_ENABLED)
1791 #ifdef bottom_catalog
1792 #undef xmlCatalogResolve
1793 extern __typeof (xmlCatalogResolve
) xmlCatalogResolve
__attribute((alias("xmlCatalogResolve__internal_alias")));
1795 #ifndef xmlCatalogResolve
1796 extern __typeof (xmlCatalogResolve
) xmlCatalogResolve__internal_alias
__attribute((visibility("hidden")));
1797 #define xmlCatalogResolve xmlCatalogResolve__internal_alias
1802 #if defined(LIBXML_CATALOG_ENABLED)
1803 #ifdef bottom_catalog
1804 #undef xmlCatalogResolvePublic
1805 extern __typeof (xmlCatalogResolvePublic
) xmlCatalogResolvePublic
__attribute((alias("xmlCatalogResolvePublic__internal_alias")));
1807 #ifndef xmlCatalogResolvePublic
1808 extern __typeof (xmlCatalogResolvePublic
) xmlCatalogResolvePublic__internal_alias
__attribute((visibility("hidden")));
1809 #define xmlCatalogResolvePublic xmlCatalogResolvePublic__internal_alias
1814 #if defined(LIBXML_CATALOG_ENABLED)
1815 #ifdef bottom_catalog
1816 #undef xmlCatalogResolveSystem
1817 extern __typeof (xmlCatalogResolveSystem
) xmlCatalogResolveSystem
__attribute((alias("xmlCatalogResolveSystem__internal_alias")));
1819 #ifndef xmlCatalogResolveSystem
1820 extern __typeof (xmlCatalogResolveSystem
) xmlCatalogResolveSystem__internal_alias
__attribute((visibility("hidden")));
1821 #define xmlCatalogResolveSystem xmlCatalogResolveSystem__internal_alias
1826 #if defined(LIBXML_CATALOG_ENABLED)
1827 #ifdef bottom_catalog
1828 #undef xmlCatalogResolveURI
1829 extern __typeof (xmlCatalogResolveURI
) xmlCatalogResolveURI
__attribute((alias("xmlCatalogResolveURI__internal_alias")));
1831 #ifndef xmlCatalogResolveURI
1832 extern __typeof (xmlCatalogResolveURI
) xmlCatalogResolveURI__internal_alias
__attribute((visibility("hidden")));
1833 #define xmlCatalogResolveURI xmlCatalogResolveURI__internal_alias
1838 #if defined(LIBXML_CATALOG_ENABLED)
1839 #ifdef bottom_catalog
1840 #undef xmlCatalogSetDebug
1841 extern __typeof (xmlCatalogSetDebug
) xmlCatalogSetDebug
__attribute((alias("xmlCatalogSetDebug__internal_alias")));
1843 #ifndef xmlCatalogSetDebug
1844 extern __typeof (xmlCatalogSetDebug
) xmlCatalogSetDebug__internal_alias
__attribute((visibility("hidden")));
1845 #define xmlCatalogSetDebug xmlCatalogSetDebug__internal_alias
1850 #if defined(LIBXML_CATALOG_ENABLED)
1851 #ifdef bottom_catalog
1852 #undef xmlCatalogSetDefaultPrefer
1853 extern __typeof (xmlCatalogSetDefaultPrefer
) xmlCatalogSetDefaultPrefer
__attribute((alias("xmlCatalogSetDefaultPrefer__internal_alias")));
1855 #ifndef xmlCatalogSetDefaultPrefer
1856 extern __typeof (xmlCatalogSetDefaultPrefer
) xmlCatalogSetDefaultPrefer__internal_alias
__attribute((visibility("hidden")));
1857 #define xmlCatalogSetDefaultPrefer xmlCatalogSetDefaultPrefer__internal_alias
1862 #if defined(LIBXML_CATALOG_ENABLED)
1863 #ifdef bottom_catalog
1864 #undef xmlCatalogSetDefaults
1865 extern __typeof (xmlCatalogSetDefaults
) xmlCatalogSetDefaults
__attribute((alias("xmlCatalogSetDefaults__internal_alias")));
1867 #ifndef xmlCatalogSetDefaults
1868 extern __typeof (xmlCatalogSetDefaults
) xmlCatalogSetDefaults__internal_alias
__attribute((visibility("hidden")));
1869 #define xmlCatalogSetDefaults xmlCatalogSetDefaults__internal_alias
1874 #ifdef bottom_encoding
1875 #undef xmlCharEncCloseFunc
1876 extern __typeof (xmlCharEncCloseFunc
) xmlCharEncCloseFunc
__attribute((alias("xmlCharEncCloseFunc__internal_alias")));
1878 #ifndef xmlCharEncCloseFunc
1879 extern __typeof (xmlCharEncCloseFunc
) xmlCharEncCloseFunc__internal_alias
__attribute((visibility("hidden")));
1880 #define xmlCharEncCloseFunc xmlCharEncCloseFunc__internal_alias
1884 #ifdef bottom_encoding
1885 #undef xmlCharEncFirstLine
1886 extern __typeof (xmlCharEncFirstLine
) xmlCharEncFirstLine
__attribute((alias("xmlCharEncFirstLine__internal_alias")));
1888 #ifndef xmlCharEncFirstLine
1889 extern __typeof (xmlCharEncFirstLine
) xmlCharEncFirstLine__internal_alias
__attribute((visibility("hidden")));
1890 #define xmlCharEncFirstLine xmlCharEncFirstLine__internal_alias
1894 #ifdef bottom_encoding
1895 #undef xmlCharEncInFunc
1896 extern __typeof (xmlCharEncInFunc
) xmlCharEncInFunc
__attribute((alias("xmlCharEncInFunc__internal_alias")));
1898 #ifndef xmlCharEncInFunc
1899 extern __typeof (xmlCharEncInFunc
) xmlCharEncInFunc__internal_alias
__attribute((visibility("hidden")));
1900 #define xmlCharEncInFunc xmlCharEncInFunc__internal_alias
1904 #ifdef bottom_encoding
1905 #undef xmlCharEncOutFunc
1906 extern __typeof (xmlCharEncOutFunc
) xmlCharEncOutFunc
__attribute((alias("xmlCharEncOutFunc__internal_alias")));
1908 #ifndef xmlCharEncOutFunc
1909 extern __typeof (xmlCharEncOutFunc
) xmlCharEncOutFunc__internal_alias
__attribute((visibility("hidden")));
1910 #define xmlCharEncOutFunc xmlCharEncOutFunc__internal_alias
1914 #ifdef bottom_chvalid
1915 #undef xmlCharInRange
1916 extern __typeof (xmlCharInRange
) xmlCharInRange
__attribute((alias("xmlCharInRange__internal_alias")));
1918 #ifndef xmlCharInRange
1919 extern __typeof (xmlCharInRange
) xmlCharInRange__internal_alias
__attribute((visibility("hidden")));
1920 #define xmlCharInRange xmlCharInRange__internal_alias
1924 #ifdef bottom_xmlstring
1925 #undef xmlCharStrdup
1926 extern __typeof (xmlCharStrdup
) xmlCharStrdup
__attribute((alias("xmlCharStrdup__internal_alias")));
1928 #ifndef xmlCharStrdup
1929 extern __typeof (xmlCharStrdup
) xmlCharStrdup__internal_alias
__attribute((visibility("hidden")));
1930 #define xmlCharStrdup xmlCharStrdup__internal_alias
1934 #ifdef bottom_xmlstring
1935 #undef xmlCharStrndup
1936 extern __typeof (xmlCharStrndup
) xmlCharStrndup
__attribute((alias("xmlCharStrndup__internal_alias")));
1938 #ifndef xmlCharStrndup
1939 extern __typeof (xmlCharStrndup
) xmlCharStrndup__internal_alias
__attribute((visibility("hidden")));
1940 #define xmlCharStrndup xmlCharStrndup__internal_alias
1945 #undef xmlCheckFilename
1946 extern __typeof (xmlCheckFilename
) xmlCheckFilename
__attribute((alias("xmlCheckFilename__internal_alias")));
1948 #ifndef xmlCheckFilename
1949 extern __typeof (xmlCheckFilename
) xmlCheckFilename__internal_alias
__attribute((visibility("hidden")));
1950 #define xmlCheckFilename xmlCheckFilename__internal_alias
1955 #undef xmlCheckHTTPInput
1956 extern __typeof (xmlCheckHTTPInput
) xmlCheckHTTPInput
__attribute((alias("xmlCheckHTTPInput__internal_alias")));
1958 #ifndef xmlCheckHTTPInput
1959 extern __typeof (xmlCheckHTTPInput
) xmlCheckHTTPInput__internal_alias
__attribute((visibility("hidden")));
1960 #define xmlCheckHTTPInput xmlCheckHTTPInput__internal_alias
1964 #ifdef bottom_parser
1965 #undef xmlCheckLanguageID
1966 extern __typeof (xmlCheckLanguageID
) xmlCheckLanguageID
__attribute((alias("xmlCheckLanguageID__internal_alias")));
1968 #ifndef xmlCheckLanguageID
1969 extern __typeof (xmlCheckLanguageID
) xmlCheckLanguageID__internal_alias
__attribute((visibility("hidden")));
1970 #define xmlCheckLanguageID xmlCheckLanguageID__internal_alias
1974 #ifdef bottom_xmlstring
1976 extern __typeof (xmlCheckUTF8
) xmlCheckUTF8
__attribute((alias("xmlCheckUTF8__internal_alias")));
1978 #ifndef xmlCheckUTF8
1979 extern __typeof (xmlCheckUTF8
) xmlCheckUTF8__internal_alias
__attribute((visibility("hidden")));
1980 #define xmlCheckUTF8 xmlCheckUTF8__internal_alias
1984 #ifdef bottom_parserInternals
1985 #undef xmlCheckVersion
1986 extern __typeof (xmlCheckVersion
) xmlCheckVersion
__attribute((alias("xmlCheckVersion__internal_alias")));
1988 #ifndef xmlCheckVersion
1989 extern __typeof (xmlCheckVersion
) xmlCheckVersion__internal_alias
__attribute((visibility("hidden")));
1990 #define xmlCheckVersion xmlCheckVersion__internal_alias
1994 #if defined(LIBXML_TREE_ENABLED)
1996 #undef xmlChildElementCount
1997 extern __typeof (xmlChildElementCount
) xmlChildElementCount
__attribute((alias("xmlChildElementCount__internal_alias")));
1999 #ifndef xmlChildElementCount
2000 extern __typeof (xmlChildElementCount
) xmlChildElementCount__internal_alias
__attribute((visibility("hidden")));
2001 #define xmlChildElementCount xmlChildElementCount__internal_alias
2006 #ifdef bottom_encoding
2007 #undef xmlCleanupCharEncodingHandlers
2008 extern __typeof (xmlCleanupCharEncodingHandlers
) xmlCleanupCharEncodingHandlers
__attribute((alias("xmlCleanupCharEncodingHandlers__internal_alias")));
2010 #ifndef xmlCleanupCharEncodingHandlers
2011 extern __typeof (xmlCleanupCharEncodingHandlers
) xmlCleanupCharEncodingHandlers__internal_alias
__attribute((visibility("hidden")));
2012 #define xmlCleanupCharEncodingHandlers xmlCleanupCharEncodingHandlers__internal_alias
2016 #ifdef bottom_encoding
2017 #undef xmlCleanupEncodingAliases
2018 extern __typeof (xmlCleanupEncodingAliases
) xmlCleanupEncodingAliases
__attribute((alias("xmlCleanupEncodingAliases__internal_alias")));
2020 #ifndef xmlCleanupEncodingAliases
2021 extern __typeof (xmlCleanupEncodingAliases
) xmlCleanupEncodingAliases__internal_alias
__attribute((visibility("hidden")));
2022 #define xmlCleanupEncodingAliases xmlCleanupEncodingAliases__internal_alias
2026 #ifdef bottom_globals
2027 #undef xmlCleanupGlobals
2028 extern __typeof (xmlCleanupGlobals
) xmlCleanupGlobals
__attribute((alias("xmlCleanupGlobals__internal_alias")));
2030 #ifndef xmlCleanupGlobals
2031 extern __typeof (xmlCleanupGlobals
) xmlCleanupGlobals__internal_alias
__attribute((visibility("hidden")));
2032 #define xmlCleanupGlobals xmlCleanupGlobals__internal_alias
2037 #undef xmlCleanupInputCallbacks
2038 extern __typeof (xmlCleanupInputCallbacks
) xmlCleanupInputCallbacks
__attribute((alias("xmlCleanupInputCallbacks__internal_alias")));
2040 #ifndef xmlCleanupInputCallbacks
2041 extern __typeof (xmlCleanupInputCallbacks
) xmlCleanupInputCallbacks__internal_alias
__attribute((visibility("hidden")));
2042 #define xmlCleanupInputCallbacks xmlCleanupInputCallbacks__internal_alias
2046 #ifdef bottom_xmlmemory
2047 #undef xmlCleanupMemory
2048 extern __typeof (xmlCleanupMemory
) xmlCleanupMemory
__attribute((alias("xmlCleanupMemory__internal_alias")));
2050 #ifndef xmlCleanupMemory
2051 extern __typeof (xmlCleanupMemory
) xmlCleanupMemory__internal_alias
__attribute((visibility("hidden")));
2052 #define xmlCleanupMemory xmlCleanupMemory__internal_alias
2056 #if defined(LIBXML_OUTPUT_ENABLED)
2058 #undef xmlCleanupOutputCallbacks
2059 extern __typeof (xmlCleanupOutputCallbacks
) xmlCleanupOutputCallbacks
__attribute((alias("xmlCleanupOutputCallbacks__internal_alias")));
2061 #ifndef xmlCleanupOutputCallbacks
2062 extern __typeof (xmlCleanupOutputCallbacks
) xmlCleanupOutputCallbacks__internal_alias
__attribute((visibility("hidden")));
2063 #define xmlCleanupOutputCallbacks xmlCleanupOutputCallbacks__internal_alias
2068 #ifdef bottom_parser
2069 #undef xmlCleanupParser
2070 extern __typeof (xmlCleanupParser
) xmlCleanupParser
__attribute((alias("xmlCleanupParser__internal_alias")));
2072 #ifndef xmlCleanupParser
2073 extern __typeof (xmlCleanupParser
) xmlCleanupParser__internal_alias
__attribute((visibility("hidden")));
2074 #define xmlCleanupParser xmlCleanupParser__internal_alias
2078 #if defined(LIBXML_LEGACY_ENABLED)
2079 #ifdef bottom_legacy
2080 #undef xmlCleanupPredefinedEntities
2081 extern __typeof (xmlCleanupPredefinedEntities
) xmlCleanupPredefinedEntities
__attribute((alias("xmlCleanupPredefinedEntities__internal_alias")));
2083 #ifndef xmlCleanupPredefinedEntities
2084 extern __typeof (xmlCleanupPredefinedEntities
) xmlCleanupPredefinedEntities__internal_alias
__attribute((visibility("hidden")));
2085 #define xmlCleanupPredefinedEntities xmlCleanupPredefinedEntities__internal_alias
2090 #ifdef bottom_threads
2091 #undef xmlCleanupThreads
2092 extern __typeof (xmlCleanupThreads
) xmlCleanupThreads
__attribute((alias("xmlCleanupThreads__internal_alias")));
2094 #ifndef xmlCleanupThreads
2095 extern __typeof (xmlCleanupThreads
) xmlCleanupThreads__internal_alias
__attribute((visibility("hidden")));
2096 #define xmlCleanupThreads xmlCleanupThreads__internal_alias
2100 #ifdef bottom_parserInternals
2101 #undef xmlClearNodeInfoSeq
2102 extern __typeof (xmlClearNodeInfoSeq
) xmlClearNodeInfoSeq
__attribute((alias("xmlClearNodeInfoSeq__internal_alias")));
2104 #ifndef xmlClearNodeInfoSeq
2105 extern __typeof (xmlClearNodeInfoSeq
) xmlClearNodeInfoSeq__internal_alias
__attribute((visibility("hidden")));
2106 #define xmlClearNodeInfoSeq xmlClearNodeInfoSeq__internal_alias
2110 #ifdef bottom_parserInternals
2111 #undef xmlClearParserCtxt
2112 extern __typeof (xmlClearParserCtxt
) xmlClearParserCtxt
__attribute((alias("xmlClearParserCtxt__internal_alias")));
2114 #ifndef xmlClearParserCtxt
2115 extern __typeof (xmlClearParserCtxt
) xmlClearParserCtxt__internal_alias
__attribute((visibility("hidden")));
2116 #define xmlClearParserCtxt xmlClearParserCtxt__internal_alias
2120 #if defined(LIBXML_CATALOG_ENABLED)
2121 #ifdef bottom_catalog
2122 #undef xmlConvertSGMLCatalog
2123 extern __typeof (xmlConvertSGMLCatalog
) xmlConvertSGMLCatalog
__attribute((alias("xmlConvertSGMLCatalog__internal_alias")));
2125 #ifndef xmlConvertSGMLCatalog
2126 extern __typeof (xmlConvertSGMLCatalog
) xmlConvertSGMLCatalog__internal_alias
__attribute((visibility("hidden")));
2127 #define xmlConvertSGMLCatalog xmlConvertSGMLCatalog__internal_alias
2132 #if defined(LIBXML_TREE_ENABLED)
2134 #undef xmlCopyAttributeTable
2135 extern __typeof (xmlCopyAttributeTable
) xmlCopyAttributeTable
__attribute((alias("xmlCopyAttributeTable__internal_alias")));
2137 #ifndef xmlCopyAttributeTable
2138 extern __typeof (xmlCopyAttributeTable
) xmlCopyAttributeTable__internal_alias
__attribute((visibility("hidden")));
2139 #define xmlCopyAttributeTable xmlCopyAttributeTable__internal_alias
2144 #ifdef bottom_parserInternals
2146 extern __typeof (xmlCopyChar
) xmlCopyChar
__attribute((alias("xmlCopyChar__internal_alias")));
2149 extern __typeof (xmlCopyChar
) xmlCopyChar__internal_alias
__attribute((visibility("hidden")));
2150 #define xmlCopyChar xmlCopyChar__internal_alias
2154 #ifdef bottom_parserInternals
2155 #undef xmlCopyCharMultiByte
2156 extern __typeof (xmlCopyCharMultiByte
) xmlCopyCharMultiByte
__attribute((alias("xmlCopyCharMultiByte__internal_alias")));
2158 #ifndef xmlCopyCharMultiByte
2159 extern __typeof (xmlCopyCharMultiByte
) xmlCopyCharMultiByte__internal_alias
__attribute((visibility("hidden")));
2160 #define xmlCopyCharMultiByte xmlCopyCharMultiByte__internal_alias
2164 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
2167 extern __typeof (xmlCopyDoc
) xmlCopyDoc
__attribute((alias("xmlCopyDoc__internal_alias")));
2170 extern __typeof (xmlCopyDoc
) xmlCopyDoc__internal_alias
__attribute((visibility("hidden")));
2171 #define xmlCopyDoc xmlCopyDoc__internal_alias
2177 #undef xmlCopyDocElementContent
2178 extern __typeof (xmlCopyDocElementContent
) xmlCopyDocElementContent
__attribute((alias("xmlCopyDocElementContent__internal_alias")));
2180 #ifndef xmlCopyDocElementContent
2181 extern __typeof (xmlCopyDocElementContent
) xmlCopyDocElementContent__internal_alias
__attribute((visibility("hidden")));
2182 #define xmlCopyDocElementContent xmlCopyDocElementContent__internal_alias
2186 #if defined(LIBXML_TREE_ENABLED)
2189 extern __typeof (xmlCopyDtd
) xmlCopyDtd
__attribute((alias("xmlCopyDtd__internal_alias")));
2192 extern __typeof (xmlCopyDtd
) xmlCopyDtd__internal_alias
__attribute((visibility("hidden")));
2193 #define xmlCopyDtd xmlCopyDtd__internal_alias
2199 #undef xmlCopyElementContent
2200 extern __typeof (xmlCopyElementContent
) xmlCopyElementContent
__attribute((alias("xmlCopyElementContent__internal_alias")));
2202 #ifndef xmlCopyElementContent
2203 extern __typeof (xmlCopyElementContent
) xmlCopyElementContent__internal_alias
__attribute((visibility("hidden")));
2204 #define xmlCopyElementContent xmlCopyElementContent__internal_alias
2208 #if defined(LIBXML_TREE_ENABLED)
2210 #undef xmlCopyElementTable
2211 extern __typeof (xmlCopyElementTable
) xmlCopyElementTable
__attribute((alias("xmlCopyElementTable__internal_alias")));
2213 #ifndef xmlCopyElementTable
2214 extern __typeof (xmlCopyElementTable
) xmlCopyElementTable__internal_alias
__attribute((visibility("hidden")));
2215 #define xmlCopyElementTable xmlCopyElementTable__internal_alias
2220 #if defined(LIBXML_TREE_ENABLED)
2221 #ifdef bottom_entities
2222 #undef xmlCopyEntitiesTable
2223 extern __typeof (xmlCopyEntitiesTable
) xmlCopyEntitiesTable
__attribute((alias("xmlCopyEntitiesTable__internal_alias")));
2225 #ifndef xmlCopyEntitiesTable
2226 extern __typeof (xmlCopyEntitiesTable
) xmlCopyEntitiesTable__internal_alias
__attribute((visibility("hidden")));
2227 #define xmlCopyEntitiesTable xmlCopyEntitiesTable__internal_alias
2232 #if defined(LIBXML_TREE_ENABLED)
2234 #undef xmlCopyEnumeration
2235 extern __typeof (xmlCopyEnumeration
) xmlCopyEnumeration
__attribute((alias("xmlCopyEnumeration__internal_alias")));
2237 #ifndef xmlCopyEnumeration
2238 extern __typeof (xmlCopyEnumeration
) xmlCopyEnumeration__internal_alias
__attribute((visibility("hidden")));
2239 #define xmlCopyEnumeration xmlCopyEnumeration__internal_alias
2246 extern __typeof (xmlCopyError
) xmlCopyError
__attribute((alias("xmlCopyError__internal_alias")));
2248 #ifndef xmlCopyError
2249 extern __typeof (xmlCopyError
) xmlCopyError__internal_alias
__attribute((visibility("hidden")));
2250 #define xmlCopyError xmlCopyError__internal_alias
2255 #undef xmlCopyNamespace
2256 extern __typeof (xmlCopyNamespace
) xmlCopyNamespace
__attribute((alias("xmlCopyNamespace__internal_alias")));
2258 #ifndef xmlCopyNamespace
2259 extern __typeof (xmlCopyNamespace
) xmlCopyNamespace__internal_alias
__attribute((visibility("hidden")));
2260 #define xmlCopyNamespace xmlCopyNamespace__internal_alias
2265 #undef xmlCopyNamespaceList
2266 extern __typeof (xmlCopyNamespaceList
) xmlCopyNamespaceList
__attribute((alias("xmlCopyNamespaceList__internal_alias")));
2268 #ifndef xmlCopyNamespaceList
2269 extern __typeof (xmlCopyNamespaceList
) xmlCopyNamespaceList__internal_alias
__attribute((visibility("hidden")));
2270 #define xmlCopyNamespaceList xmlCopyNamespaceList__internal_alias
2276 extern __typeof (xmlCopyNode
) xmlCopyNode
__attribute((alias("xmlCopyNode__internal_alias")));
2279 extern __typeof (xmlCopyNode
) xmlCopyNode__internal_alias
__attribute((visibility("hidden")));
2280 #define xmlCopyNode xmlCopyNode__internal_alias
2285 #undef xmlCopyNodeList
2286 extern __typeof (xmlCopyNodeList
) xmlCopyNodeList
__attribute((alias("xmlCopyNodeList__internal_alias")));
2288 #ifndef xmlCopyNodeList
2289 extern __typeof (xmlCopyNodeList
) xmlCopyNodeList__internal_alias
__attribute((visibility("hidden")));
2290 #define xmlCopyNodeList xmlCopyNodeList__internal_alias
2294 #if defined(LIBXML_TREE_ENABLED)
2296 #undef xmlCopyNotationTable
2297 extern __typeof (xmlCopyNotationTable
) xmlCopyNotationTable
__attribute((alias("xmlCopyNotationTable__internal_alias")));
2299 #ifndef xmlCopyNotationTable
2300 extern __typeof (xmlCopyNotationTable
) xmlCopyNotationTable__internal_alias
__attribute((visibility("hidden")));
2301 #define xmlCopyNotationTable xmlCopyNotationTable__internal_alias
2308 extern __typeof (xmlCopyProp
) xmlCopyProp
__attribute((alias("xmlCopyProp__internal_alias")));
2311 extern __typeof (xmlCopyProp
) xmlCopyProp__internal_alias
__attribute((visibility("hidden")));
2312 #define xmlCopyProp xmlCopyProp__internal_alias
2317 #undef xmlCopyPropList
2318 extern __typeof (xmlCopyPropList
) xmlCopyPropList
__attribute((alias("xmlCopyPropList__internal_alias")));
2320 #ifndef xmlCopyPropList
2321 extern __typeof (xmlCopyPropList
) xmlCopyPropList__internal_alias
__attribute((visibility("hidden")));
2322 #define xmlCopyPropList xmlCopyPropList__internal_alias
2326 #ifdef bottom_parser
2327 #undef xmlCreateDocParserCtxt
2328 extern __typeof (xmlCreateDocParserCtxt
) xmlCreateDocParserCtxt
__attribute((alias("xmlCreateDocParserCtxt__internal_alias")));
2330 #ifndef xmlCreateDocParserCtxt
2331 extern __typeof (xmlCreateDocParserCtxt
) xmlCreateDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
2332 #define xmlCreateDocParserCtxt xmlCreateDocParserCtxt__internal_alias
2336 #ifdef bottom_entities
2337 #undef xmlCreateEntitiesTable
2338 extern __typeof (xmlCreateEntitiesTable
) xmlCreateEntitiesTable
__attribute((alias("xmlCreateEntitiesTable__internal_alias")));
2340 #ifndef xmlCreateEntitiesTable
2341 extern __typeof (xmlCreateEntitiesTable
) xmlCreateEntitiesTable__internal_alias
__attribute((visibility("hidden")));
2342 #define xmlCreateEntitiesTable xmlCreateEntitiesTable__internal_alias
2346 #ifdef bottom_parser
2347 #undef xmlCreateEntityParserCtxt
2348 extern __typeof (xmlCreateEntityParserCtxt
) xmlCreateEntityParserCtxt
__attribute((alias("xmlCreateEntityParserCtxt__internal_alias")));
2350 #ifndef xmlCreateEntityParserCtxt
2351 extern __typeof (xmlCreateEntityParserCtxt
) xmlCreateEntityParserCtxt__internal_alias
__attribute((visibility("hidden")));
2352 #define xmlCreateEntityParserCtxt xmlCreateEntityParserCtxt__internal_alias
2357 #undef xmlCreateEnumeration
2358 extern __typeof (xmlCreateEnumeration
) xmlCreateEnumeration
__attribute((alias("xmlCreateEnumeration__internal_alias")));
2360 #ifndef xmlCreateEnumeration
2361 extern __typeof (xmlCreateEnumeration
) xmlCreateEnumeration__internal_alias
__attribute((visibility("hidden")));
2362 #define xmlCreateEnumeration xmlCreateEnumeration__internal_alias
2366 #ifdef bottom_parser
2367 #undef xmlCreateFileParserCtxt
2368 extern __typeof (xmlCreateFileParserCtxt
) xmlCreateFileParserCtxt
__attribute((alias("xmlCreateFileParserCtxt__internal_alias")));
2370 #ifndef xmlCreateFileParserCtxt
2371 extern __typeof (xmlCreateFileParserCtxt
) xmlCreateFileParserCtxt__internal_alias
__attribute((visibility("hidden")));
2372 #define xmlCreateFileParserCtxt xmlCreateFileParserCtxt__internal_alias
2376 #ifdef bottom_parser
2377 #undef xmlCreateIOParserCtxt
2378 extern __typeof (xmlCreateIOParserCtxt
) xmlCreateIOParserCtxt
__attribute((alias("xmlCreateIOParserCtxt__internal_alias")));
2380 #ifndef xmlCreateIOParserCtxt
2381 extern __typeof (xmlCreateIOParserCtxt
) xmlCreateIOParserCtxt__internal_alias
__attribute((visibility("hidden")));
2382 #define xmlCreateIOParserCtxt xmlCreateIOParserCtxt__internal_alias
2387 #undef xmlCreateIntSubset
2388 extern __typeof (xmlCreateIntSubset
) xmlCreateIntSubset
__attribute((alias("xmlCreateIntSubset__internal_alias")));
2390 #ifndef xmlCreateIntSubset
2391 extern __typeof (xmlCreateIntSubset
) xmlCreateIntSubset__internal_alias
__attribute((visibility("hidden")));
2392 #define xmlCreateIntSubset xmlCreateIntSubset__internal_alias
2396 #ifdef bottom_parser
2397 #undef xmlCreateMemoryParserCtxt
2398 extern __typeof (xmlCreateMemoryParserCtxt
) xmlCreateMemoryParserCtxt
__attribute((alias("xmlCreateMemoryParserCtxt__internal_alias")));
2400 #ifndef xmlCreateMemoryParserCtxt
2401 extern __typeof (xmlCreateMemoryParserCtxt
) xmlCreateMemoryParserCtxt__internal_alias
__attribute((visibility("hidden")));
2402 #define xmlCreateMemoryParserCtxt xmlCreateMemoryParserCtxt__internal_alias
2406 #if defined(LIBXML_PUSH_ENABLED)
2407 #ifdef bottom_parser
2408 #undef xmlCreatePushParserCtxt
2409 extern __typeof (xmlCreatePushParserCtxt
) xmlCreatePushParserCtxt
__attribute((alias("xmlCreatePushParserCtxt__internal_alias")));
2411 #ifndef xmlCreatePushParserCtxt
2412 extern __typeof (xmlCreatePushParserCtxt
) xmlCreatePushParserCtxt__internal_alias
__attribute((visibility("hidden")));
2413 #define xmlCreatePushParserCtxt xmlCreatePushParserCtxt__internal_alias
2420 extern __typeof (xmlCreateURI
) xmlCreateURI
__attribute((alias("xmlCreateURI__internal_alias")));
2422 #ifndef xmlCreateURI
2423 extern __typeof (xmlCreateURI
) xmlCreateURI__internal_alias
__attribute((visibility("hidden")));
2424 #define xmlCreateURI xmlCreateURI__internal_alias
2428 #ifdef bottom_parser
2429 #undef xmlCreateURLParserCtxt
2430 extern __typeof (xmlCreateURLParserCtxt
) xmlCreateURLParserCtxt
__attribute((alias("xmlCreateURLParserCtxt__internal_alias")));
2432 #ifndef xmlCreateURLParserCtxt
2433 extern __typeof (xmlCreateURLParserCtxt
) xmlCreateURLParserCtxt__internal_alias
__attribute((visibility("hidden")));
2434 #define xmlCreateURLParserCtxt xmlCreateURLParserCtxt__internal_alias
2439 #undef xmlCtxtGetLastError
2440 extern __typeof (xmlCtxtGetLastError
) xmlCtxtGetLastError
__attribute((alias("xmlCtxtGetLastError__internal_alias")));
2442 #ifndef xmlCtxtGetLastError
2443 extern __typeof (xmlCtxtGetLastError
) xmlCtxtGetLastError__internal_alias
__attribute((visibility("hidden")));
2444 #define xmlCtxtGetLastError xmlCtxtGetLastError__internal_alias
2448 #ifdef bottom_parser
2449 #undef xmlCtxtReadDoc
2450 extern __typeof (xmlCtxtReadDoc
) xmlCtxtReadDoc
__attribute((alias("xmlCtxtReadDoc__internal_alias")));
2452 #ifndef xmlCtxtReadDoc
2453 extern __typeof (xmlCtxtReadDoc
) xmlCtxtReadDoc__internal_alias
__attribute((visibility("hidden")));
2454 #define xmlCtxtReadDoc xmlCtxtReadDoc__internal_alias
2458 #ifdef bottom_parser
2459 #undef xmlCtxtReadFd
2460 extern __typeof (xmlCtxtReadFd
) xmlCtxtReadFd
__attribute((alias("xmlCtxtReadFd__internal_alias")));
2462 #ifndef xmlCtxtReadFd
2463 extern __typeof (xmlCtxtReadFd
) xmlCtxtReadFd__internal_alias
__attribute((visibility("hidden")));
2464 #define xmlCtxtReadFd xmlCtxtReadFd__internal_alias
2468 #ifdef bottom_parser
2469 #undef xmlCtxtReadFile
2470 extern __typeof (xmlCtxtReadFile
) xmlCtxtReadFile
__attribute((alias("xmlCtxtReadFile__internal_alias")));
2472 #ifndef xmlCtxtReadFile
2473 extern __typeof (xmlCtxtReadFile
) xmlCtxtReadFile__internal_alias
__attribute((visibility("hidden")));
2474 #define xmlCtxtReadFile xmlCtxtReadFile__internal_alias
2478 #ifdef bottom_parser
2479 #undef xmlCtxtReadIO
2480 extern __typeof (xmlCtxtReadIO
) xmlCtxtReadIO
__attribute((alias("xmlCtxtReadIO__internal_alias")));
2482 #ifndef xmlCtxtReadIO
2483 extern __typeof (xmlCtxtReadIO
) xmlCtxtReadIO__internal_alias
__attribute((visibility("hidden")));
2484 #define xmlCtxtReadIO xmlCtxtReadIO__internal_alias
2488 #ifdef bottom_parser
2489 #undef xmlCtxtReadMemory
2490 extern __typeof (xmlCtxtReadMemory
) xmlCtxtReadMemory
__attribute((alias("xmlCtxtReadMemory__internal_alias")));
2492 #ifndef xmlCtxtReadMemory
2493 extern __typeof (xmlCtxtReadMemory
) xmlCtxtReadMemory__internal_alias
__attribute((visibility("hidden")));
2494 #define xmlCtxtReadMemory xmlCtxtReadMemory__internal_alias
2498 #ifdef bottom_parser
2500 extern __typeof (xmlCtxtReset
) xmlCtxtReset
__attribute((alias("xmlCtxtReset__internal_alias")));
2502 #ifndef xmlCtxtReset
2503 extern __typeof (xmlCtxtReset
) xmlCtxtReset__internal_alias
__attribute((visibility("hidden")));
2504 #define xmlCtxtReset xmlCtxtReset__internal_alias
2509 #undef xmlCtxtResetLastError
2510 extern __typeof (xmlCtxtResetLastError
) xmlCtxtResetLastError
__attribute((alias("xmlCtxtResetLastError__internal_alias")));
2512 #ifndef xmlCtxtResetLastError
2513 extern __typeof (xmlCtxtResetLastError
) xmlCtxtResetLastError__internal_alias
__attribute((visibility("hidden")));
2514 #define xmlCtxtResetLastError xmlCtxtResetLastError__internal_alias
2518 #ifdef bottom_parser
2519 #undef xmlCtxtResetPush
2520 extern __typeof (xmlCtxtResetPush
) xmlCtxtResetPush
__attribute((alias("xmlCtxtResetPush__internal_alias")));
2522 #ifndef xmlCtxtResetPush
2523 extern __typeof (xmlCtxtResetPush
) xmlCtxtResetPush__internal_alias
__attribute((visibility("hidden")));
2524 #define xmlCtxtResetPush xmlCtxtResetPush__internal_alias
2528 #ifdef bottom_parser
2529 #undef xmlCtxtUseOptions
2530 extern __typeof (xmlCtxtUseOptions
) xmlCtxtUseOptions
__attribute((alias("xmlCtxtUseOptions__internal_alias")));
2532 #ifndef xmlCtxtUseOptions
2533 extern __typeof (xmlCtxtUseOptions
) xmlCtxtUseOptions__internal_alias
__attribute((visibility("hidden")));
2534 #define xmlCtxtUseOptions xmlCtxtUseOptions__internal_alias
2538 #ifdef bottom_parserInternals
2539 #undef xmlCurrentChar
2540 extern __typeof (xmlCurrentChar
) xmlCurrentChar
__attribute((alias("xmlCurrentChar__internal_alias")));
2542 #ifndef xmlCurrentChar
2543 extern __typeof (xmlCurrentChar
) xmlCurrentChar__internal_alias
__attribute((visibility("hidden")));
2544 #define xmlCurrentChar xmlCurrentChar__internal_alias
2549 #undef xmlDOMWrapAdoptNode
2550 extern __typeof (xmlDOMWrapAdoptNode
) xmlDOMWrapAdoptNode
__attribute((alias("xmlDOMWrapAdoptNode__internal_alias")));
2552 #ifndef xmlDOMWrapAdoptNode
2553 extern __typeof (xmlDOMWrapAdoptNode
) xmlDOMWrapAdoptNode__internal_alias
__attribute((visibility("hidden")));
2554 #define xmlDOMWrapAdoptNode xmlDOMWrapAdoptNode__internal_alias
2559 #undef xmlDOMWrapCloneNode
2560 extern __typeof (xmlDOMWrapCloneNode
) xmlDOMWrapCloneNode
__attribute((alias("xmlDOMWrapCloneNode__internal_alias")));
2562 #ifndef xmlDOMWrapCloneNode
2563 extern __typeof (xmlDOMWrapCloneNode
) xmlDOMWrapCloneNode__internal_alias
__attribute((visibility("hidden")));
2564 #define xmlDOMWrapCloneNode xmlDOMWrapCloneNode__internal_alias
2569 #undef xmlDOMWrapFreeCtxt
2570 extern __typeof (xmlDOMWrapFreeCtxt
) xmlDOMWrapFreeCtxt
__attribute((alias("xmlDOMWrapFreeCtxt__internal_alias")));
2572 #ifndef xmlDOMWrapFreeCtxt
2573 extern __typeof (xmlDOMWrapFreeCtxt
) xmlDOMWrapFreeCtxt__internal_alias
__attribute((visibility("hidden")));
2574 #define xmlDOMWrapFreeCtxt xmlDOMWrapFreeCtxt__internal_alias
2579 #undef xmlDOMWrapNewCtxt
2580 extern __typeof (xmlDOMWrapNewCtxt
) xmlDOMWrapNewCtxt
__attribute((alias("xmlDOMWrapNewCtxt__internal_alias")));
2582 #ifndef xmlDOMWrapNewCtxt
2583 extern __typeof (xmlDOMWrapNewCtxt
) xmlDOMWrapNewCtxt__internal_alias
__attribute((visibility("hidden")));
2584 #define xmlDOMWrapNewCtxt xmlDOMWrapNewCtxt__internal_alias
2589 #undef xmlDOMWrapReconcileNamespaces
2590 extern __typeof (xmlDOMWrapReconcileNamespaces
) xmlDOMWrapReconcileNamespaces
__attribute((alias("xmlDOMWrapReconcileNamespaces__internal_alias")));
2592 #ifndef xmlDOMWrapReconcileNamespaces
2593 extern __typeof (xmlDOMWrapReconcileNamespaces
) xmlDOMWrapReconcileNamespaces__internal_alias
__attribute((visibility("hidden")));
2594 #define xmlDOMWrapReconcileNamespaces xmlDOMWrapReconcileNamespaces__internal_alias
2599 #undef xmlDOMWrapRemoveNode
2600 extern __typeof (xmlDOMWrapRemoveNode
) xmlDOMWrapRemoveNode
__attribute((alias("xmlDOMWrapRemoveNode__internal_alias")));
2602 #ifndef xmlDOMWrapRemoveNode
2603 extern __typeof (xmlDOMWrapRemoveNode
) xmlDOMWrapRemoveNode__internal_alias
__attribute((visibility("hidden")));
2604 #define xmlDOMWrapRemoveNode xmlDOMWrapRemoveNode__internal_alias
2608 #if defined(LIBXML_DEBUG_ENABLED)
2609 #ifdef bottom_debugXML
2610 #undef xmlDebugCheckDocument
2611 extern __typeof (xmlDebugCheckDocument
) xmlDebugCheckDocument
__attribute((alias("xmlDebugCheckDocument__internal_alias")));
2613 #ifndef xmlDebugCheckDocument
2614 extern __typeof (xmlDebugCheckDocument
) xmlDebugCheckDocument__internal_alias
__attribute((visibility("hidden")));
2615 #define xmlDebugCheckDocument xmlDebugCheckDocument__internal_alias
2620 #if defined(LIBXML_DEBUG_ENABLED)
2621 #ifdef bottom_debugXML
2622 #undef xmlDebugDumpAttr
2623 extern __typeof (xmlDebugDumpAttr
) xmlDebugDumpAttr
__attribute((alias("xmlDebugDumpAttr__internal_alias")));
2625 #ifndef xmlDebugDumpAttr
2626 extern __typeof (xmlDebugDumpAttr
) xmlDebugDumpAttr__internal_alias
__attribute((visibility("hidden")));
2627 #define xmlDebugDumpAttr xmlDebugDumpAttr__internal_alias
2632 #if defined(LIBXML_DEBUG_ENABLED)
2633 #ifdef bottom_debugXML
2634 #undef xmlDebugDumpAttrList
2635 extern __typeof (xmlDebugDumpAttrList
) xmlDebugDumpAttrList
__attribute((alias("xmlDebugDumpAttrList__internal_alias")));
2637 #ifndef xmlDebugDumpAttrList
2638 extern __typeof (xmlDebugDumpAttrList
) xmlDebugDumpAttrList__internal_alias
__attribute((visibility("hidden")));
2639 #define xmlDebugDumpAttrList xmlDebugDumpAttrList__internal_alias
2644 #if defined(LIBXML_DEBUG_ENABLED)
2645 #ifdef bottom_debugXML
2646 #undef xmlDebugDumpDTD
2647 extern __typeof (xmlDebugDumpDTD
) xmlDebugDumpDTD
__attribute((alias("xmlDebugDumpDTD__internal_alias")));
2649 #ifndef xmlDebugDumpDTD
2650 extern __typeof (xmlDebugDumpDTD
) xmlDebugDumpDTD__internal_alias
__attribute((visibility("hidden")));
2651 #define xmlDebugDumpDTD xmlDebugDumpDTD__internal_alias
2656 #if defined(LIBXML_DEBUG_ENABLED)
2657 #ifdef bottom_debugXML
2658 #undef xmlDebugDumpDocument
2659 extern __typeof (xmlDebugDumpDocument
) xmlDebugDumpDocument
__attribute((alias("xmlDebugDumpDocument__internal_alias")));
2661 #ifndef xmlDebugDumpDocument
2662 extern __typeof (xmlDebugDumpDocument
) xmlDebugDumpDocument__internal_alias
__attribute((visibility("hidden")));
2663 #define xmlDebugDumpDocument xmlDebugDumpDocument__internal_alias
2668 #if defined(LIBXML_DEBUG_ENABLED)
2669 #ifdef bottom_debugXML
2670 #undef xmlDebugDumpDocumentHead
2671 extern __typeof (xmlDebugDumpDocumentHead
) xmlDebugDumpDocumentHead
__attribute((alias("xmlDebugDumpDocumentHead__internal_alias")));
2673 #ifndef xmlDebugDumpDocumentHead
2674 extern __typeof (xmlDebugDumpDocumentHead
) xmlDebugDumpDocumentHead__internal_alias
__attribute((visibility("hidden")));
2675 #define xmlDebugDumpDocumentHead xmlDebugDumpDocumentHead__internal_alias
2680 #if defined(LIBXML_DEBUG_ENABLED)
2681 #ifdef bottom_debugXML
2682 #undef xmlDebugDumpEntities
2683 extern __typeof (xmlDebugDumpEntities
) xmlDebugDumpEntities
__attribute((alias("xmlDebugDumpEntities__internal_alias")));
2685 #ifndef xmlDebugDumpEntities
2686 extern __typeof (xmlDebugDumpEntities
) xmlDebugDumpEntities__internal_alias
__attribute((visibility("hidden")));
2687 #define xmlDebugDumpEntities xmlDebugDumpEntities__internal_alias
2692 #if defined(LIBXML_DEBUG_ENABLED)
2693 #ifdef bottom_debugXML
2694 #undef xmlDebugDumpNode
2695 extern __typeof (xmlDebugDumpNode
) xmlDebugDumpNode
__attribute((alias("xmlDebugDumpNode__internal_alias")));
2697 #ifndef xmlDebugDumpNode
2698 extern __typeof (xmlDebugDumpNode
) xmlDebugDumpNode__internal_alias
__attribute((visibility("hidden")));
2699 #define xmlDebugDumpNode xmlDebugDumpNode__internal_alias
2704 #if defined(LIBXML_DEBUG_ENABLED)
2705 #ifdef bottom_debugXML
2706 #undef xmlDebugDumpNodeList
2707 extern __typeof (xmlDebugDumpNodeList
) xmlDebugDumpNodeList
__attribute((alias("xmlDebugDumpNodeList__internal_alias")));
2709 #ifndef xmlDebugDumpNodeList
2710 extern __typeof (xmlDebugDumpNodeList
) xmlDebugDumpNodeList__internal_alias
__attribute((visibility("hidden")));
2711 #define xmlDebugDumpNodeList xmlDebugDumpNodeList__internal_alias
2716 #if defined(LIBXML_DEBUG_ENABLED)
2717 #ifdef bottom_debugXML
2718 #undef xmlDebugDumpOneNode
2719 extern __typeof (xmlDebugDumpOneNode
) xmlDebugDumpOneNode
__attribute((alias("xmlDebugDumpOneNode__internal_alias")));
2721 #ifndef xmlDebugDumpOneNode
2722 extern __typeof (xmlDebugDumpOneNode
) xmlDebugDumpOneNode__internal_alias
__attribute((visibility("hidden")));
2723 #define xmlDebugDumpOneNode xmlDebugDumpOneNode__internal_alias
2728 #if defined(LIBXML_DEBUG_ENABLED)
2729 #ifdef bottom_debugXML
2730 #undef xmlDebugDumpString
2731 extern __typeof (xmlDebugDumpString
) xmlDebugDumpString
__attribute((alias("xmlDebugDumpString__internal_alias")));
2733 #ifndef xmlDebugDumpString
2734 extern __typeof (xmlDebugDumpString
) xmlDebugDumpString__internal_alias
__attribute((visibility("hidden")));
2735 #define xmlDebugDumpString xmlDebugDumpString__internal_alias
2740 #if defined(LIBXML_LEGACY_ENABLED)
2741 #ifdef bottom_legacy
2742 #undef xmlDecodeEntities
2743 extern __typeof (xmlDecodeEntities
) xmlDecodeEntities
__attribute((alias("xmlDecodeEntities__internal_alias")));
2745 #ifndef xmlDecodeEntities
2746 extern __typeof (xmlDecodeEntities
) xmlDecodeEntities__internal_alias
__attribute((visibility("hidden")));
2747 #define xmlDecodeEntities xmlDecodeEntities__internal_alias
2753 #undef xmlDefaultSAXHandlerInit
2754 extern __typeof (xmlDefaultSAXHandlerInit
) xmlDefaultSAXHandlerInit
__attribute((alias("xmlDefaultSAXHandlerInit__internal_alias")));
2756 #ifndef xmlDefaultSAXHandlerInit
2757 extern __typeof (xmlDefaultSAXHandlerInit
) xmlDefaultSAXHandlerInit__internal_alias
__attribute((visibility("hidden")));
2758 #define xmlDefaultSAXHandlerInit xmlDefaultSAXHandlerInit__internal_alias
2762 #ifdef bottom_encoding
2763 #undef xmlDelEncodingAlias
2764 extern __typeof (xmlDelEncodingAlias
) xmlDelEncodingAlias
__attribute((alias("xmlDelEncodingAlias__internal_alias")));
2766 #ifndef xmlDelEncodingAlias
2767 extern __typeof (xmlDelEncodingAlias
) xmlDelEncodingAlias__internal_alias
__attribute((visibility("hidden")));
2768 #define xmlDelEncodingAlias xmlDelEncodingAlias__internal_alias
2772 #ifdef bottom_globals
2773 #undef xmlDeregisterNodeDefault
2774 extern __typeof (xmlDeregisterNodeDefault
) xmlDeregisterNodeDefault
__attribute((alias("xmlDeregisterNodeDefault__internal_alias")));
2776 #ifndef xmlDeregisterNodeDefault
2777 extern __typeof (xmlDeregisterNodeDefault
) xmlDeregisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
2778 #define xmlDeregisterNodeDefault xmlDeregisterNodeDefault__internal_alias
2782 #ifdef bottom_encoding
2783 #undef xmlDetectCharEncoding
2784 extern __typeof (xmlDetectCharEncoding
) xmlDetectCharEncoding
__attribute((alias("xmlDetectCharEncoding__internal_alias")));
2786 #ifndef xmlDetectCharEncoding
2787 extern __typeof (xmlDetectCharEncoding
) xmlDetectCharEncoding__internal_alias
__attribute((visibility("hidden")));
2788 #define xmlDetectCharEncoding xmlDetectCharEncoding__internal_alias
2793 #undef xmlDictCleanup
2794 extern __typeof (xmlDictCleanup
) xmlDictCleanup
__attribute((alias("xmlDictCleanup__internal_alias")));
2796 #ifndef xmlDictCleanup
2797 extern __typeof (xmlDictCleanup
) xmlDictCleanup__internal_alias
__attribute((visibility("hidden")));
2798 #define xmlDictCleanup xmlDictCleanup__internal_alias
2803 #undef xmlDictCreate
2804 extern __typeof (xmlDictCreate
) xmlDictCreate
__attribute((alias("xmlDictCreate__internal_alias")));
2806 #ifndef xmlDictCreate
2807 extern __typeof (xmlDictCreate
) xmlDictCreate__internal_alias
__attribute((visibility("hidden")));
2808 #define xmlDictCreate xmlDictCreate__internal_alias
2813 #undef xmlDictCreateSub
2814 extern __typeof (xmlDictCreateSub
) xmlDictCreateSub
__attribute((alias("xmlDictCreateSub__internal_alias")));
2816 #ifndef xmlDictCreateSub
2817 extern __typeof (xmlDictCreateSub
) xmlDictCreateSub__internal_alias
__attribute((visibility("hidden")));
2818 #define xmlDictCreateSub xmlDictCreateSub__internal_alias
2823 #undef xmlDictExists
2824 extern __typeof (xmlDictExists
) xmlDictExists
__attribute((alias("xmlDictExists__internal_alias")));
2826 #ifndef xmlDictExists
2827 extern __typeof (xmlDictExists
) xmlDictExists__internal_alias
__attribute((visibility("hidden")));
2828 #define xmlDictExists xmlDictExists__internal_alias
2834 extern __typeof (xmlDictFree
) xmlDictFree
__attribute((alias("xmlDictFree__internal_alias")));
2837 extern __typeof (xmlDictFree
) xmlDictFree__internal_alias
__attribute((visibility("hidden")));
2838 #define xmlDictFree xmlDictFree__internal_alias
2843 #undef xmlDictLookup
2844 extern __typeof (xmlDictLookup
) xmlDictLookup
__attribute((alias("xmlDictLookup__internal_alias")));
2846 #ifndef xmlDictLookup
2847 extern __typeof (xmlDictLookup
) xmlDictLookup__internal_alias
__attribute((visibility("hidden")));
2848 #define xmlDictLookup xmlDictLookup__internal_alias
2854 extern __typeof (xmlDictOwns
) xmlDictOwns
__attribute((alias("xmlDictOwns__internal_alias")));
2857 extern __typeof (xmlDictOwns
) xmlDictOwns__internal_alias
__attribute((visibility("hidden")));
2858 #define xmlDictOwns xmlDictOwns__internal_alias
2863 #undef xmlDictQLookup
2864 extern __typeof (xmlDictQLookup
) xmlDictQLookup
__attribute((alias("xmlDictQLookup__internal_alias")));
2866 #ifndef xmlDictQLookup
2867 extern __typeof (xmlDictQLookup
) xmlDictQLookup__internal_alias
__attribute((visibility("hidden")));
2868 #define xmlDictQLookup xmlDictQLookup__internal_alias
2873 #undef xmlDictReference
2874 extern __typeof (xmlDictReference
) xmlDictReference
__attribute((alias("xmlDictReference__internal_alias")));
2876 #ifndef xmlDictReference
2877 extern __typeof (xmlDictReference
) xmlDictReference__internal_alias
__attribute((visibility("hidden")));
2878 #define xmlDictReference xmlDictReference__internal_alias
2884 extern __typeof (xmlDictSize
) xmlDictSize
__attribute((alias("xmlDictSize__internal_alias")));
2887 extern __typeof (xmlDictSize
) xmlDictSize__internal_alias
__attribute((visibility("hidden")));
2888 #define xmlDictSize xmlDictSize__internal_alias
2893 #undef xmlDocCopyNode
2894 extern __typeof (xmlDocCopyNode
) xmlDocCopyNode
__attribute((alias("xmlDocCopyNode__internal_alias")));
2896 #ifndef xmlDocCopyNode
2897 extern __typeof (xmlDocCopyNode
) xmlDocCopyNode__internal_alias
__attribute((visibility("hidden")));
2898 #define xmlDocCopyNode xmlDocCopyNode__internal_alias
2903 #undef xmlDocCopyNodeList
2904 extern __typeof (xmlDocCopyNodeList
) xmlDocCopyNodeList
__attribute((alias("xmlDocCopyNodeList__internal_alias")));
2906 #ifndef xmlDocCopyNodeList
2907 extern __typeof (xmlDocCopyNodeList
) xmlDocCopyNodeList__internal_alias
__attribute((visibility("hidden")));
2908 #define xmlDocCopyNodeList xmlDocCopyNodeList__internal_alias
2912 #if defined(LIBXML_OUTPUT_ENABLED)
2913 #ifdef bottom_xmlsave
2915 extern __typeof (xmlDocDump
) xmlDocDump
__attribute((alias("xmlDocDump__internal_alias")));
2918 extern __typeof (xmlDocDump
) xmlDocDump__internal_alias
__attribute((visibility("hidden")));
2919 #define xmlDocDump xmlDocDump__internal_alias
2924 #if defined(LIBXML_OUTPUT_ENABLED)
2925 #ifdef bottom_xmlsave
2926 #undef xmlDocDumpFormatMemory
2927 extern __typeof (xmlDocDumpFormatMemory
) xmlDocDumpFormatMemory
__attribute((alias("xmlDocDumpFormatMemory__internal_alias")));
2929 #ifndef xmlDocDumpFormatMemory
2930 extern __typeof (xmlDocDumpFormatMemory
) xmlDocDumpFormatMemory__internal_alias
__attribute((visibility("hidden")));
2931 #define xmlDocDumpFormatMemory xmlDocDumpFormatMemory__internal_alias
2936 #if defined(LIBXML_OUTPUT_ENABLED)
2937 #ifdef bottom_xmlsave
2938 #undef xmlDocDumpFormatMemoryEnc
2939 extern __typeof (xmlDocDumpFormatMemoryEnc
) xmlDocDumpFormatMemoryEnc
__attribute((alias("xmlDocDumpFormatMemoryEnc__internal_alias")));
2941 #ifndef xmlDocDumpFormatMemoryEnc
2942 extern __typeof (xmlDocDumpFormatMemoryEnc
) xmlDocDumpFormatMemoryEnc__internal_alias
__attribute((visibility("hidden")));
2943 #define xmlDocDumpFormatMemoryEnc xmlDocDumpFormatMemoryEnc__internal_alias
2948 #if defined(LIBXML_OUTPUT_ENABLED)
2949 #ifdef bottom_xmlsave
2950 #undef xmlDocDumpMemory
2951 extern __typeof (xmlDocDumpMemory
) xmlDocDumpMemory
__attribute((alias("xmlDocDumpMemory__internal_alias")));
2953 #ifndef xmlDocDumpMemory
2954 extern __typeof (xmlDocDumpMemory
) xmlDocDumpMemory__internal_alias
__attribute((visibility("hidden")));
2955 #define xmlDocDumpMemory xmlDocDumpMemory__internal_alias
2960 #if defined(LIBXML_OUTPUT_ENABLED)
2961 #ifdef bottom_xmlsave
2962 #undef xmlDocDumpMemoryEnc
2963 extern __typeof (xmlDocDumpMemoryEnc
) xmlDocDumpMemoryEnc
__attribute((alias("xmlDocDumpMemoryEnc__internal_alias")));
2965 #ifndef xmlDocDumpMemoryEnc
2966 extern __typeof (xmlDocDumpMemoryEnc
) xmlDocDumpMemoryEnc__internal_alias
__attribute((visibility("hidden")));
2967 #define xmlDocDumpMemoryEnc xmlDocDumpMemoryEnc__internal_alias
2972 #if defined(LIBXML_OUTPUT_ENABLED)
2973 #ifdef bottom_xmlsave
2974 #undef xmlDocFormatDump
2975 extern __typeof (xmlDocFormatDump
) xmlDocFormatDump
__attribute((alias("xmlDocFormatDump__internal_alias")));
2977 #ifndef xmlDocFormatDump
2978 extern __typeof (xmlDocFormatDump
) xmlDocFormatDump__internal_alias
__attribute((visibility("hidden")));
2979 #define xmlDocFormatDump xmlDocFormatDump__internal_alias
2985 #undef xmlDocGetRootElement
2986 extern __typeof (xmlDocGetRootElement
) xmlDocGetRootElement
__attribute((alias("xmlDocGetRootElement__internal_alias")));
2988 #ifndef xmlDocGetRootElement
2989 extern __typeof (xmlDocGetRootElement
) xmlDocGetRootElement__internal_alias
__attribute((visibility("hidden")));
2990 #define xmlDocGetRootElement xmlDocGetRootElement__internal_alias
2994 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
2996 #undef xmlDocSetRootElement
2997 extern __typeof (xmlDocSetRootElement
) xmlDocSetRootElement
__attribute((alias("xmlDocSetRootElement__internal_alias")));
2999 #ifndef xmlDocSetRootElement
3000 extern __typeof (xmlDocSetRootElement
) xmlDocSetRootElement__internal_alias
__attribute((visibility("hidden")));
3001 #define xmlDocSetRootElement xmlDocSetRootElement__internal_alias
3006 #if defined(LIBXML_OUTPUT_ENABLED)
3008 #undef xmlDumpAttributeDecl
3009 extern __typeof (xmlDumpAttributeDecl
) xmlDumpAttributeDecl
__attribute((alias("xmlDumpAttributeDecl__internal_alias")));
3011 #ifndef xmlDumpAttributeDecl
3012 extern __typeof (xmlDumpAttributeDecl
) xmlDumpAttributeDecl__internal_alias
__attribute((visibility("hidden")));
3013 #define xmlDumpAttributeDecl xmlDumpAttributeDecl__internal_alias
3018 #if defined(LIBXML_OUTPUT_ENABLED)
3020 #undef xmlDumpAttributeTable
3021 extern __typeof (xmlDumpAttributeTable
) xmlDumpAttributeTable
__attribute((alias("xmlDumpAttributeTable__internal_alias")));
3023 #ifndef xmlDumpAttributeTable
3024 extern __typeof (xmlDumpAttributeTable
) xmlDumpAttributeTable__internal_alias
__attribute((visibility("hidden")));
3025 #define xmlDumpAttributeTable xmlDumpAttributeTable__internal_alias
3030 #if defined(LIBXML_OUTPUT_ENABLED)
3032 #undef xmlDumpElementDecl
3033 extern __typeof (xmlDumpElementDecl
) xmlDumpElementDecl
__attribute((alias("xmlDumpElementDecl__internal_alias")));
3035 #ifndef xmlDumpElementDecl
3036 extern __typeof (xmlDumpElementDecl
) xmlDumpElementDecl__internal_alias
__attribute((visibility("hidden")));
3037 #define xmlDumpElementDecl xmlDumpElementDecl__internal_alias
3042 #if defined(LIBXML_OUTPUT_ENABLED)
3044 #undef xmlDumpElementTable
3045 extern __typeof (xmlDumpElementTable
) xmlDumpElementTable
__attribute((alias("xmlDumpElementTable__internal_alias")));
3047 #ifndef xmlDumpElementTable
3048 extern __typeof (xmlDumpElementTable
) xmlDumpElementTable__internal_alias
__attribute((visibility("hidden")));
3049 #define xmlDumpElementTable xmlDumpElementTable__internal_alias
3054 #if defined(LIBXML_OUTPUT_ENABLED)
3055 #ifdef bottom_entities
3056 #undef xmlDumpEntitiesTable
3057 extern __typeof (xmlDumpEntitiesTable
) xmlDumpEntitiesTable
__attribute((alias("xmlDumpEntitiesTable__internal_alias")));
3059 #ifndef xmlDumpEntitiesTable
3060 extern __typeof (xmlDumpEntitiesTable
) xmlDumpEntitiesTable__internal_alias
__attribute((visibility("hidden")));
3061 #define xmlDumpEntitiesTable xmlDumpEntitiesTable__internal_alias
3066 #if defined(LIBXML_OUTPUT_ENABLED)
3067 #ifdef bottom_entities
3068 #undef xmlDumpEntityDecl
3069 extern __typeof (xmlDumpEntityDecl
) xmlDumpEntityDecl
__attribute((alias("xmlDumpEntityDecl__internal_alias")));
3071 #ifndef xmlDumpEntityDecl
3072 extern __typeof (xmlDumpEntityDecl
) xmlDumpEntityDecl__internal_alias
__attribute((visibility("hidden")));
3073 #define xmlDumpEntityDecl xmlDumpEntityDecl__internal_alias
3078 #if defined(LIBXML_OUTPUT_ENABLED)
3080 #undef xmlDumpNotationDecl
3081 extern __typeof (xmlDumpNotationDecl
) xmlDumpNotationDecl
__attribute((alias("xmlDumpNotationDecl__internal_alias")));
3083 #ifndef xmlDumpNotationDecl
3084 extern __typeof (xmlDumpNotationDecl
) xmlDumpNotationDecl__internal_alias
__attribute((visibility("hidden")));
3085 #define xmlDumpNotationDecl xmlDumpNotationDecl__internal_alias
3090 #if defined(LIBXML_OUTPUT_ENABLED)
3092 #undef xmlDumpNotationTable
3093 extern __typeof (xmlDumpNotationTable
) xmlDumpNotationTable
__attribute((alias("xmlDumpNotationTable__internal_alias")));
3095 #ifndef xmlDumpNotationTable
3096 extern __typeof (xmlDumpNotationTable
) xmlDumpNotationTable__internal_alias
__attribute((visibility("hidden")));
3097 #define xmlDumpNotationTable xmlDumpNotationTable__internal_alias
3102 #if defined(LIBXML_OUTPUT_ENABLED)
3103 #ifdef bottom_xmlsave
3105 extern __typeof (xmlElemDump
) xmlElemDump
__attribute((alias("xmlElemDump__internal_alias")));
3108 extern __typeof (xmlElemDump
) xmlElemDump__internal_alias
__attribute((visibility("hidden")));
3109 #define xmlElemDump xmlElemDump__internal_alias
3114 #if defined(LIBXML_LEGACY_ENABLED)
3115 #ifdef bottom_legacy
3116 #undef xmlEncodeEntities
3117 extern __typeof (xmlEncodeEntities
) xmlEncodeEntities
__attribute((alias("xmlEncodeEntities__internal_alias")));
3119 #ifndef xmlEncodeEntities
3120 extern __typeof (xmlEncodeEntities
) xmlEncodeEntities__internal_alias
__attribute((visibility("hidden")));
3121 #define xmlEncodeEntities xmlEncodeEntities__internal_alias
3126 #ifdef bottom_entities
3127 #undef xmlEncodeEntitiesReentrant
3128 extern __typeof (xmlEncodeEntitiesReentrant
) xmlEncodeEntitiesReentrant
__attribute((alias("xmlEncodeEntitiesReentrant__internal_alias")));
3130 #ifndef xmlEncodeEntitiesReentrant
3131 extern __typeof (xmlEncodeEntitiesReentrant
) xmlEncodeEntitiesReentrant__internal_alias
__attribute((visibility("hidden")));
3132 #define xmlEncodeEntitiesReentrant xmlEncodeEntitiesReentrant__internal_alias
3136 #ifdef bottom_entities
3137 #undef xmlEncodeSpecialChars
3138 extern __typeof (xmlEncodeSpecialChars
) xmlEncodeSpecialChars
__attribute((alias("xmlEncodeSpecialChars__internal_alias")));
3140 #ifndef xmlEncodeSpecialChars
3141 extern __typeof (xmlEncodeSpecialChars
) xmlEncodeSpecialChars__internal_alias
__attribute((visibility("hidden")));
3142 #define xmlEncodeSpecialChars xmlEncodeSpecialChars__internal_alias
3146 #ifdef bottom_parserInternals
3148 extern __typeof (xmlErrMemory
) xmlErrMemory
__attribute((alias("xmlErrMemory__internal_alias")));
3150 #ifndef xmlErrMemory
3151 extern __typeof (xmlErrMemory
) xmlErrMemory__internal_alias
__attribute((visibility("hidden")));
3152 #define xmlErrMemory xmlErrMemory__internal_alias
3156 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3157 #ifdef bottom_xmlregexp
3158 #undef xmlExpCtxtNbCons
3159 extern __typeof (xmlExpCtxtNbCons
) xmlExpCtxtNbCons
__attribute((alias("xmlExpCtxtNbCons__internal_alias")));
3161 #ifndef xmlExpCtxtNbCons
3162 extern __typeof (xmlExpCtxtNbCons
) xmlExpCtxtNbCons__internal_alias
__attribute((visibility("hidden")));
3163 #define xmlExpCtxtNbCons xmlExpCtxtNbCons__internal_alias
3168 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3169 #ifdef bottom_xmlregexp
3170 #undef xmlExpCtxtNbNodes
3171 extern __typeof (xmlExpCtxtNbNodes
) xmlExpCtxtNbNodes
__attribute((alias("xmlExpCtxtNbNodes__internal_alias")));
3173 #ifndef xmlExpCtxtNbNodes
3174 extern __typeof (xmlExpCtxtNbNodes
) xmlExpCtxtNbNodes__internal_alias
__attribute((visibility("hidden")));
3175 #define xmlExpCtxtNbNodes xmlExpCtxtNbNodes__internal_alias
3180 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3181 #ifdef bottom_xmlregexp
3183 extern __typeof (xmlExpDump
) xmlExpDump
__attribute((alias("xmlExpDump__internal_alias")));
3186 extern __typeof (xmlExpDump
) xmlExpDump__internal_alias
__attribute((visibility("hidden")));
3187 #define xmlExpDump xmlExpDump__internal_alias
3192 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3193 #ifdef bottom_xmlregexp
3194 #undef xmlExpExpDerive
3195 extern __typeof (xmlExpExpDerive
) xmlExpExpDerive
__attribute((alias("xmlExpExpDerive__internal_alias")));
3197 #ifndef xmlExpExpDerive
3198 extern __typeof (xmlExpExpDerive
) xmlExpExpDerive__internal_alias
__attribute((visibility("hidden")));
3199 #define xmlExpExpDerive xmlExpExpDerive__internal_alias
3204 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3205 #ifdef bottom_xmlregexp
3207 extern __typeof (xmlExpFree
) xmlExpFree
__attribute((alias("xmlExpFree__internal_alias")));
3210 extern __typeof (xmlExpFree
) xmlExpFree__internal_alias
__attribute((visibility("hidden")));
3211 #define xmlExpFree xmlExpFree__internal_alias
3216 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3217 #ifdef bottom_xmlregexp
3218 #undef xmlExpFreeCtxt
3219 extern __typeof (xmlExpFreeCtxt
) xmlExpFreeCtxt
__attribute((alias("xmlExpFreeCtxt__internal_alias")));
3221 #ifndef xmlExpFreeCtxt
3222 extern __typeof (xmlExpFreeCtxt
) xmlExpFreeCtxt__internal_alias
__attribute((visibility("hidden")));
3223 #define xmlExpFreeCtxt xmlExpFreeCtxt__internal_alias
3228 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3229 #ifdef bottom_xmlregexp
3230 #undef xmlExpGetLanguage
3231 extern __typeof (xmlExpGetLanguage
) xmlExpGetLanguage
__attribute((alias("xmlExpGetLanguage__internal_alias")));
3233 #ifndef xmlExpGetLanguage
3234 extern __typeof (xmlExpGetLanguage
) xmlExpGetLanguage__internal_alias
__attribute((visibility("hidden")));
3235 #define xmlExpGetLanguage xmlExpGetLanguage__internal_alias
3240 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3241 #ifdef bottom_xmlregexp
3242 #undef xmlExpGetStart
3243 extern __typeof (xmlExpGetStart
) xmlExpGetStart
__attribute((alias("xmlExpGetStart__internal_alias")));
3245 #ifndef xmlExpGetStart
3246 extern __typeof (xmlExpGetStart
) xmlExpGetStart__internal_alias
__attribute((visibility("hidden")));
3247 #define xmlExpGetStart xmlExpGetStart__internal_alias
3252 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3253 #ifdef bottom_xmlregexp
3254 #undef xmlExpIsNillable
3255 extern __typeof (xmlExpIsNillable
) xmlExpIsNillable
__attribute((alias("xmlExpIsNillable__internal_alias")));
3257 #ifndef xmlExpIsNillable
3258 extern __typeof (xmlExpIsNillable
) xmlExpIsNillable__internal_alias
__attribute((visibility("hidden")));
3259 #define xmlExpIsNillable xmlExpIsNillable__internal_alias
3264 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3265 #ifdef bottom_xmlregexp
3266 #undef xmlExpMaxToken
3267 extern __typeof (xmlExpMaxToken
) xmlExpMaxToken
__attribute((alias("xmlExpMaxToken__internal_alias")));
3269 #ifndef xmlExpMaxToken
3270 extern __typeof (xmlExpMaxToken
) xmlExpMaxToken__internal_alias
__attribute((visibility("hidden")));
3271 #define xmlExpMaxToken xmlExpMaxToken__internal_alias
3276 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3277 #ifdef bottom_xmlregexp
3278 #undef xmlExpNewAtom
3279 extern __typeof (xmlExpNewAtom
) xmlExpNewAtom
__attribute((alias("xmlExpNewAtom__internal_alias")));
3281 #ifndef xmlExpNewAtom
3282 extern __typeof (xmlExpNewAtom
) xmlExpNewAtom__internal_alias
__attribute((visibility("hidden")));
3283 #define xmlExpNewAtom xmlExpNewAtom__internal_alias
3288 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3289 #ifdef bottom_xmlregexp
3290 #undef xmlExpNewCtxt
3291 extern __typeof (xmlExpNewCtxt
) xmlExpNewCtxt
__attribute((alias("xmlExpNewCtxt__internal_alias")));
3293 #ifndef xmlExpNewCtxt
3294 extern __typeof (xmlExpNewCtxt
) xmlExpNewCtxt__internal_alias
__attribute((visibility("hidden")));
3295 #define xmlExpNewCtxt xmlExpNewCtxt__internal_alias
3300 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3301 #ifdef bottom_xmlregexp
3303 extern __typeof (xmlExpNewOr
) xmlExpNewOr
__attribute((alias("xmlExpNewOr__internal_alias")));
3306 extern __typeof (xmlExpNewOr
) xmlExpNewOr__internal_alias
__attribute((visibility("hidden")));
3307 #define xmlExpNewOr xmlExpNewOr__internal_alias
3312 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3313 #ifdef bottom_xmlregexp
3314 #undef xmlExpNewRange
3315 extern __typeof (xmlExpNewRange
) xmlExpNewRange
__attribute((alias("xmlExpNewRange__internal_alias")));
3317 #ifndef xmlExpNewRange
3318 extern __typeof (xmlExpNewRange
) xmlExpNewRange__internal_alias
__attribute((visibility("hidden")));
3319 #define xmlExpNewRange xmlExpNewRange__internal_alias
3324 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3325 #ifdef bottom_xmlregexp
3327 extern __typeof (xmlExpNewSeq
) xmlExpNewSeq
__attribute((alias("xmlExpNewSeq__internal_alias")));
3329 #ifndef xmlExpNewSeq
3330 extern __typeof (xmlExpNewSeq
) xmlExpNewSeq__internal_alias
__attribute((visibility("hidden")));
3331 #define xmlExpNewSeq xmlExpNewSeq__internal_alias
3336 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3337 #ifdef bottom_xmlregexp
3339 extern __typeof (xmlExpParse
) xmlExpParse
__attribute((alias("xmlExpParse__internal_alias")));
3342 extern __typeof (xmlExpParse
) xmlExpParse__internal_alias
__attribute((visibility("hidden")));
3343 #define xmlExpParse xmlExpParse__internal_alias
3348 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3349 #ifdef bottom_xmlregexp
3351 extern __typeof (xmlExpRef
) xmlExpRef
__attribute((alias("xmlExpRef__internal_alias")));
3354 extern __typeof (xmlExpRef
) xmlExpRef__internal_alias
__attribute((visibility("hidden")));
3355 #define xmlExpRef xmlExpRef__internal_alias
3360 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3361 #ifdef bottom_xmlregexp
3362 #undef xmlExpStringDerive
3363 extern __typeof (xmlExpStringDerive
) xmlExpStringDerive
__attribute((alias("xmlExpStringDerive__internal_alias")));
3365 #ifndef xmlExpStringDerive
3366 extern __typeof (xmlExpStringDerive
) xmlExpStringDerive__internal_alias
__attribute((visibility("hidden")));
3367 #define xmlExpStringDerive xmlExpStringDerive__internal_alias
3372 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_EXPR_ENABLED)
3373 #ifdef bottom_xmlregexp
3374 #undef xmlExpSubsume
3375 extern __typeof (xmlExpSubsume
) xmlExpSubsume
__attribute((alias("xmlExpSubsume__internal_alias")));
3377 #ifndef xmlExpSubsume
3378 extern __typeof (xmlExpSubsume
) xmlExpSubsume__internal_alias
__attribute((visibility("hidden")));
3379 #define xmlExpSubsume xmlExpSubsume__internal_alias
3386 extern __typeof (xmlFileClose
) xmlFileClose
__attribute((alias("xmlFileClose__internal_alias")));
3388 #ifndef xmlFileClose
3389 extern __typeof (xmlFileClose
) xmlFileClose__internal_alias
__attribute((visibility("hidden")));
3390 #define xmlFileClose xmlFileClose__internal_alias
3396 extern __typeof (xmlFileMatch
) xmlFileMatch
__attribute((alias("xmlFileMatch__internal_alias")));
3398 #ifndef xmlFileMatch
3399 extern __typeof (xmlFileMatch
) xmlFileMatch__internal_alias
__attribute((visibility("hidden")));
3400 #define xmlFileMatch xmlFileMatch__internal_alias
3406 extern __typeof (xmlFileOpen
) xmlFileOpen
__attribute((alias("xmlFileOpen__internal_alias")));
3409 extern __typeof (xmlFileOpen
) xmlFileOpen__internal_alias
__attribute((visibility("hidden")));
3410 #define xmlFileOpen xmlFileOpen__internal_alias
3416 extern __typeof (xmlFileRead
) xmlFileRead
__attribute((alias("xmlFileRead__internal_alias")));
3419 extern __typeof (xmlFileRead
) xmlFileRead__internal_alias
__attribute((visibility("hidden")));
3420 #define xmlFileRead xmlFileRead__internal_alias
3424 #ifdef bottom_encoding
3425 #undef xmlFindCharEncodingHandler
3426 extern __typeof (xmlFindCharEncodingHandler
) xmlFindCharEncodingHandler
__attribute((alias("xmlFindCharEncodingHandler__internal_alias")));
3428 #ifndef xmlFindCharEncodingHandler
3429 extern __typeof (xmlFindCharEncodingHandler
) xmlFindCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
3430 #define xmlFindCharEncodingHandler xmlFindCharEncodingHandler__internal_alias
3434 #if defined(LIBXML_TREE_ENABLED)
3436 #undef xmlFirstElementChild
3437 extern __typeof (xmlFirstElementChild
) xmlFirstElementChild
__attribute((alias("xmlFirstElementChild__internal_alias")));
3439 #ifndef xmlFirstElementChild
3440 extern __typeof (xmlFirstElementChild
) xmlFirstElementChild__internal_alias
__attribute((visibility("hidden")));
3441 #define xmlFirstElementChild xmlFirstElementChild__internal_alias
3447 #undef xmlFreeAttributeTable
3448 extern __typeof (xmlFreeAttributeTable
) xmlFreeAttributeTable
__attribute((alias("xmlFreeAttributeTable__internal_alias")));
3450 #ifndef xmlFreeAttributeTable
3451 extern __typeof (xmlFreeAttributeTable
) xmlFreeAttributeTable__internal_alias
__attribute((visibility("hidden")));
3452 #define xmlFreeAttributeTable xmlFreeAttributeTable__internal_alias
3456 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
3457 #ifdef bottom_xmlregexp
3458 #undef xmlFreeAutomata
3459 extern __typeof (xmlFreeAutomata
) xmlFreeAutomata
__attribute((alias("xmlFreeAutomata__internal_alias")));
3461 #ifndef xmlFreeAutomata
3462 extern __typeof (xmlFreeAutomata
) xmlFreeAutomata__internal_alias
__attribute((visibility("hidden")));
3463 #define xmlFreeAutomata xmlFreeAutomata__internal_alias
3468 #if defined(LIBXML_CATALOG_ENABLED)
3469 #ifdef bottom_catalog
3470 #undef xmlFreeCatalog
3471 extern __typeof (xmlFreeCatalog
) xmlFreeCatalog
__attribute((alias("xmlFreeCatalog__internal_alias")));
3473 #ifndef xmlFreeCatalog
3474 extern __typeof (xmlFreeCatalog
) xmlFreeCatalog__internal_alias
__attribute((visibility("hidden")));
3475 #define xmlFreeCatalog xmlFreeCatalog__internal_alias
3482 extern __typeof (xmlFreeDoc
) xmlFreeDoc
__attribute((alias("xmlFreeDoc__internal_alias")));
3485 extern __typeof (xmlFreeDoc
) xmlFreeDoc__internal_alias
__attribute((visibility("hidden")));
3486 #define xmlFreeDoc xmlFreeDoc__internal_alias
3491 #undef xmlFreeDocElementContent
3492 extern __typeof (xmlFreeDocElementContent
) xmlFreeDocElementContent
__attribute((alias("xmlFreeDocElementContent__internal_alias")));
3494 #ifndef xmlFreeDocElementContent
3495 extern __typeof (xmlFreeDocElementContent
) xmlFreeDocElementContent__internal_alias
__attribute((visibility("hidden")));
3496 #define xmlFreeDocElementContent xmlFreeDocElementContent__internal_alias
3502 extern __typeof (xmlFreeDtd
) xmlFreeDtd
__attribute((alias("xmlFreeDtd__internal_alias")));
3505 extern __typeof (xmlFreeDtd
) xmlFreeDtd__internal_alias
__attribute((visibility("hidden")));
3506 #define xmlFreeDtd xmlFreeDtd__internal_alias
3511 #undef xmlFreeElementContent
3512 extern __typeof (xmlFreeElementContent
) xmlFreeElementContent
__attribute((alias("xmlFreeElementContent__internal_alias")));
3514 #ifndef xmlFreeElementContent
3515 extern __typeof (xmlFreeElementContent
) xmlFreeElementContent__internal_alias
__attribute((visibility("hidden")));
3516 #define xmlFreeElementContent xmlFreeElementContent__internal_alias
3521 #undef xmlFreeElementTable
3522 extern __typeof (xmlFreeElementTable
) xmlFreeElementTable
__attribute((alias("xmlFreeElementTable__internal_alias")));
3524 #ifndef xmlFreeElementTable
3525 extern __typeof (xmlFreeElementTable
) xmlFreeElementTable__internal_alias
__attribute((visibility("hidden")));
3526 #define xmlFreeElementTable xmlFreeElementTable__internal_alias
3530 #ifdef bottom_entities
3531 #undef xmlFreeEntitiesTable
3532 extern __typeof (xmlFreeEntitiesTable
) xmlFreeEntitiesTable
__attribute((alias("xmlFreeEntitiesTable__internal_alias")));
3534 #ifndef xmlFreeEntitiesTable
3535 extern __typeof (xmlFreeEntitiesTable
) xmlFreeEntitiesTable__internal_alias
__attribute((visibility("hidden")));
3536 #define xmlFreeEntitiesTable xmlFreeEntitiesTable__internal_alias
3541 #undef xmlFreeEnumeration
3542 extern __typeof (xmlFreeEnumeration
) xmlFreeEnumeration
__attribute((alias("xmlFreeEnumeration__internal_alias")));
3544 #ifndef xmlFreeEnumeration
3545 extern __typeof (xmlFreeEnumeration
) xmlFreeEnumeration__internal_alias
__attribute((visibility("hidden")));
3546 #define xmlFreeEnumeration xmlFreeEnumeration__internal_alias
3551 #undef xmlFreeIDTable
3552 extern __typeof (xmlFreeIDTable
) xmlFreeIDTable
__attribute((alias("xmlFreeIDTable__internal_alias")));
3554 #ifndef xmlFreeIDTable
3555 extern __typeof (xmlFreeIDTable
) xmlFreeIDTable__internal_alias
__attribute((visibility("hidden")));
3556 #define xmlFreeIDTable xmlFreeIDTable__internal_alias
3560 #ifdef bottom_parserInternals
3561 #undef xmlFreeInputStream
3562 extern __typeof (xmlFreeInputStream
) xmlFreeInputStream
__attribute((alias("xmlFreeInputStream__internal_alias")));
3564 #ifndef xmlFreeInputStream
3565 extern __typeof (xmlFreeInputStream
) xmlFreeInputStream__internal_alias
__attribute((visibility("hidden")));
3566 #define xmlFreeInputStream xmlFreeInputStream__internal_alias
3570 #ifdef bottom_threads
3572 extern __typeof (xmlFreeMutex
) xmlFreeMutex
__attribute((alias("xmlFreeMutex__internal_alias")));
3574 #ifndef xmlFreeMutex
3575 extern __typeof (xmlFreeMutex
) xmlFreeMutex__internal_alias
__attribute((visibility("hidden")));
3576 #define xmlFreeMutex xmlFreeMutex__internal_alias
3582 extern __typeof (xmlFreeNode
) xmlFreeNode
__attribute((alias("xmlFreeNode__internal_alias")));
3585 extern __typeof (xmlFreeNode
) xmlFreeNode__internal_alias
__attribute((visibility("hidden")));
3586 #define xmlFreeNode xmlFreeNode__internal_alias
3591 #undef xmlFreeNodeList
3592 extern __typeof (xmlFreeNodeList
) xmlFreeNodeList
__attribute((alias("xmlFreeNodeList__internal_alias")));
3594 #ifndef xmlFreeNodeList
3595 extern __typeof (xmlFreeNodeList
) xmlFreeNodeList__internal_alias
__attribute((visibility("hidden")));
3596 #define xmlFreeNodeList xmlFreeNodeList__internal_alias
3601 #undef xmlFreeNotationTable
3602 extern __typeof (xmlFreeNotationTable
) xmlFreeNotationTable
__attribute((alias("xmlFreeNotationTable__internal_alias")));
3604 #ifndef xmlFreeNotationTable
3605 extern __typeof (xmlFreeNotationTable
) xmlFreeNotationTable__internal_alias
__attribute((visibility("hidden")));
3606 #define xmlFreeNotationTable xmlFreeNotationTable__internal_alias
3612 extern __typeof (xmlFreeNs
) xmlFreeNs
__attribute((alias("xmlFreeNs__internal_alias")));
3615 extern __typeof (xmlFreeNs
) xmlFreeNs__internal_alias
__attribute((visibility("hidden")));
3616 #define xmlFreeNs xmlFreeNs__internal_alias
3621 #undef xmlFreeNsList
3622 extern __typeof (xmlFreeNsList
) xmlFreeNsList
__attribute((alias("xmlFreeNsList__internal_alias")));
3624 #ifndef xmlFreeNsList
3625 extern __typeof (xmlFreeNsList
) xmlFreeNsList__internal_alias
__attribute((visibility("hidden")));
3626 #define xmlFreeNsList xmlFreeNsList__internal_alias
3630 #ifdef bottom_parserInternals
3631 #undef xmlFreeParserCtxt
3632 extern __typeof (xmlFreeParserCtxt
) xmlFreeParserCtxt
__attribute((alias("xmlFreeParserCtxt__internal_alias")));
3634 #ifndef xmlFreeParserCtxt
3635 extern __typeof (xmlFreeParserCtxt
) xmlFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
3636 #define xmlFreeParserCtxt xmlFreeParserCtxt__internal_alias
3641 #undef xmlFreeParserInputBuffer
3642 extern __typeof (xmlFreeParserInputBuffer
) xmlFreeParserInputBuffer
__attribute((alias("xmlFreeParserInputBuffer__internal_alias")));
3644 #ifndef xmlFreeParserInputBuffer
3645 extern __typeof (xmlFreeParserInputBuffer
) xmlFreeParserInputBuffer__internal_alias
__attribute((visibility("hidden")));
3646 #define xmlFreeParserInputBuffer xmlFreeParserInputBuffer__internal_alias
3650 #if defined(LIBXML_PATTERN_ENABLED)
3651 #ifdef bottom_pattern
3652 #undef xmlFreePattern
3653 extern __typeof (xmlFreePattern
) xmlFreePattern
__attribute((alias("xmlFreePattern__internal_alias")));
3655 #ifndef xmlFreePattern
3656 extern __typeof (xmlFreePattern
) xmlFreePattern__internal_alias
__attribute((visibility("hidden")));
3657 #define xmlFreePattern xmlFreePattern__internal_alias
3662 #if defined(LIBXML_PATTERN_ENABLED)
3663 #ifdef bottom_pattern
3664 #undef xmlFreePatternList
3665 extern __typeof (xmlFreePatternList
) xmlFreePatternList
__attribute((alias("xmlFreePatternList__internal_alias")));
3667 #ifndef xmlFreePatternList
3668 extern __typeof (xmlFreePatternList
) xmlFreePatternList__internal_alias
__attribute((visibility("hidden")));
3669 #define xmlFreePatternList xmlFreePatternList__internal_alias
3676 extern __typeof (xmlFreeProp
) xmlFreeProp
__attribute((alias("xmlFreeProp__internal_alias")));
3679 extern __typeof (xmlFreeProp
) xmlFreeProp__internal_alias
__attribute((visibility("hidden")));
3680 #define xmlFreeProp xmlFreeProp__internal_alias
3685 #undef xmlFreePropList
3686 extern __typeof (xmlFreePropList
) xmlFreePropList
__attribute((alias("xmlFreePropList__internal_alias")));
3688 #ifndef xmlFreePropList
3689 extern __typeof (xmlFreePropList
) xmlFreePropList__internal_alias
__attribute((visibility("hidden")));
3690 #define xmlFreePropList xmlFreePropList__internal_alias
3694 #ifdef bottom_threads
3695 #undef xmlFreeRMutex
3696 extern __typeof (xmlFreeRMutex
) xmlFreeRMutex
__attribute((alias("xmlFreeRMutex__internal_alias")));
3698 #ifndef xmlFreeRMutex
3699 extern __typeof (xmlFreeRMutex
) xmlFreeRMutex__internal_alias
__attribute((visibility("hidden")));
3700 #define xmlFreeRMutex xmlFreeRMutex__internal_alias
3705 #undef xmlFreeRefTable
3706 extern __typeof (xmlFreeRefTable
) xmlFreeRefTable
__attribute((alias("xmlFreeRefTable__internal_alias")));
3708 #ifndef xmlFreeRefTable
3709 extern __typeof (xmlFreeRefTable
) xmlFreeRefTable__internal_alias
__attribute((visibility("hidden")));
3710 #define xmlFreeRefTable xmlFreeRefTable__internal_alias
3714 #if defined(LIBXML_PATTERN_ENABLED)
3715 #ifdef bottom_pattern
3716 #undef xmlFreeStreamCtxt
3717 extern __typeof (xmlFreeStreamCtxt
) xmlFreeStreamCtxt
__attribute((alias("xmlFreeStreamCtxt__internal_alias")));
3719 #ifndef xmlFreeStreamCtxt
3720 extern __typeof (xmlFreeStreamCtxt
) xmlFreeStreamCtxt__internal_alias
__attribute((visibility("hidden")));
3721 #define xmlFreeStreamCtxt xmlFreeStreamCtxt__internal_alias
3726 #if defined(LIBXML_READER_ENABLED)
3727 #ifdef bottom_xmlreader
3728 #undef xmlFreeTextReader
3729 extern __typeof (xmlFreeTextReader
) xmlFreeTextReader
__attribute((alias("xmlFreeTextReader__internal_alias")));
3731 #ifndef xmlFreeTextReader
3732 extern __typeof (xmlFreeTextReader
) xmlFreeTextReader__internal_alias
__attribute((visibility("hidden")));
3733 #define xmlFreeTextReader xmlFreeTextReader__internal_alias
3738 #if defined(LIBXML_WRITER_ENABLED)
3739 #ifdef bottom_xmlwriter
3740 #undef xmlFreeTextWriter
3741 extern __typeof (xmlFreeTextWriter
) xmlFreeTextWriter
__attribute((alias("xmlFreeTextWriter__internal_alias")));
3743 #ifndef xmlFreeTextWriter
3744 extern __typeof (xmlFreeTextWriter
) xmlFreeTextWriter__internal_alias
__attribute((visibility("hidden")));
3745 #define xmlFreeTextWriter xmlFreeTextWriter__internal_alias
3752 extern __typeof (xmlFreeURI
) xmlFreeURI
__attribute((alias("xmlFreeURI__internal_alias")));
3755 extern __typeof (xmlFreeURI
) xmlFreeURI__internal_alias
__attribute((visibility("hidden")));
3756 #define xmlFreeURI xmlFreeURI__internal_alias
3760 #if defined(LIBXML_VALID_ENABLED)
3762 #undef xmlFreeValidCtxt
3763 extern __typeof (xmlFreeValidCtxt
) xmlFreeValidCtxt
__attribute((alias("xmlFreeValidCtxt__internal_alias")));
3765 #ifndef xmlFreeValidCtxt
3766 extern __typeof (xmlFreeValidCtxt
) xmlFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
3767 #define xmlFreeValidCtxt xmlFreeValidCtxt__internal_alias
3772 #ifdef bottom_xmlmemory
3774 extern __typeof (xmlGcMemGet
) xmlGcMemGet
__attribute((alias("xmlGcMemGet__internal_alias")));
3777 extern __typeof (xmlGcMemGet
) xmlGcMemGet__internal_alias
__attribute((visibility("hidden")));
3778 #define xmlGcMemGet xmlGcMemGet__internal_alias
3782 #ifdef bottom_xmlmemory
3783 #undef xmlGcMemSetup
3784 extern __typeof (xmlGcMemSetup
) xmlGcMemSetup
__attribute((alias("xmlGcMemSetup__internal_alias")));
3786 #ifndef xmlGcMemSetup
3787 extern __typeof (xmlGcMemSetup
) xmlGcMemSetup__internal_alias
__attribute((visibility("hidden")));
3788 #define xmlGcMemSetup xmlGcMemSetup__internal_alias
3793 #undef xmlGetBufferAllocationScheme
3794 extern __typeof (xmlGetBufferAllocationScheme
) xmlGetBufferAllocationScheme
__attribute((alias("xmlGetBufferAllocationScheme__internal_alias")));
3796 #ifndef xmlGetBufferAllocationScheme
3797 extern __typeof (xmlGetBufferAllocationScheme
) xmlGetBufferAllocationScheme__internal_alias
__attribute((visibility("hidden")));
3798 #define xmlGetBufferAllocationScheme xmlGetBufferAllocationScheme__internal_alias
3802 #ifdef bottom_encoding
3803 #undef xmlGetCharEncodingHandler
3804 extern __typeof (xmlGetCharEncodingHandler
) xmlGetCharEncodingHandler
__attribute((alias("xmlGetCharEncodingHandler__internal_alias")));
3806 #ifndef xmlGetCharEncodingHandler
3807 extern __typeof (xmlGetCharEncodingHandler
) xmlGetCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
3808 #define xmlGetCharEncodingHandler xmlGetCharEncodingHandler__internal_alias
3812 #ifdef bottom_encoding
3813 #undef xmlGetCharEncodingName
3814 extern __typeof (xmlGetCharEncodingName
) xmlGetCharEncodingName
__attribute((alias("xmlGetCharEncodingName__internal_alias")));
3816 #ifndef xmlGetCharEncodingName
3817 extern __typeof (xmlGetCharEncodingName
) xmlGetCharEncodingName__internal_alias
__attribute((visibility("hidden")));
3818 #define xmlGetCharEncodingName xmlGetCharEncodingName__internal_alias
3823 #undef xmlGetCompressMode
3824 extern __typeof (xmlGetCompressMode
) xmlGetCompressMode
__attribute((alias("xmlGetCompressMode__internal_alias")));
3826 #ifndef xmlGetCompressMode
3827 extern __typeof (xmlGetCompressMode
) xmlGetCompressMode__internal_alias
__attribute((visibility("hidden")));
3828 #define xmlGetCompressMode xmlGetCompressMode__internal_alias
3833 #undef xmlGetDocCompressMode
3834 extern __typeof (xmlGetDocCompressMode
) xmlGetDocCompressMode
__attribute((alias("xmlGetDocCompressMode__internal_alias")));
3836 #ifndef xmlGetDocCompressMode
3837 extern __typeof (xmlGetDocCompressMode
) xmlGetDocCompressMode__internal_alias
__attribute((visibility("hidden")));
3838 #define xmlGetDocCompressMode xmlGetDocCompressMode__internal_alias
3842 #ifdef bottom_entities
3843 #undef xmlGetDocEntity
3844 extern __typeof (xmlGetDocEntity
) xmlGetDocEntity
__attribute((alias("xmlGetDocEntity__internal_alias")));
3846 #ifndef xmlGetDocEntity
3847 extern __typeof (xmlGetDocEntity
) xmlGetDocEntity__internal_alias
__attribute((visibility("hidden")));
3848 #define xmlGetDocEntity xmlGetDocEntity__internal_alias
3853 #undef xmlGetDtdAttrDesc
3854 extern __typeof (xmlGetDtdAttrDesc
) xmlGetDtdAttrDesc
__attribute((alias("xmlGetDtdAttrDesc__internal_alias")));
3856 #ifndef xmlGetDtdAttrDesc
3857 extern __typeof (xmlGetDtdAttrDesc
) xmlGetDtdAttrDesc__internal_alias
__attribute((visibility("hidden")));
3858 #define xmlGetDtdAttrDesc xmlGetDtdAttrDesc__internal_alias
3863 #undef xmlGetDtdElementDesc
3864 extern __typeof (xmlGetDtdElementDesc
) xmlGetDtdElementDesc
__attribute((alias("xmlGetDtdElementDesc__internal_alias")));
3866 #ifndef xmlGetDtdElementDesc
3867 extern __typeof (xmlGetDtdElementDesc
) xmlGetDtdElementDesc__internal_alias
__attribute((visibility("hidden")));
3868 #define xmlGetDtdElementDesc xmlGetDtdElementDesc__internal_alias
3872 #ifdef bottom_entities
3873 #undef xmlGetDtdEntity
3874 extern __typeof (xmlGetDtdEntity
) xmlGetDtdEntity
__attribute((alias("xmlGetDtdEntity__internal_alias")));
3876 #ifndef xmlGetDtdEntity
3877 extern __typeof (xmlGetDtdEntity
) xmlGetDtdEntity__internal_alias
__attribute((visibility("hidden")));
3878 #define xmlGetDtdEntity xmlGetDtdEntity__internal_alias
3883 #undef xmlGetDtdNotationDesc
3884 extern __typeof (xmlGetDtdNotationDesc
) xmlGetDtdNotationDesc
__attribute((alias("xmlGetDtdNotationDesc__internal_alias")));
3886 #ifndef xmlGetDtdNotationDesc
3887 extern __typeof (xmlGetDtdNotationDesc
) xmlGetDtdNotationDesc__internal_alias
__attribute((visibility("hidden")));
3888 #define xmlGetDtdNotationDesc xmlGetDtdNotationDesc__internal_alias
3893 #undef xmlGetDtdQAttrDesc
3894 extern __typeof (xmlGetDtdQAttrDesc
) xmlGetDtdQAttrDesc
__attribute((alias("xmlGetDtdQAttrDesc__internal_alias")));
3896 #ifndef xmlGetDtdQAttrDesc
3897 extern __typeof (xmlGetDtdQAttrDesc
) xmlGetDtdQAttrDesc__internal_alias
__attribute((visibility("hidden")));
3898 #define xmlGetDtdQAttrDesc xmlGetDtdQAttrDesc__internal_alias
3903 #undef xmlGetDtdQElementDesc
3904 extern __typeof (xmlGetDtdQElementDesc
) xmlGetDtdQElementDesc
__attribute((alias("xmlGetDtdQElementDesc__internal_alias")));
3906 #ifndef xmlGetDtdQElementDesc
3907 extern __typeof (xmlGetDtdQElementDesc
) xmlGetDtdQElementDesc__internal_alias
__attribute((visibility("hidden")));
3908 #define xmlGetDtdQElementDesc xmlGetDtdQElementDesc__internal_alias
3912 #ifdef bottom_encoding
3913 #undef xmlGetEncodingAlias
3914 extern __typeof (xmlGetEncodingAlias
) xmlGetEncodingAlias
__attribute((alias("xmlGetEncodingAlias__internal_alias")));
3916 #ifndef xmlGetEncodingAlias
3917 extern __typeof (xmlGetEncodingAlias
) xmlGetEncodingAlias__internal_alias
__attribute((visibility("hidden")));
3918 #define xmlGetEncodingAlias xmlGetEncodingAlias__internal_alias
3923 #undef xmlGetExternalEntityLoader
3924 extern __typeof (xmlGetExternalEntityLoader
) xmlGetExternalEntityLoader
__attribute((alias("xmlGetExternalEntityLoader__internal_alias")));
3926 #ifndef xmlGetExternalEntityLoader
3927 extern __typeof (xmlGetExternalEntityLoader
) xmlGetExternalEntityLoader__internal_alias
__attribute((visibility("hidden")));
3928 #define xmlGetExternalEntityLoader xmlGetExternalEntityLoader__internal_alias
3932 #if defined(LIBXML_LEGACY_ENABLED)
3933 #ifdef bottom_legacy
3934 #undef xmlGetFeature
3935 extern __typeof (xmlGetFeature
) xmlGetFeature
__attribute((alias("xmlGetFeature__internal_alias")));
3937 #ifndef xmlGetFeature
3938 extern __typeof (xmlGetFeature
) xmlGetFeature__internal_alias
__attribute((visibility("hidden")));
3939 #define xmlGetFeature xmlGetFeature__internal_alias
3944 #if defined(LIBXML_LEGACY_ENABLED)
3945 #ifdef bottom_legacy
3946 #undef xmlGetFeaturesList
3947 extern __typeof (xmlGetFeaturesList
) xmlGetFeaturesList
__attribute((alias("xmlGetFeaturesList__internal_alias")));
3949 #ifndef xmlGetFeaturesList
3950 extern __typeof (xmlGetFeaturesList
) xmlGetFeaturesList__internal_alias
__attribute((visibility("hidden")));
3951 #define xmlGetFeaturesList xmlGetFeaturesList__internal_alias
3956 #ifdef bottom_threads
3957 #undef xmlGetGlobalState
3958 extern __typeof (xmlGetGlobalState
) xmlGetGlobalState
__attribute((alias("xmlGetGlobalState__internal_alias")));
3960 #ifndef xmlGetGlobalState
3961 extern __typeof (xmlGetGlobalState
) xmlGetGlobalState__internal_alias
__attribute((visibility("hidden")));
3962 #define xmlGetGlobalState xmlGetGlobalState__internal_alias
3968 extern __typeof (xmlGetID
) xmlGetID
__attribute((alias("xmlGetID__internal_alias")));
3971 extern __typeof (xmlGetID
) xmlGetID__internal_alias
__attribute((visibility("hidden")));
3972 #define xmlGetID xmlGetID__internal_alias
3977 #undef xmlGetIntSubset
3978 extern __typeof (xmlGetIntSubset
) xmlGetIntSubset
__attribute((alias("xmlGetIntSubset__internal_alias")));
3980 #ifndef xmlGetIntSubset
3981 extern __typeof (xmlGetIntSubset
) xmlGetIntSubset__internal_alias
__attribute((visibility("hidden")));
3982 #define xmlGetIntSubset xmlGetIntSubset__internal_alias
3987 #undef xmlGetLastChild
3988 extern __typeof (xmlGetLastChild
) xmlGetLastChild
__attribute((alias("xmlGetLastChild__internal_alias")));
3990 #ifndef xmlGetLastChild
3991 extern __typeof (xmlGetLastChild
) xmlGetLastChild__internal_alias
__attribute((visibility("hidden")));
3992 #define xmlGetLastChild xmlGetLastChild__internal_alias
3997 #undef xmlGetLastError
3998 extern __typeof (xmlGetLastError
) xmlGetLastError
__attribute((alias("xmlGetLastError__internal_alias")));
4000 #ifndef xmlGetLastError
4001 extern __typeof (xmlGetLastError
) xmlGetLastError__internal_alias
__attribute((visibility("hidden")));
4002 #define xmlGetLastError xmlGetLastError__internal_alias
4008 extern __typeof (xmlGetLineNo
) xmlGetLineNo
__attribute((alias("xmlGetLineNo__internal_alias")));
4010 #ifndef xmlGetLineNo
4011 extern __typeof (xmlGetLineNo
) xmlGetLineNo__internal_alias
__attribute((visibility("hidden")));
4012 #define xmlGetLineNo xmlGetLineNo__internal_alias
4017 #undef xmlGetNoNsProp
4018 extern __typeof (xmlGetNoNsProp
) xmlGetNoNsProp
__attribute((alias("xmlGetNoNsProp__internal_alias")));
4020 #ifndef xmlGetNoNsProp
4021 extern __typeof (xmlGetNoNsProp
) xmlGetNoNsProp__internal_alias
__attribute((visibility("hidden")));
4022 #define xmlGetNoNsProp xmlGetNoNsProp__internal_alias
4026 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_DEBUG_ENABLED)
4028 #undef xmlGetNodePath
4029 extern __typeof (xmlGetNodePath
) xmlGetNodePath
__attribute((alias("xmlGetNodePath__internal_alias")));
4031 #ifndef xmlGetNodePath
4032 extern __typeof (xmlGetNodePath
) xmlGetNodePath__internal_alias
__attribute((visibility("hidden")));
4033 #define xmlGetNodePath xmlGetNodePath__internal_alias
4038 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
4041 extern __typeof (xmlGetNsList
) xmlGetNsList
__attribute((alias("xmlGetNsList__internal_alias")));
4043 #ifndef xmlGetNsList
4044 extern __typeof (xmlGetNsList
) xmlGetNsList__internal_alias
__attribute((visibility("hidden")));
4045 #define xmlGetNsList xmlGetNsList__internal_alias
4052 extern __typeof (xmlGetNsProp
) xmlGetNsProp
__attribute((alias("xmlGetNsProp__internal_alias")));
4054 #ifndef xmlGetNsProp
4055 extern __typeof (xmlGetNsProp
) xmlGetNsProp__internal_alias
__attribute((visibility("hidden")));
4056 #define xmlGetNsProp xmlGetNsProp__internal_alias
4060 #ifdef bottom_entities
4061 #undef xmlGetParameterEntity
4062 extern __typeof (xmlGetParameterEntity
) xmlGetParameterEntity
__attribute((alias("xmlGetParameterEntity__internal_alias")));
4064 #ifndef xmlGetParameterEntity
4065 extern __typeof (xmlGetParameterEntity
) xmlGetParameterEntity__internal_alias
__attribute((visibility("hidden")));
4066 #define xmlGetParameterEntity xmlGetParameterEntity__internal_alias
4070 #ifdef bottom_entities
4071 #undef xmlGetPredefinedEntity
4072 extern __typeof (xmlGetPredefinedEntity
) xmlGetPredefinedEntity
__attribute((alias("xmlGetPredefinedEntity__internal_alias")));
4074 #ifndef xmlGetPredefinedEntity
4075 extern __typeof (xmlGetPredefinedEntity
) xmlGetPredefinedEntity__internal_alias
__attribute((visibility("hidden")));
4076 #define xmlGetPredefinedEntity xmlGetPredefinedEntity__internal_alias
4082 extern __typeof (xmlGetProp
) xmlGetProp
__attribute((alias("xmlGetProp__internal_alias")));
4085 extern __typeof (xmlGetProp
) xmlGetProp__internal_alias
__attribute((visibility("hidden")));
4086 #define xmlGetProp xmlGetProp__internal_alias
4092 extern __typeof (xmlGetRefs
) xmlGetRefs
__attribute((alias("xmlGetRefs__internal_alias")));
4095 extern __typeof (xmlGetRefs
) xmlGetRefs__internal_alias
__attribute((visibility("hidden")));
4096 #define xmlGetRefs xmlGetRefs__internal_alias
4100 #ifdef bottom_threads
4101 #undef xmlGetThreadId
4102 extern __typeof (xmlGetThreadId
) xmlGetThreadId
__attribute((alias("xmlGetThreadId__internal_alias")));
4104 #ifndef xmlGetThreadId
4105 extern __typeof (xmlGetThreadId
) xmlGetThreadId__internal_alias
__attribute((visibility("hidden")));
4106 #define xmlGetThreadId xmlGetThreadId__internal_alias
4110 #ifdef bottom_xmlstring
4111 #undef xmlGetUTF8Char
4112 extern __typeof (xmlGetUTF8Char
) xmlGetUTF8Char
__attribute((alias("xmlGetUTF8Char__internal_alias")));
4114 #ifndef xmlGetUTF8Char
4115 extern __typeof (xmlGetUTF8Char
) xmlGetUTF8Char__internal_alias
__attribute((visibility("hidden")));
4116 #define xmlGetUTF8Char xmlGetUTF8Char__internal_alias
4120 #if defined(LIBXML_LEGACY_ENABLED)
4121 #ifdef bottom_legacy
4122 #undef xmlHandleEntity
4123 extern __typeof (xmlHandleEntity
) xmlHandleEntity
__attribute((alias("xmlHandleEntity__internal_alias")));
4125 #ifndef xmlHandleEntity
4126 extern __typeof (xmlHandleEntity
) xmlHandleEntity__internal_alias
__attribute((visibility("hidden")));
4127 #define xmlHandleEntity xmlHandleEntity__internal_alias
4132 #ifdef bottom_parser
4133 #undef xmlHasFeature
4134 extern __typeof (xmlHasFeature
) xmlHasFeature
__attribute((alias("xmlHasFeature__internal_alias")));
4136 #ifndef xmlHasFeature
4137 extern __typeof (xmlHasFeature
) xmlHasFeature__internal_alias
__attribute((visibility("hidden")));
4138 #define xmlHasFeature xmlHasFeature__internal_alias
4144 extern __typeof (xmlHasNsProp
) xmlHasNsProp
__attribute((alias("xmlHasNsProp__internal_alias")));
4146 #ifndef xmlHasNsProp
4147 extern __typeof (xmlHasNsProp
) xmlHasNsProp__internal_alias
__attribute((visibility("hidden")));
4148 #define xmlHasNsProp xmlHasNsProp__internal_alias
4154 extern __typeof (xmlHasProp
) xmlHasProp
__attribute((alias("xmlHasProp__internal_alias")));
4157 extern __typeof (xmlHasProp
) xmlHasProp__internal_alias
__attribute((visibility("hidden")));
4158 #define xmlHasProp xmlHasProp__internal_alias
4163 #undef xmlHashAddEntry
4164 extern __typeof (xmlHashAddEntry
) xmlHashAddEntry
__attribute((alias("xmlHashAddEntry__internal_alias")));
4166 #ifndef xmlHashAddEntry
4167 extern __typeof (xmlHashAddEntry
) xmlHashAddEntry__internal_alias
__attribute((visibility("hidden")));
4168 #define xmlHashAddEntry xmlHashAddEntry__internal_alias
4173 #undef xmlHashAddEntry2
4174 extern __typeof (xmlHashAddEntry2
) xmlHashAddEntry2
__attribute((alias("xmlHashAddEntry2__internal_alias")));
4176 #ifndef xmlHashAddEntry2
4177 extern __typeof (xmlHashAddEntry2
) xmlHashAddEntry2__internal_alias
__attribute((visibility("hidden")));
4178 #define xmlHashAddEntry2 xmlHashAddEntry2__internal_alias
4183 #undef xmlHashAddEntry3
4184 extern __typeof (xmlHashAddEntry3
) xmlHashAddEntry3
__attribute((alias("xmlHashAddEntry3__internal_alias")));
4186 #ifndef xmlHashAddEntry3
4187 extern __typeof (xmlHashAddEntry3
) xmlHashAddEntry3__internal_alias
__attribute((visibility("hidden")));
4188 #define xmlHashAddEntry3 xmlHashAddEntry3__internal_alias
4194 extern __typeof (xmlHashCopy
) xmlHashCopy
__attribute((alias("xmlHashCopy__internal_alias")));
4197 extern __typeof (xmlHashCopy
) xmlHashCopy__internal_alias
__attribute((visibility("hidden")));
4198 #define xmlHashCopy xmlHashCopy__internal_alias
4203 #undef xmlHashCreate
4204 extern __typeof (xmlHashCreate
) xmlHashCreate
__attribute((alias("xmlHashCreate__internal_alias")));
4206 #ifndef xmlHashCreate
4207 extern __typeof (xmlHashCreate
) xmlHashCreate__internal_alias
__attribute((visibility("hidden")));
4208 #define xmlHashCreate xmlHashCreate__internal_alias
4213 #undef xmlHashCreateDict
4214 extern __typeof (xmlHashCreateDict
) xmlHashCreateDict
__attribute((alias("xmlHashCreateDict__internal_alias")));
4216 #ifndef xmlHashCreateDict
4217 extern __typeof (xmlHashCreateDict
) xmlHashCreateDict__internal_alias
__attribute((visibility("hidden")));
4218 #define xmlHashCreateDict xmlHashCreateDict__internal_alias
4224 extern __typeof (xmlHashFree
) xmlHashFree
__attribute((alias("xmlHashFree__internal_alias")));
4227 extern __typeof (xmlHashFree
) xmlHashFree__internal_alias
__attribute((visibility("hidden")));
4228 #define xmlHashFree xmlHashFree__internal_alias
4233 #undef xmlHashLookup
4234 extern __typeof (xmlHashLookup
) xmlHashLookup
__attribute((alias("xmlHashLookup__internal_alias")));
4236 #ifndef xmlHashLookup
4237 extern __typeof (xmlHashLookup
) xmlHashLookup__internal_alias
__attribute((visibility("hidden")));
4238 #define xmlHashLookup xmlHashLookup__internal_alias
4243 #undef xmlHashLookup2
4244 extern __typeof (xmlHashLookup2
) xmlHashLookup2
__attribute((alias("xmlHashLookup2__internal_alias")));
4246 #ifndef xmlHashLookup2
4247 extern __typeof (xmlHashLookup2
) xmlHashLookup2__internal_alias
__attribute((visibility("hidden")));
4248 #define xmlHashLookup2 xmlHashLookup2__internal_alias
4253 #undef xmlHashLookup3
4254 extern __typeof (xmlHashLookup3
) xmlHashLookup3
__attribute((alias("xmlHashLookup3__internal_alias")));
4256 #ifndef xmlHashLookup3
4257 extern __typeof (xmlHashLookup3
) xmlHashLookup3__internal_alias
__attribute((visibility("hidden")));
4258 #define xmlHashLookup3 xmlHashLookup3__internal_alias
4263 #undef xmlHashQLookup
4264 extern __typeof (xmlHashQLookup
) xmlHashQLookup
__attribute((alias("xmlHashQLookup__internal_alias")));
4266 #ifndef xmlHashQLookup
4267 extern __typeof (xmlHashQLookup
) xmlHashQLookup__internal_alias
__attribute((visibility("hidden")));
4268 #define xmlHashQLookup xmlHashQLookup__internal_alias
4273 #undef xmlHashQLookup2
4274 extern __typeof (xmlHashQLookup2
) xmlHashQLookup2
__attribute((alias("xmlHashQLookup2__internal_alias")));
4276 #ifndef xmlHashQLookup2
4277 extern __typeof (xmlHashQLookup2
) xmlHashQLookup2__internal_alias
__attribute((visibility("hidden")));
4278 #define xmlHashQLookup2 xmlHashQLookup2__internal_alias
4283 #undef xmlHashQLookup3
4284 extern __typeof (xmlHashQLookup3
) xmlHashQLookup3
__attribute((alias("xmlHashQLookup3__internal_alias")));
4286 #ifndef xmlHashQLookup3
4287 extern __typeof (xmlHashQLookup3
) xmlHashQLookup3__internal_alias
__attribute((visibility("hidden")));
4288 #define xmlHashQLookup3 xmlHashQLookup3__internal_alias
4293 #undef xmlHashRemoveEntry
4294 extern __typeof (xmlHashRemoveEntry
) xmlHashRemoveEntry
__attribute((alias("xmlHashRemoveEntry__internal_alias")));
4296 #ifndef xmlHashRemoveEntry
4297 extern __typeof (xmlHashRemoveEntry
) xmlHashRemoveEntry__internal_alias
__attribute((visibility("hidden")));
4298 #define xmlHashRemoveEntry xmlHashRemoveEntry__internal_alias
4303 #undef xmlHashRemoveEntry2
4304 extern __typeof (xmlHashRemoveEntry2
) xmlHashRemoveEntry2
__attribute((alias("xmlHashRemoveEntry2__internal_alias")));
4306 #ifndef xmlHashRemoveEntry2
4307 extern __typeof (xmlHashRemoveEntry2
) xmlHashRemoveEntry2__internal_alias
__attribute((visibility("hidden")));
4308 #define xmlHashRemoveEntry2 xmlHashRemoveEntry2__internal_alias
4313 #undef xmlHashRemoveEntry3
4314 extern __typeof (xmlHashRemoveEntry3
) xmlHashRemoveEntry3
__attribute((alias("xmlHashRemoveEntry3__internal_alias")));
4316 #ifndef xmlHashRemoveEntry3
4317 extern __typeof (xmlHashRemoveEntry3
) xmlHashRemoveEntry3__internal_alias
__attribute((visibility("hidden")));
4318 #define xmlHashRemoveEntry3 xmlHashRemoveEntry3__internal_alias
4324 extern __typeof (xmlHashScan
) xmlHashScan
__attribute((alias("xmlHashScan__internal_alias")));
4327 extern __typeof (xmlHashScan
) xmlHashScan__internal_alias
__attribute((visibility("hidden")));
4328 #define xmlHashScan xmlHashScan__internal_alias
4334 extern __typeof (xmlHashScan3
) xmlHashScan3
__attribute((alias("xmlHashScan3__internal_alias")));
4336 #ifndef xmlHashScan3
4337 extern __typeof (xmlHashScan3
) xmlHashScan3__internal_alias
__attribute((visibility("hidden")));
4338 #define xmlHashScan3 xmlHashScan3__internal_alias
4343 #undef xmlHashScanFull
4344 extern __typeof (xmlHashScanFull
) xmlHashScanFull
__attribute((alias("xmlHashScanFull__internal_alias")));
4346 #ifndef xmlHashScanFull
4347 extern __typeof (xmlHashScanFull
) xmlHashScanFull__internal_alias
__attribute((visibility("hidden")));
4348 #define xmlHashScanFull xmlHashScanFull__internal_alias
4353 #undef xmlHashScanFull3
4354 extern __typeof (xmlHashScanFull3
) xmlHashScanFull3
__attribute((alias("xmlHashScanFull3__internal_alias")));
4356 #ifndef xmlHashScanFull3
4357 extern __typeof (xmlHashScanFull3
) xmlHashScanFull3__internal_alias
__attribute((visibility("hidden")));
4358 #define xmlHashScanFull3 xmlHashScanFull3__internal_alias
4364 extern __typeof (xmlHashSize
) xmlHashSize
__attribute((alias("xmlHashSize__internal_alias")));
4367 extern __typeof (xmlHashSize
) xmlHashSize__internal_alias
__attribute((visibility("hidden")));
4368 #define xmlHashSize xmlHashSize__internal_alias
4373 #undef xmlHashUpdateEntry
4374 extern __typeof (xmlHashUpdateEntry
) xmlHashUpdateEntry
__attribute((alias("xmlHashUpdateEntry__internal_alias")));
4376 #ifndef xmlHashUpdateEntry
4377 extern __typeof (xmlHashUpdateEntry
) xmlHashUpdateEntry__internal_alias
__attribute((visibility("hidden")));
4378 #define xmlHashUpdateEntry xmlHashUpdateEntry__internal_alias
4383 #undef xmlHashUpdateEntry2
4384 extern __typeof (xmlHashUpdateEntry2
) xmlHashUpdateEntry2
__attribute((alias("xmlHashUpdateEntry2__internal_alias")));
4386 #ifndef xmlHashUpdateEntry2
4387 extern __typeof (xmlHashUpdateEntry2
) xmlHashUpdateEntry2__internal_alias
__attribute((visibility("hidden")));
4388 #define xmlHashUpdateEntry2 xmlHashUpdateEntry2__internal_alias
4393 #undef xmlHashUpdateEntry3
4394 extern __typeof (xmlHashUpdateEntry3
) xmlHashUpdateEntry3
__attribute((alias("xmlHashUpdateEntry3__internal_alias")));
4396 #ifndef xmlHashUpdateEntry3
4397 extern __typeof (xmlHashUpdateEntry3
) xmlHashUpdateEntry3__internal_alias
__attribute((visibility("hidden")));
4398 #define xmlHashUpdateEntry3 xmlHashUpdateEntry3__internal_alias
4402 #if defined(LIBXML_FTP_ENABLED)
4404 #undef xmlIOFTPClose
4405 extern __typeof (xmlIOFTPClose
) xmlIOFTPClose
__attribute((alias("xmlIOFTPClose__internal_alias")));
4407 #ifndef xmlIOFTPClose
4408 extern __typeof (xmlIOFTPClose
) xmlIOFTPClose__internal_alias
__attribute((visibility("hidden")));
4409 #define xmlIOFTPClose xmlIOFTPClose__internal_alias
4414 #if defined(LIBXML_FTP_ENABLED)
4416 #undef xmlIOFTPMatch
4417 extern __typeof (xmlIOFTPMatch
) xmlIOFTPMatch
__attribute((alias("xmlIOFTPMatch__internal_alias")));
4419 #ifndef xmlIOFTPMatch
4420 extern __typeof (xmlIOFTPMatch
) xmlIOFTPMatch__internal_alias
__attribute((visibility("hidden")));
4421 #define xmlIOFTPMatch xmlIOFTPMatch__internal_alias
4426 #if defined(LIBXML_FTP_ENABLED)
4429 extern __typeof (xmlIOFTPOpen
) xmlIOFTPOpen
__attribute((alias("xmlIOFTPOpen__internal_alias")));
4431 #ifndef xmlIOFTPOpen
4432 extern __typeof (xmlIOFTPOpen
) xmlIOFTPOpen__internal_alias
__attribute((visibility("hidden")));
4433 #define xmlIOFTPOpen xmlIOFTPOpen__internal_alias
4438 #if defined(LIBXML_FTP_ENABLED)
4441 extern __typeof (xmlIOFTPRead
) xmlIOFTPRead
__attribute((alias("xmlIOFTPRead__internal_alias")));
4443 #ifndef xmlIOFTPRead
4444 extern __typeof (xmlIOFTPRead
) xmlIOFTPRead__internal_alias
__attribute((visibility("hidden")));
4445 #define xmlIOFTPRead xmlIOFTPRead__internal_alias
4450 #if defined(LIBXML_HTTP_ENABLED)
4452 #undef xmlIOHTTPClose
4453 extern __typeof (xmlIOHTTPClose
) xmlIOHTTPClose
__attribute((alias("xmlIOHTTPClose__internal_alias")));
4455 #ifndef xmlIOHTTPClose
4456 extern __typeof (xmlIOHTTPClose
) xmlIOHTTPClose__internal_alias
__attribute((visibility("hidden")));
4457 #define xmlIOHTTPClose xmlIOHTTPClose__internal_alias
4462 #if defined(LIBXML_HTTP_ENABLED)
4464 #undef xmlIOHTTPMatch
4465 extern __typeof (xmlIOHTTPMatch
) xmlIOHTTPMatch
__attribute((alias("xmlIOHTTPMatch__internal_alias")));
4467 #ifndef xmlIOHTTPMatch
4468 extern __typeof (xmlIOHTTPMatch
) xmlIOHTTPMatch__internal_alias
__attribute((visibility("hidden")));
4469 #define xmlIOHTTPMatch xmlIOHTTPMatch__internal_alias
4474 #if defined(LIBXML_HTTP_ENABLED)
4476 #undef xmlIOHTTPOpen
4477 extern __typeof (xmlIOHTTPOpen
) xmlIOHTTPOpen
__attribute((alias("xmlIOHTTPOpen__internal_alias")));
4479 #ifndef xmlIOHTTPOpen
4480 extern __typeof (xmlIOHTTPOpen
) xmlIOHTTPOpen__internal_alias
__attribute((visibility("hidden")));
4481 #define xmlIOHTTPOpen xmlIOHTTPOpen__internal_alias
4486 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
4488 #undef xmlIOHTTPOpenW
4489 extern __typeof (xmlIOHTTPOpenW
) xmlIOHTTPOpenW
__attribute((alias("xmlIOHTTPOpenW__internal_alias")));
4491 #ifndef xmlIOHTTPOpenW
4492 extern __typeof (xmlIOHTTPOpenW
) xmlIOHTTPOpenW__internal_alias
__attribute((visibility("hidden")));
4493 #define xmlIOHTTPOpenW xmlIOHTTPOpenW__internal_alias
4498 #if defined(LIBXML_HTTP_ENABLED)
4500 #undef xmlIOHTTPRead
4501 extern __typeof (xmlIOHTTPRead
) xmlIOHTTPRead
__attribute((alias("xmlIOHTTPRead__internal_alias")));
4503 #ifndef xmlIOHTTPRead
4504 extern __typeof (xmlIOHTTPRead
) xmlIOHTTPRead__internal_alias
__attribute((visibility("hidden")));
4505 #define xmlIOHTTPRead xmlIOHTTPRead__internal_alias
4510 #if defined(LIBXML_VALID_ENABLED)
4511 #ifdef bottom_parser
4512 #undef xmlIOParseDTD
4513 extern __typeof (xmlIOParseDTD
) xmlIOParseDTD
__attribute((alias("xmlIOParseDTD__internal_alias")));
4515 #ifndef xmlIOParseDTD
4516 extern __typeof (xmlIOParseDTD
) xmlIOParseDTD__internal_alias
__attribute((visibility("hidden")));
4517 #define xmlIOParseDTD xmlIOParseDTD__internal_alias
4522 #ifdef bottom_encoding
4523 #undef xmlInitCharEncodingHandlers
4524 extern __typeof (xmlInitCharEncodingHandlers
) xmlInitCharEncodingHandlers
__attribute((alias("xmlInitCharEncodingHandlers__internal_alias")));
4526 #ifndef xmlInitCharEncodingHandlers
4527 extern __typeof (xmlInitCharEncodingHandlers
) xmlInitCharEncodingHandlers__internal_alias
__attribute((visibility("hidden")));
4528 #define xmlInitCharEncodingHandlers xmlInitCharEncodingHandlers__internal_alias
4532 #ifdef bottom_globals
4533 #undef xmlInitGlobals
4534 extern __typeof (xmlInitGlobals
) xmlInitGlobals
__attribute((alias("xmlInitGlobals__internal_alias")));
4536 #ifndef xmlInitGlobals
4537 extern __typeof (xmlInitGlobals
) xmlInitGlobals__internal_alias
__attribute((visibility("hidden")));
4538 #define xmlInitGlobals xmlInitGlobals__internal_alias
4542 #ifdef bottom_xmlmemory
4543 #undef xmlInitMemory
4544 extern __typeof (xmlInitMemory
) xmlInitMemory
__attribute((alias("xmlInitMemory__internal_alias")));
4546 #ifndef xmlInitMemory
4547 extern __typeof (xmlInitMemory
) xmlInitMemory__internal_alias
__attribute((visibility("hidden")));
4548 #define xmlInitMemory xmlInitMemory__internal_alias
4552 #ifdef bottom_parserInternals
4553 #undef xmlInitNodeInfoSeq
4554 extern __typeof (xmlInitNodeInfoSeq
) xmlInitNodeInfoSeq
__attribute((alias("xmlInitNodeInfoSeq__internal_alias")));
4556 #ifndef xmlInitNodeInfoSeq
4557 extern __typeof (xmlInitNodeInfoSeq
) xmlInitNodeInfoSeq__internal_alias
__attribute((visibility("hidden")));
4558 #define xmlInitNodeInfoSeq xmlInitNodeInfoSeq__internal_alias
4562 #ifdef bottom_parser
4563 #undef xmlInitParser
4564 extern __typeof (xmlInitParser
) xmlInitParser
__attribute((alias("xmlInitParser__internal_alias")));
4566 #ifndef xmlInitParser
4567 extern __typeof (xmlInitParser
) xmlInitParser__internal_alias
__attribute((visibility("hidden")));
4568 #define xmlInitParser xmlInitParser__internal_alias
4572 #ifdef bottom_parserInternals
4573 #undef xmlInitParserCtxt
4574 extern __typeof (xmlInitParserCtxt
) xmlInitParserCtxt
__attribute((alias("xmlInitParserCtxt__internal_alias")));
4576 #ifndef xmlInitParserCtxt
4577 extern __typeof (xmlInitParserCtxt
) xmlInitParserCtxt__internal_alias
__attribute((visibility("hidden")));
4578 #define xmlInitParserCtxt xmlInitParserCtxt__internal_alias
4582 #ifdef bottom_threads
4583 #undef xmlInitThreads
4584 extern __typeof (xmlInitThreads
) xmlInitThreads
__attribute((alias("xmlInitThreads__internal_alias")));
4586 #ifndef xmlInitThreads
4587 extern __typeof (xmlInitThreads
) xmlInitThreads__internal_alias
__attribute((visibility("hidden")));
4588 #define xmlInitThreads xmlInitThreads__internal_alias
4592 #if defined(LIBXML_CATALOG_ENABLED)
4593 #ifdef bottom_catalog
4594 #undef xmlInitializeCatalog
4595 extern __typeof (xmlInitializeCatalog
) xmlInitializeCatalog
__attribute((alias("xmlInitializeCatalog__internal_alias")));
4597 #ifndef xmlInitializeCatalog
4598 extern __typeof (xmlInitializeCatalog
) xmlInitializeCatalog__internal_alias
__attribute((visibility("hidden")));
4599 #define xmlInitializeCatalog xmlInitializeCatalog__internal_alias
4604 #ifdef bottom_globals
4605 #undef xmlInitializeGlobalState
4606 extern __typeof (xmlInitializeGlobalState
) xmlInitializeGlobalState
__attribute((alias("xmlInitializeGlobalState__internal_alias")));
4608 #ifndef xmlInitializeGlobalState
4609 extern __typeof (xmlInitializeGlobalState
) xmlInitializeGlobalState__internal_alias
__attribute((visibility("hidden")));
4610 #define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias
4614 #if defined(LIBXML_LEGACY_ENABLED)
4615 #ifdef bottom_legacy
4616 #undef xmlInitializePredefinedEntities
4617 extern __typeof (xmlInitializePredefinedEntities
) xmlInitializePredefinedEntities
__attribute((alias("xmlInitializePredefinedEntities__internal_alias")));
4619 #ifndef xmlInitializePredefinedEntities
4620 extern __typeof (xmlInitializePredefinedEntities
) xmlInitializePredefinedEntities__internal_alias
__attribute((visibility("hidden")));
4621 #define xmlInitializePredefinedEntities xmlInitializePredefinedEntities__internal_alias
4626 #ifdef bottom_chvalid
4627 #undef xmlIsBaseChar
4628 extern __typeof (xmlIsBaseChar
) xmlIsBaseChar
__attribute((alias("xmlIsBaseChar__internal_alias")));
4630 #ifndef xmlIsBaseChar
4631 extern __typeof (xmlIsBaseChar
) xmlIsBaseChar__internal_alias
__attribute((visibility("hidden")));
4632 #define xmlIsBaseChar xmlIsBaseChar__internal_alias
4636 #ifdef bottom_chvalid
4638 extern __typeof (xmlIsBlank
) xmlIsBlank
__attribute((alias("xmlIsBlank__internal_alias")));
4641 extern __typeof (xmlIsBlank
) xmlIsBlank__internal_alias
__attribute((visibility("hidden")));
4642 #define xmlIsBlank xmlIsBlank__internal_alias
4647 #undef xmlIsBlankNode
4648 extern __typeof (xmlIsBlankNode
) xmlIsBlankNode
__attribute((alias("xmlIsBlankNode__internal_alias")));
4650 #ifndef xmlIsBlankNode
4651 extern __typeof (xmlIsBlankNode
) xmlIsBlankNode__internal_alias
__attribute((visibility("hidden")));
4652 #define xmlIsBlankNode xmlIsBlankNode__internal_alias
4656 #ifdef bottom_chvalid
4658 extern __typeof (xmlIsChar
) xmlIsChar
__attribute((alias("xmlIsChar__internal_alias")));
4661 extern __typeof (xmlIsChar
) xmlIsChar__internal_alias
__attribute((visibility("hidden")));
4662 #define xmlIsChar xmlIsChar__internal_alias
4666 #ifdef bottom_chvalid
4667 #undef xmlIsCombining
4668 extern __typeof (xmlIsCombining
) xmlIsCombining
__attribute((alias("xmlIsCombining__internal_alias")));
4670 #ifndef xmlIsCombining
4671 extern __typeof (xmlIsCombining
) xmlIsCombining__internal_alias
__attribute((visibility("hidden")));
4672 #define xmlIsCombining xmlIsCombining__internal_alias
4676 #ifdef bottom_chvalid
4678 extern __typeof (xmlIsDigit
) xmlIsDigit
__attribute((alias("xmlIsDigit__internal_alias")));
4681 extern __typeof (xmlIsDigit
) xmlIsDigit__internal_alias
__attribute((visibility("hidden")));
4682 #define xmlIsDigit xmlIsDigit__internal_alias
4686 #ifdef bottom_chvalid
4687 #undef xmlIsExtender
4688 extern __typeof (xmlIsExtender
) xmlIsExtender
__attribute((alias("xmlIsExtender__internal_alias")));
4690 #ifndef xmlIsExtender
4691 extern __typeof (xmlIsExtender
) xmlIsExtender__internal_alias
__attribute((visibility("hidden")));
4692 #define xmlIsExtender xmlIsExtender__internal_alias
4698 extern __typeof (xmlIsID
) xmlIsID
__attribute((alias("xmlIsID__internal_alias")));
4701 extern __typeof (xmlIsID
) xmlIsID__internal_alias
__attribute((visibility("hidden")));
4702 #define xmlIsID xmlIsID__internal_alias
4706 #ifdef bottom_chvalid
4707 #undef xmlIsIdeographic
4708 extern __typeof (xmlIsIdeographic
) xmlIsIdeographic
__attribute((alias("xmlIsIdeographic__internal_alias")));
4710 #ifndef xmlIsIdeographic
4711 extern __typeof (xmlIsIdeographic
) xmlIsIdeographic__internal_alias
__attribute((visibility("hidden")));
4712 #define xmlIsIdeographic xmlIsIdeographic__internal_alias
4716 #ifdef bottom_parserInternals
4718 extern __typeof (xmlIsLetter
) xmlIsLetter
__attribute((alias("xmlIsLetter__internal_alias")));
4721 extern __typeof (xmlIsLetter
) xmlIsLetter__internal_alias
__attribute((visibility("hidden")));
4722 #define xmlIsLetter xmlIsLetter__internal_alias
4726 #ifdef bottom_threads
4727 #undef xmlIsMainThread
4728 extern __typeof (xmlIsMainThread
) xmlIsMainThread
__attribute((alias("xmlIsMainThread__internal_alias")));
4730 #ifndef xmlIsMainThread
4731 extern __typeof (xmlIsMainThread
) xmlIsMainThread__internal_alias
__attribute((visibility("hidden")));
4732 #define xmlIsMainThread xmlIsMainThread__internal_alias
4737 #undef xmlIsMixedElement
4738 extern __typeof (xmlIsMixedElement
) xmlIsMixedElement
__attribute((alias("xmlIsMixedElement__internal_alias")));
4740 #ifndef xmlIsMixedElement
4741 extern __typeof (xmlIsMixedElement
) xmlIsMixedElement__internal_alias
__attribute((visibility("hidden")));
4742 #define xmlIsMixedElement xmlIsMixedElement__internal_alias
4746 #ifdef bottom_chvalid
4747 #undef xmlIsPubidChar
4748 extern __typeof (xmlIsPubidChar
) xmlIsPubidChar
__attribute((alias("xmlIsPubidChar__internal_alias")));
4750 #ifndef xmlIsPubidChar
4751 extern __typeof (xmlIsPubidChar
) xmlIsPubidChar__internal_alias
__attribute((visibility("hidden")));
4752 #define xmlIsPubidChar xmlIsPubidChar__internal_alias
4758 extern __typeof (xmlIsRef
) xmlIsRef
__attribute((alias("xmlIsRef__internal_alias")));
4761 extern __typeof (xmlIsRef
) xmlIsRef__internal_alias
__attribute((visibility("hidden")));
4762 #define xmlIsRef xmlIsRef__internal_alias
4766 #ifdef bottom_xmlsave
4768 extern __typeof (xmlIsXHTML
) xmlIsXHTML
__attribute((alias("xmlIsXHTML__internal_alias")));
4771 extern __typeof (xmlIsXHTML
) xmlIsXHTML__internal_alias
__attribute((visibility("hidden")));
4772 #define xmlIsXHTML xmlIsXHTML__internal_alias
4776 #ifdef bottom_parserInternals
4777 #undef xmlKeepBlanksDefault
4778 extern __typeof (xmlKeepBlanksDefault
) xmlKeepBlanksDefault
__attribute((alias("xmlKeepBlanksDefault__internal_alias")));
4780 #ifndef xmlKeepBlanksDefault
4781 extern __typeof (xmlKeepBlanksDefault
) xmlKeepBlanksDefault__internal_alias
__attribute((visibility("hidden")));
4782 #define xmlKeepBlanksDefault xmlKeepBlanksDefault__internal_alias
4786 #if defined(LIBXML_TREE_ENABLED)
4788 #undef xmlLastElementChild
4789 extern __typeof (xmlLastElementChild
) xmlLastElementChild
__attribute((alias("xmlLastElementChild__internal_alias")));
4791 #ifndef xmlLastElementChild
4792 extern __typeof (xmlLastElementChild
) xmlLastElementChild__internal_alias
__attribute((visibility("hidden")));
4793 #define xmlLastElementChild xmlLastElementChild__internal_alias
4798 #ifdef bottom_parserInternals
4799 #undef xmlLineNumbersDefault
4800 extern __typeof (xmlLineNumbersDefault
) xmlLineNumbersDefault
__attribute((alias("xmlLineNumbersDefault__internal_alias")));
4802 #ifndef xmlLineNumbersDefault
4803 extern __typeof (xmlLineNumbersDefault
) xmlLineNumbersDefault__internal_alias
__attribute((visibility("hidden")));
4804 #define xmlLineNumbersDefault xmlLineNumbersDefault__internal_alias
4809 #undef xmlLinkGetData
4810 extern __typeof (xmlLinkGetData
) xmlLinkGetData
__attribute((alias("xmlLinkGetData__internal_alias")));
4812 #ifndef xmlLinkGetData
4813 extern __typeof (xmlLinkGetData
) xmlLinkGetData__internal_alias
__attribute((visibility("hidden")));
4814 #define xmlLinkGetData xmlLinkGetData__internal_alias
4819 #undef xmlListAppend
4820 extern __typeof (xmlListAppend
) xmlListAppend
__attribute((alias("xmlListAppend__internal_alias")));
4822 #ifndef xmlListAppend
4823 extern __typeof (xmlListAppend
) xmlListAppend__internal_alias
__attribute((visibility("hidden")));
4824 #define xmlListAppend xmlListAppend__internal_alias
4830 extern __typeof (xmlListClear
) xmlListClear
__attribute((alias("xmlListClear__internal_alias")));
4832 #ifndef xmlListClear
4833 extern __typeof (xmlListClear
) xmlListClear__internal_alias
__attribute((visibility("hidden")));
4834 #define xmlListClear xmlListClear__internal_alias
4840 extern __typeof (xmlListCopy
) xmlListCopy
__attribute((alias("xmlListCopy__internal_alias")));
4843 extern __typeof (xmlListCopy
) xmlListCopy__internal_alias
__attribute((visibility("hidden")));
4844 #define xmlListCopy xmlListCopy__internal_alias
4849 #undef xmlListCreate
4850 extern __typeof (xmlListCreate
) xmlListCreate
__attribute((alias("xmlListCreate__internal_alias")));
4852 #ifndef xmlListCreate
4853 extern __typeof (xmlListCreate
) xmlListCreate__internal_alias
__attribute((visibility("hidden")));
4854 #define xmlListCreate xmlListCreate__internal_alias
4859 #undef xmlListDelete
4860 extern __typeof (xmlListDelete
) xmlListDelete
__attribute((alias("xmlListDelete__internal_alias")));
4862 #ifndef xmlListDelete
4863 extern __typeof (xmlListDelete
) xmlListDelete__internal_alias
__attribute((visibility("hidden")));
4864 #define xmlListDelete xmlListDelete__internal_alias
4870 extern __typeof (xmlListDup
) xmlListDup
__attribute((alias("xmlListDup__internal_alias")));
4873 extern __typeof (xmlListDup
) xmlListDup__internal_alias
__attribute((visibility("hidden")));
4874 #define xmlListDup xmlListDup__internal_alias
4880 extern __typeof (xmlListEmpty
) xmlListEmpty
__attribute((alias("xmlListEmpty__internal_alias")));
4882 #ifndef xmlListEmpty
4883 extern __typeof (xmlListEmpty
) xmlListEmpty__internal_alias
__attribute((visibility("hidden")));
4884 #define xmlListEmpty xmlListEmpty__internal_alias
4890 extern __typeof (xmlListEnd
) xmlListEnd
__attribute((alias("xmlListEnd__internal_alias")));
4893 extern __typeof (xmlListEnd
) xmlListEnd__internal_alias
__attribute((visibility("hidden")));
4894 #define xmlListEnd xmlListEnd__internal_alias
4900 extern __typeof (xmlListFront
) xmlListFront
__attribute((alias("xmlListFront__internal_alias")));
4902 #ifndef xmlListFront
4903 extern __typeof (xmlListFront
) xmlListFront__internal_alias
__attribute((visibility("hidden")));
4904 #define xmlListFront xmlListFront__internal_alias
4909 #undef xmlListInsert
4910 extern __typeof (xmlListInsert
) xmlListInsert
__attribute((alias("xmlListInsert__internal_alias")));
4912 #ifndef xmlListInsert
4913 extern __typeof (xmlListInsert
) xmlListInsert__internal_alias
__attribute((visibility("hidden")));
4914 #define xmlListInsert xmlListInsert__internal_alias
4920 extern __typeof (xmlListMerge
) xmlListMerge
__attribute((alias("xmlListMerge__internal_alias")));
4922 #ifndef xmlListMerge
4923 extern __typeof (xmlListMerge
) xmlListMerge__internal_alias
__attribute((visibility("hidden")));
4924 #define xmlListMerge xmlListMerge__internal_alias
4929 #undef xmlListPopBack
4930 extern __typeof (xmlListPopBack
) xmlListPopBack
__attribute((alias("xmlListPopBack__internal_alias")));
4932 #ifndef xmlListPopBack
4933 extern __typeof (xmlListPopBack
) xmlListPopBack__internal_alias
__attribute((visibility("hidden")));
4934 #define xmlListPopBack xmlListPopBack__internal_alias
4939 #undef xmlListPopFront
4940 extern __typeof (xmlListPopFront
) xmlListPopFront
__attribute((alias("xmlListPopFront__internal_alias")));
4942 #ifndef xmlListPopFront
4943 extern __typeof (xmlListPopFront
) xmlListPopFront__internal_alias
__attribute((visibility("hidden")));
4944 #define xmlListPopFront xmlListPopFront__internal_alias
4949 #undef xmlListPushBack
4950 extern __typeof (xmlListPushBack
) xmlListPushBack
__attribute((alias("xmlListPushBack__internal_alias")));
4952 #ifndef xmlListPushBack
4953 extern __typeof (xmlListPushBack
) xmlListPushBack__internal_alias
__attribute((visibility("hidden")));
4954 #define xmlListPushBack xmlListPushBack__internal_alias
4959 #undef xmlListPushFront
4960 extern __typeof (xmlListPushFront
) xmlListPushFront
__attribute((alias("xmlListPushFront__internal_alias")));
4962 #ifndef xmlListPushFront
4963 extern __typeof (xmlListPushFront
) xmlListPushFront__internal_alias
__attribute((visibility("hidden")));
4964 #define xmlListPushFront xmlListPushFront__internal_alias
4969 #undef xmlListRemoveAll
4970 extern __typeof (xmlListRemoveAll
) xmlListRemoveAll
__attribute((alias("xmlListRemoveAll__internal_alias")));
4972 #ifndef xmlListRemoveAll
4973 extern __typeof (xmlListRemoveAll
) xmlListRemoveAll__internal_alias
__attribute((visibility("hidden")));
4974 #define xmlListRemoveAll xmlListRemoveAll__internal_alias
4979 #undef xmlListRemoveFirst
4980 extern __typeof (xmlListRemoveFirst
) xmlListRemoveFirst
__attribute((alias("xmlListRemoveFirst__internal_alias")));
4982 #ifndef xmlListRemoveFirst
4983 extern __typeof (xmlListRemoveFirst
) xmlListRemoveFirst__internal_alias
__attribute((visibility("hidden")));
4984 #define xmlListRemoveFirst xmlListRemoveFirst__internal_alias
4989 #undef xmlListRemoveLast
4990 extern __typeof (xmlListRemoveLast
) xmlListRemoveLast
__attribute((alias("xmlListRemoveLast__internal_alias")));
4992 #ifndef xmlListRemoveLast
4993 extern __typeof (xmlListRemoveLast
) xmlListRemoveLast__internal_alias
__attribute((visibility("hidden")));
4994 #define xmlListRemoveLast xmlListRemoveLast__internal_alias
4999 #undef xmlListReverse
5000 extern __typeof (xmlListReverse
) xmlListReverse
__attribute((alias("xmlListReverse__internal_alias")));
5002 #ifndef xmlListReverse
5003 extern __typeof (xmlListReverse
) xmlListReverse__internal_alias
__attribute((visibility("hidden")));
5004 #define xmlListReverse xmlListReverse__internal_alias
5009 #undef xmlListReverseSearch
5010 extern __typeof (xmlListReverseSearch
) xmlListReverseSearch
__attribute((alias("xmlListReverseSearch__internal_alias")));
5012 #ifndef xmlListReverseSearch
5013 extern __typeof (xmlListReverseSearch
) xmlListReverseSearch__internal_alias
__attribute((visibility("hidden")));
5014 #define xmlListReverseSearch xmlListReverseSearch__internal_alias
5019 #undef xmlListReverseWalk
5020 extern __typeof (xmlListReverseWalk
) xmlListReverseWalk
__attribute((alias("xmlListReverseWalk__internal_alias")));
5022 #ifndef xmlListReverseWalk
5023 extern __typeof (xmlListReverseWalk
) xmlListReverseWalk__internal_alias
__attribute((visibility("hidden")));
5024 #define xmlListReverseWalk xmlListReverseWalk__internal_alias
5029 #undef xmlListSearch
5030 extern __typeof (xmlListSearch
) xmlListSearch
__attribute((alias("xmlListSearch__internal_alias")));
5032 #ifndef xmlListSearch
5033 extern __typeof (xmlListSearch
) xmlListSearch__internal_alias
__attribute((visibility("hidden")));
5034 #define xmlListSearch xmlListSearch__internal_alias
5040 extern __typeof (xmlListSize
) xmlListSize
__attribute((alias("xmlListSize__internal_alias")));
5043 extern __typeof (xmlListSize
) xmlListSize__internal_alias
__attribute((visibility("hidden")));
5044 #define xmlListSize xmlListSize__internal_alias
5050 extern __typeof (xmlListSort
) xmlListSort
__attribute((alias("xmlListSort__internal_alias")));
5053 extern __typeof (xmlListSort
) xmlListSort__internal_alias
__attribute((visibility("hidden")));
5054 #define xmlListSort xmlListSort__internal_alias
5060 extern __typeof (xmlListWalk
) xmlListWalk
__attribute((alias("xmlListWalk__internal_alias")));
5063 extern __typeof (xmlListWalk
) xmlListWalk__internal_alias
__attribute((visibility("hidden")));
5064 #define xmlListWalk xmlListWalk__internal_alias
5068 #if defined(LIBXML_CATALOG_ENABLED)
5069 #ifdef bottom_catalog
5070 #undef xmlLoadACatalog
5071 extern __typeof (xmlLoadACatalog
) xmlLoadACatalog
__attribute((alias("xmlLoadACatalog__internal_alias")));
5073 #ifndef xmlLoadACatalog
5074 extern __typeof (xmlLoadACatalog
) xmlLoadACatalog__internal_alias
__attribute((visibility("hidden")));
5075 #define xmlLoadACatalog xmlLoadACatalog__internal_alias
5080 #if defined(LIBXML_CATALOG_ENABLED)
5081 #ifdef bottom_catalog
5082 #undef xmlLoadCatalog
5083 extern __typeof (xmlLoadCatalog
) xmlLoadCatalog
__attribute((alias("xmlLoadCatalog__internal_alias")));
5085 #ifndef xmlLoadCatalog
5086 extern __typeof (xmlLoadCatalog
) xmlLoadCatalog__internal_alias
__attribute((visibility("hidden")));
5087 #define xmlLoadCatalog xmlLoadCatalog__internal_alias
5092 #if defined(LIBXML_CATALOG_ENABLED)
5093 #ifdef bottom_catalog
5094 #undef xmlLoadCatalogs
5095 extern __typeof (xmlLoadCatalogs
) xmlLoadCatalogs
__attribute((alias("xmlLoadCatalogs__internal_alias")));
5097 #ifndef xmlLoadCatalogs
5098 extern __typeof (xmlLoadCatalogs
) xmlLoadCatalogs__internal_alias
__attribute((visibility("hidden")));
5099 #define xmlLoadCatalogs xmlLoadCatalogs__internal_alias
5105 #undef xmlLoadExternalEntity
5106 extern __typeof (xmlLoadExternalEntity
) xmlLoadExternalEntity
__attribute((alias("xmlLoadExternalEntity__internal_alias")));
5108 #ifndef xmlLoadExternalEntity
5109 extern __typeof (xmlLoadExternalEntity
) xmlLoadExternalEntity__internal_alias
__attribute((visibility("hidden")));
5110 #define xmlLoadExternalEntity xmlLoadExternalEntity__internal_alias
5114 #if defined(LIBXML_CATALOG_ENABLED)
5115 #ifdef bottom_catalog
5116 #undef xmlLoadSGMLSuperCatalog
5117 extern __typeof (xmlLoadSGMLSuperCatalog
) xmlLoadSGMLSuperCatalog
__attribute((alias("xmlLoadSGMLSuperCatalog__internal_alias")));
5119 #ifndef xmlLoadSGMLSuperCatalog
5120 extern __typeof (xmlLoadSGMLSuperCatalog
) xmlLoadSGMLSuperCatalog__internal_alias
__attribute((visibility("hidden")));
5121 #define xmlLoadSGMLSuperCatalog xmlLoadSGMLSuperCatalog__internal_alias
5126 #ifdef bottom_threads
5127 #undef xmlLockLibrary
5128 extern __typeof (xmlLockLibrary
) xmlLockLibrary
__attribute((alias("xmlLockLibrary__internal_alias")));
5130 #ifndef xmlLockLibrary
5131 extern __typeof (xmlLockLibrary
) xmlLockLibrary__internal_alias
__attribute((visibility("hidden")));
5132 #define xmlLockLibrary xmlLockLibrary__internal_alias
5136 #if defined(LIBXML_DEBUG_ENABLED)
5137 #ifdef bottom_debugXML
5138 #undef xmlLsCountNode
5139 extern __typeof (xmlLsCountNode
) xmlLsCountNode
__attribute((alias("xmlLsCountNode__internal_alias")));
5141 #ifndef xmlLsCountNode
5142 extern __typeof (xmlLsCountNode
) xmlLsCountNode__internal_alias
__attribute((visibility("hidden")));
5143 #define xmlLsCountNode xmlLsCountNode__internal_alias
5148 #if defined(LIBXML_DEBUG_ENABLED)
5149 #ifdef bottom_debugXML
5151 extern __typeof (xmlLsOneNode
) xmlLsOneNode
__attribute((alias("xmlLsOneNode__internal_alias")));
5153 #ifndef xmlLsOneNode
5154 extern __typeof (xmlLsOneNode
) xmlLsOneNode__internal_alias
__attribute((visibility("hidden")));
5155 #define xmlLsOneNode xmlLsOneNode__internal_alias
5160 #ifdef bottom_xmlmemory
5161 #undef xmlMallocAtomicLoc
5162 extern __typeof (xmlMallocAtomicLoc
) xmlMallocAtomicLoc
__attribute((alias("xmlMallocAtomicLoc__internal_alias")));
5164 #ifndef xmlMallocAtomicLoc
5165 extern __typeof (xmlMallocAtomicLoc
) xmlMallocAtomicLoc__internal_alias
__attribute((visibility("hidden")));
5166 #define xmlMallocAtomicLoc xmlMallocAtomicLoc__internal_alias
5170 #ifdef bottom_xmlmemory
5172 extern __typeof (xmlMallocLoc
) xmlMallocLoc
__attribute((alias("xmlMallocLoc__internal_alias")));
5174 #ifndef xmlMallocLoc
5175 extern __typeof (xmlMallocLoc
) xmlMallocLoc__internal_alias
__attribute((visibility("hidden")));
5176 #define xmlMallocLoc xmlMallocLoc__internal_alias
5180 #ifdef bottom_xmlmemory
5182 extern __typeof (xmlMemBlocks
) xmlMemBlocks
__attribute((alias("xmlMemBlocks__internal_alias")));
5184 #ifndef xmlMemBlocks
5185 extern __typeof (xmlMemBlocks
) xmlMemBlocks__internal_alias
__attribute((visibility("hidden")));
5186 #define xmlMemBlocks xmlMemBlocks__internal_alias
5190 #ifdef bottom_xmlmemory
5191 #undef xmlMemDisplay
5192 extern __typeof (xmlMemDisplay
) xmlMemDisplay
__attribute((alias("xmlMemDisplay__internal_alias")));
5194 #ifndef xmlMemDisplay
5195 extern __typeof (xmlMemDisplay
) xmlMemDisplay__internal_alias
__attribute((visibility("hidden")));
5196 #define xmlMemDisplay xmlMemDisplay__internal_alias
5200 #ifdef bottom_xmlmemory
5201 #undef xmlMemDisplayLast
5202 extern __typeof (xmlMemDisplayLast
) xmlMemDisplayLast
__attribute((alias("xmlMemDisplayLast__internal_alias")));
5204 #ifndef xmlMemDisplayLast
5205 extern __typeof (xmlMemDisplayLast
) xmlMemDisplayLast__internal_alias
__attribute((visibility("hidden")));
5206 #define xmlMemDisplayLast xmlMemDisplayLast__internal_alias
5210 #ifdef bottom_xmlmemory
5212 extern __typeof (xmlMemFree
) xmlMemFree
__attribute((alias("xmlMemFree__internal_alias")));
5215 extern __typeof (xmlMemFree
) xmlMemFree__internal_alias
__attribute((visibility("hidden")));
5216 #define xmlMemFree xmlMemFree__internal_alias
5220 #ifdef bottom_xmlmemory
5222 extern __typeof (xmlMemGet
) xmlMemGet
__attribute((alias("xmlMemGet__internal_alias")));
5225 extern __typeof (xmlMemGet
) xmlMemGet__internal_alias
__attribute((visibility("hidden")));
5226 #define xmlMemGet xmlMemGet__internal_alias
5230 #ifdef bottom_xmlmemory
5232 extern __typeof (xmlMemMalloc
) xmlMemMalloc
__attribute((alias("xmlMemMalloc__internal_alias")));
5234 #ifndef xmlMemMalloc
5235 extern __typeof (xmlMemMalloc
) xmlMemMalloc__internal_alias
__attribute((visibility("hidden")));
5236 #define xmlMemMalloc xmlMemMalloc__internal_alias
5240 #ifdef bottom_xmlmemory
5241 #undef xmlMemRealloc
5242 extern __typeof (xmlMemRealloc
) xmlMemRealloc
__attribute((alias("xmlMemRealloc__internal_alias")));
5244 #ifndef xmlMemRealloc
5245 extern __typeof (xmlMemRealloc
) xmlMemRealloc__internal_alias
__attribute((visibility("hidden")));
5246 #define xmlMemRealloc xmlMemRealloc__internal_alias
5250 #ifdef bottom_xmlmemory
5252 extern __typeof (xmlMemSetup
) xmlMemSetup
__attribute((alias("xmlMemSetup__internal_alias")));
5255 extern __typeof (xmlMemSetup
) xmlMemSetup__internal_alias
__attribute((visibility("hidden")));
5256 #define xmlMemSetup xmlMemSetup__internal_alias
5260 #ifdef bottom_xmlmemory
5262 extern __typeof (xmlMemShow
) xmlMemShow
__attribute((alias("xmlMemShow__internal_alias")));
5265 extern __typeof (xmlMemShow
) xmlMemShow__internal_alias
__attribute((visibility("hidden")));
5266 #define xmlMemShow xmlMemShow__internal_alias
5270 #ifdef bottom_xmlmemory
5271 #undef xmlMemStrdupLoc
5272 extern __typeof (xmlMemStrdupLoc
) xmlMemStrdupLoc
__attribute((alias("xmlMemStrdupLoc__internal_alias")));
5274 #ifndef xmlMemStrdupLoc
5275 extern __typeof (xmlMemStrdupLoc
) xmlMemStrdupLoc__internal_alias
__attribute((visibility("hidden")));
5276 #define xmlMemStrdupLoc xmlMemStrdupLoc__internal_alias
5280 #ifdef bottom_xmlmemory
5282 extern __typeof (xmlMemUsed
) xmlMemUsed
__attribute((alias("xmlMemUsed__internal_alias")));
5285 extern __typeof (xmlMemUsed
) xmlMemUsed__internal_alias
__attribute((visibility("hidden")));
5286 #define xmlMemUsed xmlMemUsed__internal_alias
5290 #ifdef bottom_xmlmemory
5291 #undef xmlMemoryDump
5292 extern __typeof (xmlMemoryDump
) xmlMemoryDump
__attribute((alias("xmlMemoryDump__internal_alias")));
5294 #ifndef xmlMemoryDump
5295 extern __typeof (xmlMemoryDump
) xmlMemoryDump__internal_alias
__attribute((visibility("hidden")));
5296 #define xmlMemoryDump xmlMemoryDump__internal_alias
5300 #ifdef bottom_xmlmemory
5301 #undef xmlMemoryStrdup
5302 extern __typeof (xmlMemoryStrdup
) xmlMemoryStrdup
__attribute((alias("xmlMemoryStrdup__internal_alias")));
5304 #ifndef xmlMemoryStrdup
5305 extern __typeof (xmlMemoryStrdup
) xmlMemoryStrdup__internal_alias
__attribute((visibility("hidden")));
5306 #define xmlMemoryStrdup xmlMemoryStrdup__internal_alias
5310 #if defined(LIBXML_MODULES_ENABLED)
5311 #ifdef bottom_xmlmodule
5312 #undef xmlModuleClose
5313 extern __typeof (xmlModuleClose
) xmlModuleClose
__attribute((alias("xmlModuleClose__internal_alias")));
5315 #ifndef xmlModuleClose
5316 extern __typeof (xmlModuleClose
) xmlModuleClose__internal_alias
__attribute((visibility("hidden")));
5317 #define xmlModuleClose xmlModuleClose__internal_alias
5322 #if defined(LIBXML_MODULES_ENABLED)
5323 #ifdef bottom_xmlmodule
5324 #undef xmlModuleFree
5325 extern __typeof (xmlModuleFree
) xmlModuleFree
__attribute((alias("xmlModuleFree__internal_alias")));
5327 #ifndef xmlModuleFree
5328 extern __typeof (xmlModuleFree
) xmlModuleFree__internal_alias
__attribute((visibility("hidden")));
5329 #define xmlModuleFree xmlModuleFree__internal_alias
5334 #if defined(LIBXML_MODULES_ENABLED)
5335 #ifdef bottom_xmlmodule
5336 #undef xmlModuleOpen
5337 extern __typeof (xmlModuleOpen
) xmlModuleOpen
__attribute((alias("xmlModuleOpen__internal_alias")));
5339 #ifndef xmlModuleOpen
5340 extern __typeof (xmlModuleOpen
) xmlModuleOpen__internal_alias
__attribute((visibility("hidden")));
5341 #define xmlModuleOpen xmlModuleOpen__internal_alias
5346 #if defined(LIBXML_MODULES_ENABLED)
5347 #ifdef bottom_xmlmodule
5348 #undef xmlModuleSymbol
5349 extern __typeof (xmlModuleSymbol
) xmlModuleSymbol
__attribute((alias("xmlModuleSymbol__internal_alias")));
5351 #ifndef xmlModuleSymbol
5352 extern __typeof (xmlModuleSymbol
) xmlModuleSymbol__internal_alias
__attribute((visibility("hidden")));
5353 #define xmlModuleSymbol xmlModuleSymbol__internal_alias
5358 #ifdef bottom_threads
5360 extern __typeof (xmlMutexLock
) xmlMutexLock
__attribute((alias("xmlMutexLock__internal_alias")));
5362 #ifndef xmlMutexLock
5363 extern __typeof (xmlMutexLock
) xmlMutexLock__internal_alias
__attribute((visibility("hidden")));
5364 #define xmlMutexLock xmlMutexLock__internal_alias
5368 #ifdef bottom_threads
5369 #undef xmlMutexUnlock
5370 extern __typeof (xmlMutexUnlock
) xmlMutexUnlock
__attribute((alias("xmlMutexUnlock__internal_alias")));
5372 #ifndef xmlMutexUnlock
5373 extern __typeof (xmlMutexUnlock
) xmlMutexUnlock__internal_alias
__attribute((visibility("hidden")));
5374 #define xmlMutexUnlock xmlMutexUnlock__internal_alias
5378 #if defined(LIBXML_LEGACY_ENABLED)
5379 #ifdef bottom_legacy
5380 #undef xmlNamespaceParseNCName
5381 extern __typeof (xmlNamespaceParseNCName
) xmlNamespaceParseNCName
__attribute((alias("xmlNamespaceParseNCName__internal_alias")));
5383 #ifndef xmlNamespaceParseNCName
5384 extern __typeof (xmlNamespaceParseNCName
) xmlNamespaceParseNCName__internal_alias
__attribute((visibility("hidden")));
5385 #define xmlNamespaceParseNCName xmlNamespaceParseNCName__internal_alias
5390 #if defined(LIBXML_LEGACY_ENABLED)
5391 #ifdef bottom_legacy
5392 #undef xmlNamespaceParseNSDef
5393 extern __typeof (xmlNamespaceParseNSDef
) xmlNamespaceParseNSDef
__attribute((alias("xmlNamespaceParseNSDef__internal_alias")));
5395 #ifndef xmlNamespaceParseNSDef
5396 extern __typeof (xmlNamespaceParseNSDef
) xmlNamespaceParseNSDef__internal_alias
__attribute((visibility("hidden")));
5397 #define xmlNamespaceParseNSDef xmlNamespaceParseNSDef__internal_alias
5402 #if defined(LIBXML_LEGACY_ENABLED)
5403 #ifdef bottom_legacy
5404 #undef xmlNamespaceParseQName
5405 extern __typeof (xmlNamespaceParseQName
) xmlNamespaceParseQName
__attribute((alias("xmlNamespaceParseQName__internal_alias")));
5407 #ifndef xmlNamespaceParseQName
5408 extern __typeof (xmlNamespaceParseQName
) xmlNamespaceParseQName__internal_alias
__attribute((visibility("hidden")));
5409 #define xmlNamespaceParseQName xmlNamespaceParseQName__internal_alias
5414 #if defined(LIBXML_FTP_ENABLED)
5415 #ifdef bottom_nanoftp
5416 #undef xmlNanoFTPCheckResponse
5417 extern __typeof (xmlNanoFTPCheckResponse
) xmlNanoFTPCheckResponse
__attribute((alias("xmlNanoFTPCheckResponse__internal_alias")));
5419 #ifndef xmlNanoFTPCheckResponse
5420 extern __typeof (xmlNanoFTPCheckResponse
) xmlNanoFTPCheckResponse__internal_alias
__attribute((visibility("hidden")));
5421 #define xmlNanoFTPCheckResponse xmlNanoFTPCheckResponse__internal_alias
5426 #if defined(LIBXML_FTP_ENABLED)
5427 #ifdef bottom_nanoftp
5428 #undef xmlNanoFTPCleanup
5429 extern __typeof (xmlNanoFTPCleanup
) xmlNanoFTPCleanup
__attribute((alias("xmlNanoFTPCleanup__internal_alias")));
5431 #ifndef xmlNanoFTPCleanup
5432 extern __typeof (xmlNanoFTPCleanup
) xmlNanoFTPCleanup__internal_alias
__attribute((visibility("hidden")));
5433 #define xmlNanoFTPCleanup xmlNanoFTPCleanup__internal_alias
5438 #if defined(LIBXML_FTP_ENABLED)
5439 #ifdef bottom_nanoftp
5440 #undef xmlNanoFTPClose
5441 extern __typeof (xmlNanoFTPClose
) xmlNanoFTPClose
__attribute((alias("xmlNanoFTPClose__internal_alias")));
5443 #ifndef xmlNanoFTPClose
5444 extern __typeof (xmlNanoFTPClose
) xmlNanoFTPClose__internal_alias
__attribute((visibility("hidden")));
5445 #define xmlNanoFTPClose xmlNanoFTPClose__internal_alias
5450 #if defined(LIBXML_FTP_ENABLED)
5451 #ifdef bottom_nanoftp
5452 #undef xmlNanoFTPCloseConnection
5453 extern __typeof (xmlNanoFTPCloseConnection
) xmlNanoFTPCloseConnection
__attribute((alias("xmlNanoFTPCloseConnection__internal_alias")));
5455 #ifndef xmlNanoFTPCloseConnection
5456 extern __typeof (xmlNanoFTPCloseConnection
) xmlNanoFTPCloseConnection__internal_alias
__attribute((visibility("hidden")));
5457 #define xmlNanoFTPCloseConnection xmlNanoFTPCloseConnection__internal_alias
5462 #if defined(LIBXML_FTP_ENABLED)
5463 #ifdef bottom_nanoftp
5464 #undef xmlNanoFTPConnect
5465 extern __typeof (xmlNanoFTPConnect
) xmlNanoFTPConnect
__attribute((alias("xmlNanoFTPConnect__internal_alias")));
5467 #ifndef xmlNanoFTPConnect
5468 extern __typeof (xmlNanoFTPConnect
) xmlNanoFTPConnect__internal_alias
__attribute((visibility("hidden")));
5469 #define xmlNanoFTPConnect xmlNanoFTPConnect__internal_alias
5474 #if defined(LIBXML_FTP_ENABLED)
5475 #ifdef bottom_nanoftp
5476 #undef xmlNanoFTPConnectTo
5477 extern __typeof (xmlNanoFTPConnectTo
) xmlNanoFTPConnectTo
__attribute((alias("xmlNanoFTPConnectTo__internal_alias")));
5479 #ifndef xmlNanoFTPConnectTo
5480 extern __typeof (xmlNanoFTPConnectTo
) xmlNanoFTPConnectTo__internal_alias
__attribute((visibility("hidden")));
5481 #define xmlNanoFTPConnectTo xmlNanoFTPConnectTo__internal_alias
5486 #if defined(LIBXML_FTP_ENABLED)
5487 #ifdef bottom_nanoftp
5488 #undef xmlNanoFTPCwd
5489 extern __typeof (xmlNanoFTPCwd
) xmlNanoFTPCwd
__attribute((alias("xmlNanoFTPCwd__internal_alias")));
5491 #ifndef xmlNanoFTPCwd
5492 extern __typeof (xmlNanoFTPCwd
) xmlNanoFTPCwd__internal_alias
__attribute((visibility("hidden")));
5493 #define xmlNanoFTPCwd xmlNanoFTPCwd__internal_alias
5498 #if defined(LIBXML_FTP_ENABLED)
5499 #ifdef bottom_nanoftp
5500 #undef xmlNanoFTPDele
5501 extern __typeof (xmlNanoFTPDele
) xmlNanoFTPDele
__attribute((alias("xmlNanoFTPDele__internal_alias")));
5503 #ifndef xmlNanoFTPDele
5504 extern __typeof (xmlNanoFTPDele
) xmlNanoFTPDele__internal_alias
__attribute((visibility("hidden")));
5505 #define xmlNanoFTPDele xmlNanoFTPDele__internal_alias
5510 #if defined(LIBXML_FTP_ENABLED)
5511 #ifdef bottom_nanoftp
5512 #undef xmlNanoFTPFreeCtxt
5513 extern __typeof (xmlNanoFTPFreeCtxt
) xmlNanoFTPFreeCtxt
__attribute((alias("xmlNanoFTPFreeCtxt__internal_alias")));
5515 #ifndef xmlNanoFTPFreeCtxt
5516 extern __typeof (xmlNanoFTPFreeCtxt
) xmlNanoFTPFreeCtxt__internal_alias
__attribute((visibility("hidden")));
5517 #define xmlNanoFTPFreeCtxt xmlNanoFTPFreeCtxt__internal_alias
5522 #if defined(LIBXML_FTP_ENABLED)
5523 #ifdef bottom_nanoftp
5524 #undef xmlNanoFTPGet
5525 extern __typeof (xmlNanoFTPGet
) xmlNanoFTPGet
__attribute((alias("xmlNanoFTPGet__internal_alias")));
5527 #ifndef xmlNanoFTPGet
5528 extern __typeof (xmlNanoFTPGet
) xmlNanoFTPGet__internal_alias
__attribute((visibility("hidden")));
5529 #define xmlNanoFTPGet xmlNanoFTPGet__internal_alias
5534 #if defined(LIBXML_FTP_ENABLED)
5535 #ifdef bottom_nanoftp
5536 #undef xmlNanoFTPGetConnection
5537 extern __typeof (xmlNanoFTPGetConnection
) xmlNanoFTPGetConnection
__attribute((alias("xmlNanoFTPGetConnection__internal_alias")));
5539 #ifndef xmlNanoFTPGetConnection
5540 extern __typeof (xmlNanoFTPGetConnection
) xmlNanoFTPGetConnection__internal_alias
__attribute((visibility("hidden")));
5541 #define xmlNanoFTPGetConnection xmlNanoFTPGetConnection__internal_alias
5546 #if defined(LIBXML_FTP_ENABLED)
5547 #ifdef bottom_nanoftp
5548 #undef xmlNanoFTPGetResponse
5549 extern __typeof (xmlNanoFTPGetResponse
) xmlNanoFTPGetResponse
__attribute((alias("xmlNanoFTPGetResponse__internal_alias")));
5551 #ifndef xmlNanoFTPGetResponse
5552 extern __typeof (xmlNanoFTPGetResponse
) xmlNanoFTPGetResponse__internal_alias
__attribute((visibility("hidden")));
5553 #define xmlNanoFTPGetResponse xmlNanoFTPGetResponse__internal_alias
5558 #if defined(LIBXML_FTP_ENABLED)
5559 #ifdef bottom_nanoftp
5560 #undef xmlNanoFTPGetSocket
5561 extern __typeof (xmlNanoFTPGetSocket
) xmlNanoFTPGetSocket
__attribute((alias("xmlNanoFTPGetSocket__internal_alias")));
5563 #ifndef xmlNanoFTPGetSocket
5564 extern __typeof (xmlNanoFTPGetSocket
) xmlNanoFTPGetSocket__internal_alias
__attribute((visibility("hidden")));
5565 #define xmlNanoFTPGetSocket xmlNanoFTPGetSocket__internal_alias
5570 #if defined(LIBXML_FTP_ENABLED)
5571 #ifdef bottom_nanoftp
5572 #undef xmlNanoFTPInit
5573 extern __typeof (xmlNanoFTPInit
) xmlNanoFTPInit
__attribute((alias("xmlNanoFTPInit__internal_alias")));
5575 #ifndef xmlNanoFTPInit
5576 extern __typeof (xmlNanoFTPInit
) xmlNanoFTPInit__internal_alias
__attribute((visibility("hidden")));
5577 #define xmlNanoFTPInit xmlNanoFTPInit__internal_alias
5582 #if defined(LIBXML_FTP_ENABLED)
5583 #ifdef bottom_nanoftp
5584 #undef xmlNanoFTPList
5585 extern __typeof (xmlNanoFTPList
) xmlNanoFTPList
__attribute((alias("xmlNanoFTPList__internal_alias")));
5587 #ifndef xmlNanoFTPList
5588 extern __typeof (xmlNanoFTPList
) xmlNanoFTPList__internal_alias
__attribute((visibility("hidden")));
5589 #define xmlNanoFTPList xmlNanoFTPList__internal_alias
5594 #if defined(LIBXML_FTP_ENABLED)
5595 #ifdef bottom_nanoftp
5596 #undef xmlNanoFTPNewCtxt
5597 extern __typeof (xmlNanoFTPNewCtxt
) xmlNanoFTPNewCtxt
__attribute((alias("xmlNanoFTPNewCtxt__internal_alias")));
5599 #ifndef xmlNanoFTPNewCtxt
5600 extern __typeof (xmlNanoFTPNewCtxt
) xmlNanoFTPNewCtxt__internal_alias
__attribute((visibility("hidden")));
5601 #define xmlNanoFTPNewCtxt xmlNanoFTPNewCtxt__internal_alias
5606 #if defined(LIBXML_FTP_ENABLED)
5607 #ifdef bottom_nanoftp
5608 #undef xmlNanoFTPOpen
5609 extern __typeof (xmlNanoFTPOpen
) xmlNanoFTPOpen
__attribute((alias("xmlNanoFTPOpen__internal_alias")));
5611 #ifndef xmlNanoFTPOpen
5612 extern __typeof (xmlNanoFTPOpen
) xmlNanoFTPOpen__internal_alias
__attribute((visibility("hidden")));
5613 #define xmlNanoFTPOpen xmlNanoFTPOpen__internal_alias
5618 #if defined(LIBXML_FTP_ENABLED)
5619 #ifdef bottom_nanoftp
5620 #undef xmlNanoFTPProxy
5621 extern __typeof (xmlNanoFTPProxy
) xmlNanoFTPProxy
__attribute((alias("xmlNanoFTPProxy__internal_alias")));
5623 #ifndef xmlNanoFTPProxy
5624 extern __typeof (xmlNanoFTPProxy
) xmlNanoFTPProxy__internal_alias
__attribute((visibility("hidden")));
5625 #define xmlNanoFTPProxy xmlNanoFTPProxy__internal_alias
5630 #if defined(LIBXML_FTP_ENABLED)
5631 #ifdef bottom_nanoftp
5632 #undef xmlNanoFTPQuit
5633 extern __typeof (xmlNanoFTPQuit
) xmlNanoFTPQuit
__attribute((alias("xmlNanoFTPQuit__internal_alias")));
5635 #ifndef xmlNanoFTPQuit
5636 extern __typeof (xmlNanoFTPQuit
) xmlNanoFTPQuit__internal_alias
__attribute((visibility("hidden")));
5637 #define xmlNanoFTPQuit xmlNanoFTPQuit__internal_alias
5642 #if defined(LIBXML_FTP_ENABLED)
5643 #ifdef bottom_nanoftp
5644 #undef xmlNanoFTPRead
5645 extern __typeof (xmlNanoFTPRead
) xmlNanoFTPRead
__attribute((alias("xmlNanoFTPRead__internal_alias")));
5647 #ifndef xmlNanoFTPRead
5648 extern __typeof (xmlNanoFTPRead
) xmlNanoFTPRead__internal_alias
__attribute((visibility("hidden")));
5649 #define xmlNanoFTPRead xmlNanoFTPRead__internal_alias
5654 #if defined(LIBXML_FTP_ENABLED)
5655 #ifdef bottom_nanoftp
5656 #undef xmlNanoFTPScanProxy
5657 extern __typeof (xmlNanoFTPScanProxy
) xmlNanoFTPScanProxy
__attribute((alias("xmlNanoFTPScanProxy__internal_alias")));
5659 #ifndef xmlNanoFTPScanProxy
5660 extern __typeof (xmlNanoFTPScanProxy
) xmlNanoFTPScanProxy__internal_alias
__attribute((visibility("hidden")));
5661 #define xmlNanoFTPScanProxy xmlNanoFTPScanProxy__internal_alias
5666 #if defined(LIBXML_FTP_ENABLED)
5667 #ifdef bottom_nanoftp
5668 #undef xmlNanoFTPUpdateURL
5669 extern __typeof (xmlNanoFTPUpdateURL
) xmlNanoFTPUpdateURL
__attribute((alias("xmlNanoFTPUpdateURL__internal_alias")));
5671 #ifndef xmlNanoFTPUpdateURL
5672 extern __typeof (xmlNanoFTPUpdateURL
) xmlNanoFTPUpdateURL__internal_alias
__attribute((visibility("hidden")));
5673 #define xmlNanoFTPUpdateURL xmlNanoFTPUpdateURL__internal_alias
5678 #if defined(LIBXML_HTTP_ENABLED)
5679 #ifdef bottom_nanohttp
5680 #undef xmlNanoHTTPAuthHeader
5681 extern __typeof (xmlNanoHTTPAuthHeader
) xmlNanoHTTPAuthHeader
__attribute((alias("xmlNanoHTTPAuthHeader__internal_alias")));
5683 #ifndef xmlNanoHTTPAuthHeader
5684 extern __typeof (xmlNanoHTTPAuthHeader
) xmlNanoHTTPAuthHeader__internal_alias
__attribute((visibility("hidden")));
5685 #define xmlNanoHTTPAuthHeader xmlNanoHTTPAuthHeader__internal_alias
5690 #if defined(LIBXML_HTTP_ENABLED)
5691 #ifdef bottom_nanohttp
5692 #undef xmlNanoHTTPCleanup
5693 extern __typeof (xmlNanoHTTPCleanup
) xmlNanoHTTPCleanup
__attribute((alias("xmlNanoHTTPCleanup__internal_alias")));
5695 #ifndef xmlNanoHTTPCleanup
5696 extern __typeof (xmlNanoHTTPCleanup
) xmlNanoHTTPCleanup__internal_alias
__attribute((visibility("hidden")));
5697 #define xmlNanoHTTPCleanup xmlNanoHTTPCleanup__internal_alias
5702 #if defined(LIBXML_HTTP_ENABLED)
5703 #ifdef bottom_nanohttp
5704 #undef xmlNanoHTTPClose
5705 extern __typeof (xmlNanoHTTPClose
) xmlNanoHTTPClose
__attribute((alias("xmlNanoHTTPClose__internal_alias")));
5707 #ifndef xmlNanoHTTPClose
5708 extern __typeof (xmlNanoHTTPClose
) xmlNanoHTTPClose__internal_alias
__attribute((visibility("hidden")));
5709 #define xmlNanoHTTPClose xmlNanoHTTPClose__internal_alias
5714 #if defined(LIBXML_HTTP_ENABLED)
5715 #ifdef bottom_nanohttp
5716 #undef xmlNanoHTTPContentLength
5717 extern __typeof (xmlNanoHTTPContentLength
) xmlNanoHTTPContentLength
__attribute((alias("xmlNanoHTTPContentLength__internal_alias")));
5719 #ifndef xmlNanoHTTPContentLength
5720 extern __typeof (xmlNanoHTTPContentLength
) xmlNanoHTTPContentLength__internal_alias
__attribute((visibility("hidden")));
5721 #define xmlNanoHTTPContentLength xmlNanoHTTPContentLength__internal_alias
5726 #if defined(LIBXML_HTTP_ENABLED)
5727 #ifdef bottom_nanohttp
5728 #undef xmlNanoHTTPEncoding
5729 extern __typeof (xmlNanoHTTPEncoding
) xmlNanoHTTPEncoding
__attribute((alias("xmlNanoHTTPEncoding__internal_alias")));
5731 #ifndef xmlNanoHTTPEncoding
5732 extern __typeof (xmlNanoHTTPEncoding
) xmlNanoHTTPEncoding__internal_alias
__attribute((visibility("hidden")));
5733 #define xmlNanoHTTPEncoding xmlNanoHTTPEncoding__internal_alias
5738 #if defined(LIBXML_HTTP_ENABLED)
5739 #ifdef bottom_nanohttp
5740 #undef xmlNanoHTTPFetch
5741 extern __typeof (xmlNanoHTTPFetch
) xmlNanoHTTPFetch
__attribute((alias("xmlNanoHTTPFetch__internal_alias")));
5743 #ifndef xmlNanoHTTPFetch
5744 extern __typeof (xmlNanoHTTPFetch
) xmlNanoHTTPFetch__internal_alias
__attribute((visibility("hidden")));
5745 #define xmlNanoHTTPFetch xmlNanoHTTPFetch__internal_alias
5750 #if defined(LIBXML_HTTP_ENABLED)
5751 #ifdef bottom_nanohttp
5752 #undef xmlNanoHTTPInit
5753 extern __typeof (xmlNanoHTTPInit
) xmlNanoHTTPInit
__attribute((alias("xmlNanoHTTPInit__internal_alias")));
5755 #ifndef xmlNanoHTTPInit
5756 extern __typeof (xmlNanoHTTPInit
) xmlNanoHTTPInit__internal_alias
__attribute((visibility("hidden")));
5757 #define xmlNanoHTTPInit xmlNanoHTTPInit__internal_alias
5762 #if defined(LIBXML_HTTP_ENABLED)
5763 #ifdef bottom_nanohttp
5764 #undef xmlNanoHTTPMethod
5765 extern __typeof (xmlNanoHTTPMethod
) xmlNanoHTTPMethod
__attribute((alias("xmlNanoHTTPMethod__internal_alias")));
5767 #ifndef xmlNanoHTTPMethod
5768 extern __typeof (xmlNanoHTTPMethod
) xmlNanoHTTPMethod__internal_alias
__attribute((visibility("hidden")));
5769 #define xmlNanoHTTPMethod xmlNanoHTTPMethod__internal_alias
5774 #if defined(LIBXML_HTTP_ENABLED)
5775 #ifdef bottom_nanohttp
5776 #undef xmlNanoHTTPMethodRedir
5777 extern __typeof (xmlNanoHTTPMethodRedir
) xmlNanoHTTPMethodRedir
__attribute((alias("xmlNanoHTTPMethodRedir__internal_alias")));
5779 #ifndef xmlNanoHTTPMethodRedir
5780 extern __typeof (xmlNanoHTTPMethodRedir
) xmlNanoHTTPMethodRedir__internal_alias
__attribute((visibility("hidden")));
5781 #define xmlNanoHTTPMethodRedir xmlNanoHTTPMethodRedir__internal_alias
5786 #if defined(LIBXML_HTTP_ENABLED)
5787 #ifdef bottom_nanohttp
5788 #undef xmlNanoHTTPMimeType
5789 extern __typeof (xmlNanoHTTPMimeType
) xmlNanoHTTPMimeType
__attribute((alias("xmlNanoHTTPMimeType__internal_alias")));
5791 #ifndef xmlNanoHTTPMimeType
5792 extern __typeof (xmlNanoHTTPMimeType
) xmlNanoHTTPMimeType__internal_alias
__attribute((visibility("hidden")));
5793 #define xmlNanoHTTPMimeType xmlNanoHTTPMimeType__internal_alias
5798 #if defined(LIBXML_HTTP_ENABLED)
5799 #ifdef bottom_nanohttp
5800 #undef xmlNanoHTTPOpen
5801 extern __typeof (xmlNanoHTTPOpen
) xmlNanoHTTPOpen
__attribute((alias("xmlNanoHTTPOpen__internal_alias")));
5803 #ifndef xmlNanoHTTPOpen
5804 extern __typeof (xmlNanoHTTPOpen
) xmlNanoHTTPOpen__internal_alias
__attribute((visibility("hidden")));
5805 #define xmlNanoHTTPOpen xmlNanoHTTPOpen__internal_alias
5810 #if defined(LIBXML_HTTP_ENABLED)
5811 #ifdef bottom_nanohttp
5812 #undef xmlNanoHTTPOpenRedir
5813 extern __typeof (xmlNanoHTTPOpenRedir
) xmlNanoHTTPOpenRedir
__attribute((alias("xmlNanoHTTPOpenRedir__internal_alias")));
5815 #ifndef xmlNanoHTTPOpenRedir
5816 extern __typeof (xmlNanoHTTPOpenRedir
) xmlNanoHTTPOpenRedir__internal_alias
__attribute((visibility("hidden")));
5817 #define xmlNanoHTTPOpenRedir xmlNanoHTTPOpenRedir__internal_alias
5822 #if defined(LIBXML_HTTP_ENABLED)
5823 #ifdef bottom_nanohttp
5824 #undef xmlNanoHTTPRead
5825 extern __typeof (xmlNanoHTTPRead
) xmlNanoHTTPRead
__attribute((alias("xmlNanoHTTPRead__internal_alias")));
5827 #ifndef xmlNanoHTTPRead
5828 extern __typeof (xmlNanoHTTPRead
) xmlNanoHTTPRead__internal_alias
__attribute((visibility("hidden")));
5829 #define xmlNanoHTTPRead xmlNanoHTTPRead__internal_alias
5834 #if defined(LIBXML_HTTP_ENABLED)
5835 #ifdef bottom_nanohttp
5836 #undef xmlNanoHTTPRedir
5837 extern __typeof (xmlNanoHTTPRedir
) xmlNanoHTTPRedir
__attribute((alias("xmlNanoHTTPRedir__internal_alias")));
5839 #ifndef xmlNanoHTTPRedir
5840 extern __typeof (xmlNanoHTTPRedir
) xmlNanoHTTPRedir__internal_alias
__attribute((visibility("hidden")));
5841 #define xmlNanoHTTPRedir xmlNanoHTTPRedir__internal_alias
5846 #if defined(LIBXML_HTTP_ENABLED)
5847 #ifdef bottom_nanohttp
5848 #undef xmlNanoHTTPReturnCode
5849 extern __typeof (xmlNanoHTTPReturnCode
) xmlNanoHTTPReturnCode
__attribute((alias("xmlNanoHTTPReturnCode__internal_alias")));
5851 #ifndef xmlNanoHTTPReturnCode
5852 extern __typeof (xmlNanoHTTPReturnCode
) xmlNanoHTTPReturnCode__internal_alias
__attribute((visibility("hidden")));
5853 #define xmlNanoHTTPReturnCode xmlNanoHTTPReturnCode__internal_alias
5858 #if defined(LIBXML_HTTP_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
5859 #ifdef bottom_nanohttp
5860 #undef xmlNanoHTTPSave
5861 extern __typeof (xmlNanoHTTPSave
) xmlNanoHTTPSave
__attribute((alias("xmlNanoHTTPSave__internal_alias")));
5863 #ifndef xmlNanoHTTPSave
5864 extern __typeof (xmlNanoHTTPSave
) xmlNanoHTTPSave__internal_alias
__attribute((visibility("hidden")));
5865 #define xmlNanoHTTPSave xmlNanoHTTPSave__internal_alias
5870 #if defined(LIBXML_HTTP_ENABLED)
5871 #ifdef bottom_nanohttp
5872 #undef xmlNanoHTTPScanProxy
5873 extern __typeof (xmlNanoHTTPScanProxy
) xmlNanoHTTPScanProxy
__attribute((alias("xmlNanoHTTPScanProxy__internal_alias")));
5875 #ifndef xmlNanoHTTPScanProxy
5876 extern __typeof (xmlNanoHTTPScanProxy
) xmlNanoHTTPScanProxy__internal_alias
__attribute((visibility("hidden")));
5877 #define xmlNanoHTTPScanProxy xmlNanoHTTPScanProxy__internal_alias
5882 #if defined(LIBXML_REGEXP_ENABLED) && defined(LIBXML_AUTOMATA_ENABLED)
5883 #ifdef bottom_xmlregexp
5884 #undef xmlNewAutomata
5885 extern __typeof (xmlNewAutomata
) xmlNewAutomata
__attribute((alias("xmlNewAutomata__internal_alias")));
5887 #ifndef xmlNewAutomata
5888 extern __typeof (xmlNewAutomata
) xmlNewAutomata__internal_alias
__attribute((visibility("hidden")));
5889 #define xmlNewAutomata xmlNewAutomata__internal_alias
5895 #undef xmlNewCDataBlock
5896 extern __typeof (xmlNewCDataBlock
) xmlNewCDataBlock
__attribute((alias("xmlNewCDataBlock__internal_alias")));
5898 #ifndef xmlNewCDataBlock
5899 extern __typeof (xmlNewCDataBlock
) xmlNewCDataBlock__internal_alias
__attribute((visibility("hidden")));
5900 #define xmlNewCDataBlock xmlNewCDataBlock__internal_alias
5904 #if defined(LIBXML_CATALOG_ENABLED)
5905 #ifdef bottom_catalog
5906 #undef xmlNewCatalog
5907 extern __typeof (xmlNewCatalog
) xmlNewCatalog
__attribute((alias("xmlNewCatalog__internal_alias")));
5909 #ifndef xmlNewCatalog
5910 extern __typeof (xmlNewCatalog
) xmlNewCatalog__internal_alias
__attribute((visibility("hidden")));
5911 #define xmlNewCatalog xmlNewCatalog__internal_alias
5916 #ifdef bottom_encoding
5917 #undef xmlNewCharEncodingHandler
5918 extern __typeof (xmlNewCharEncodingHandler
) xmlNewCharEncodingHandler
__attribute((alias("xmlNewCharEncodingHandler__internal_alias")));
5920 #ifndef xmlNewCharEncodingHandler
5921 extern __typeof (xmlNewCharEncodingHandler
) xmlNewCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
5922 #define xmlNewCharEncodingHandler xmlNewCharEncodingHandler__internal_alias
5927 #undef xmlNewCharRef
5928 extern __typeof (xmlNewCharRef
) xmlNewCharRef
__attribute((alias("xmlNewCharRef__internal_alias")));
5930 #ifndef xmlNewCharRef
5931 extern __typeof (xmlNewCharRef
) xmlNewCharRef__internal_alias
__attribute((visibility("hidden")));
5932 #define xmlNewCharRef xmlNewCharRef__internal_alias
5936 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
5939 extern __typeof (xmlNewChild
) xmlNewChild
__attribute((alias("xmlNewChild__internal_alias")));
5942 extern __typeof (xmlNewChild
) xmlNewChild__internal_alias
__attribute((visibility("hidden")));
5943 #define xmlNewChild xmlNewChild__internal_alias
5949 #undef xmlNewComment
5950 extern __typeof (xmlNewComment
) xmlNewComment
__attribute((alias("xmlNewComment__internal_alias")));
5952 #ifndef xmlNewComment
5953 extern __typeof (xmlNewComment
) xmlNewComment__internal_alias
__attribute((visibility("hidden")));
5954 #define xmlNewComment xmlNewComment__internal_alias
5960 extern __typeof (xmlNewDoc
) xmlNewDoc
__attribute((alias("xmlNewDoc__internal_alias")));
5963 extern __typeof (xmlNewDoc
) xmlNewDoc__internal_alias
__attribute((visibility("hidden")));
5964 #define xmlNewDoc xmlNewDoc__internal_alias
5969 #undef xmlNewDocComment
5970 extern __typeof (xmlNewDocComment
) xmlNewDocComment
__attribute((alias("xmlNewDocComment__internal_alias")));
5972 #ifndef xmlNewDocComment
5973 extern __typeof (xmlNewDocComment
) xmlNewDocComment__internal_alias
__attribute((visibility("hidden")));
5974 #define xmlNewDocComment xmlNewDocComment__internal_alias
5979 #undef xmlNewDocElementContent
5980 extern __typeof (xmlNewDocElementContent
) xmlNewDocElementContent
__attribute((alias("xmlNewDocElementContent__internal_alias")));
5982 #ifndef xmlNewDocElementContent
5983 extern __typeof (xmlNewDocElementContent
) xmlNewDocElementContent__internal_alias
__attribute((visibility("hidden")));
5984 #define xmlNewDocElementContent xmlNewDocElementContent__internal_alias
5988 #if defined(LIBXML_TREE_ENABLED)
5990 #undef xmlNewDocFragment
5991 extern __typeof (xmlNewDocFragment
) xmlNewDocFragment
__attribute((alias("xmlNewDocFragment__internal_alias")));
5993 #ifndef xmlNewDocFragment
5994 extern __typeof (xmlNewDocFragment
) xmlNewDocFragment__internal_alias
__attribute((visibility("hidden")));
5995 #define xmlNewDocFragment xmlNewDocFragment__internal_alias
6001 #undef xmlNewDocNode
6002 extern __typeof (xmlNewDocNode
) xmlNewDocNode
__attribute((alias("xmlNewDocNode__internal_alias")));
6004 #ifndef xmlNewDocNode
6005 extern __typeof (xmlNewDocNode
) xmlNewDocNode__internal_alias
__attribute((visibility("hidden")));
6006 #define xmlNewDocNode xmlNewDocNode__internal_alias
6011 #undef xmlNewDocNodeEatName
6012 extern __typeof (xmlNewDocNodeEatName
) xmlNewDocNodeEatName
__attribute((alias("xmlNewDocNodeEatName__internal_alias")));
6014 #ifndef xmlNewDocNodeEatName
6015 extern __typeof (xmlNewDocNodeEatName
) xmlNewDocNodeEatName__internal_alias
__attribute((visibility("hidden")));
6016 #define xmlNewDocNodeEatName xmlNewDocNodeEatName__internal_alias
6022 extern __typeof (xmlNewDocPI
) xmlNewDocPI
__attribute((alias("xmlNewDocPI__internal_alias")));
6025 extern __typeof (xmlNewDocPI
) xmlNewDocPI__internal_alias
__attribute((visibility("hidden")));
6026 #define xmlNewDocPI xmlNewDocPI__internal_alias
6031 #undef xmlNewDocProp
6032 extern __typeof (xmlNewDocProp
) xmlNewDocProp
__attribute((alias("xmlNewDocProp__internal_alias")));
6034 #ifndef xmlNewDocProp
6035 extern __typeof (xmlNewDocProp
) xmlNewDocProp__internal_alias
__attribute((visibility("hidden")));
6036 #define xmlNewDocProp xmlNewDocProp__internal_alias
6040 #if defined(LIBXML_TREE_ENABLED)
6042 #undef xmlNewDocRawNode
6043 extern __typeof (xmlNewDocRawNode
) xmlNewDocRawNode
__attribute((alias("xmlNewDocRawNode__internal_alias")));
6045 #ifndef xmlNewDocRawNode
6046 extern __typeof (xmlNewDocRawNode
) xmlNewDocRawNode__internal_alias
__attribute((visibility("hidden")));
6047 #define xmlNewDocRawNode xmlNewDocRawNode__internal_alias
6053 #undef xmlNewDocText
6054 extern __typeof (xmlNewDocText
) xmlNewDocText
__attribute((alias("xmlNewDocText__internal_alias")));
6056 #ifndef xmlNewDocText
6057 extern __typeof (xmlNewDocText
) xmlNewDocText__internal_alias
__attribute((visibility("hidden")));
6058 #define xmlNewDocText xmlNewDocText__internal_alias
6063 #undef xmlNewDocTextLen
6064 extern __typeof (xmlNewDocTextLen
) xmlNewDocTextLen
__attribute((alias("xmlNewDocTextLen__internal_alias")));
6066 #ifndef xmlNewDocTextLen
6067 extern __typeof (xmlNewDocTextLen
) xmlNewDocTextLen__internal_alias
__attribute((visibility("hidden")));
6068 #define xmlNewDocTextLen xmlNewDocTextLen__internal_alias
6074 extern __typeof (xmlNewDtd
) xmlNewDtd
__attribute((alias("xmlNewDtd__internal_alias")));
6077 extern __typeof (xmlNewDtd
) xmlNewDtd__internal_alias
__attribute((visibility("hidden")));
6078 #define xmlNewDtd xmlNewDtd__internal_alias
6083 #undef xmlNewElementContent
6084 extern __typeof (xmlNewElementContent
) xmlNewElementContent
__attribute((alias("xmlNewElementContent__internal_alias")));
6086 #ifndef xmlNewElementContent
6087 extern __typeof (xmlNewElementContent
) xmlNewElementContent__internal_alias
__attribute((visibility("hidden")));
6088 #define xmlNewElementContent xmlNewElementContent__internal_alias
6092 #ifdef bottom_entities
6094 extern __typeof (xmlNewEntity
) xmlNewEntity
__attribute((alias("xmlNewEntity__internal_alias")));
6096 #ifndef xmlNewEntity
6097 extern __typeof (xmlNewEntity
) xmlNewEntity__internal_alias
__attribute((visibility("hidden")));
6098 #define xmlNewEntity xmlNewEntity__internal_alias
6102 #ifdef bottom_parserInternals
6103 #undef xmlNewEntityInputStream
6104 extern __typeof (xmlNewEntityInputStream
) xmlNewEntityInputStream
__attribute((alias("xmlNewEntityInputStream__internal_alias")));
6106 #ifndef xmlNewEntityInputStream
6107 extern __typeof (xmlNewEntityInputStream
) xmlNewEntityInputStream__internal_alias
__attribute((visibility("hidden")));
6108 #define xmlNewEntityInputStream xmlNewEntityInputStream__internal_alias
6112 #if defined(LIBXML_LEGACY_ENABLED)
6113 #ifdef bottom_legacy
6114 #undef xmlNewGlobalNs
6115 extern __typeof (xmlNewGlobalNs
) xmlNewGlobalNs
__attribute((alias("xmlNewGlobalNs__internal_alias")));
6117 #ifndef xmlNewGlobalNs
6118 extern __typeof (xmlNewGlobalNs
) xmlNewGlobalNs__internal_alias
__attribute((visibility("hidden")));
6119 #define xmlNewGlobalNs xmlNewGlobalNs__internal_alias
6124 #ifdef bottom_parserInternals
6125 #undef xmlNewIOInputStream
6126 extern __typeof (xmlNewIOInputStream
) xmlNewIOInputStream
__attribute((alias("xmlNewIOInputStream__internal_alias")));
6128 #ifndef xmlNewIOInputStream
6129 extern __typeof (xmlNewIOInputStream
) xmlNewIOInputStream__internal_alias
__attribute((visibility("hidden")));
6130 #define xmlNewIOInputStream xmlNewIOInputStream__internal_alias
6134 #ifdef bottom_parserInternals
6135 #undef xmlNewInputFromFile
6136 extern __typeof (xmlNewInputFromFile
) xmlNewInputFromFile
__attribute((alias("xmlNewInputFromFile__internal_alias")));
6138 #ifndef xmlNewInputFromFile
6139 extern __typeof (xmlNewInputFromFile
) xmlNewInputFromFile__internal_alias
__attribute((visibility("hidden")));
6140 #define xmlNewInputFromFile xmlNewInputFromFile__internal_alias
6144 #ifdef bottom_parserInternals
6145 #undef xmlNewInputStream
6146 extern __typeof (xmlNewInputStream
) xmlNewInputStream
__attribute((alias("xmlNewInputStream__internal_alias")));
6148 #ifndef xmlNewInputStream
6149 extern __typeof (xmlNewInputStream
) xmlNewInputStream__internal_alias
__attribute((visibility("hidden")));
6150 #define xmlNewInputStream xmlNewInputStream__internal_alias
6154 #ifdef bottom_threads
6156 extern __typeof (xmlNewMutex
) xmlNewMutex
__attribute((alias("xmlNewMutex__internal_alias")));
6159 extern __typeof (xmlNewMutex
) xmlNewMutex__internal_alias
__attribute((visibility("hidden")));
6160 #define xmlNewMutex xmlNewMutex__internal_alias
6166 extern __typeof (xmlNewNode
) xmlNewNode
__attribute((alias("xmlNewNode__internal_alias")));
6169 extern __typeof (xmlNewNode
) xmlNewNode__internal_alias
__attribute((visibility("hidden")));
6170 #define xmlNewNode xmlNewNode__internal_alias
6175 #undef xmlNewNodeEatName
6176 extern __typeof (xmlNewNodeEatName
) xmlNewNodeEatName
__attribute((alias("xmlNewNodeEatName__internal_alias")));
6178 #ifndef xmlNewNodeEatName
6179 extern __typeof (xmlNewNodeEatName
) xmlNewNodeEatName__internal_alias
__attribute((visibility("hidden")));
6180 #define xmlNewNodeEatName xmlNewNodeEatName__internal_alias
6186 extern __typeof (xmlNewNs
) xmlNewNs
__attribute((alias("xmlNewNs__internal_alias")));
6189 extern __typeof (xmlNewNs
) xmlNewNs__internal_alias
__attribute((visibility("hidden")));
6190 #define xmlNewNs xmlNewNs__internal_alias
6196 extern __typeof (xmlNewNsProp
) xmlNewNsProp
__attribute((alias("xmlNewNsProp__internal_alias")));
6198 #ifndef xmlNewNsProp
6199 extern __typeof (xmlNewNsProp
) xmlNewNsProp__internal_alias
__attribute((visibility("hidden")));
6200 #define xmlNewNsProp xmlNewNsProp__internal_alias
6205 #undef xmlNewNsPropEatName
6206 extern __typeof (xmlNewNsPropEatName
) xmlNewNsPropEatName
__attribute((alias("xmlNewNsPropEatName__internal_alias")));
6208 #ifndef xmlNewNsPropEatName
6209 extern __typeof (xmlNewNsPropEatName
) xmlNewNsPropEatName__internal_alias
__attribute((visibility("hidden")));
6210 #define xmlNewNsPropEatName xmlNewNsPropEatName__internal_alias
6216 extern __typeof (xmlNewPI
) xmlNewPI
__attribute((alias("xmlNewPI__internal_alias")));
6219 extern __typeof (xmlNewPI
) xmlNewPI__internal_alias
__attribute((visibility("hidden")));
6220 #define xmlNewPI xmlNewPI__internal_alias
6224 #ifdef bottom_parserInternals
6225 #undef xmlNewParserCtxt
6226 extern __typeof (xmlNewParserCtxt
) xmlNewParserCtxt
__attribute((alias("xmlNewParserCtxt__internal_alias")));
6228 #ifndef xmlNewParserCtxt
6229 extern __typeof (xmlNewParserCtxt
) xmlNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
6230 #define xmlNewParserCtxt xmlNewParserCtxt__internal_alias
6234 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
6237 extern __typeof (xmlNewProp
) xmlNewProp
__attribute((alias("xmlNewProp__internal_alias")));
6240 extern __typeof (xmlNewProp
) xmlNewProp__internal_alias
__attribute((visibility("hidden")));
6241 #define xmlNewProp xmlNewProp__internal_alias
6246 #ifdef bottom_threads
6248 extern __typeof (xmlNewRMutex
) xmlNewRMutex
__attribute((alias("xmlNewRMutex__internal_alias")));
6250 #ifndef xmlNewRMutex
6251 extern __typeof (xmlNewRMutex
) xmlNewRMutex__internal_alias
__attribute((visibility("hidden")));
6252 #define xmlNewRMutex xmlNewRMutex__internal_alias
6257 #undef xmlNewReference
6258 extern __typeof (xmlNewReference
) xmlNewReference
__attribute((alias("xmlNewReference__internal_alias")));
6260 #ifndef xmlNewReference
6261 extern __typeof (xmlNewReference
) xmlNewReference__internal_alias
__attribute((visibility("hidden")));
6262 #define xmlNewReference xmlNewReference__internal_alias
6266 #ifdef bottom_parserInternals
6267 #undef xmlNewStringInputStream
6268 extern __typeof (xmlNewStringInputStream
) xmlNewStringInputStream
__attribute((alias("xmlNewStringInputStream__internal_alias")));
6270 #ifndef xmlNewStringInputStream
6271 extern __typeof (xmlNewStringInputStream
) xmlNewStringInputStream__internal_alias
__attribute((visibility("hidden")));
6272 #define xmlNewStringInputStream xmlNewStringInputStream__internal_alias
6278 extern __typeof (xmlNewText
) xmlNewText
__attribute((alias("xmlNewText__internal_alias")));
6281 extern __typeof (xmlNewText
) xmlNewText__internal_alias
__attribute((visibility("hidden")));
6282 #define xmlNewText xmlNewText__internal_alias
6286 #if defined(LIBXML_TREE_ENABLED)
6288 #undef xmlNewTextChild
6289 extern __typeof (xmlNewTextChild
) xmlNewTextChild
__attribute((alias("xmlNewTextChild__internal_alias")));
6291 #ifndef xmlNewTextChild
6292 extern __typeof (xmlNewTextChild
) xmlNewTextChild__internal_alias
__attribute((visibility("hidden")));
6293 #define xmlNewTextChild xmlNewTextChild__internal_alias
6299 #undef xmlNewTextLen
6300 extern __typeof (xmlNewTextLen
) xmlNewTextLen
__attribute((alias("xmlNewTextLen__internal_alias")));
6302 #ifndef xmlNewTextLen
6303 extern __typeof (xmlNewTextLen
) xmlNewTextLen__internal_alias
__attribute((visibility("hidden")));
6304 #define xmlNewTextLen xmlNewTextLen__internal_alias
6308 #if defined(LIBXML_READER_ENABLED)
6309 #ifdef bottom_xmlreader
6310 #undef xmlNewTextReader
6311 extern __typeof (xmlNewTextReader
) xmlNewTextReader
__attribute((alias("xmlNewTextReader__internal_alias")));
6313 #ifndef xmlNewTextReader
6314 extern __typeof (xmlNewTextReader
) xmlNewTextReader__internal_alias
__attribute((visibility("hidden")));
6315 #define xmlNewTextReader xmlNewTextReader__internal_alias
6320 #if defined(LIBXML_READER_ENABLED)
6321 #ifdef bottom_xmlreader
6322 #undef xmlNewTextReaderFilename
6323 extern __typeof (xmlNewTextReaderFilename
) xmlNewTextReaderFilename
__attribute((alias("xmlNewTextReaderFilename__internal_alias")));
6325 #ifndef xmlNewTextReaderFilename
6326 extern __typeof (xmlNewTextReaderFilename
) xmlNewTextReaderFilename__internal_alias
__attribute((visibility("hidden")));
6327 #define xmlNewTextReaderFilename xmlNewTextReaderFilename__internal_alias
6332 #if defined(LIBXML_WRITER_ENABLED)
6333 #ifdef bottom_xmlwriter
6334 #undef xmlNewTextWriter
6335 extern __typeof (xmlNewTextWriter
) xmlNewTextWriter
__attribute((alias("xmlNewTextWriter__internal_alias")));
6337 #ifndef xmlNewTextWriter
6338 extern __typeof (xmlNewTextWriter
) xmlNewTextWriter__internal_alias
__attribute((visibility("hidden")));
6339 #define xmlNewTextWriter xmlNewTextWriter__internal_alias
6344 #if defined(LIBXML_WRITER_ENABLED)
6345 #ifdef bottom_xmlwriter
6346 #undef xmlNewTextWriterDoc
6347 extern __typeof (xmlNewTextWriterDoc
) xmlNewTextWriterDoc
__attribute((alias("xmlNewTextWriterDoc__internal_alias")));
6349 #ifndef xmlNewTextWriterDoc
6350 extern __typeof (xmlNewTextWriterDoc
) xmlNewTextWriterDoc__internal_alias
__attribute((visibility("hidden")));
6351 #define xmlNewTextWriterDoc xmlNewTextWriterDoc__internal_alias
6356 #if defined(LIBXML_WRITER_ENABLED)
6357 #ifdef bottom_xmlwriter
6358 #undef xmlNewTextWriterFilename
6359 extern __typeof (xmlNewTextWriterFilename
) xmlNewTextWriterFilename
__attribute((alias("xmlNewTextWriterFilename__internal_alias")));
6361 #ifndef xmlNewTextWriterFilename
6362 extern __typeof (xmlNewTextWriterFilename
) xmlNewTextWriterFilename__internal_alias
__attribute((visibility("hidden")));
6363 #define xmlNewTextWriterFilename xmlNewTextWriterFilename__internal_alias
6368 #if defined(LIBXML_WRITER_ENABLED)
6369 #ifdef bottom_xmlwriter
6370 #undef xmlNewTextWriterMemory
6371 extern __typeof (xmlNewTextWriterMemory
) xmlNewTextWriterMemory
__attribute((alias("xmlNewTextWriterMemory__internal_alias")));
6373 #ifndef xmlNewTextWriterMemory
6374 extern __typeof (xmlNewTextWriterMemory
) xmlNewTextWriterMemory__internal_alias
__attribute((visibility("hidden")));
6375 #define xmlNewTextWriterMemory xmlNewTextWriterMemory__internal_alias
6380 #if defined(LIBXML_WRITER_ENABLED)
6381 #ifdef bottom_xmlwriter
6382 #undef xmlNewTextWriterPushParser
6383 extern __typeof (xmlNewTextWriterPushParser
) xmlNewTextWriterPushParser
__attribute((alias("xmlNewTextWriterPushParser__internal_alias")));
6385 #ifndef xmlNewTextWriterPushParser
6386 extern __typeof (xmlNewTextWriterPushParser
) xmlNewTextWriterPushParser__internal_alias
__attribute((visibility("hidden")));
6387 #define xmlNewTextWriterPushParser xmlNewTextWriterPushParser__internal_alias
6392 #if defined(LIBXML_WRITER_ENABLED)
6393 #ifdef bottom_xmlwriter
6394 #undef xmlNewTextWriterTree
6395 extern __typeof (xmlNewTextWriterTree
) xmlNewTextWriterTree
__attribute((alias("xmlNewTextWriterTree__internal_alias")));
6397 #ifndef xmlNewTextWriterTree
6398 extern __typeof (xmlNewTextWriterTree
) xmlNewTextWriterTree__internal_alias
__attribute((visibility("hidden")));
6399 #define xmlNewTextWriterTree xmlNewTextWriterTree__internal_alias
6404 #if defined(LIBXML_VALID_ENABLED)
6406 #undef xmlNewValidCtxt
6407 extern __typeof (xmlNewValidCtxt
) xmlNewValidCtxt
__attribute((alias("xmlNewValidCtxt__internal_alias")));
6409 #ifndef xmlNewValidCtxt
6410 extern __typeof (xmlNewValidCtxt
) xmlNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
6411 #define xmlNewValidCtxt xmlNewValidCtxt__internal_alias
6416 #ifdef bottom_parserInternals
6418 extern __typeof (xmlNextChar
) xmlNextChar
__attribute((alias("xmlNextChar__internal_alias")));
6421 extern __typeof (xmlNextChar
) xmlNextChar__internal_alias
__attribute((visibility("hidden")));
6422 #define xmlNextChar xmlNextChar__internal_alias
6426 #if defined(LIBXML_TREE_ENABLED)
6428 #undef xmlNextElementSibling
6429 extern __typeof (xmlNextElementSibling
) xmlNextElementSibling
__attribute((alias("xmlNextElementSibling__internal_alias")));
6431 #ifndef xmlNextElementSibling
6432 extern __typeof (xmlNextElementSibling
) xmlNextElementSibling__internal_alias
__attribute((visibility("hidden")));
6433 #define xmlNextElementSibling xmlNextElementSibling__internal_alias
6439 #undef xmlNoNetExternalEntityLoader
6440 extern __typeof (xmlNoNetExternalEntityLoader
) xmlNoNetExternalEntityLoader
__attribute((alias("xmlNoNetExternalEntityLoader__internal_alias")));
6442 #ifndef xmlNoNetExternalEntityLoader
6443 extern __typeof (xmlNoNetExternalEntityLoader
) xmlNoNetExternalEntityLoader__internal_alias
__attribute((visibility("hidden")));
6444 #define xmlNoNetExternalEntityLoader xmlNoNetExternalEntityLoader__internal_alias
6449 #undef xmlNodeAddContent
6450 extern __typeof (xmlNodeAddContent
) xmlNodeAddContent
__attribute((alias("xmlNodeAddContent__internal_alias")));
6452 #ifndef xmlNodeAddContent
6453 extern __typeof (xmlNodeAddContent
) xmlNodeAddContent__internal_alias
__attribute((visibility("hidden")));
6454 #define xmlNodeAddContent xmlNodeAddContent__internal_alias
6459 #undef xmlNodeAddContentLen
6460 extern __typeof (xmlNodeAddContentLen
) xmlNodeAddContentLen
__attribute((alias("xmlNodeAddContentLen__internal_alias")));
6462 #ifndef xmlNodeAddContentLen
6463 extern __typeof (xmlNodeAddContentLen
) xmlNodeAddContentLen__internal_alias
__attribute((visibility("hidden")));
6464 #define xmlNodeAddContentLen xmlNodeAddContentLen__internal_alias
6469 #undef xmlNodeBufGetContent
6470 extern __typeof (xmlNodeBufGetContent
) xmlNodeBufGetContent
__attribute((alias("xmlNodeBufGetContent__internal_alias")));
6472 #ifndef xmlNodeBufGetContent
6473 extern __typeof (xmlNodeBufGetContent
) xmlNodeBufGetContent__internal_alias
__attribute((visibility("hidden")));
6474 #define xmlNodeBufGetContent xmlNodeBufGetContent__internal_alias
6478 #if defined(LIBXML_OUTPUT_ENABLED)
6479 #ifdef bottom_xmlsave
6481 extern __typeof (xmlNodeDump
) xmlNodeDump
__attribute((alias("xmlNodeDump__internal_alias")));
6484 extern __typeof (xmlNodeDump
) xmlNodeDump__internal_alias
__attribute((visibility("hidden")));
6485 #define xmlNodeDump xmlNodeDump__internal_alias
6490 #if defined(LIBXML_OUTPUT_ENABLED)
6491 #ifdef bottom_xmlsave
6492 #undef xmlNodeDumpOutput
6493 extern __typeof (xmlNodeDumpOutput
) xmlNodeDumpOutput
__attribute((alias("xmlNodeDumpOutput__internal_alias")));
6495 #ifndef xmlNodeDumpOutput
6496 extern __typeof (xmlNodeDumpOutput
) xmlNodeDumpOutput__internal_alias
__attribute((visibility("hidden")));
6497 #define xmlNodeDumpOutput xmlNodeDumpOutput__internal_alias
6503 #undef xmlNodeGetBase
6504 extern __typeof (xmlNodeGetBase
) xmlNodeGetBase
__attribute((alias("xmlNodeGetBase__internal_alias")));
6506 #ifndef xmlNodeGetBase
6507 extern __typeof (xmlNodeGetBase
) xmlNodeGetBase__internal_alias
__attribute((visibility("hidden")));
6508 #define xmlNodeGetBase xmlNodeGetBase__internal_alias
6513 #undef xmlNodeGetContent
6514 extern __typeof (xmlNodeGetContent
) xmlNodeGetContent
__attribute((alias("xmlNodeGetContent__internal_alias")));
6516 #ifndef xmlNodeGetContent
6517 extern __typeof (xmlNodeGetContent
) xmlNodeGetContent__internal_alias
__attribute((visibility("hidden")));
6518 #define xmlNodeGetContent xmlNodeGetContent__internal_alias
6523 #undef xmlNodeGetLang
6524 extern __typeof (xmlNodeGetLang
) xmlNodeGetLang
__attribute((alias("xmlNodeGetLang__internal_alias")));
6526 #ifndef xmlNodeGetLang
6527 extern __typeof (xmlNodeGetLang
) xmlNodeGetLang__internal_alias
__attribute((visibility("hidden")));
6528 #define xmlNodeGetLang xmlNodeGetLang__internal_alias
6533 #undef xmlNodeGetSpacePreserve
6534 extern __typeof (xmlNodeGetSpacePreserve
) xmlNodeGetSpacePreserve
__attribute((alias("xmlNodeGetSpacePreserve__internal_alias")));
6536 #ifndef xmlNodeGetSpacePreserve
6537 extern __typeof (xmlNodeGetSpacePreserve
) xmlNodeGetSpacePreserve__internal_alias
__attribute((visibility("hidden")));
6538 #define xmlNodeGetSpacePreserve xmlNodeGetSpacePreserve__internal_alias
6543 #undef xmlNodeIsText
6544 extern __typeof (xmlNodeIsText
) xmlNodeIsText
__attribute((alias("xmlNodeIsText__internal_alias")));
6546 #ifndef xmlNodeIsText
6547 extern __typeof (xmlNodeIsText
) xmlNodeIsText__internal_alias
__attribute((visibility("hidden")));
6548 #define xmlNodeIsText xmlNodeIsText__internal_alias
6552 #if defined(LIBXML_TREE_ENABLED)
6554 #undef xmlNodeListGetRawString
6555 extern __typeof (xmlNodeListGetRawString
) xmlNodeListGetRawString
__attribute((alias("xmlNodeListGetRawString__internal_alias")));
6557 #ifndef xmlNodeListGetRawString
6558 extern __typeof (xmlNodeListGetRawString
) xmlNodeListGetRawString__internal_alias
__attribute((visibility("hidden")));
6559 #define xmlNodeListGetRawString xmlNodeListGetRawString__internal_alias
6565 #undef xmlNodeListGetString
6566 extern __typeof (xmlNodeListGetString
) xmlNodeListGetString
__attribute((alias("xmlNodeListGetString__internal_alias")));
6568 #ifndef xmlNodeListGetString
6569 extern __typeof (xmlNodeListGetString
) xmlNodeListGetString__internal_alias
__attribute((visibility("hidden")));
6570 #define xmlNodeListGetString xmlNodeListGetString__internal_alias
6574 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED)
6576 #undef xmlNodeSetBase
6577 extern __typeof (xmlNodeSetBase
) xmlNodeSetBase
__attribute((alias("xmlNodeSetBase__internal_alias")));
6579 #ifndef xmlNodeSetBase
6580 extern __typeof (xmlNodeSetBase
) xmlNodeSetBase__internal_alias
__attribute((visibility("hidden")));
6581 #define xmlNodeSetBase xmlNodeSetBase__internal_alias
6587 #undef xmlNodeSetContent
6588 extern __typeof (xmlNodeSetContent
) xmlNodeSetContent
__attribute((alias("xmlNodeSetContent__internal_alias")));
6590 #ifndef xmlNodeSetContent
6591 extern __typeof (xmlNodeSetContent
) xmlNodeSetContent__internal_alias
__attribute((visibility("hidden")));
6592 #define xmlNodeSetContent xmlNodeSetContent__internal_alias
6596 #if defined(LIBXML_TREE_ENABLED)
6598 #undef xmlNodeSetContentLen
6599 extern __typeof (xmlNodeSetContentLen
) xmlNodeSetContentLen
__attribute((alias("xmlNodeSetContentLen__internal_alias")));
6601 #ifndef xmlNodeSetContentLen
6602 extern __typeof (xmlNodeSetContentLen
) xmlNodeSetContentLen__internal_alias
__attribute((visibility("hidden")));
6603 #define xmlNodeSetContentLen xmlNodeSetContentLen__internal_alias
6608 #if defined(LIBXML_TREE_ENABLED)
6610 #undef xmlNodeSetLang
6611 extern __typeof (xmlNodeSetLang
) xmlNodeSetLang
__attribute((alias("xmlNodeSetLang__internal_alias")));
6613 #ifndef xmlNodeSetLang
6614 extern __typeof (xmlNodeSetLang
) xmlNodeSetLang__internal_alias
__attribute((visibility("hidden")));
6615 #define xmlNodeSetLang xmlNodeSetLang__internal_alias
6620 #if defined(LIBXML_TREE_ENABLED)
6622 #undef xmlNodeSetName
6623 extern __typeof (xmlNodeSetName
) xmlNodeSetName
__attribute((alias("xmlNodeSetName__internal_alias")));
6625 #ifndef xmlNodeSetName
6626 extern __typeof (xmlNodeSetName
) xmlNodeSetName__internal_alias
__attribute((visibility("hidden")));
6627 #define xmlNodeSetName xmlNodeSetName__internal_alias
6632 #if defined(LIBXML_TREE_ENABLED)
6634 #undef xmlNodeSetSpacePreserve
6635 extern __typeof (xmlNodeSetSpacePreserve
) xmlNodeSetSpacePreserve
__attribute((alias("xmlNodeSetSpacePreserve__internal_alias")));
6637 #ifndef xmlNodeSetSpacePreserve
6638 extern __typeof (xmlNodeSetSpacePreserve
) xmlNodeSetSpacePreserve__internal_alias
__attribute((visibility("hidden")));
6639 #define xmlNodeSetSpacePreserve xmlNodeSetSpacePreserve__internal_alias
6645 #undef xmlNormalizeURIPath
6646 extern __typeof (xmlNormalizeURIPath
) xmlNormalizeURIPath
__attribute((alias("xmlNormalizeURIPath__internal_alias")));
6648 #ifndef xmlNormalizeURIPath
6649 extern __typeof (xmlNormalizeURIPath
) xmlNormalizeURIPath__internal_alias
__attribute((visibility("hidden")));
6650 #define xmlNormalizeURIPath xmlNormalizeURIPath__internal_alias
6655 #undef xmlNormalizeWindowsPath
6656 extern __typeof (xmlNormalizeWindowsPath
) xmlNormalizeWindowsPath
__attribute((alias("xmlNormalizeWindowsPath__internal_alias")));
6658 #ifndef xmlNormalizeWindowsPath
6659 extern __typeof (xmlNormalizeWindowsPath
) xmlNormalizeWindowsPath__internal_alias
__attribute((visibility("hidden")));
6660 #define xmlNormalizeWindowsPath xmlNormalizeWindowsPath__internal_alias
6664 #if defined(LIBXML_OUTPUT_ENABLED)
6666 #undef xmlOutputBufferClose
6667 extern __typeof (xmlOutputBufferClose
) xmlOutputBufferClose
__attribute((alias("xmlOutputBufferClose__internal_alias")));
6669 #ifndef xmlOutputBufferClose
6670 extern __typeof (xmlOutputBufferClose
) xmlOutputBufferClose__internal_alias
__attribute((visibility("hidden")));
6671 #define xmlOutputBufferClose xmlOutputBufferClose__internal_alias
6676 #if defined(LIBXML_OUTPUT_ENABLED)
6678 #undef xmlOutputBufferCreateBuffer
6679 extern __typeof (xmlOutputBufferCreateBuffer
) xmlOutputBufferCreateBuffer
__attribute((alias("xmlOutputBufferCreateBuffer__internal_alias")));
6681 #ifndef xmlOutputBufferCreateBuffer
6682 extern __typeof (xmlOutputBufferCreateBuffer
) xmlOutputBufferCreateBuffer__internal_alias
__attribute((visibility("hidden")));
6683 #define xmlOutputBufferCreateBuffer xmlOutputBufferCreateBuffer__internal_alias
6688 #if defined(LIBXML_OUTPUT_ENABLED)
6690 #undef xmlOutputBufferCreateFd
6691 extern __typeof (xmlOutputBufferCreateFd
) xmlOutputBufferCreateFd
__attribute((alias("xmlOutputBufferCreateFd__internal_alias")));
6693 #ifndef xmlOutputBufferCreateFd
6694 extern __typeof (xmlOutputBufferCreateFd
) xmlOutputBufferCreateFd__internal_alias
__attribute((visibility("hidden")));
6695 #define xmlOutputBufferCreateFd xmlOutputBufferCreateFd__internal_alias
6700 #if defined(LIBXML_OUTPUT_ENABLED)
6702 #undef xmlOutputBufferCreateFile
6703 extern __typeof (xmlOutputBufferCreateFile
) xmlOutputBufferCreateFile
__attribute((alias("xmlOutputBufferCreateFile__internal_alias")));
6705 #ifndef xmlOutputBufferCreateFile
6706 extern __typeof (xmlOutputBufferCreateFile
) xmlOutputBufferCreateFile__internal_alias
__attribute((visibility("hidden")));
6707 #define xmlOutputBufferCreateFile xmlOutputBufferCreateFile__internal_alias
6712 #if defined(LIBXML_OUTPUT_ENABLED)
6714 #undef xmlOutputBufferCreateFilename
6715 extern __typeof (xmlOutputBufferCreateFilename
) xmlOutputBufferCreateFilename
__attribute((alias("xmlOutputBufferCreateFilename__internal_alias")));
6717 #ifndef xmlOutputBufferCreateFilename
6718 extern __typeof (xmlOutputBufferCreateFilename
) xmlOutputBufferCreateFilename__internal_alias
__attribute((visibility("hidden")));
6719 #define xmlOutputBufferCreateFilename xmlOutputBufferCreateFilename__internal_alias
6725 #undef xmlOutputBufferCreateFilenameDefault
6726 extern __typeof (xmlOutputBufferCreateFilenameDefault
) xmlOutputBufferCreateFilenameDefault
__attribute((alias("xmlOutputBufferCreateFilenameDefault__internal_alias")));
6728 #ifndef xmlOutputBufferCreateFilenameDefault
6729 extern __typeof (xmlOutputBufferCreateFilenameDefault
) xmlOutputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
6730 #define xmlOutputBufferCreateFilenameDefault xmlOutputBufferCreateFilenameDefault__internal_alias
6734 #if defined(LIBXML_OUTPUT_ENABLED)
6736 #undef xmlOutputBufferCreateIO
6737 extern __typeof (xmlOutputBufferCreateIO
) xmlOutputBufferCreateIO
__attribute((alias("xmlOutputBufferCreateIO__internal_alias")));
6739 #ifndef xmlOutputBufferCreateIO
6740 extern __typeof (xmlOutputBufferCreateIO
) xmlOutputBufferCreateIO__internal_alias
__attribute((visibility("hidden")));
6741 #define xmlOutputBufferCreateIO xmlOutputBufferCreateIO__internal_alias
6746 #if defined(LIBXML_OUTPUT_ENABLED)
6748 #undef xmlOutputBufferFlush
6749 extern __typeof (xmlOutputBufferFlush
) xmlOutputBufferFlush
__attribute((alias("xmlOutputBufferFlush__internal_alias")));
6751 #ifndef xmlOutputBufferFlush
6752 extern __typeof (xmlOutputBufferFlush
) xmlOutputBufferFlush__internal_alias
__attribute((visibility("hidden")));
6753 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias
6758 #if defined(LIBXML_OUTPUT_ENABLED)
6760 #undef xmlOutputBufferWrite
6761 extern __typeof (xmlOutputBufferWrite
) xmlOutputBufferWrite
__attribute((alias("xmlOutputBufferWrite__internal_alias")));
6763 #ifndef xmlOutputBufferWrite
6764 extern __typeof (xmlOutputBufferWrite
) xmlOutputBufferWrite__internal_alias
__attribute((visibility("hidden")));
6765 #define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias
6770 #if defined(LIBXML_OUTPUT_ENABLED)
6772 #undef xmlOutputBufferWriteEscape
6773 extern __typeof (xmlOutputBufferWriteEscape
) xmlOutputBufferWriteEscape
__attribute((alias("xmlOutputBufferWriteEscape__internal_alias")));
6775 #ifndef xmlOutputBufferWriteEscape
6776 extern __typeof (xmlOutputBufferWriteEscape
) xmlOutputBufferWriteEscape__internal_alias
__attribute((visibility("hidden")));
6777 #define xmlOutputBufferWriteEscape xmlOutputBufferWriteEscape__internal_alias
6782 #if defined(LIBXML_OUTPUT_ENABLED)
6784 #undef xmlOutputBufferWriteString
6785 extern __typeof (xmlOutputBufferWriteString
) xmlOutputBufferWriteString
__attribute((alias("xmlOutputBufferWriteString__internal_alias")));
6787 #ifndef xmlOutputBufferWriteString
6788 extern __typeof (xmlOutputBufferWriteString
) xmlOutputBufferWriteString__internal_alias
__attribute((visibility("hidden")));
6789 #define xmlOutputBufferWriteString xmlOutputBufferWriteString__internal_alias
6794 #ifdef bottom_parser
6795 #undef xmlParseAttValue
6796 extern __typeof (xmlParseAttValue
) xmlParseAttValue
__attribute((alias("xmlParseAttValue__internal_alias")));
6798 #ifndef xmlParseAttValue
6799 extern __typeof (xmlParseAttValue
) xmlParseAttValue__internal_alias
__attribute((visibility("hidden")));
6800 #define xmlParseAttValue xmlParseAttValue__internal_alias
6804 #if defined(LIBXML_SAX1_ENABLED)
6805 #ifdef bottom_parser
6806 #undef xmlParseAttribute
6807 extern __typeof (xmlParseAttribute
) xmlParseAttribute
__attribute((alias("xmlParseAttribute__internal_alias")));
6809 #ifndef xmlParseAttribute
6810 extern __typeof (xmlParseAttribute
) xmlParseAttribute__internal_alias
__attribute((visibility("hidden")));
6811 #define xmlParseAttribute xmlParseAttribute__internal_alias
6816 #ifdef bottom_parser
6817 #undef xmlParseAttributeListDecl
6818 extern __typeof (xmlParseAttributeListDecl
) xmlParseAttributeListDecl
__attribute((alias("xmlParseAttributeListDecl__internal_alias")));
6820 #ifndef xmlParseAttributeListDecl
6821 extern __typeof (xmlParseAttributeListDecl
) xmlParseAttributeListDecl__internal_alias
__attribute((visibility("hidden")));
6822 #define xmlParseAttributeListDecl xmlParseAttributeListDecl__internal_alias
6826 #ifdef bottom_parser
6827 #undef xmlParseAttributeType
6828 extern __typeof (xmlParseAttributeType
) xmlParseAttributeType
__attribute((alias("xmlParseAttributeType__internal_alias")));
6830 #ifndef xmlParseAttributeType
6831 extern __typeof (xmlParseAttributeType
) xmlParseAttributeType__internal_alias
__attribute((visibility("hidden")));
6832 #define xmlParseAttributeType xmlParseAttributeType__internal_alias
6836 #if defined(LIBXML_SAX1_ENABLED)
6837 #ifdef bottom_parser
6838 #undef xmlParseBalancedChunkMemory
6839 extern __typeof (xmlParseBalancedChunkMemory
) xmlParseBalancedChunkMemory
__attribute((alias("xmlParseBalancedChunkMemory__internal_alias")));
6841 #ifndef xmlParseBalancedChunkMemory
6842 extern __typeof (xmlParseBalancedChunkMemory
) xmlParseBalancedChunkMemory__internal_alias
__attribute((visibility("hidden")));
6843 #define xmlParseBalancedChunkMemory xmlParseBalancedChunkMemory__internal_alias
6848 #if defined(LIBXML_SAX1_ENABLED)
6849 #ifdef bottom_parser
6850 #undef xmlParseBalancedChunkMemoryRecover
6851 extern __typeof (xmlParseBalancedChunkMemoryRecover
) xmlParseBalancedChunkMemoryRecover
__attribute((alias("xmlParseBalancedChunkMemoryRecover__internal_alias")));
6853 #ifndef xmlParseBalancedChunkMemoryRecover
6854 extern __typeof (xmlParseBalancedChunkMemoryRecover
) xmlParseBalancedChunkMemoryRecover__internal_alias
__attribute((visibility("hidden")));
6855 #define xmlParseBalancedChunkMemoryRecover xmlParseBalancedChunkMemoryRecover__internal_alias
6860 #ifdef bottom_parser
6861 #undef xmlParseCDSect
6862 extern __typeof (xmlParseCDSect
) xmlParseCDSect
__attribute((alias("xmlParseCDSect__internal_alias")));
6864 #ifndef xmlParseCDSect
6865 extern __typeof (xmlParseCDSect
) xmlParseCDSect__internal_alias
__attribute((visibility("hidden")));
6866 #define xmlParseCDSect xmlParseCDSect__internal_alias
6870 #if defined(LIBXML_CATALOG_ENABLED)
6871 #ifdef bottom_catalog
6872 #undef xmlParseCatalogFile
6873 extern __typeof (xmlParseCatalogFile
) xmlParseCatalogFile
__attribute((alias("xmlParseCatalogFile__internal_alias")));
6875 #ifndef xmlParseCatalogFile
6876 extern __typeof (xmlParseCatalogFile
) xmlParseCatalogFile__internal_alias
__attribute((visibility("hidden")));
6877 #define xmlParseCatalogFile xmlParseCatalogFile__internal_alias
6882 #ifdef bottom_parser
6883 #undef xmlParseCharData
6884 extern __typeof (xmlParseCharData
) xmlParseCharData
__attribute((alias("xmlParseCharData__internal_alias")));
6886 #ifndef xmlParseCharData
6887 extern __typeof (xmlParseCharData
) xmlParseCharData__internal_alias
__attribute((visibility("hidden")));
6888 #define xmlParseCharData xmlParseCharData__internal_alias
6892 #ifdef bottom_encoding
6893 #undef xmlParseCharEncoding
6894 extern __typeof (xmlParseCharEncoding
) xmlParseCharEncoding
__attribute((alias("xmlParseCharEncoding__internal_alias")));
6896 #ifndef xmlParseCharEncoding
6897 extern __typeof (xmlParseCharEncoding
) xmlParseCharEncoding__internal_alias
__attribute((visibility("hidden")));
6898 #define xmlParseCharEncoding xmlParseCharEncoding__internal_alias
6902 #ifdef bottom_parser
6903 #undef xmlParseCharRef
6904 extern __typeof (xmlParseCharRef
) xmlParseCharRef
__attribute((alias("xmlParseCharRef__internal_alias")));
6906 #ifndef xmlParseCharRef
6907 extern __typeof (xmlParseCharRef
) xmlParseCharRef__internal_alias
__attribute((visibility("hidden")));
6908 #define xmlParseCharRef xmlParseCharRef__internal_alias
6912 #if defined(LIBXML_PUSH_ENABLED)
6913 #ifdef bottom_parser
6914 #undef xmlParseChunk
6915 extern __typeof (xmlParseChunk
) xmlParseChunk
__attribute((alias("xmlParseChunk__internal_alias")));
6917 #ifndef xmlParseChunk
6918 extern __typeof (xmlParseChunk
) xmlParseChunk__internal_alias
__attribute((visibility("hidden")));
6919 #define xmlParseChunk xmlParseChunk__internal_alias
6924 #ifdef bottom_parser
6925 #undef xmlParseComment
6926 extern __typeof (xmlParseComment
) xmlParseComment
__attribute((alias("xmlParseComment__internal_alias")));
6928 #ifndef xmlParseComment
6929 extern __typeof (xmlParseComment
) xmlParseComment__internal_alias
__attribute((visibility("hidden")));
6930 #define xmlParseComment xmlParseComment__internal_alias
6934 #ifdef bottom_parser
6935 #undef xmlParseContent
6936 extern __typeof (xmlParseContent
) xmlParseContent
__attribute((alias("xmlParseContent__internal_alias")));
6938 #ifndef xmlParseContent
6939 extern __typeof (xmlParseContent
) xmlParseContent__internal_alias
__attribute((visibility("hidden")));
6940 #define xmlParseContent xmlParseContent__internal_alias
6944 #ifdef bottom_parser
6945 #undef xmlParseCtxtExternalEntity
6946 extern __typeof (xmlParseCtxtExternalEntity
) xmlParseCtxtExternalEntity
__attribute((alias("xmlParseCtxtExternalEntity__internal_alias")));
6948 #ifndef xmlParseCtxtExternalEntity
6949 extern __typeof (xmlParseCtxtExternalEntity
) xmlParseCtxtExternalEntity__internal_alias
__attribute((visibility("hidden")));
6950 #define xmlParseCtxtExternalEntity xmlParseCtxtExternalEntity__internal_alias
6954 #if defined(LIBXML_VALID_ENABLED)
6955 #ifdef bottom_parser
6957 extern __typeof (xmlParseDTD
) xmlParseDTD
__attribute((alias("xmlParseDTD__internal_alias")));
6960 extern __typeof (xmlParseDTD
) xmlParseDTD__internal_alias
__attribute((visibility("hidden")));
6961 #define xmlParseDTD xmlParseDTD__internal_alias
6966 #ifdef bottom_parser
6967 #undef xmlParseDefaultDecl
6968 extern __typeof (xmlParseDefaultDecl
) xmlParseDefaultDecl
__attribute((alias("xmlParseDefaultDecl__internal_alias")));
6970 #ifndef xmlParseDefaultDecl
6971 extern __typeof (xmlParseDefaultDecl
) xmlParseDefaultDecl__internal_alias
__attribute((visibility("hidden")));
6972 #define xmlParseDefaultDecl xmlParseDefaultDecl__internal_alias
6976 #if defined(LIBXML_SAX1_ENABLED)
6977 #ifdef bottom_parser
6979 extern __typeof (xmlParseDoc
) xmlParseDoc
__attribute((alias("xmlParseDoc__internal_alias")));
6982 extern __typeof (xmlParseDoc
) xmlParseDoc__internal_alias
__attribute((visibility("hidden")));
6983 #define xmlParseDoc xmlParseDoc__internal_alias
6988 #ifdef bottom_parser
6989 #undef xmlParseDocTypeDecl
6990 extern __typeof (xmlParseDocTypeDecl
) xmlParseDocTypeDecl
__attribute((alias("xmlParseDocTypeDecl__internal_alias")));
6992 #ifndef xmlParseDocTypeDecl
6993 extern __typeof (xmlParseDocTypeDecl
) xmlParseDocTypeDecl__internal_alias
__attribute((visibility("hidden")));
6994 #define xmlParseDocTypeDecl xmlParseDocTypeDecl__internal_alias
6998 #ifdef bottom_parser
6999 #undef xmlParseDocument
7000 extern __typeof (xmlParseDocument
) xmlParseDocument
__attribute((alias("xmlParseDocument__internal_alias")));
7002 #ifndef xmlParseDocument
7003 extern __typeof (xmlParseDocument
) xmlParseDocument__internal_alias
__attribute((visibility("hidden")));
7004 #define xmlParseDocument xmlParseDocument__internal_alias
7008 #ifdef bottom_parser
7009 #undef xmlParseElement
7010 extern __typeof (xmlParseElement
) xmlParseElement
__attribute((alias("xmlParseElement__internal_alias")));
7012 #ifndef xmlParseElement
7013 extern __typeof (xmlParseElement
) xmlParseElement__internal_alias
__attribute((visibility("hidden")));
7014 #define xmlParseElement xmlParseElement__internal_alias
7018 #ifdef bottom_parser
7019 #undef xmlParseElementChildrenContentDecl
7020 extern __typeof (xmlParseElementChildrenContentDecl
) xmlParseElementChildrenContentDecl
__attribute((alias("xmlParseElementChildrenContentDecl__internal_alias")));
7022 #ifndef xmlParseElementChildrenContentDecl
7023 extern __typeof (xmlParseElementChildrenContentDecl
) xmlParseElementChildrenContentDecl__internal_alias
__attribute((visibility("hidden")));
7024 #define xmlParseElementChildrenContentDecl xmlParseElementChildrenContentDecl__internal_alias
7028 #ifdef bottom_parser
7029 #undef xmlParseElementContentDecl
7030 extern __typeof (xmlParseElementContentDecl
) xmlParseElementContentDecl
__attribute((alias("xmlParseElementContentDecl__internal_alias")));
7032 #ifndef xmlParseElementContentDecl
7033 extern __typeof (xmlParseElementContentDecl
) xmlParseElementContentDecl__internal_alias
__attribute((visibility("hidden")));
7034 #define xmlParseElementContentDecl xmlParseElementContentDecl__internal_alias
7038 #ifdef bottom_parser
7039 #undef xmlParseElementDecl
7040 extern __typeof (xmlParseElementDecl
) xmlParseElementDecl
__attribute((alias("xmlParseElementDecl__internal_alias")));
7042 #ifndef xmlParseElementDecl
7043 extern __typeof (xmlParseElementDecl
) xmlParseElementDecl__internal_alias
__attribute((visibility("hidden")));
7044 #define xmlParseElementDecl xmlParseElementDecl__internal_alias
7048 #ifdef bottom_parser
7049 #undef xmlParseElementMixedContentDecl
7050 extern __typeof (xmlParseElementMixedContentDecl
) xmlParseElementMixedContentDecl
__attribute((alias("xmlParseElementMixedContentDecl__internal_alias")));
7052 #ifndef xmlParseElementMixedContentDecl
7053 extern __typeof (xmlParseElementMixedContentDecl
) xmlParseElementMixedContentDecl__internal_alias
__attribute((visibility("hidden")));
7054 #define xmlParseElementMixedContentDecl xmlParseElementMixedContentDecl__internal_alias
7058 #ifdef bottom_parser
7059 #undef xmlParseEncName
7060 extern __typeof (xmlParseEncName
) xmlParseEncName
__attribute((alias("xmlParseEncName__internal_alias")));
7062 #ifndef xmlParseEncName
7063 extern __typeof (xmlParseEncName
) xmlParseEncName__internal_alias
__attribute((visibility("hidden")));
7064 #define xmlParseEncName xmlParseEncName__internal_alias
7068 #ifdef bottom_parser
7069 #undef xmlParseEncodingDecl
7070 extern __typeof (xmlParseEncodingDecl
) xmlParseEncodingDecl
__attribute((alias("xmlParseEncodingDecl__internal_alias")));
7072 #ifndef xmlParseEncodingDecl
7073 extern __typeof (xmlParseEncodingDecl
) xmlParseEncodingDecl__internal_alias
__attribute((visibility("hidden")));
7074 #define xmlParseEncodingDecl xmlParseEncodingDecl__internal_alias
7078 #if defined(LIBXML_SAX1_ENABLED)
7079 #ifdef bottom_parser
7080 #undef xmlParseEndTag
7081 extern __typeof (xmlParseEndTag
) xmlParseEndTag
__attribute((alias("xmlParseEndTag__internal_alias")));
7083 #ifndef xmlParseEndTag
7084 extern __typeof (xmlParseEndTag
) xmlParseEndTag__internal_alias
__attribute((visibility("hidden")));
7085 #define xmlParseEndTag xmlParseEndTag__internal_alias
7090 #if defined(LIBXML_SAX1_ENABLED)
7091 #ifdef bottom_parser
7092 #undef xmlParseEntity
7093 extern __typeof (xmlParseEntity
) xmlParseEntity
__attribute((alias("xmlParseEntity__internal_alias")));
7095 #ifndef xmlParseEntity
7096 extern __typeof (xmlParseEntity
) xmlParseEntity__internal_alias
__attribute((visibility("hidden")));
7097 #define xmlParseEntity xmlParseEntity__internal_alias
7102 #ifdef bottom_parser
7103 #undef xmlParseEntityDecl
7104 extern __typeof (xmlParseEntityDecl
) xmlParseEntityDecl
__attribute((alias("xmlParseEntityDecl__internal_alias")));
7106 #ifndef xmlParseEntityDecl
7107 extern __typeof (xmlParseEntityDecl
) xmlParseEntityDecl__internal_alias
__attribute((visibility("hidden")));
7108 #define xmlParseEntityDecl xmlParseEntityDecl__internal_alias
7112 #ifdef bottom_parser
7113 #undef xmlParseEntityRef
7114 extern __typeof (xmlParseEntityRef
) xmlParseEntityRef
__attribute((alias("xmlParseEntityRef__internal_alias")));
7116 #ifndef xmlParseEntityRef
7117 extern __typeof (xmlParseEntityRef
) xmlParseEntityRef__internal_alias
__attribute((visibility("hidden")));
7118 #define xmlParseEntityRef xmlParseEntityRef__internal_alias
7122 #ifdef bottom_parser
7123 #undef xmlParseEntityValue
7124 extern __typeof (xmlParseEntityValue
) xmlParseEntityValue
__attribute((alias("xmlParseEntityValue__internal_alias")));
7126 #ifndef xmlParseEntityValue
7127 extern __typeof (xmlParseEntityValue
) xmlParseEntityValue__internal_alias
__attribute((visibility("hidden")));
7128 #define xmlParseEntityValue xmlParseEntityValue__internal_alias
7132 #ifdef bottom_parser
7133 #undef xmlParseEnumeratedType
7134 extern __typeof (xmlParseEnumeratedType
) xmlParseEnumeratedType
__attribute((alias("xmlParseEnumeratedType__internal_alias")));
7136 #ifndef xmlParseEnumeratedType
7137 extern __typeof (xmlParseEnumeratedType
) xmlParseEnumeratedType__internal_alias
__attribute((visibility("hidden")));
7138 #define xmlParseEnumeratedType xmlParseEnumeratedType__internal_alias
7142 #ifdef bottom_parser
7143 #undef xmlParseEnumerationType
7144 extern __typeof (xmlParseEnumerationType
) xmlParseEnumerationType
__attribute((alias("xmlParseEnumerationType__internal_alias")));
7146 #ifndef xmlParseEnumerationType
7147 extern __typeof (xmlParseEnumerationType
) xmlParseEnumerationType__internal_alias
__attribute((visibility("hidden")));
7148 #define xmlParseEnumerationType xmlParseEnumerationType__internal_alias
7152 #ifdef bottom_parser
7153 #undef xmlParseExtParsedEnt
7154 extern __typeof (xmlParseExtParsedEnt
) xmlParseExtParsedEnt
__attribute((alias("xmlParseExtParsedEnt__internal_alias")));
7156 #ifndef xmlParseExtParsedEnt
7157 extern __typeof (xmlParseExtParsedEnt
) xmlParseExtParsedEnt__internal_alias
__attribute((visibility("hidden")));
7158 #define xmlParseExtParsedEnt xmlParseExtParsedEnt__internal_alias
7162 #if defined(LIBXML_SAX1_ENABLED)
7163 #ifdef bottom_parser
7164 #undef xmlParseExternalEntity
7165 extern __typeof (xmlParseExternalEntity
) xmlParseExternalEntity
__attribute((alias("xmlParseExternalEntity__internal_alias")));
7167 #ifndef xmlParseExternalEntity
7168 extern __typeof (xmlParseExternalEntity
) xmlParseExternalEntity__internal_alias
__attribute((visibility("hidden")));
7169 #define xmlParseExternalEntity xmlParseExternalEntity__internal_alias
7174 #ifdef bottom_parser
7175 #undef xmlParseExternalID
7176 extern __typeof (xmlParseExternalID
) xmlParseExternalID
__attribute((alias("xmlParseExternalID__internal_alias")));
7178 #ifndef xmlParseExternalID
7179 extern __typeof (xmlParseExternalID
) xmlParseExternalID__internal_alias
__attribute((visibility("hidden")));
7180 #define xmlParseExternalID xmlParseExternalID__internal_alias
7184 #ifdef bottom_parser
7185 #undef xmlParseExternalSubset
7186 extern __typeof (xmlParseExternalSubset
) xmlParseExternalSubset
__attribute((alias("xmlParseExternalSubset__internal_alias")));
7188 #ifndef xmlParseExternalSubset
7189 extern __typeof (xmlParseExternalSubset
) xmlParseExternalSubset__internal_alias
__attribute((visibility("hidden")));
7190 #define xmlParseExternalSubset xmlParseExternalSubset__internal_alias
7194 #if defined(LIBXML_SAX1_ENABLED)
7195 #ifdef bottom_parser
7197 extern __typeof (xmlParseFile
) xmlParseFile
__attribute((alias("xmlParseFile__internal_alias")));
7199 #ifndef xmlParseFile
7200 extern __typeof (xmlParseFile
) xmlParseFile__internal_alias
__attribute((visibility("hidden")));
7201 #define xmlParseFile xmlParseFile__internal_alias
7206 #ifdef bottom_parser
7207 #undef xmlParseInNodeContext
7208 extern __typeof (xmlParseInNodeContext
) xmlParseInNodeContext
__attribute((alias("xmlParseInNodeContext__internal_alias")));
7210 #ifndef xmlParseInNodeContext
7211 extern __typeof (xmlParseInNodeContext
) xmlParseInNodeContext__internal_alias
__attribute((visibility("hidden")));
7212 #define xmlParseInNodeContext xmlParseInNodeContext__internal_alias
7216 #ifdef bottom_parser
7217 #undef xmlParseMarkupDecl
7218 extern __typeof (xmlParseMarkupDecl
) xmlParseMarkupDecl
__attribute((alias("xmlParseMarkupDecl__internal_alias")));
7220 #ifndef xmlParseMarkupDecl
7221 extern __typeof (xmlParseMarkupDecl
) xmlParseMarkupDecl__internal_alias
__attribute((visibility("hidden")));
7222 #define xmlParseMarkupDecl xmlParseMarkupDecl__internal_alias
7226 #if defined(LIBXML_SAX1_ENABLED)
7227 #ifdef bottom_parser
7228 #undef xmlParseMemory
7229 extern __typeof (xmlParseMemory
) xmlParseMemory
__attribute((alias("xmlParseMemory__internal_alias")));
7231 #ifndef xmlParseMemory
7232 extern __typeof (xmlParseMemory
) xmlParseMemory__internal_alias
__attribute((visibility("hidden")));
7233 #define xmlParseMemory xmlParseMemory__internal_alias
7238 #ifdef bottom_parser
7240 extern __typeof (xmlParseMisc
) xmlParseMisc
__attribute((alias("xmlParseMisc__internal_alias")));
7242 #ifndef xmlParseMisc
7243 extern __typeof (xmlParseMisc
) xmlParseMisc__internal_alias
__attribute((visibility("hidden")));
7244 #define xmlParseMisc xmlParseMisc__internal_alias
7248 #ifdef bottom_parser
7250 extern __typeof (xmlParseName
) xmlParseName
__attribute((alias("xmlParseName__internal_alias")));
7252 #ifndef xmlParseName
7253 extern __typeof (xmlParseName
) xmlParseName__internal_alias
__attribute((visibility("hidden")));
7254 #define xmlParseName xmlParseName__internal_alias
7258 #if defined(LIBXML_LEGACY_ENABLED)
7259 #ifdef bottom_legacy
7260 #undef xmlParseNamespace
7261 extern __typeof (xmlParseNamespace
) xmlParseNamespace
__attribute((alias("xmlParseNamespace__internal_alias")));
7263 #ifndef xmlParseNamespace
7264 extern __typeof (xmlParseNamespace
) xmlParseNamespace__internal_alias
__attribute((visibility("hidden")));
7265 #define xmlParseNamespace xmlParseNamespace__internal_alias
7270 #ifdef bottom_parser
7271 #undef xmlParseNmtoken
7272 extern __typeof (xmlParseNmtoken
) xmlParseNmtoken
__attribute((alias("xmlParseNmtoken__internal_alias")));
7274 #ifndef xmlParseNmtoken
7275 extern __typeof (xmlParseNmtoken
) xmlParseNmtoken__internal_alias
__attribute((visibility("hidden")));
7276 #define xmlParseNmtoken xmlParseNmtoken__internal_alias
7280 #ifdef bottom_parser
7281 #undef xmlParseNotationDecl
7282 extern __typeof (xmlParseNotationDecl
) xmlParseNotationDecl
__attribute((alias("xmlParseNotationDecl__internal_alias")));
7284 #ifndef xmlParseNotationDecl
7285 extern __typeof (xmlParseNotationDecl
) xmlParseNotationDecl__internal_alias
__attribute((visibility("hidden")));
7286 #define xmlParseNotationDecl xmlParseNotationDecl__internal_alias
7290 #ifdef bottom_parser
7291 #undef xmlParseNotationType
7292 extern __typeof (xmlParseNotationType
) xmlParseNotationType
__attribute((alias("xmlParseNotationType__internal_alias")));
7294 #ifndef xmlParseNotationType
7295 extern __typeof (xmlParseNotationType
) xmlParseNotationType__internal_alias
__attribute((visibility("hidden")));
7296 #define xmlParseNotationType xmlParseNotationType__internal_alias
7300 #ifdef bottom_parser
7301 #undef xmlParsePEReference
7302 extern __typeof (xmlParsePEReference
) xmlParsePEReference
__attribute((alias("xmlParsePEReference__internal_alias")));
7304 #ifndef xmlParsePEReference
7305 extern __typeof (xmlParsePEReference
) xmlParsePEReference__internal_alias
__attribute((visibility("hidden")));
7306 #define xmlParsePEReference xmlParsePEReference__internal_alias
7310 #ifdef bottom_parser
7312 extern __typeof (xmlParsePI
) xmlParsePI
__attribute((alias("xmlParsePI__internal_alias")));
7315 extern __typeof (xmlParsePI
) xmlParsePI__internal_alias
__attribute((visibility("hidden")));
7316 #define xmlParsePI xmlParsePI__internal_alias
7320 #ifdef bottom_parser
7321 #undef xmlParsePITarget
7322 extern __typeof (xmlParsePITarget
) xmlParsePITarget
__attribute((alias("xmlParsePITarget__internal_alias")));
7324 #ifndef xmlParsePITarget
7325 extern __typeof (xmlParsePITarget
) xmlParsePITarget__internal_alias
__attribute((visibility("hidden")));
7326 #define xmlParsePITarget xmlParsePITarget__internal_alias
7330 #ifdef bottom_parser
7331 #undef xmlParsePubidLiteral
7332 extern __typeof (xmlParsePubidLiteral
) xmlParsePubidLiteral
__attribute((alias("xmlParsePubidLiteral__internal_alias")));
7334 #ifndef xmlParsePubidLiteral
7335 extern __typeof (xmlParsePubidLiteral
) xmlParsePubidLiteral__internal_alias
__attribute((visibility("hidden")));
7336 #define xmlParsePubidLiteral xmlParsePubidLiteral__internal_alias
7340 #if defined(LIBXML_LEGACY_ENABLED)
7341 #ifdef bottom_legacy
7342 #undef xmlParseQuotedString
7343 extern __typeof (xmlParseQuotedString
) xmlParseQuotedString
__attribute((alias("xmlParseQuotedString__internal_alias")));
7345 #ifndef xmlParseQuotedString
7346 extern __typeof (xmlParseQuotedString
) xmlParseQuotedString__internal_alias
__attribute((visibility("hidden")));
7347 #define xmlParseQuotedString xmlParseQuotedString__internal_alias
7352 #ifdef bottom_parser
7353 #undef xmlParseReference
7354 extern __typeof (xmlParseReference
) xmlParseReference
__attribute((alias("xmlParseReference__internal_alias")));
7356 #ifndef xmlParseReference
7357 extern __typeof (xmlParseReference
) xmlParseReference__internal_alias
__attribute((visibility("hidden")));
7358 #define xmlParseReference xmlParseReference__internal_alias
7362 #ifdef bottom_parser
7363 #undef xmlParseSDDecl
7364 extern __typeof (xmlParseSDDecl
) xmlParseSDDecl
__attribute((alias("xmlParseSDDecl__internal_alias")));
7366 #ifndef xmlParseSDDecl
7367 extern __typeof (xmlParseSDDecl
) xmlParseSDDecl__internal_alias
__attribute((visibility("hidden")));
7368 #define xmlParseSDDecl xmlParseSDDecl__internal_alias
7372 #if defined(LIBXML_SAX1_ENABLED)
7373 #ifdef bottom_parser
7374 #undef xmlParseStartTag
7375 extern __typeof (xmlParseStartTag
) xmlParseStartTag
__attribute((alias("xmlParseStartTag__internal_alias")));
7377 #ifndef xmlParseStartTag
7378 extern __typeof (xmlParseStartTag
) xmlParseStartTag__internal_alias
__attribute((visibility("hidden")));
7379 #define xmlParseStartTag xmlParseStartTag__internal_alias
7384 #ifdef bottom_parser
7385 #undef xmlParseSystemLiteral
7386 extern __typeof (xmlParseSystemLiteral
) xmlParseSystemLiteral
__attribute((alias("xmlParseSystemLiteral__internal_alias")));
7388 #ifndef xmlParseSystemLiteral
7389 extern __typeof (xmlParseSystemLiteral
) xmlParseSystemLiteral__internal_alias
__attribute((visibility("hidden")));
7390 #define xmlParseSystemLiteral xmlParseSystemLiteral__internal_alias
7394 #ifdef bottom_parser
7395 #undef xmlParseTextDecl
7396 extern __typeof (xmlParseTextDecl
) xmlParseTextDecl
__attribute((alias("xmlParseTextDecl__internal_alias")));
7398 #ifndef xmlParseTextDecl
7399 extern __typeof (xmlParseTextDecl
) xmlParseTextDecl__internal_alias
__attribute((visibility("hidden")));
7400 #define xmlParseTextDecl xmlParseTextDecl__internal_alias
7406 extern __typeof (xmlParseURI
) xmlParseURI
__attribute((alias("xmlParseURI__internal_alias")));
7409 extern __typeof (xmlParseURI
) xmlParseURI__internal_alias
__attribute((visibility("hidden")));
7410 #define xmlParseURI xmlParseURI__internal_alias
7415 #undef xmlParseURIRaw
7416 extern __typeof (xmlParseURIRaw
) xmlParseURIRaw
__attribute((alias("xmlParseURIRaw__internal_alias")));
7418 #ifndef xmlParseURIRaw
7419 extern __typeof (xmlParseURIRaw
) xmlParseURIRaw__internal_alias
__attribute((visibility("hidden")));
7420 #define xmlParseURIRaw xmlParseURIRaw__internal_alias
7425 #undef xmlParseURIReference
7426 extern __typeof (xmlParseURIReference
) xmlParseURIReference
__attribute((alias("xmlParseURIReference__internal_alias")));
7428 #ifndef xmlParseURIReference
7429 extern __typeof (xmlParseURIReference
) xmlParseURIReference__internal_alias
__attribute((visibility("hidden")));
7430 #define xmlParseURIReference xmlParseURIReference__internal_alias
7434 #ifdef bottom_parser
7435 #undef xmlParseVersionInfo
7436 extern __typeof (xmlParseVersionInfo
) xmlParseVersionInfo
__attribute((alias("xmlParseVersionInfo__internal_alias")));
7438 #ifndef xmlParseVersionInfo
7439 extern __typeof (xmlParseVersionInfo
) xmlParseVersionInfo__internal_alias
__attribute((visibility("hidden")));
7440 #define xmlParseVersionInfo xmlParseVersionInfo__internal_alias
7444 #ifdef bottom_parser
7445 #undef xmlParseVersionNum
7446 extern __typeof (xmlParseVersionNum
) xmlParseVersionNum
__attribute((alias("xmlParseVersionNum__internal_alias")));
7448 #ifndef xmlParseVersionNum
7449 extern __typeof (xmlParseVersionNum
) xmlParseVersionNum__internal_alias
__attribute((visibility("hidden")));
7450 #define xmlParseVersionNum xmlParseVersionNum__internal_alias
7454 #ifdef bottom_parser
7455 #undef xmlParseXMLDecl
7456 extern __typeof (xmlParseXMLDecl
) xmlParseXMLDecl
__attribute((alias("xmlParseXMLDecl__internal_alias")));
7458 #ifndef xmlParseXMLDecl
7459 extern __typeof (xmlParseXMLDecl
) xmlParseXMLDecl__internal_alias
__attribute((visibility("hidden")));
7460 #define xmlParseXMLDecl xmlParseXMLDecl__internal_alias
7464 #ifdef bottom_parserInternals
7465 #undef xmlParserAddNodeInfo
7466 extern __typeof (xmlParserAddNodeInfo
) xmlParserAddNodeInfo
__attribute((alias("xmlParserAddNodeInfo__internal_alias")));
7468 #ifndef xmlParserAddNodeInfo
7469 extern __typeof (xmlParserAddNodeInfo
) xmlParserAddNodeInfo__internal_alias
__attribute((visibility("hidden")));
7470 #define xmlParserAddNodeInfo xmlParserAddNodeInfo__internal_alias
7475 #undef xmlParserError
7476 extern __typeof (xmlParserError
) xmlParserError
__attribute((alias("xmlParserError__internal_alias")));
7478 #ifndef xmlParserError
7479 extern __typeof (xmlParserError
) xmlParserError__internal_alias
__attribute((visibility("hidden")));
7480 #define xmlParserError xmlParserError__internal_alias
7484 #ifdef bottom_parserInternals
7485 #undef xmlParserFindNodeInfo
7486 extern __typeof (xmlParserFindNodeInfo
) xmlParserFindNodeInfo
__attribute((alias("xmlParserFindNodeInfo__internal_alias")));
7488 #ifndef xmlParserFindNodeInfo
7489 extern __typeof (xmlParserFindNodeInfo
) xmlParserFindNodeInfo__internal_alias
__attribute((visibility("hidden")));
7490 #define xmlParserFindNodeInfo xmlParserFindNodeInfo__internal_alias
7494 #ifdef bottom_parserInternals
7495 #undef xmlParserFindNodeInfoIndex
7496 extern __typeof (xmlParserFindNodeInfoIndex
) xmlParserFindNodeInfoIndex
__attribute((alias("xmlParserFindNodeInfoIndex__internal_alias")));
7498 #ifndef xmlParserFindNodeInfoIndex
7499 extern __typeof (xmlParserFindNodeInfoIndex
) xmlParserFindNodeInfoIndex__internal_alias
__attribute((visibility("hidden")));
7500 #define xmlParserFindNodeInfoIndex xmlParserFindNodeInfoIndex__internal_alias
7505 #undef xmlParserGetDirectory
7506 extern __typeof (xmlParserGetDirectory
) xmlParserGetDirectory
__attribute((alias("xmlParserGetDirectory__internal_alias")));
7508 #ifndef xmlParserGetDirectory
7509 extern __typeof (xmlParserGetDirectory
) xmlParserGetDirectory__internal_alias
__attribute((visibility("hidden")));
7510 #define xmlParserGetDirectory xmlParserGetDirectory__internal_alias
7514 #ifdef bottom_parser
7515 #undef xmlParserHandlePEReference
7516 extern __typeof (xmlParserHandlePEReference
) xmlParserHandlePEReference
__attribute((alias("xmlParserHandlePEReference__internal_alias")));
7518 #ifndef xmlParserHandlePEReference
7519 extern __typeof (xmlParserHandlePEReference
) xmlParserHandlePEReference__internal_alias
__attribute((visibility("hidden")));
7520 #define xmlParserHandlePEReference xmlParserHandlePEReference__internal_alias
7524 #if defined(LIBXML_LEGACY_ENABLED)
7525 #ifdef bottom_legacy
7526 #undef xmlParserHandleReference
7527 extern __typeof (xmlParserHandleReference
) xmlParserHandleReference
__attribute((alias("xmlParserHandleReference__internal_alias")));
7529 #ifndef xmlParserHandleReference
7530 extern __typeof (xmlParserHandleReference
) xmlParserHandleReference__internal_alias
__attribute((visibility("hidden")));
7531 #define xmlParserHandleReference xmlParserHandleReference__internal_alias
7537 #undef xmlParserInputBufferCreateFd
7538 extern __typeof (xmlParserInputBufferCreateFd
) xmlParserInputBufferCreateFd
__attribute((alias("xmlParserInputBufferCreateFd__internal_alias")));
7540 #ifndef xmlParserInputBufferCreateFd
7541 extern __typeof (xmlParserInputBufferCreateFd
) xmlParserInputBufferCreateFd__internal_alias
__attribute((visibility("hidden")));
7542 #define xmlParserInputBufferCreateFd xmlParserInputBufferCreateFd__internal_alias
7547 #undef xmlParserInputBufferCreateFile
7548 extern __typeof (xmlParserInputBufferCreateFile
) xmlParserInputBufferCreateFile
__attribute((alias("xmlParserInputBufferCreateFile__internal_alias")));
7550 #ifndef xmlParserInputBufferCreateFile
7551 extern __typeof (xmlParserInputBufferCreateFile
) xmlParserInputBufferCreateFile__internal_alias
__attribute((visibility("hidden")));
7552 #define xmlParserInputBufferCreateFile xmlParserInputBufferCreateFile__internal_alias
7557 #undef xmlParserInputBufferCreateFilename
7558 extern __typeof (xmlParserInputBufferCreateFilename
) xmlParserInputBufferCreateFilename
__attribute((alias("xmlParserInputBufferCreateFilename__internal_alias")));
7560 #ifndef xmlParserInputBufferCreateFilename
7561 extern __typeof (xmlParserInputBufferCreateFilename
) xmlParserInputBufferCreateFilename__internal_alias
__attribute((visibility("hidden")));
7562 #define xmlParserInputBufferCreateFilename xmlParserInputBufferCreateFilename__internal_alias
7567 #undef xmlParserInputBufferCreateFilenameDefault
7568 extern __typeof (xmlParserInputBufferCreateFilenameDefault
) xmlParserInputBufferCreateFilenameDefault
__attribute((alias("xmlParserInputBufferCreateFilenameDefault__internal_alias")));
7570 #ifndef xmlParserInputBufferCreateFilenameDefault
7571 extern __typeof (xmlParserInputBufferCreateFilenameDefault
) xmlParserInputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
7572 #define xmlParserInputBufferCreateFilenameDefault xmlParserInputBufferCreateFilenameDefault__internal_alias
7577 #undef xmlParserInputBufferCreateIO
7578 extern __typeof (xmlParserInputBufferCreateIO
) xmlParserInputBufferCreateIO
__attribute((alias("xmlParserInputBufferCreateIO__internal_alias")));
7580 #ifndef xmlParserInputBufferCreateIO
7581 extern __typeof (xmlParserInputBufferCreateIO
) xmlParserInputBufferCreateIO__internal_alias
__attribute((visibility("hidden")));
7582 #define xmlParserInputBufferCreateIO xmlParserInputBufferCreateIO__internal_alias
7587 #undef xmlParserInputBufferCreateMem
7588 extern __typeof (xmlParserInputBufferCreateMem
) xmlParserInputBufferCreateMem
__attribute((alias("xmlParserInputBufferCreateMem__internal_alias")));
7590 #ifndef xmlParserInputBufferCreateMem
7591 extern __typeof (xmlParserInputBufferCreateMem
) xmlParserInputBufferCreateMem__internal_alias
__attribute((visibility("hidden")));
7592 #define xmlParserInputBufferCreateMem xmlParserInputBufferCreateMem__internal_alias
7597 #undef xmlParserInputBufferCreateStatic
7598 extern __typeof (xmlParserInputBufferCreateStatic
) xmlParserInputBufferCreateStatic
__attribute((alias("xmlParserInputBufferCreateStatic__internal_alias")));
7600 #ifndef xmlParserInputBufferCreateStatic
7601 extern __typeof (xmlParserInputBufferCreateStatic
) xmlParserInputBufferCreateStatic__internal_alias
__attribute((visibility("hidden")));
7602 #define xmlParserInputBufferCreateStatic xmlParserInputBufferCreateStatic__internal_alias
7607 #undef xmlParserInputBufferGrow
7608 extern __typeof (xmlParserInputBufferGrow
) xmlParserInputBufferGrow
__attribute((alias("xmlParserInputBufferGrow__internal_alias")));
7610 #ifndef xmlParserInputBufferGrow
7611 extern __typeof (xmlParserInputBufferGrow
) xmlParserInputBufferGrow__internal_alias
__attribute((visibility("hidden")));
7612 #define xmlParserInputBufferGrow xmlParserInputBufferGrow__internal_alias
7617 #undef xmlParserInputBufferPush
7618 extern __typeof (xmlParserInputBufferPush
) xmlParserInputBufferPush
__attribute((alias("xmlParserInputBufferPush__internal_alias")));
7620 #ifndef xmlParserInputBufferPush
7621 extern __typeof (xmlParserInputBufferPush
) xmlParserInputBufferPush__internal_alias
__attribute((visibility("hidden")));
7622 #define xmlParserInputBufferPush xmlParserInputBufferPush__internal_alias
7627 #undef xmlParserInputBufferRead
7628 extern __typeof (xmlParserInputBufferRead
) xmlParserInputBufferRead
__attribute((alias("xmlParserInputBufferRead__internal_alias")));
7630 #ifndef xmlParserInputBufferRead
7631 extern __typeof (xmlParserInputBufferRead
) xmlParserInputBufferRead__internal_alias
__attribute((visibility("hidden")));
7632 #define xmlParserInputBufferRead xmlParserInputBufferRead__internal_alias
7636 #ifdef bottom_parserInternals
7637 #undef xmlParserInputGrow
7638 extern __typeof (xmlParserInputGrow
) xmlParserInputGrow
__attribute((alias("xmlParserInputGrow__internal_alias")));
7640 #ifndef xmlParserInputGrow
7641 extern __typeof (xmlParserInputGrow
) xmlParserInputGrow__internal_alias
__attribute((visibility("hidden")));
7642 #define xmlParserInputGrow xmlParserInputGrow__internal_alias
7646 #ifdef bottom_parserInternals
7647 #undef xmlParserInputRead
7648 extern __typeof (xmlParserInputRead
) xmlParserInputRead
__attribute((alias("xmlParserInputRead__internal_alias")));
7650 #ifndef xmlParserInputRead
7651 extern __typeof (xmlParserInputRead
) xmlParserInputRead__internal_alias
__attribute((visibility("hidden")));
7652 #define xmlParserInputRead xmlParserInputRead__internal_alias
7656 #ifdef bottom_parserInternals
7657 #undef xmlParserInputShrink
7658 extern __typeof (xmlParserInputShrink
) xmlParserInputShrink
__attribute((alias("xmlParserInputShrink__internal_alias")));
7660 #ifndef xmlParserInputShrink
7661 extern __typeof (xmlParserInputShrink
) xmlParserInputShrink__internal_alias
__attribute((visibility("hidden")));
7662 #define xmlParserInputShrink xmlParserInputShrink__internal_alias
7667 #undef xmlParserPrintFileContext
7668 extern __typeof (xmlParserPrintFileContext
) xmlParserPrintFileContext
__attribute((alias("xmlParserPrintFileContext__internal_alias")));
7670 #ifndef xmlParserPrintFileContext
7671 extern __typeof (xmlParserPrintFileContext
) xmlParserPrintFileContext__internal_alias
__attribute((visibility("hidden")));
7672 #define xmlParserPrintFileContext xmlParserPrintFileContext__internal_alias
7677 #undef xmlParserPrintFileInfo
7678 extern __typeof (xmlParserPrintFileInfo
) xmlParserPrintFileInfo
__attribute((alias("xmlParserPrintFileInfo__internal_alias")));
7680 #ifndef xmlParserPrintFileInfo
7681 extern __typeof (xmlParserPrintFileInfo
) xmlParserPrintFileInfo__internal_alias
__attribute((visibility("hidden")));
7682 #define xmlParserPrintFileInfo xmlParserPrintFileInfo__internal_alias
7687 #undef xmlParserValidityError
7688 extern __typeof (xmlParserValidityError
) xmlParserValidityError
__attribute((alias("xmlParserValidityError__internal_alias")));
7690 #ifndef xmlParserValidityError
7691 extern __typeof (xmlParserValidityError
) xmlParserValidityError__internal_alias
__attribute((visibility("hidden")));
7692 #define xmlParserValidityError xmlParserValidityError__internal_alias
7697 #undef xmlParserValidityWarning
7698 extern __typeof (xmlParserValidityWarning
) xmlParserValidityWarning
__attribute((alias("xmlParserValidityWarning__internal_alias")));
7700 #ifndef xmlParserValidityWarning
7701 extern __typeof (xmlParserValidityWarning
) xmlParserValidityWarning__internal_alias
__attribute((visibility("hidden")));
7702 #define xmlParserValidityWarning xmlParserValidityWarning__internal_alias
7707 #undef xmlParserWarning
7708 extern __typeof (xmlParserWarning
) xmlParserWarning
__attribute((alias("xmlParserWarning__internal_alias")));
7710 #ifndef xmlParserWarning
7711 extern __typeof (xmlParserWarning
) xmlParserWarning__internal_alias
__attribute((visibility("hidden")));
7712 #define xmlParserWarning xmlParserWarning__internal_alias
7718 extern __typeof (xmlPathToURI
) xmlPathToURI
__attribute((alias("xmlPathToURI__internal_alias")));
7720 #ifndef xmlPathToURI
7721 extern __typeof (xmlPathToURI
) xmlPathToURI__internal_alias
__attribute((visibility("hidden")));
7722 #define xmlPathToURI xmlPathToURI__internal_alias
7726 #if defined(LIBXML_PATTERN_ENABLED)
7727 #ifdef bottom_pattern
7728 #undef xmlPatternFromRoot
7729 extern __typeof (xmlPatternFromRoot
) xmlPatternFromRoot
__attribute((alias("xmlPatternFromRoot__internal_alias")));
7731 #ifndef xmlPatternFromRoot
7732 extern __typeof (xmlPatternFromRoot
) xmlPatternFromRoot__internal_alias
__attribute((visibility("hidden")));
7733 #define xmlPatternFromRoot xmlPatternFromRoot__internal_alias
7738 #if defined(LIBXML_PATTERN_ENABLED)
7739 #ifdef bottom_pattern
7740 #undef xmlPatternGetStreamCtxt
7741 extern __typeof (xmlPatternGetStreamCtxt
) xmlPatternGetStreamCtxt
__attribute((alias("xmlPatternGetStreamCtxt__internal_alias")));
7743 #ifndef xmlPatternGetStreamCtxt
7744 extern __typeof (xmlPatternGetStreamCtxt
) xmlPatternGetStreamCtxt__internal_alias
__attribute((visibility("hidden")));
7745 #define xmlPatternGetStreamCtxt xmlPatternGetStreamCtxt__internal_alias
7750 #if defined(LIBXML_PATTERN_ENABLED)
7751 #ifdef bottom_pattern
7752 #undef xmlPatternMatch
7753 extern __typeof (xmlPatternMatch
) xmlPatternMatch
__attribute((alias("xmlPatternMatch__internal_alias")));
7755 #ifndef xmlPatternMatch
7756 extern __typeof (xmlPatternMatch
) xmlPatternMatch__internal_alias
__attribute((visibility("hidden")));
7757 #define xmlPatternMatch xmlPatternMatch__internal_alias
7762 #if defined(LIBXML_PATTERN_ENABLED)
7763 #ifdef bottom_pattern
7764 #undef xmlPatternMaxDepth
7765 extern __typeof (xmlPatternMaxDepth
) xmlPatternMaxDepth
__attribute((alias("xmlPatternMaxDepth__internal_alias")));
7767 #ifndef xmlPatternMaxDepth
7768 extern __typeof (xmlPatternMaxDepth
) xmlPatternMaxDepth__internal_alias
__attribute((visibility("hidden")));
7769 #define xmlPatternMaxDepth xmlPatternMaxDepth__internal_alias
7774 #if defined(LIBXML_PATTERN_ENABLED)
7775 #ifdef bottom_pattern
7776 #undef xmlPatternMinDepth
7777 extern __typeof (xmlPatternMinDepth
) xmlPatternMinDepth
__attribute((alias("xmlPatternMinDepth__internal_alias")));
7779 #ifndef xmlPatternMinDepth
7780 extern __typeof (xmlPatternMinDepth
) xmlPatternMinDepth__internal_alias
__attribute((visibility("hidden")));
7781 #define xmlPatternMinDepth xmlPatternMinDepth__internal_alias
7786 #if defined(LIBXML_PATTERN_ENABLED)
7787 #ifdef bottom_pattern
7788 #undef xmlPatternStreamable
7789 extern __typeof (xmlPatternStreamable
) xmlPatternStreamable
__attribute((alias("xmlPatternStreamable__internal_alias")));
7791 #ifndef xmlPatternStreamable
7792 extern __typeof (xmlPatternStreamable
) xmlPatternStreamable__internal_alias
__attribute((visibility("hidden")));
7793 #define xmlPatternStreamable xmlPatternStreamable__internal_alias
7798 #if defined(LIBXML_PATTERN_ENABLED)
7799 #ifdef bottom_pattern
7800 #undef xmlPatterncompile
7801 extern __typeof (xmlPatterncompile
) xmlPatterncompile
__attribute((alias("xmlPatterncompile__internal_alias")));
7803 #ifndef xmlPatterncompile
7804 extern __typeof (xmlPatterncompile
) xmlPatterncompile__internal_alias
__attribute((visibility("hidden")));
7805 #define xmlPatterncompile xmlPatterncompile__internal_alias
7810 #ifdef bottom_parserInternals
7811 #undef xmlPedanticParserDefault
7812 extern __typeof (xmlPedanticParserDefault
) xmlPedanticParserDefault
__attribute((alias("xmlPedanticParserDefault__internal_alias")));
7814 #ifndef xmlPedanticParserDefault
7815 extern __typeof (xmlPedanticParserDefault
) xmlPedanticParserDefault__internal_alias
__attribute((visibility("hidden")));
7816 #define xmlPedanticParserDefault xmlPedanticParserDefault__internal_alias
7820 #ifdef bottom_parser
7822 extern __typeof (xmlPopInput
) xmlPopInput
__attribute((alias("xmlPopInput__internal_alias")));
7825 extern __typeof (xmlPopInput
) xmlPopInput__internal_alias
__attribute((visibility("hidden")));
7826 #define xmlPopInput xmlPopInput__internal_alias
7831 #undef xmlPopInputCallbacks
7832 extern __typeof (xmlPopInputCallbacks
) xmlPopInputCallbacks
__attribute((alias("xmlPopInputCallbacks__internal_alias")));
7834 #ifndef xmlPopInputCallbacks
7835 extern __typeof (xmlPopInputCallbacks
) xmlPopInputCallbacks__internal_alias
__attribute((visibility("hidden")));
7836 #define xmlPopInputCallbacks xmlPopInputCallbacks__internal_alias
7840 #if defined(LIBXML_TREE_ENABLED)
7842 #undef xmlPreviousElementSibling
7843 extern __typeof (xmlPreviousElementSibling
) xmlPreviousElementSibling
__attribute((alias("xmlPreviousElementSibling__internal_alias")));
7845 #ifndef xmlPreviousElementSibling
7846 extern __typeof (xmlPreviousElementSibling
) xmlPreviousElementSibling__internal_alias
__attribute((visibility("hidden")));
7847 #define xmlPreviousElementSibling xmlPreviousElementSibling__internal_alias
7854 extern __typeof (xmlPrintURI
) xmlPrintURI
__attribute((alias("xmlPrintURI__internal_alias")));
7857 extern __typeof (xmlPrintURI
) xmlPrintURI__internal_alias
__attribute((visibility("hidden")));
7858 #define xmlPrintURI xmlPrintURI__internal_alias
7862 #ifdef bottom_parser
7864 extern __typeof (xmlPushInput
) xmlPushInput
__attribute((alias("xmlPushInput__internal_alias")));
7866 #ifndef xmlPushInput
7867 extern __typeof (xmlPushInput
) xmlPushInput__internal_alias
__attribute((visibility("hidden")));
7868 #define xmlPushInput xmlPushInput__internal_alias
7872 #ifdef bottom_threads
7873 #undef xmlRMutexLock
7874 extern __typeof (xmlRMutexLock
) xmlRMutexLock
__attribute((alias("xmlRMutexLock__internal_alias")));
7876 #ifndef xmlRMutexLock
7877 extern __typeof (xmlRMutexLock
) xmlRMutexLock__internal_alias
__attribute((visibility("hidden")));
7878 #define xmlRMutexLock xmlRMutexLock__internal_alias
7882 #ifdef bottom_threads
7883 #undef xmlRMutexUnlock
7884 extern __typeof (xmlRMutexUnlock
) xmlRMutexUnlock
__attribute((alias("xmlRMutexUnlock__internal_alias")));
7886 #ifndef xmlRMutexUnlock
7887 extern __typeof (xmlRMutexUnlock
) xmlRMutexUnlock__internal_alias
__attribute((visibility("hidden")));
7888 #define xmlRMutexUnlock xmlRMutexUnlock__internal_alias
7892 #ifdef bottom_parser
7894 extern __typeof (xmlReadDoc
) xmlReadDoc
__attribute((alias("xmlReadDoc__internal_alias")));
7897 extern __typeof (xmlReadDoc
) xmlReadDoc__internal_alias
__attribute((visibility("hidden")));
7898 #define xmlReadDoc xmlReadDoc__internal_alias
7902 #ifdef bottom_parser
7904 extern __typeof (xmlReadFd
) xmlReadFd
__attribute((alias("xmlReadFd__internal_alias")));
7907 extern __typeof (xmlReadFd
) xmlReadFd__internal_alias
__attribute((visibility("hidden")));
7908 #define xmlReadFd xmlReadFd__internal_alias
7912 #ifdef bottom_parser
7914 extern __typeof (xmlReadFile
) xmlReadFile
__attribute((alias("xmlReadFile__internal_alias")));
7917 extern __typeof (xmlReadFile
) xmlReadFile__internal_alias
__attribute((visibility("hidden")));
7918 #define xmlReadFile xmlReadFile__internal_alias
7922 #ifdef bottom_parser
7924 extern __typeof (xmlReadIO
) xmlReadIO
__attribute((alias("xmlReadIO__internal_alias")));
7927 extern __typeof (xmlReadIO
) xmlReadIO__internal_alias
__attribute((visibility("hidden")));
7928 #define xmlReadIO xmlReadIO__internal_alias
7932 #ifdef bottom_parser
7933 #undef xmlReadMemory
7934 extern __typeof (xmlReadMemory
) xmlReadMemory
__attribute((alias("xmlReadMemory__internal_alias")));
7936 #ifndef xmlReadMemory
7937 extern __typeof (xmlReadMemory
) xmlReadMemory__internal_alias
__attribute((visibility("hidden")));
7938 #define xmlReadMemory xmlReadMemory__internal_alias
7942 #if defined(LIBXML_READER_ENABLED)
7943 #ifdef bottom_xmlreader
7944 #undef xmlReaderForDoc
7945 extern __typeof (xmlReaderForDoc
) xmlReaderForDoc
__attribute((alias("xmlReaderForDoc__internal_alias")));
7947 #ifndef xmlReaderForDoc
7948 extern __typeof (xmlReaderForDoc
) xmlReaderForDoc__internal_alias
__attribute((visibility("hidden")));
7949 #define xmlReaderForDoc xmlReaderForDoc__internal_alias
7954 #if defined(LIBXML_READER_ENABLED)
7955 #ifdef bottom_xmlreader
7956 #undef xmlReaderForFd
7957 extern __typeof (xmlReaderForFd
) xmlReaderForFd
__attribute((alias("xmlReaderForFd__internal_alias")));
7959 #ifndef xmlReaderForFd
7960 extern __typeof (xmlReaderForFd
) xmlReaderForFd__internal_alias
__attribute((visibility("hidden")));
7961 #define xmlReaderForFd xmlReaderForFd__internal_alias
7966 #if defined(LIBXML_READER_ENABLED)
7967 #ifdef bottom_xmlreader
7968 #undef xmlReaderForFile
7969 extern __typeof (xmlReaderForFile
) xmlReaderForFile
__attribute((alias("xmlReaderForFile__internal_alias")));
7971 #ifndef xmlReaderForFile
7972 extern __typeof (xmlReaderForFile
) xmlReaderForFile__internal_alias
__attribute((visibility("hidden")));
7973 #define xmlReaderForFile xmlReaderForFile__internal_alias
7978 #if defined(LIBXML_READER_ENABLED)
7979 #ifdef bottom_xmlreader
7980 #undef xmlReaderForIO
7981 extern __typeof (xmlReaderForIO
) xmlReaderForIO
__attribute((alias("xmlReaderForIO__internal_alias")));
7983 #ifndef xmlReaderForIO
7984 extern __typeof (xmlReaderForIO
) xmlReaderForIO__internal_alias
__attribute((visibility("hidden")));
7985 #define xmlReaderForIO xmlReaderForIO__internal_alias
7990 #if defined(LIBXML_READER_ENABLED)
7991 #ifdef bottom_xmlreader
7992 #undef xmlReaderForMemory
7993 extern __typeof (xmlReaderForMemory
) xmlReaderForMemory
__attribute((alias("xmlReaderForMemory__internal_alias")));
7995 #ifndef xmlReaderForMemory
7996 extern __typeof (xmlReaderForMemory
) xmlReaderForMemory__internal_alias
__attribute((visibility("hidden")));
7997 #define xmlReaderForMemory xmlReaderForMemory__internal_alias
8002 #if defined(LIBXML_READER_ENABLED)
8003 #ifdef bottom_xmlreader
8004 #undef xmlReaderNewDoc
8005 extern __typeof (xmlReaderNewDoc
) xmlReaderNewDoc
__attribute((alias("xmlReaderNewDoc__internal_alias")));
8007 #ifndef xmlReaderNewDoc
8008 extern __typeof (xmlReaderNewDoc
) xmlReaderNewDoc__internal_alias
__attribute((visibility("hidden")));
8009 #define xmlReaderNewDoc xmlReaderNewDoc__internal_alias
8014 #if defined(LIBXML_READER_ENABLED)
8015 #ifdef bottom_xmlreader
8016 #undef xmlReaderNewFd
8017 extern __typeof (xmlReaderNewFd
) xmlReaderNewFd
__attribute((alias("xmlReaderNewFd__internal_alias")));
8019 #ifndef xmlReaderNewFd
8020 extern __typeof (xmlReaderNewFd
) xmlReaderNewFd__internal_alias
__attribute((visibility("hidden")));
8021 #define xmlReaderNewFd xmlReaderNewFd__internal_alias
8026 #if defined(LIBXML_READER_ENABLED)
8027 #ifdef bottom_xmlreader
8028 #undef xmlReaderNewFile
8029 extern __typeof (xmlReaderNewFile
) xmlReaderNewFile
__attribute((alias("xmlReaderNewFile__internal_alias")));
8031 #ifndef xmlReaderNewFile
8032 extern __typeof (xmlReaderNewFile
) xmlReaderNewFile__internal_alias
__attribute((visibility("hidden")));
8033 #define xmlReaderNewFile xmlReaderNewFile__internal_alias
8038 #if defined(LIBXML_READER_ENABLED)
8039 #ifdef bottom_xmlreader
8040 #undef xmlReaderNewIO
8041 extern __typeof (xmlReaderNewIO
) xmlReaderNewIO
__attribute((alias("xmlReaderNewIO__internal_alias")));
8043 #ifndef xmlReaderNewIO
8044 extern __typeof (xmlReaderNewIO
) xmlReaderNewIO__internal_alias
__attribute((visibility("hidden")));
8045 #define xmlReaderNewIO xmlReaderNewIO__internal_alias
8050 #if defined(LIBXML_READER_ENABLED)
8051 #ifdef bottom_xmlreader
8052 #undef xmlReaderNewMemory
8053 extern __typeof (xmlReaderNewMemory
) xmlReaderNewMemory
__attribute((alias("xmlReaderNewMemory__internal_alias")));
8055 #ifndef xmlReaderNewMemory
8056 extern __typeof (xmlReaderNewMemory
) xmlReaderNewMemory__internal_alias
__attribute((visibility("hidden")));
8057 #define xmlReaderNewMemory xmlReaderNewMemory__internal_alias
8062 #if defined(LIBXML_READER_ENABLED)
8063 #ifdef bottom_xmlreader
8064 #undef xmlReaderNewWalker
8065 extern __typeof (xmlReaderNewWalker
) xmlReaderNewWalker
__attribute((alias("xmlReaderNewWalker__internal_alias")));
8067 #ifndef xmlReaderNewWalker
8068 extern __typeof (xmlReaderNewWalker
) xmlReaderNewWalker__internal_alias
__attribute((visibility("hidden")));
8069 #define xmlReaderNewWalker xmlReaderNewWalker__internal_alias
8074 #if defined(LIBXML_READER_ENABLED)
8075 #ifdef bottom_xmlreader
8076 #undef xmlReaderWalker
8077 extern __typeof (xmlReaderWalker
) xmlReaderWalker
__attribute((alias("xmlReaderWalker__internal_alias")));
8079 #ifndef xmlReaderWalker
8080 extern __typeof (xmlReaderWalker
) xmlReaderWalker__internal_alias
__attribute((visibility("hidden")));
8081 #define xmlReaderWalker xmlReaderWalker__internal_alias
8086 #ifdef bottom_xmlmemory
8087 #undef xmlReallocLoc
8088 extern __typeof (xmlReallocLoc
) xmlReallocLoc
__attribute((alias("xmlReallocLoc__internal_alias")));
8090 #ifndef xmlReallocLoc
8091 extern __typeof (xmlReallocLoc
) xmlReallocLoc__internal_alias
__attribute((visibility("hidden")));
8092 #define xmlReallocLoc xmlReallocLoc__internal_alias
8096 #if defined(LIBXML_TREE_ENABLED)
8098 #undef xmlReconciliateNs
8099 extern __typeof (xmlReconciliateNs
) xmlReconciliateNs
__attribute((alias("xmlReconciliateNs__internal_alias")));
8101 #ifndef xmlReconciliateNs
8102 extern __typeof (xmlReconciliateNs
) xmlReconciliateNs__internal_alias
__attribute((visibility("hidden")));
8103 #define xmlReconciliateNs xmlReconciliateNs__internal_alias
8108 #if defined(LIBXML_SAX1_ENABLED)
8109 #ifdef bottom_parser
8110 #undef xmlRecoverDoc
8111 extern __typeof (xmlRecoverDoc
) xmlRecoverDoc
__attribute((alias("xmlRecoverDoc__internal_alias")));
8113 #ifndef xmlRecoverDoc
8114 extern __typeof (xmlRecoverDoc
) xmlRecoverDoc__internal_alias
__attribute((visibility("hidden")));
8115 #define xmlRecoverDoc xmlRecoverDoc__internal_alias
8120 #if defined(LIBXML_SAX1_ENABLED)
8121 #ifdef bottom_parser
8122 #undef xmlRecoverFile
8123 extern __typeof (xmlRecoverFile
) xmlRecoverFile
__attribute((alias("xmlRecoverFile__internal_alias")));
8125 #ifndef xmlRecoverFile
8126 extern __typeof (xmlRecoverFile
) xmlRecoverFile__internal_alias
__attribute((visibility("hidden")));
8127 #define xmlRecoverFile xmlRecoverFile__internal_alias
8132 #if defined(LIBXML_SAX1_ENABLED)
8133 #ifdef bottom_parser
8134 #undef xmlRecoverMemory
8135 extern __typeof (xmlRecoverMemory
) xmlRecoverMemory
__attribute((alias("xmlRecoverMemory__internal_alias")));
8137 #ifndef xmlRecoverMemory
8138 extern __typeof (xmlRecoverMemory
) xmlRecoverMemory__internal_alias
__attribute((visibility("hidden")));
8139 #define xmlRecoverMemory xmlRecoverMemory__internal_alias
8144 #if defined(LIBXML_REGEXP_ENABLED)
8145 #ifdef bottom_xmlregexp
8146 #undef xmlRegExecErrInfo
8147 extern __typeof (xmlRegExecErrInfo
) xmlRegExecErrInfo
__attribute((alias("xmlRegExecErrInfo__internal_alias")));
8149 #ifndef xmlRegExecErrInfo
8150 extern __typeof (xmlRegExecErrInfo
) xmlRegExecErrInfo__internal_alias
__attribute((visibility("hidden")));
8151 #define xmlRegExecErrInfo xmlRegExecErrInfo__internal_alias
8156 #if defined(LIBXML_REGEXP_ENABLED)
8157 #ifdef bottom_xmlregexp
8158 #undef xmlRegExecNextValues
8159 extern __typeof (xmlRegExecNextValues
) xmlRegExecNextValues
__attribute((alias("xmlRegExecNextValues__internal_alias")));
8161 #ifndef xmlRegExecNextValues
8162 extern __typeof (xmlRegExecNextValues
) xmlRegExecNextValues__internal_alias
__attribute((visibility("hidden")));
8163 #define xmlRegExecNextValues xmlRegExecNextValues__internal_alias
8168 #if defined(LIBXML_REGEXP_ENABLED)
8169 #ifdef bottom_xmlregexp
8170 #undef xmlRegExecPushString
8171 extern __typeof (xmlRegExecPushString
) xmlRegExecPushString
__attribute((alias("xmlRegExecPushString__internal_alias")));
8173 #ifndef xmlRegExecPushString
8174 extern __typeof (xmlRegExecPushString
) xmlRegExecPushString__internal_alias
__attribute((visibility("hidden")));
8175 #define xmlRegExecPushString xmlRegExecPushString__internal_alias
8180 #if defined(LIBXML_REGEXP_ENABLED)
8181 #ifdef bottom_xmlregexp
8182 #undef xmlRegExecPushString2
8183 extern __typeof (xmlRegExecPushString2
) xmlRegExecPushString2
__attribute((alias("xmlRegExecPushString2__internal_alias")));
8185 #ifndef xmlRegExecPushString2
8186 extern __typeof (xmlRegExecPushString2
) xmlRegExecPushString2__internal_alias
__attribute((visibility("hidden")));
8187 #define xmlRegExecPushString2 xmlRegExecPushString2__internal_alias
8192 #if defined(LIBXML_REGEXP_ENABLED)
8193 #ifdef bottom_xmlregexp
8194 #undef xmlRegFreeExecCtxt
8195 extern __typeof (xmlRegFreeExecCtxt
) xmlRegFreeExecCtxt
__attribute((alias("xmlRegFreeExecCtxt__internal_alias")));
8197 #ifndef xmlRegFreeExecCtxt
8198 extern __typeof (xmlRegFreeExecCtxt
) xmlRegFreeExecCtxt__internal_alias
__attribute((visibility("hidden")));
8199 #define xmlRegFreeExecCtxt xmlRegFreeExecCtxt__internal_alias
8204 #if defined(LIBXML_REGEXP_ENABLED)
8205 #ifdef bottom_xmlregexp
8206 #undef xmlRegFreeRegexp
8207 extern __typeof (xmlRegFreeRegexp
) xmlRegFreeRegexp
__attribute((alias("xmlRegFreeRegexp__internal_alias")));
8209 #ifndef xmlRegFreeRegexp
8210 extern __typeof (xmlRegFreeRegexp
) xmlRegFreeRegexp__internal_alias
__attribute((visibility("hidden")));
8211 #define xmlRegFreeRegexp xmlRegFreeRegexp__internal_alias
8216 #if defined(LIBXML_REGEXP_ENABLED)
8217 #ifdef bottom_xmlregexp
8218 #undef xmlRegNewExecCtxt
8219 extern __typeof (xmlRegNewExecCtxt
) xmlRegNewExecCtxt
__attribute((alias("xmlRegNewExecCtxt__internal_alias")));
8221 #ifndef xmlRegNewExecCtxt
8222 extern __typeof (xmlRegNewExecCtxt
) xmlRegNewExecCtxt__internal_alias
__attribute((visibility("hidden")));
8223 #define xmlRegNewExecCtxt xmlRegNewExecCtxt__internal_alias
8228 #if defined(LIBXML_REGEXP_ENABLED)
8229 #ifdef bottom_xmlregexp
8230 #undef xmlRegexpCompile
8231 extern __typeof (xmlRegexpCompile
) xmlRegexpCompile
__attribute((alias("xmlRegexpCompile__internal_alias")));
8233 #ifndef xmlRegexpCompile
8234 extern __typeof (xmlRegexpCompile
) xmlRegexpCompile__internal_alias
__attribute((visibility("hidden")));
8235 #define xmlRegexpCompile xmlRegexpCompile__internal_alias
8240 #if defined(LIBXML_REGEXP_ENABLED)
8241 #ifdef bottom_xmlregexp
8242 #undef xmlRegexpExec
8243 extern __typeof (xmlRegexpExec
) xmlRegexpExec
__attribute((alias("xmlRegexpExec__internal_alias")));
8245 #ifndef xmlRegexpExec
8246 extern __typeof (xmlRegexpExec
) xmlRegexpExec__internal_alias
__attribute((visibility("hidden")));
8247 #define xmlRegexpExec xmlRegexpExec__internal_alias
8252 #if defined(LIBXML_REGEXP_ENABLED)
8253 #ifdef bottom_xmlregexp
8254 #undef xmlRegexpIsDeterminist
8255 extern __typeof (xmlRegexpIsDeterminist
) xmlRegexpIsDeterminist
__attribute((alias("xmlRegexpIsDeterminist__internal_alias")));
8257 #ifndef xmlRegexpIsDeterminist
8258 extern __typeof (xmlRegexpIsDeterminist
) xmlRegexpIsDeterminist__internal_alias
__attribute((visibility("hidden")));
8259 #define xmlRegexpIsDeterminist xmlRegexpIsDeterminist__internal_alias
8264 #if defined(LIBXML_REGEXP_ENABLED)
8265 #ifdef bottom_xmlregexp
8266 #undef xmlRegexpPrint
8267 extern __typeof (xmlRegexpPrint
) xmlRegexpPrint
__attribute((alias("xmlRegexpPrint__internal_alias")));
8269 #ifndef xmlRegexpPrint
8270 extern __typeof (xmlRegexpPrint
) xmlRegexpPrint__internal_alias
__attribute((visibility("hidden")));
8271 #define xmlRegexpPrint xmlRegexpPrint__internal_alias
8276 #ifdef bottom_encoding
8277 #undef xmlRegisterCharEncodingHandler
8278 extern __typeof (xmlRegisterCharEncodingHandler
) xmlRegisterCharEncodingHandler
__attribute((alias("xmlRegisterCharEncodingHandler__internal_alias")));
8280 #ifndef xmlRegisterCharEncodingHandler
8281 extern __typeof (xmlRegisterCharEncodingHandler
) xmlRegisterCharEncodingHandler__internal_alias
__attribute((visibility("hidden")));
8282 #define xmlRegisterCharEncodingHandler xmlRegisterCharEncodingHandler__internal_alias
8287 #undef xmlRegisterDefaultInputCallbacks
8288 extern __typeof (xmlRegisterDefaultInputCallbacks
) xmlRegisterDefaultInputCallbacks
__attribute((alias("xmlRegisterDefaultInputCallbacks__internal_alias")));
8290 #ifndef xmlRegisterDefaultInputCallbacks
8291 extern __typeof (xmlRegisterDefaultInputCallbacks
) xmlRegisterDefaultInputCallbacks__internal_alias
__attribute((visibility("hidden")));
8292 #define xmlRegisterDefaultInputCallbacks xmlRegisterDefaultInputCallbacks__internal_alias
8296 #if defined(LIBXML_OUTPUT_ENABLED)
8298 #undef xmlRegisterDefaultOutputCallbacks
8299 extern __typeof (xmlRegisterDefaultOutputCallbacks
) xmlRegisterDefaultOutputCallbacks
__attribute((alias("xmlRegisterDefaultOutputCallbacks__internal_alias")));
8301 #ifndef xmlRegisterDefaultOutputCallbacks
8302 extern __typeof (xmlRegisterDefaultOutputCallbacks
) xmlRegisterDefaultOutputCallbacks__internal_alias
__attribute((visibility("hidden")));
8303 #define xmlRegisterDefaultOutputCallbacks xmlRegisterDefaultOutputCallbacks__internal_alias
8308 #if defined(LIBXML_OUTPUT_ENABLED) && defined(LIBXML_HTTP_ENABLED)
8310 #undef xmlRegisterHTTPPostCallbacks
8311 extern __typeof (xmlRegisterHTTPPostCallbacks
) xmlRegisterHTTPPostCallbacks
__attribute((alias("xmlRegisterHTTPPostCallbacks__internal_alias")));
8313 #ifndef xmlRegisterHTTPPostCallbacks
8314 extern __typeof (xmlRegisterHTTPPostCallbacks
) xmlRegisterHTTPPostCallbacks__internal_alias
__attribute((visibility("hidden")));
8315 #define xmlRegisterHTTPPostCallbacks xmlRegisterHTTPPostCallbacks__internal_alias
8321 #undef xmlRegisterInputCallbacks
8322 extern __typeof (xmlRegisterInputCallbacks
) xmlRegisterInputCallbacks
__attribute((alias("xmlRegisterInputCallbacks__internal_alias")));
8324 #ifndef xmlRegisterInputCallbacks
8325 extern __typeof (xmlRegisterInputCallbacks
) xmlRegisterInputCallbacks__internal_alias
__attribute((visibility("hidden")));
8326 #define xmlRegisterInputCallbacks xmlRegisterInputCallbacks__internal_alias
8330 #ifdef bottom_globals
8331 #undef xmlRegisterNodeDefault
8332 extern __typeof (xmlRegisterNodeDefault
) xmlRegisterNodeDefault
__attribute((alias("xmlRegisterNodeDefault__internal_alias")));
8334 #ifndef xmlRegisterNodeDefault
8335 extern __typeof (xmlRegisterNodeDefault
) xmlRegisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
8336 #define xmlRegisterNodeDefault xmlRegisterNodeDefault__internal_alias
8340 #if defined(LIBXML_OUTPUT_ENABLED)
8342 #undef xmlRegisterOutputCallbacks
8343 extern __typeof (xmlRegisterOutputCallbacks
) xmlRegisterOutputCallbacks
__attribute((alias("xmlRegisterOutputCallbacks__internal_alias")));
8345 #ifndef xmlRegisterOutputCallbacks
8346 extern __typeof (xmlRegisterOutputCallbacks
) xmlRegisterOutputCallbacks__internal_alias
__attribute((visibility("hidden")));
8347 #define xmlRegisterOutputCallbacks xmlRegisterOutputCallbacks__internal_alias
8352 #if defined(LIBXML_SCHEMAS_ENABLED)
8353 #ifdef bottom_relaxng
8354 #undef xmlRelaxNGCleanupTypes
8355 extern __typeof (xmlRelaxNGCleanupTypes
) xmlRelaxNGCleanupTypes
__attribute((alias("xmlRelaxNGCleanupTypes__internal_alias")));
8357 #ifndef xmlRelaxNGCleanupTypes
8358 extern __typeof (xmlRelaxNGCleanupTypes
) xmlRelaxNGCleanupTypes__internal_alias
__attribute((visibility("hidden")));
8359 #define xmlRelaxNGCleanupTypes xmlRelaxNGCleanupTypes__internal_alias
8364 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
8365 #ifdef bottom_relaxng
8366 #undef xmlRelaxNGDump
8367 extern __typeof (xmlRelaxNGDump
) xmlRelaxNGDump
__attribute((alias("xmlRelaxNGDump__internal_alias")));
8369 #ifndef xmlRelaxNGDump
8370 extern __typeof (xmlRelaxNGDump
) xmlRelaxNGDump__internal_alias
__attribute((visibility("hidden")));
8371 #define xmlRelaxNGDump xmlRelaxNGDump__internal_alias
8376 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
8377 #ifdef bottom_relaxng
8378 #undef xmlRelaxNGDumpTree
8379 extern __typeof (xmlRelaxNGDumpTree
) xmlRelaxNGDumpTree
__attribute((alias("xmlRelaxNGDumpTree__internal_alias")));
8381 #ifndef xmlRelaxNGDumpTree
8382 extern __typeof (xmlRelaxNGDumpTree
) xmlRelaxNGDumpTree__internal_alias
__attribute((visibility("hidden")));
8383 #define xmlRelaxNGDumpTree xmlRelaxNGDumpTree__internal_alias
8388 #if defined(LIBXML_SCHEMAS_ENABLED)
8389 #ifdef bottom_relaxng
8390 #undef xmlRelaxNGFree
8391 extern __typeof (xmlRelaxNGFree
) xmlRelaxNGFree
__attribute((alias("xmlRelaxNGFree__internal_alias")));
8393 #ifndef xmlRelaxNGFree
8394 extern __typeof (xmlRelaxNGFree
) xmlRelaxNGFree__internal_alias
__attribute((visibility("hidden")));
8395 #define xmlRelaxNGFree xmlRelaxNGFree__internal_alias
8400 #if defined(LIBXML_SCHEMAS_ENABLED)
8401 #ifdef bottom_relaxng
8402 #undef xmlRelaxNGFreeParserCtxt
8403 extern __typeof (xmlRelaxNGFreeParserCtxt
) xmlRelaxNGFreeParserCtxt
__attribute((alias("xmlRelaxNGFreeParserCtxt__internal_alias")));
8405 #ifndef xmlRelaxNGFreeParserCtxt
8406 extern __typeof (xmlRelaxNGFreeParserCtxt
) xmlRelaxNGFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
8407 #define xmlRelaxNGFreeParserCtxt xmlRelaxNGFreeParserCtxt__internal_alias
8412 #if defined(LIBXML_SCHEMAS_ENABLED)
8413 #ifdef bottom_relaxng
8414 #undef xmlRelaxNGFreeValidCtxt
8415 extern __typeof (xmlRelaxNGFreeValidCtxt
) xmlRelaxNGFreeValidCtxt
__attribute((alias("xmlRelaxNGFreeValidCtxt__internal_alias")));
8417 #ifndef xmlRelaxNGFreeValidCtxt
8418 extern __typeof (xmlRelaxNGFreeValidCtxt
) xmlRelaxNGFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
8419 #define xmlRelaxNGFreeValidCtxt xmlRelaxNGFreeValidCtxt__internal_alias
8424 #if defined(LIBXML_SCHEMAS_ENABLED)
8425 #ifdef bottom_relaxng
8426 #undef xmlRelaxNGGetParserErrors
8427 extern __typeof (xmlRelaxNGGetParserErrors
) xmlRelaxNGGetParserErrors
__attribute((alias("xmlRelaxNGGetParserErrors__internal_alias")));
8429 #ifndef xmlRelaxNGGetParserErrors
8430 extern __typeof (xmlRelaxNGGetParserErrors
) xmlRelaxNGGetParserErrors__internal_alias
__attribute((visibility("hidden")));
8431 #define xmlRelaxNGGetParserErrors xmlRelaxNGGetParserErrors__internal_alias
8436 #if defined(LIBXML_SCHEMAS_ENABLED)
8437 #ifdef bottom_relaxng
8438 #undef xmlRelaxNGGetValidErrors
8439 extern __typeof (xmlRelaxNGGetValidErrors
) xmlRelaxNGGetValidErrors
__attribute((alias("xmlRelaxNGGetValidErrors__internal_alias")));
8441 #ifndef xmlRelaxNGGetValidErrors
8442 extern __typeof (xmlRelaxNGGetValidErrors
) xmlRelaxNGGetValidErrors__internal_alias
__attribute((visibility("hidden")));
8443 #define xmlRelaxNGGetValidErrors xmlRelaxNGGetValidErrors__internal_alias
8448 #if defined(LIBXML_SCHEMAS_ENABLED)
8449 #ifdef bottom_relaxng
8450 #undef xmlRelaxNGInitTypes
8451 extern __typeof (xmlRelaxNGInitTypes
) xmlRelaxNGInitTypes
__attribute((alias("xmlRelaxNGInitTypes__internal_alias")));
8453 #ifndef xmlRelaxNGInitTypes
8454 extern __typeof (xmlRelaxNGInitTypes
) xmlRelaxNGInitTypes__internal_alias
__attribute((visibility("hidden")));
8455 #define xmlRelaxNGInitTypes xmlRelaxNGInitTypes__internal_alias
8460 #if defined(LIBXML_SCHEMAS_ENABLED)
8461 #ifdef bottom_relaxng
8462 #undef xmlRelaxNGNewDocParserCtxt
8463 extern __typeof (xmlRelaxNGNewDocParserCtxt
) xmlRelaxNGNewDocParserCtxt
__attribute((alias("xmlRelaxNGNewDocParserCtxt__internal_alias")));
8465 #ifndef xmlRelaxNGNewDocParserCtxt
8466 extern __typeof (xmlRelaxNGNewDocParserCtxt
) xmlRelaxNGNewDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
8467 #define xmlRelaxNGNewDocParserCtxt xmlRelaxNGNewDocParserCtxt__internal_alias
8472 #if defined(LIBXML_SCHEMAS_ENABLED)
8473 #ifdef bottom_relaxng
8474 #undef xmlRelaxNGNewMemParserCtxt
8475 extern __typeof (xmlRelaxNGNewMemParserCtxt
) xmlRelaxNGNewMemParserCtxt
__attribute((alias("xmlRelaxNGNewMemParserCtxt__internal_alias")));
8477 #ifndef xmlRelaxNGNewMemParserCtxt
8478 extern __typeof (xmlRelaxNGNewMemParserCtxt
) xmlRelaxNGNewMemParserCtxt__internal_alias
__attribute((visibility("hidden")));
8479 #define xmlRelaxNGNewMemParserCtxt xmlRelaxNGNewMemParserCtxt__internal_alias
8484 #if defined(LIBXML_SCHEMAS_ENABLED)
8485 #ifdef bottom_relaxng
8486 #undef xmlRelaxNGNewParserCtxt
8487 extern __typeof (xmlRelaxNGNewParserCtxt
) xmlRelaxNGNewParserCtxt
__attribute((alias("xmlRelaxNGNewParserCtxt__internal_alias")));
8489 #ifndef xmlRelaxNGNewParserCtxt
8490 extern __typeof (xmlRelaxNGNewParserCtxt
) xmlRelaxNGNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
8491 #define xmlRelaxNGNewParserCtxt xmlRelaxNGNewParserCtxt__internal_alias
8496 #if defined(LIBXML_SCHEMAS_ENABLED)
8497 #ifdef bottom_relaxng
8498 #undef xmlRelaxNGNewValidCtxt
8499 extern __typeof (xmlRelaxNGNewValidCtxt
) xmlRelaxNGNewValidCtxt
__attribute((alias("xmlRelaxNGNewValidCtxt__internal_alias")));
8501 #ifndef xmlRelaxNGNewValidCtxt
8502 extern __typeof (xmlRelaxNGNewValidCtxt
) xmlRelaxNGNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
8503 #define xmlRelaxNGNewValidCtxt xmlRelaxNGNewValidCtxt__internal_alias
8508 #if defined(LIBXML_SCHEMAS_ENABLED)
8509 #ifdef bottom_relaxng
8510 #undef xmlRelaxNGParse
8511 extern __typeof (xmlRelaxNGParse
) xmlRelaxNGParse
__attribute((alias("xmlRelaxNGParse__internal_alias")));
8513 #ifndef xmlRelaxNGParse
8514 extern __typeof (xmlRelaxNGParse
) xmlRelaxNGParse__internal_alias
__attribute((visibility("hidden")));
8515 #define xmlRelaxNGParse xmlRelaxNGParse__internal_alias
8520 #if defined(LIBXML_SCHEMAS_ENABLED)
8521 #ifdef bottom_relaxng
8522 #undef xmlRelaxNGSetParserErrors
8523 extern __typeof (xmlRelaxNGSetParserErrors
) xmlRelaxNGSetParserErrors
__attribute((alias("xmlRelaxNGSetParserErrors__internal_alias")));
8525 #ifndef xmlRelaxNGSetParserErrors
8526 extern __typeof (xmlRelaxNGSetParserErrors
) xmlRelaxNGSetParserErrors__internal_alias
__attribute((visibility("hidden")));
8527 #define xmlRelaxNGSetParserErrors xmlRelaxNGSetParserErrors__internal_alias
8532 #if defined(LIBXML_SCHEMAS_ENABLED)
8533 #ifdef bottom_relaxng
8534 #undef xmlRelaxNGSetParserStructuredErrors
8535 extern __typeof (xmlRelaxNGSetParserStructuredErrors
) xmlRelaxNGSetParserStructuredErrors
__attribute((alias("xmlRelaxNGSetParserStructuredErrors__internal_alias")));
8537 #ifndef xmlRelaxNGSetParserStructuredErrors
8538 extern __typeof (xmlRelaxNGSetParserStructuredErrors
) xmlRelaxNGSetParserStructuredErrors__internal_alias
__attribute((visibility("hidden")));
8539 #define xmlRelaxNGSetParserStructuredErrors xmlRelaxNGSetParserStructuredErrors__internal_alias
8544 #if defined(LIBXML_SCHEMAS_ENABLED)
8545 #ifdef bottom_relaxng
8546 #undef xmlRelaxNGSetValidErrors
8547 extern __typeof (xmlRelaxNGSetValidErrors
) xmlRelaxNGSetValidErrors
__attribute((alias("xmlRelaxNGSetValidErrors__internal_alias")));
8549 #ifndef xmlRelaxNGSetValidErrors
8550 extern __typeof (xmlRelaxNGSetValidErrors
) xmlRelaxNGSetValidErrors__internal_alias
__attribute((visibility("hidden")));
8551 #define xmlRelaxNGSetValidErrors xmlRelaxNGSetValidErrors__internal_alias
8556 #if defined(LIBXML_SCHEMAS_ENABLED)
8557 #ifdef bottom_relaxng
8558 #undef xmlRelaxNGSetValidStructuredErrors
8559 extern __typeof (xmlRelaxNGSetValidStructuredErrors
) xmlRelaxNGSetValidStructuredErrors
__attribute((alias("xmlRelaxNGSetValidStructuredErrors__internal_alias")));
8561 #ifndef xmlRelaxNGSetValidStructuredErrors
8562 extern __typeof (xmlRelaxNGSetValidStructuredErrors
) xmlRelaxNGSetValidStructuredErrors__internal_alias
__attribute((visibility("hidden")));
8563 #define xmlRelaxNGSetValidStructuredErrors xmlRelaxNGSetValidStructuredErrors__internal_alias
8568 #if defined(LIBXML_SCHEMAS_ENABLED)
8569 #ifdef bottom_relaxng
8570 #undef xmlRelaxNGValidateDoc
8571 extern __typeof (xmlRelaxNGValidateDoc
) xmlRelaxNGValidateDoc
__attribute((alias("xmlRelaxNGValidateDoc__internal_alias")));
8573 #ifndef xmlRelaxNGValidateDoc
8574 extern __typeof (xmlRelaxNGValidateDoc
) xmlRelaxNGValidateDoc__internal_alias
__attribute((visibility("hidden")));
8575 #define xmlRelaxNGValidateDoc xmlRelaxNGValidateDoc__internal_alias
8580 #if defined(LIBXML_SCHEMAS_ENABLED)
8581 #ifdef bottom_relaxng
8582 #undef xmlRelaxNGValidateFullElement
8583 extern __typeof (xmlRelaxNGValidateFullElement
) xmlRelaxNGValidateFullElement
__attribute((alias("xmlRelaxNGValidateFullElement__internal_alias")));
8585 #ifndef xmlRelaxNGValidateFullElement
8586 extern __typeof (xmlRelaxNGValidateFullElement
) xmlRelaxNGValidateFullElement__internal_alias
__attribute((visibility("hidden")));
8587 #define xmlRelaxNGValidateFullElement xmlRelaxNGValidateFullElement__internal_alias
8592 #if defined(LIBXML_SCHEMAS_ENABLED)
8593 #ifdef bottom_relaxng
8594 #undef xmlRelaxNGValidatePopElement
8595 extern __typeof (xmlRelaxNGValidatePopElement
) xmlRelaxNGValidatePopElement
__attribute((alias("xmlRelaxNGValidatePopElement__internal_alias")));
8597 #ifndef xmlRelaxNGValidatePopElement
8598 extern __typeof (xmlRelaxNGValidatePopElement
) xmlRelaxNGValidatePopElement__internal_alias
__attribute((visibility("hidden")));
8599 #define xmlRelaxNGValidatePopElement xmlRelaxNGValidatePopElement__internal_alias
8604 #if defined(LIBXML_SCHEMAS_ENABLED)
8605 #ifdef bottom_relaxng
8606 #undef xmlRelaxNGValidatePushCData
8607 extern __typeof (xmlRelaxNGValidatePushCData
) xmlRelaxNGValidatePushCData
__attribute((alias("xmlRelaxNGValidatePushCData__internal_alias")));
8609 #ifndef xmlRelaxNGValidatePushCData
8610 extern __typeof (xmlRelaxNGValidatePushCData
) xmlRelaxNGValidatePushCData__internal_alias
__attribute((visibility("hidden")));
8611 #define xmlRelaxNGValidatePushCData xmlRelaxNGValidatePushCData__internal_alias
8616 #if defined(LIBXML_SCHEMAS_ENABLED)
8617 #ifdef bottom_relaxng
8618 #undef xmlRelaxNGValidatePushElement
8619 extern __typeof (xmlRelaxNGValidatePushElement
) xmlRelaxNGValidatePushElement
__attribute((alias("xmlRelaxNGValidatePushElement__internal_alias")));
8621 #ifndef xmlRelaxNGValidatePushElement
8622 extern __typeof (xmlRelaxNGValidatePushElement
) xmlRelaxNGValidatePushElement__internal_alias
__attribute((visibility("hidden")));
8623 #define xmlRelaxNGValidatePushElement xmlRelaxNGValidatePushElement__internal_alias
8628 #if defined(LIBXML_SCHEMAS_ENABLED)
8629 #ifdef bottom_relaxng
8630 #undef xmlRelaxParserSetFlag
8631 extern __typeof (xmlRelaxParserSetFlag
) xmlRelaxParserSetFlag
__attribute((alias("xmlRelaxParserSetFlag__internal_alias")));
8633 #ifndef xmlRelaxParserSetFlag
8634 extern __typeof (xmlRelaxParserSetFlag
) xmlRelaxParserSetFlag__internal_alias
__attribute((visibility("hidden")));
8635 #define xmlRelaxParserSetFlag xmlRelaxParserSetFlag__internal_alias
8642 extern __typeof (xmlRemoveID
) xmlRemoveID
__attribute((alias("xmlRemoveID__internal_alias")));
8645 extern __typeof (xmlRemoveID
) xmlRemoveID__internal_alias
__attribute((visibility("hidden")));
8646 #define xmlRemoveID xmlRemoveID__internal_alias
8651 #undef xmlRemoveProp
8652 extern __typeof (xmlRemoveProp
) xmlRemoveProp
__attribute((alias("xmlRemoveProp__internal_alias")));
8654 #ifndef xmlRemoveProp
8655 extern __typeof (xmlRemoveProp
) xmlRemoveProp__internal_alias
__attribute((visibility("hidden")));
8656 #define xmlRemoveProp xmlRemoveProp__internal_alias
8662 extern __typeof (xmlRemoveRef
) xmlRemoveRef
__attribute((alias("xmlRemoveRef__internal_alias")));
8664 #ifndef xmlRemoveRef
8665 extern __typeof (xmlRemoveRef
) xmlRemoveRef__internal_alias
__attribute((visibility("hidden")));
8666 #define xmlRemoveRef xmlRemoveRef__internal_alias
8670 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_WRITER_ENABLED)
8672 #undef xmlReplaceNode
8673 extern __typeof (xmlReplaceNode
) xmlReplaceNode
__attribute((alias("xmlReplaceNode__internal_alias")));
8675 #ifndef xmlReplaceNode
8676 extern __typeof (xmlReplaceNode
) xmlReplaceNode__internal_alias
__attribute((visibility("hidden")));
8677 #define xmlReplaceNode xmlReplaceNode__internal_alias
8683 #undef xmlResetError
8684 extern __typeof (xmlResetError
) xmlResetError
__attribute((alias("xmlResetError__internal_alias")));
8686 #ifndef xmlResetError
8687 extern __typeof (xmlResetError
) xmlResetError__internal_alias
__attribute((visibility("hidden")));
8688 #define xmlResetError xmlResetError__internal_alias
8693 #undef xmlResetLastError
8694 extern __typeof (xmlResetLastError
) xmlResetLastError
__attribute((alias("xmlResetLastError__internal_alias")));
8696 #ifndef xmlResetLastError
8697 extern __typeof (xmlResetLastError
) xmlResetLastError__internal_alias
__attribute((visibility("hidden")));
8698 #define xmlResetLastError xmlResetLastError__internal_alias
8703 #undef xmlSAX2AttributeDecl
8704 extern __typeof (xmlSAX2AttributeDecl
) xmlSAX2AttributeDecl
__attribute((alias("xmlSAX2AttributeDecl__internal_alias")));
8706 #ifndef xmlSAX2AttributeDecl
8707 extern __typeof (xmlSAX2AttributeDecl
) xmlSAX2AttributeDecl__internal_alias
__attribute((visibility("hidden")));
8708 #define xmlSAX2AttributeDecl xmlSAX2AttributeDecl__internal_alias
8713 #undef xmlSAX2CDataBlock
8714 extern __typeof (xmlSAX2CDataBlock
) xmlSAX2CDataBlock
__attribute((alias("xmlSAX2CDataBlock__internal_alias")));
8716 #ifndef xmlSAX2CDataBlock
8717 extern __typeof (xmlSAX2CDataBlock
) xmlSAX2CDataBlock__internal_alias
__attribute((visibility("hidden")));
8718 #define xmlSAX2CDataBlock xmlSAX2CDataBlock__internal_alias
8723 #undef xmlSAX2Characters
8724 extern __typeof (xmlSAX2Characters
) xmlSAX2Characters
__attribute((alias("xmlSAX2Characters__internal_alias")));
8726 #ifndef xmlSAX2Characters
8727 extern __typeof (xmlSAX2Characters
) xmlSAX2Characters__internal_alias
__attribute((visibility("hidden")));
8728 #define xmlSAX2Characters xmlSAX2Characters__internal_alias
8733 #undef xmlSAX2Comment
8734 extern __typeof (xmlSAX2Comment
) xmlSAX2Comment
__attribute((alias("xmlSAX2Comment__internal_alias")));
8736 #ifndef xmlSAX2Comment
8737 extern __typeof (xmlSAX2Comment
) xmlSAX2Comment__internal_alias
__attribute((visibility("hidden")));
8738 #define xmlSAX2Comment xmlSAX2Comment__internal_alias
8743 #undef xmlSAX2ElementDecl
8744 extern __typeof (xmlSAX2ElementDecl
) xmlSAX2ElementDecl
__attribute((alias("xmlSAX2ElementDecl__internal_alias")));
8746 #ifndef xmlSAX2ElementDecl
8747 extern __typeof (xmlSAX2ElementDecl
) xmlSAX2ElementDecl__internal_alias
__attribute((visibility("hidden")));
8748 #define xmlSAX2ElementDecl xmlSAX2ElementDecl__internal_alias
8753 #undef xmlSAX2EndDocument
8754 extern __typeof (xmlSAX2EndDocument
) xmlSAX2EndDocument
__attribute((alias("xmlSAX2EndDocument__internal_alias")));
8756 #ifndef xmlSAX2EndDocument
8757 extern __typeof (xmlSAX2EndDocument
) xmlSAX2EndDocument__internal_alias
__attribute((visibility("hidden")));
8758 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias
8762 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED)
8764 #undef xmlSAX2EndElement
8765 extern __typeof (xmlSAX2EndElement
) xmlSAX2EndElement
__attribute((alias("xmlSAX2EndElement__internal_alias")));
8767 #ifndef xmlSAX2EndElement
8768 extern __typeof (xmlSAX2EndElement
) xmlSAX2EndElement__internal_alias
__attribute((visibility("hidden")));
8769 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias
8775 #undef xmlSAX2EndElementNs
8776 extern __typeof (xmlSAX2EndElementNs
) xmlSAX2EndElementNs
__attribute((alias("xmlSAX2EndElementNs__internal_alias")));
8778 #ifndef xmlSAX2EndElementNs
8779 extern __typeof (xmlSAX2EndElementNs
) xmlSAX2EndElementNs__internal_alias
__attribute((visibility("hidden")));
8780 #define xmlSAX2EndElementNs xmlSAX2EndElementNs__internal_alias
8785 #undef xmlSAX2EntityDecl
8786 extern __typeof (xmlSAX2EntityDecl
) xmlSAX2EntityDecl
__attribute((alias("xmlSAX2EntityDecl__internal_alias")));
8788 #ifndef xmlSAX2EntityDecl
8789 extern __typeof (xmlSAX2EntityDecl
) xmlSAX2EntityDecl__internal_alias
__attribute((visibility("hidden")));
8790 #define xmlSAX2EntityDecl xmlSAX2EntityDecl__internal_alias
8795 #undef xmlSAX2ExternalSubset
8796 extern __typeof (xmlSAX2ExternalSubset
) xmlSAX2ExternalSubset
__attribute((alias("xmlSAX2ExternalSubset__internal_alias")));
8798 #ifndef xmlSAX2ExternalSubset
8799 extern __typeof (xmlSAX2ExternalSubset
) xmlSAX2ExternalSubset__internal_alias
__attribute((visibility("hidden")));
8800 #define xmlSAX2ExternalSubset xmlSAX2ExternalSubset__internal_alias
8805 #undef xmlSAX2GetColumnNumber
8806 extern __typeof (xmlSAX2GetColumnNumber
) xmlSAX2GetColumnNumber
__attribute((alias("xmlSAX2GetColumnNumber__internal_alias")));
8808 #ifndef xmlSAX2GetColumnNumber
8809 extern __typeof (xmlSAX2GetColumnNumber
) xmlSAX2GetColumnNumber__internal_alias
__attribute((visibility("hidden")));
8810 #define xmlSAX2GetColumnNumber xmlSAX2GetColumnNumber__internal_alias
8815 #undef xmlSAX2GetEntity
8816 extern __typeof (xmlSAX2GetEntity
) xmlSAX2GetEntity
__attribute((alias("xmlSAX2GetEntity__internal_alias")));
8818 #ifndef xmlSAX2GetEntity
8819 extern __typeof (xmlSAX2GetEntity
) xmlSAX2GetEntity__internal_alias
__attribute((visibility("hidden")));
8820 #define xmlSAX2GetEntity xmlSAX2GetEntity__internal_alias
8825 #undef xmlSAX2GetLineNumber
8826 extern __typeof (xmlSAX2GetLineNumber
) xmlSAX2GetLineNumber
__attribute((alias("xmlSAX2GetLineNumber__internal_alias")));
8828 #ifndef xmlSAX2GetLineNumber
8829 extern __typeof (xmlSAX2GetLineNumber
) xmlSAX2GetLineNumber__internal_alias
__attribute((visibility("hidden")));
8830 #define xmlSAX2GetLineNumber xmlSAX2GetLineNumber__internal_alias
8835 #undef xmlSAX2GetParameterEntity
8836 extern __typeof (xmlSAX2GetParameterEntity
) xmlSAX2GetParameterEntity
__attribute((alias("xmlSAX2GetParameterEntity__internal_alias")));
8838 #ifndef xmlSAX2GetParameterEntity
8839 extern __typeof (xmlSAX2GetParameterEntity
) xmlSAX2GetParameterEntity__internal_alias
__attribute((visibility("hidden")));
8840 #define xmlSAX2GetParameterEntity xmlSAX2GetParameterEntity__internal_alias
8845 #undef xmlSAX2GetPublicId
8846 extern __typeof (xmlSAX2GetPublicId
) xmlSAX2GetPublicId
__attribute((alias("xmlSAX2GetPublicId__internal_alias")));
8848 #ifndef xmlSAX2GetPublicId
8849 extern __typeof (xmlSAX2GetPublicId
) xmlSAX2GetPublicId__internal_alias
__attribute((visibility("hidden")));
8850 #define xmlSAX2GetPublicId xmlSAX2GetPublicId__internal_alias
8855 #undef xmlSAX2GetSystemId
8856 extern __typeof (xmlSAX2GetSystemId
) xmlSAX2GetSystemId
__attribute((alias("xmlSAX2GetSystemId__internal_alias")));
8858 #ifndef xmlSAX2GetSystemId
8859 extern __typeof (xmlSAX2GetSystemId
) xmlSAX2GetSystemId__internal_alias
__attribute((visibility("hidden")));
8860 #define xmlSAX2GetSystemId xmlSAX2GetSystemId__internal_alias
8865 #undef xmlSAX2HasExternalSubset
8866 extern __typeof (xmlSAX2HasExternalSubset
) xmlSAX2HasExternalSubset
__attribute((alias("xmlSAX2HasExternalSubset__internal_alias")));
8868 #ifndef xmlSAX2HasExternalSubset
8869 extern __typeof (xmlSAX2HasExternalSubset
) xmlSAX2HasExternalSubset__internal_alias
__attribute((visibility("hidden")));
8870 #define xmlSAX2HasExternalSubset xmlSAX2HasExternalSubset__internal_alias
8875 #undef xmlSAX2HasInternalSubset
8876 extern __typeof (xmlSAX2HasInternalSubset
) xmlSAX2HasInternalSubset
__attribute((alias("xmlSAX2HasInternalSubset__internal_alias")));
8878 #ifndef xmlSAX2HasInternalSubset
8879 extern __typeof (xmlSAX2HasInternalSubset
) xmlSAX2HasInternalSubset__internal_alias
__attribute((visibility("hidden")));
8880 #define xmlSAX2HasInternalSubset xmlSAX2HasInternalSubset__internal_alias
8885 #undef xmlSAX2IgnorableWhitespace
8886 extern __typeof (xmlSAX2IgnorableWhitespace
) xmlSAX2IgnorableWhitespace
__attribute((alias("xmlSAX2IgnorableWhitespace__internal_alias")));
8888 #ifndef xmlSAX2IgnorableWhitespace
8889 extern __typeof (xmlSAX2IgnorableWhitespace
) xmlSAX2IgnorableWhitespace__internal_alias
__attribute((visibility("hidden")));
8890 #define xmlSAX2IgnorableWhitespace xmlSAX2IgnorableWhitespace__internal_alias
8895 #undef xmlSAX2InitDefaultSAXHandler
8896 extern __typeof (xmlSAX2InitDefaultSAXHandler
) xmlSAX2InitDefaultSAXHandler
__attribute((alias("xmlSAX2InitDefaultSAXHandler__internal_alias")));
8898 #ifndef xmlSAX2InitDefaultSAXHandler
8899 extern __typeof (xmlSAX2InitDefaultSAXHandler
) xmlSAX2InitDefaultSAXHandler__internal_alias
__attribute((visibility("hidden")));
8900 #define xmlSAX2InitDefaultSAXHandler xmlSAX2InitDefaultSAXHandler__internal_alias
8904 #if defined(LIBXML_DOCB_ENABLED)
8906 #undef xmlSAX2InitDocbDefaultSAXHandler
8907 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler
) xmlSAX2InitDocbDefaultSAXHandler
__attribute((alias("xmlSAX2InitDocbDefaultSAXHandler__internal_alias")));
8909 #ifndef xmlSAX2InitDocbDefaultSAXHandler
8910 extern __typeof (xmlSAX2InitDocbDefaultSAXHandler
) xmlSAX2InitDocbDefaultSAXHandler__internal_alias
__attribute((visibility("hidden")));
8911 #define xmlSAX2InitDocbDefaultSAXHandler xmlSAX2InitDocbDefaultSAXHandler__internal_alias
8916 #if defined(LIBXML_HTML_ENABLED)
8918 #undef xmlSAX2InitHtmlDefaultSAXHandler
8919 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler
) xmlSAX2InitHtmlDefaultSAXHandler
__attribute((alias("xmlSAX2InitHtmlDefaultSAXHandler__internal_alias")));
8921 #ifndef xmlSAX2InitHtmlDefaultSAXHandler
8922 extern __typeof (xmlSAX2InitHtmlDefaultSAXHandler
) xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
__attribute((visibility("hidden")));
8923 #define xmlSAX2InitHtmlDefaultSAXHandler xmlSAX2InitHtmlDefaultSAXHandler__internal_alias
8929 #undef xmlSAX2InternalSubset
8930 extern __typeof (xmlSAX2InternalSubset
) xmlSAX2InternalSubset
__attribute((alias("xmlSAX2InternalSubset__internal_alias")));
8932 #ifndef xmlSAX2InternalSubset
8933 extern __typeof (xmlSAX2InternalSubset
) xmlSAX2InternalSubset__internal_alias
__attribute((visibility("hidden")));
8934 #define xmlSAX2InternalSubset xmlSAX2InternalSubset__internal_alias
8939 #undef xmlSAX2IsStandalone
8940 extern __typeof (xmlSAX2IsStandalone
) xmlSAX2IsStandalone
__attribute((alias("xmlSAX2IsStandalone__internal_alias")));
8942 #ifndef xmlSAX2IsStandalone
8943 extern __typeof (xmlSAX2IsStandalone
) xmlSAX2IsStandalone__internal_alias
__attribute((visibility("hidden")));
8944 #define xmlSAX2IsStandalone xmlSAX2IsStandalone__internal_alias
8949 #undef xmlSAX2NotationDecl
8950 extern __typeof (xmlSAX2NotationDecl
) xmlSAX2NotationDecl
__attribute((alias("xmlSAX2NotationDecl__internal_alias")));
8952 #ifndef xmlSAX2NotationDecl
8953 extern __typeof (xmlSAX2NotationDecl
) xmlSAX2NotationDecl__internal_alias
__attribute((visibility("hidden")));
8954 #define xmlSAX2NotationDecl xmlSAX2NotationDecl__internal_alias
8959 #undef xmlSAX2ProcessingInstruction
8960 extern __typeof (xmlSAX2ProcessingInstruction
) xmlSAX2ProcessingInstruction
__attribute((alias("xmlSAX2ProcessingInstruction__internal_alias")));
8962 #ifndef xmlSAX2ProcessingInstruction
8963 extern __typeof (xmlSAX2ProcessingInstruction
) xmlSAX2ProcessingInstruction__internal_alias
__attribute((visibility("hidden")));
8964 #define xmlSAX2ProcessingInstruction xmlSAX2ProcessingInstruction__internal_alias
8969 #undef xmlSAX2Reference
8970 extern __typeof (xmlSAX2Reference
) xmlSAX2Reference
__attribute((alias("xmlSAX2Reference__internal_alias")));
8972 #ifndef xmlSAX2Reference
8973 extern __typeof (xmlSAX2Reference
) xmlSAX2Reference__internal_alias
__attribute((visibility("hidden")));
8974 #define xmlSAX2Reference xmlSAX2Reference__internal_alias
8979 #undef xmlSAX2ResolveEntity
8980 extern __typeof (xmlSAX2ResolveEntity
) xmlSAX2ResolveEntity
__attribute((alias("xmlSAX2ResolveEntity__internal_alias")));
8982 #ifndef xmlSAX2ResolveEntity
8983 extern __typeof (xmlSAX2ResolveEntity
) xmlSAX2ResolveEntity__internal_alias
__attribute((visibility("hidden")));
8984 #define xmlSAX2ResolveEntity xmlSAX2ResolveEntity__internal_alias
8989 #undef xmlSAX2SetDocumentLocator
8990 extern __typeof (xmlSAX2SetDocumentLocator
) xmlSAX2SetDocumentLocator
__attribute((alias("xmlSAX2SetDocumentLocator__internal_alias")));
8992 #ifndef xmlSAX2SetDocumentLocator
8993 extern __typeof (xmlSAX2SetDocumentLocator
) xmlSAX2SetDocumentLocator__internal_alias
__attribute((visibility("hidden")));
8994 #define xmlSAX2SetDocumentLocator xmlSAX2SetDocumentLocator__internal_alias
8999 #undef xmlSAX2StartDocument
9000 extern __typeof (xmlSAX2StartDocument
) xmlSAX2StartDocument
__attribute((alias("xmlSAX2StartDocument__internal_alias")));
9002 #ifndef xmlSAX2StartDocument
9003 extern __typeof (xmlSAX2StartDocument
) xmlSAX2StartDocument__internal_alias
__attribute((visibility("hidden")));
9004 #define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias
9008 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED)
9010 #undef xmlSAX2StartElement
9011 extern __typeof (xmlSAX2StartElement
) xmlSAX2StartElement
__attribute((alias("xmlSAX2StartElement__internal_alias")));
9013 #ifndef xmlSAX2StartElement
9014 extern __typeof (xmlSAX2StartElement
) xmlSAX2StartElement__internal_alias
__attribute((visibility("hidden")));
9015 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias
9021 #undef xmlSAX2StartElementNs
9022 extern __typeof (xmlSAX2StartElementNs
) xmlSAX2StartElementNs
__attribute((alias("xmlSAX2StartElementNs__internal_alias")));
9024 #ifndef xmlSAX2StartElementNs
9025 extern __typeof (xmlSAX2StartElementNs
) xmlSAX2StartElementNs__internal_alias
__attribute((visibility("hidden")));
9026 #define xmlSAX2StartElementNs xmlSAX2StartElementNs__internal_alias
9031 #undef xmlSAX2UnparsedEntityDecl
9032 extern __typeof (xmlSAX2UnparsedEntityDecl
) xmlSAX2UnparsedEntityDecl
__attribute((alias("xmlSAX2UnparsedEntityDecl__internal_alias")));
9034 #ifndef xmlSAX2UnparsedEntityDecl
9035 extern __typeof (xmlSAX2UnparsedEntityDecl
) xmlSAX2UnparsedEntityDecl__internal_alias
__attribute((visibility("hidden")));
9036 #define xmlSAX2UnparsedEntityDecl xmlSAX2UnparsedEntityDecl__internal_alias
9040 #if defined(LIBXML_SAX1_ENABLED)
9042 #undef xmlSAXDefaultVersion
9043 extern __typeof (xmlSAXDefaultVersion
) xmlSAXDefaultVersion
__attribute((alias("xmlSAXDefaultVersion__internal_alias")));
9045 #ifndef xmlSAXDefaultVersion
9046 extern __typeof (xmlSAXDefaultVersion
) xmlSAXDefaultVersion__internal_alias
__attribute((visibility("hidden")));
9047 #define xmlSAXDefaultVersion xmlSAXDefaultVersion__internal_alias
9052 #if defined(LIBXML_VALID_ENABLED)
9053 #ifdef bottom_parser
9054 #undef xmlSAXParseDTD
9055 extern __typeof (xmlSAXParseDTD
) xmlSAXParseDTD
__attribute((alias("xmlSAXParseDTD__internal_alias")));
9057 #ifndef xmlSAXParseDTD
9058 extern __typeof (xmlSAXParseDTD
) xmlSAXParseDTD__internal_alias
__attribute((visibility("hidden")));
9059 #define xmlSAXParseDTD xmlSAXParseDTD__internal_alias
9064 #if defined(LIBXML_SAX1_ENABLED)
9065 #ifdef bottom_parser
9066 #undef xmlSAXParseDoc
9067 extern __typeof (xmlSAXParseDoc
) xmlSAXParseDoc
__attribute((alias("xmlSAXParseDoc__internal_alias")));
9069 #ifndef xmlSAXParseDoc
9070 extern __typeof (xmlSAXParseDoc
) xmlSAXParseDoc__internal_alias
__attribute((visibility("hidden")));
9071 #define xmlSAXParseDoc xmlSAXParseDoc__internal_alias
9076 #if defined(LIBXML_SAX1_ENABLED)
9077 #ifdef bottom_parser
9078 #undef xmlSAXParseEntity
9079 extern __typeof (xmlSAXParseEntity
) xmlSAXParseEntity
__attribute((alias("xmlSAXParseEntity__internal_alias")));
9081 #ifndef xmlSAXParseEntity
9082 extern __typeof (xmlSAXParseEntity
) xmlSAXParseEntity__internal_alias
__attribute((visibility("hidden")));
9083 #define xmlSAXParseEntity xmlSAXParseEntity__internal_alias
9088 #if defined(LIBXML_SAX1_ENABLED)
9089 #ifdef bottom_parser
9090 #undef xmlSAXParseFile
9091 extern __typeof (xmlSAXParseFile
) xmlSAXParseFile
__attribute((alias("xmlSAXParseFile__internal_alias")));
9093 #ifndef xmlSAXParseFile
9094 extern __typeof (xmlSAXParseFile
) xmlSAXParseFile__internal_alias
__attribute((visibility("hidden")));
9095 #define xmlSAXParseFile xmlSAXParseFile__internal_alias
9100 #if defined(LIBXML_SAX1_ENABLED)
9101 #ifdef bottom_parser
9102 #undef xmlSAXParseFileWithData
9103 extern __typeof (xmlSAXParseFileWithData
) xmlSAXParseFileWithData
__attribute((alias("xmlSAXParseFileWithData__internal_alias")));
9105 #ifndef xmlSAXParseFileWithData
9106 extern __typeof (xmlSAXParseFileWithData
) xmlSAXParseFileWithData__internal_alias
__attribute((visibility("hidden")));
9107 #define xmlSAXParseFileWithData xmlSAXParseFileWithData__internal_alias
9112 #if defined(LIBXML_SAX1_ENABLED)
9113 #ifdef bottom_parser
9114 #undef xmlSAXParseMemory
9115 extern __typeof (xmlSAXParseMemory
) xmlSAXParseMemory
__attribute((alias("xmlSAXParseMemory__internal_alias")));
9117 #ifndef xmlSAXParseMemory
9118 extern __typeof (xmlSAXParseMemory
) xmlSAXParseMemory__internal_alias
__attribute((visibility("hidden")));
9119 #define xmlSAXParseMemory xmlSAXParseMemory__internal_alias
9124 #if defined(LIBXML_SAX1_ENABLED)
9125 #ifdef bottom_parser
9126 #undef xmlSAXParseMemoryWithData
9127 extern __typeof (xmlSAXParseMemoryWithData
) xmlSAXParseMemoryWithData
__attribute((alias("xmlSAXParseMemoryWithData__internal_alias")));
9129 #ifndef xmlSAXParseMemoryWithData
9130 extern __typeof (xmlSAXParseMemoryWithData
) xmlSAXParseMemoryWithData__internal_alias
__attribute((visibility("hidden")));
9131 #define xmlSAXParseMemoryWithData xmlSAXParseMemoryWithData__internal_alias
9136 #if defined(LIBXML_SAX1_ENABLED)
9137 #ifdef bottom_parser
9138 #undef xmlSAXUserParseFile
9139 extern __typeof (xmlSAXUserParseFile
) xmlSAXUserParseFile
__attribute((alias("xmlSAXUserParseFile__internal_alias")));
9141 #ifndef xmlSAXUserParseFile
9142 extern __typeof (xmlSAXUserParseFile
) xmlSAXUserParseFile__internal_alias
__attribute((visibility("hidden")));
9143 #define xmlSAXUserParseFile xmlSAXUserParseFile__internal_alias
9148 #if defined(LIBXML_SAX1_ENABLED)
9149 #ifdef bottom_parser
9150 #undef xmlSAXUserParseMemory
9151 extern __typeof (xmlSAXUserParseMemory
) xmlSAXUserParseMemory
__attribute((alias("xmlSAXUserParseMemory__internal_alias")));
9153 #ifndef xmlSAXUserParseMemory
9154 extern __typeof (xmlSAXUserParseMemory
) xmlSAXUserParseMemory__internal_alias
__attribute((visibility("hidden")));
9155 #define xmlSAXUserParseMemory xmlSAXUserParseMemory__internal_alias
9161 #undef xmlSAXVersion
9162 extern __typeof (xmlSAXVersion
) xmlSAXVersion
__attribute((alias("xmlSAXVersion__internal_alias")));
9164 #ifndef xmlSAXVersion
9165 extern __typeof (xmlSAXVersion
) xmlSAXVersion__internal_alias
__attribute((visibility("hidden")));
9166 #define xmlSAXVersion xmlSAXVersion__internal_alias
9170 #if defined(LIBXML_OUTPUT_ENABLED)
9171 #ifdef bottom_xmlsave
9173 extern __typeof (xmlSaveClose
) xmlSaveClose
__attribute((alias("xmlSaveClose__internal_alias")));
9175 #ifndef xmlSaveClose
9176 extern __typeof (xmlSaveClose
) xmlSaveClose__internal_alias
__attribute((visibility("hidden")));
9177 #define xmlSaveClose xmlSaveClose__internal_alias
9182 #if defined(LIBXML_OUTPUT_ENABLED)
9183 #ifdef bottom_xmlsave
9185 extern __typeof (xmlSaveDoc
) xmlSaveDoc
__attribute((alias("xmlSaveDoc__internal_alias")));
9188 extern __typeof (xmlSaveDoc
) xmlSaveDoc__internal_alias
__attribute((visibility("hidden")));
9189 #define xmlSaveDoc xmlSaveDoc__internal_alias
9194 #if defined(LIBXML_OUTPUT_ENABLED)
9195 #ifdef bottom_xmlsave
9197 extern __typeof (xmlSaveFile
) xmlSaveFile
__attribute((alias("xmlSaveFile__internal_alias")));
9200 extern __typeof (xmlSaveFile
) xmlSaveFile__internal_alias
__attribute((visibility("hidden")));
9201 #define xmlSaveFile xmlSaveFile__internal_alias
9206 #if defined(LIBXML_OUTPUT_ENABLED)
9207 #ifdef bottom_xmlsave
9208 #undef xmlSaveFileEnc
9209 extern __typeof (xmlSaveFileEnc
) xmlSaveFileEnc
__attribute((alias("xmlSaveFileEnc__internal_alias")));
9211 #ifndef xmlSaveFileEnc
9212 extern __typeof (xmlSaveFileEnc
) xmlSaveFileEnc__internal_alias
__attribute((visibility("hidden")));
9213 #define xmlSaveFileEnc xmlSaveFileEnc__internal_alias
9218 #if defined(LIBXML_OUTPUT_ENABLED)
9219 #ifdef bottom_xmlsave
9220 #undef xmlSaveFileTo
9221 extern __typeof (xmlSaveFileTo
) xmlSaveFileTo
__attribute((alias("xmlSaveFileTo__internal_alias")));
9223 #ifndef xmlSaveFileTo
9224 extern __typeof (xmlSaveFileTo
) xmlSaveFileTo__internal_alias
__attribute((visibility("hidden")));
9225 #define xmlSaveFileTo xmlSaveFileTo__internal_alias
9230 #if defined(LIBXML_OUTPUT_ENABLED)
9231 #ifdef bottom_xmlsave
9233 extern __typeof (xmlSaveFlush
) xmlSaveFlush
__attribute((alias("xmlSaveFlush__internal_alias")));
9235 #ifndef xmlSaveFlush
9236 extern __typeof (xmlSaveFlush
) xmlSaveFlush__internal_alias
__attribute((visibility("hidden")));
9237 #define xmlSaveFlush xmlSaveFlush__internal_alias
9242 #if defined(LIBXML_OUTPUT_ENABLED)
9243 #ifdef bottom_xmlsave
9244 #undef xmlSaveFormatFile
9245 extern __typeof (xmlSaveFormatFile
) xmlSaveFormatFile
__attribute((alias("xmlSaveFormatFile__internal_alias")));
9247 #ifndef xmlSaveFormatFile
9248 extern __typeof (xmlSaveFormatFile
) xmlSaveFormatFile__internal_alias
__attribute((visibility("hidden")));
9249 #define xmlSaveFormatFile xmlSaveFormatFile__internal_alias
9254 #if defined(LIBXML_OUTPUT_ENABLED)
9255 #ifdef bottom_xmlsave
9256 #undef xmlSaveFormatFileEnc
9257 extern __typeof (xmlSaveFormatFileEnc
) xmlSaveFormatFileEnc
__attribute((alias("xmlSaveFormatFileEnc__internal_alias")));
9259 #ifndef xmlSaveFormatFileEnc
9260 extern __typeof (xmlSaveFormatFileEnc
) xmlSaveFormatFileEnc__internal_alias
__attribute((visibility("hidden")));
9261 #define xmlSaveFormatFileEnc xmlSaveFormatFileEnc__internal_alias
9266 #if defined(LIBXML_OUTPUT_ENABLED)
9267 #ifdef bottom_xmlsave
9268 #undef xmlSaveFormatFileTo
9269 extern __typeof (xmlSaveFormatFileTo
) xmlSaveFormatFileTo
__attribute((alias("xmlSaveFormatFileTo__internal_alias")));
9271 #ifndef xmlSaveFormatFileTo
9272 extern __typeof (xmlSaveFormatFileTo
) xmlSaveFormatFileTo__internal_alias
__attribute((visibility("hidden")));
9273 #define xmlSaveFormatFileTo xmlSaveFormatFileTo__internal_alias
9278 #if defined(LIBXML_OUTPUT_ENABLED)
9279 #ifdef bottom_xmlsave
9280 #undef xmlSaveSetAttrEscape
9281 extern __typeof (xmlSaveSetAttrEscape
) xmlSaveSetAttrEscape
__attribute((alias("xmlSaveSetAttrEscape__internal_alias")));
9283 #ifndef xmlSaveSetAttrEscape
9284 extern __typeof (xmlSaveSetAttrEscape
) xmlSaveSetAttrEscape__internal_alias
__attribute((visibility("hidden")));
9285 #define xmlSaveSetAttrEscape xmlSaveSetAttrEscape__internal_alias
9290 #if defined(LIBXML_OUTPUT_ENABLED)
9291 #ifdef bottom_xmlsave
9292 #undef xmlSaveSetEscape
9293 extern __typeof (xmlSaveSetEscape
) xmlSaveSetEscape
__attribute((alias("xmlSaveSetEscape__internal_alias")));
9295 #ifndef xmlSaveSetEscape
9296 extern __typeof (xmlSaveSetEscape
) xmlSaveSetEscape__internal_alias
__attribute((visibility("hidden")));
9297 #define xmlSaveSetEscape xmlSaveSetEscape__internal_alias
9302 #if defined(LIBXML_OUTPUT_ENABLED)
9303 #ifdef bottom_xmlsave
9304 #undef xmlSaveToBuffer
9305 extern __typeof (xmlSaveToBuffer
) xmlSaveToBuffer
__attribute((alias("xmlSaveToBuffer__internal_alias")));
9307 #ifndef xmlSaveToBuffer
9308 extern __typeof (xmlSaveToBuffer
) xmlSaveToBuffer__internal_alias
__attribute((visibility("hidden")));
9309 #define xmlSaveToBuffer xmlSaveToBuffer__internal_alias
9314 #if defined(LIBXML_OUTPUT_ENABLED)
9315 #ifdef bottom_xmlsave
9317 extern __typeof (xmlSaveToFd
) xmlSaveToFd
__attribute((alias("xmlSaveToFd__internal_alias")));
9320 extern __typeof (xmlSaveToFd
) xmlSaveToFd__internal_alias
__attribute((visibility("hidden")));
9321 #define xmlSaveToFd xmlSaveToFd__internal_alias
9326 #if defined(LIBXML_OUTPUT_ENABLED)
9327 #ifdef bottom_xmlsave
9328 #undef xmlSaveToFilename
9329 extern __typeof (xmlSaveToFilename
) xmlSaveToFilename
__attribute((alias("xmlSaveToFilename__internal_alias")));
9331 #ifndef xmlSaveToFilename
9332 extern __typeof (xmlSaveToFilename
) xmlSaveToFilename__internal_alias
__attribute((visibility("hidden")));
9333 #define xmlSaveToFilename xmlSaveToFilename__internal_alias
9338 #if defined(LIBXML_OUTPUT_ENABLED)
9339 #ifdef bottom_xmlsave
9341 extern __typeof (xmlSaveToIO
) xmlSaveToIO
__attribute((alias("xmlSaveToIO__internal_alias")));
9344 extern __typeof (xmlSaveToIO
) xmlSaveToIO__internal_alias
__attribute((visibility("hidden")));
9345 #define xmlSaveToIO xmlSaveToIO__internal_alias
9350 #if defined(LIBXML_OUTPUT_ENABLED)
9351 #ifdef bottom_xmlsave
9353 extern __typeof (xmlSaveTree
) xmlSaveTree
__attribute((alias("xmlSaveTree__internal_alias")));
9356 extern __typeof (xmlSaveTree
) xmlSaveTree__internal_alias
__attribute((visibility("hidden")));
9357 #define xmlSaveTree xmlSaveTree__internal_alias
9364 extern __typeof (xmlSaveUri
) xmlSaveUri
__attribute((alias("xmlSaveUri__internal_alias")));
9367 extern __typeof (xmlSaveUri
) xmlSaveUri__internal_alias
__attribute((visibility("hidden")));
9368 #define xmlSaveUri xmlSaveUri__internal_alias
9372 #if defined(LIBXML_LEGACY_ENABLED)
9373 #ifdef bottom_legacy
9375 extern __typeof (xmlScanName
) xmlScanName
__attribute((alias("xmlScanName__internal_alias")));
9378 extern __typeof (xmlScanName
) xmlScanName__internal_alias
__attribute((visibility("hidden")));
9379 #define xmlScanName xmlScanName__internal_alias
9384 #if defined(LIBXML_SCHEMAS_ENABLED)
9385 #ifdef bottom_xmlschemas
9386 #undef xmlSchemaCheckFacet
9387 extern __typeof (xmlSchemaCheckFacet
) xmlSchemaCheckFacet
__attribute((alias("xmlSchemaCheckFacet__internal_alias")));
9389 #ifndef xmlSchemaCheckFacet
9390 extern __typeof (xmlSchemaCheckFacet
) xmlSchemaCheckFacet__internal_alias
__attribute((visibility("hidden")));
9391 #define xmlSchemaCheckFacet xmlSchemaCheckFacet__internal_alias
9396 #if defined(LIBXML_SCHEMAS_ENABLED)
9397 #ifdef bottom_xmlschemastypes
9398 #undef xmlSchemaCleanupTypes
9399 extern __typeof (xmlSchemaCleanupTypes
) xmlSchemaCleanupTypes
__attribute((alias("xmlSchemaCleanupTypes__internal_alias")));
9401 #ifndef xmlSchemaCleanupTypes
9402 extern __typeof (xmlSchemaCleanupTypes
) xmlSchemaCleanupTypes__internal_alias
__attribute((visibility("hidden")));
9403 #define xmlSchemaCleanupTypes xmlSchemaCleanupTypes__internal_alias
9408 #if defined(LIBXML_SCHEMAS_ENABLED)
9409 #ifdef bottom_xmlschemastypes
9410 #undef xmlSchemaCollapseString
9411 extern __typeof (xmlSchemaCollapseString
) xmlSchemaCollapseString
__attribute((alias("xmlSchemaCollapseString__internal_alias")));
9413 #ifndef xmlSchemaCollapseString
9414 extern __typeof (xmlSchemaCollapseString
) xmlSchemaCollapseString__internal_alias
__attribute((visibility("hidden")));
9415 #define xmlSchemaCollapseString xmlSchemaCollapseString__internal_alias
9420 #if defined(LIBXML_SCHEMAS_ENABLED)
9421 #ifdef bottom_xmlschemastypes
9422 #undef xmlSchemaCompareValues
9423 extern __typeof (xmlSchemaCompareValues
) xmlSchemaCompareValues
__attribute((alias("xmlSchemaCompareValues__internal_alias")));
9425 #ifndef xmlSchemaCompareValues
9426 extern __typeof (xmlSchemaCompareValues
) xmlSchemaCompareValues__internal_alias
__attribute((visibility("hidden")));
9427 #define xmlSchemaCompareValues xmlSchemaCompareValues__internal_alias
9432 #if defined(LIBXML_SCHEMAS_ENABLED)
9433 #ifdef bottom_xmlschemastypes
9434 #undef xmlSchemaCompareValuesWhtsp
9435 extern __typeof (xmlSchemaCompareValuesWhtsp
) xmlSchemaCompareValuesWhtsp
__attribute((alias("xmlSchemaCompareValuesWhtsp__internal_alias")));
9437 #ifndef xmlSchemaCompareValuesWhtsp
9438 extern __typeof (xmlSchemaCompareValuesWhtsp
) xmlSchemaCompareValuesWhtsp__internal_alias
__attribute((visibility("hidden")));
9439 #define xmlSchemaCompareValuesWhtsp xmlSchemaCompareValuesWhtsp__internal_alias
9444 #if defined(LIBXML_SCHEMAS_ENABLED)
9445 #ifdef bottom_xmlschemastypes
9446 #undef xmlSchemaCopyValue
9447 extern __typeof (xmlSchemaCopyValue
) xmlSchemaCopyValue
__attribute((alias("xmlSchemaCopyValue__internal_alias")));
9449 #ifndef xmlSchemaCopyValue
9450 extern __typeof (xmlSchemaCopyValue
) xmlSchemaCopyValue__internal_alias
__attribute((visibility("hidden")));
9451 #define xmlSchemaCopyValue xmlSchemaCopyValue__internal_alias
9456 #if defined(LIBXML_SCHEMAS_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
9457 #ifdef bottom_xmlschemas
9458 #undef xmlSchemaDump
9459 extern __typeof (xmlSchemaDump
) xmlSchemaDump
__attribute((alias("xmlSchemaDump__internal_alias")));
9461 #ifndef xmlSchemaDump
9462 extern __typeof (xmlSchemaDump
) xmlSchemaDump__internal_alias
__attribute((visibility("hidden")));
9463 #define xmlSchemaDump xmlSchemaDump__internal_alias
9468 #if defined(LIBXML_SCHEMAS_ENABLED)
9469 #ifdef bottom_xmlschemas
9470 #undef xmlSchemaFree
9471 extern __typeof (xmlSchemaFree
) xmlSchemaFree
__attribute((alias("xmlSchemaFree__internal_alias")));
9473 #ifndef xmlSchemaFree
9474 extern __typeof (xmlSchemaFree
) xmlSchemaFree__internal_alias
__attribute((visibility("hidden")));
9475 #define xmlSchemaFree xmlSchemaFree__internal_alias
9480 #if defined(LIBXML_SCHEMAS_ENABLED)
9481 #ifdef bottom_xmlschemas
9482 #undef xmlSchemaFreeFacet
9483 extern __typeof (xmlSchemaFreeFacet
) xmlSchemaFreeFacet
__attribute((alias("xmlSchemaFreeFacet__internal_alias")));
9485 #ifndef xmlSchemaFreeFacet
9486 extern __typeof (xmlSchemaFreeFacet
) xmlSchemaFreeFacet__internal_alias
__attribute((visibility("hidden")));
9487 #define xmlSchemaFreeFacet xmlSchemaFreeFacet__internal_alias
9492 #if defined(LIBXML_SCHEMAS_ENABLED)
9493 #ifdef bottom_xmlschemas
9494 #undef xmlSchemaFreeParserCtxt
9495 extern __typeof (xmlSchemaFreeParserCtxt
) xmlSchemaFreeParserCtxt
__attribute((alias("xmlSchemaFreeParserCtxt__internal_alias")));
9497 #ifndef xmlSchemaFreeParserCtxt
9498 extern __typeof (xmlSchemaFreeParserCtxt
) xmlSchemaFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
9499 #define xmlSchemaFreeParserCtxt xmlSchemaFreeParserCtxt__internal_alias
9504 #if defined(LIBXML_SCHEMAS_ENABLED)
9505 #ifdef bottom_xmlschemas
9506 #undef xmlSchemaFreeType
9507 extern __typeof (xmlSchemaFreeType
) xmlSchemaFreeType
__attribute((alias("xmlSchemaFreeType__internal_alias")));
9509 #ifndef xmlSchemaFreeType
9510 extern __typeof (xmlSchemaFreeType
) xmlSchemaFreeType__internal_alias
__attribute((visibility("hidden")));
9511 #define xmlSchemaFreeType xmlSchemaFreeType__internal_alias
9516 #if defined(LIBXML_SCHEMAS_ENABLED)
9517 #ifdef bottom_xmlschemas
9518 #undef xmlSchemaFreeValidCtxt
9519 extern __typeof (xmlSchemaFreeValidCtxt
) xmlSchemaFreeValidCtxt
__attribute((alias("xmlSchemaFreeValidCtxt__internal_alias")));
9521 #ifndef xmlSchemaFreeValidCtxt
9522 extern __typeof (xmlSchemaFreeValidCtxt
) xmlSchemaFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
9523 #define xmlSchemaFreeValidCtxt xmlSchemaFreeValidCtxt__internal_alias
9528 #if defined(LIBXML_SCHEMAS_ENABLED)
9529 #ifdef bottom_xmlschemastypes
9530 #undef xmlSchemaFreeValue
9531 extern __typeof (xmlSchemaFreeValue
) xmlSchemaFreeValue
__attribute((alias("xmlSchemaFreeValue__internal_alias")));
9533 #ifndef xmlSchemaFreeValue
9534 extern __typeof (xmlSchemaFreeValue
) xmlSchemaFreeValue__internal_alias
__attribute((visibility("hidden")));
9535 #define xmlSchemaFreeValue xmlSchemaFreeValue__internal_alias
9540 #if defined(LIBXML_SCHEMAS_ENABLED)
9541 #ifdef bottom_xmlschemas
9542 #undef xmlSchemaFreeWildcard
9543 extern __typeof (xmlSchemaFreeWildcard
) xmlSchemaFreeWildcard
__attribute((alias("xmlSchemaFreeWildcard__internal_alias")));
9545 #ifndef xmlSchemaFreeWildcard
9546 extern __typeof (xmlSchemaFreeWildcard
) xmlSchemaFreeWildcard__internal_alias
__attribute((visibility("hidden")));
9547 #define xmlSchemaFreeWildcard xmlSchemaFreeWildcard__internal_alias
9552 #if defined(LIBXML_SCHEMAS_ENABLED)
9553 #ifdef bottom_xmlschemastypes
9554 #undef xmlSchemaGetBuiltInListSimpleTypeItemType
9555 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType
) xmlSchemaGetBuiltInListSimpleTypeItemType
__attribute((alias("xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias")));
9557 #ifndef xmlSchemaGetBuiltInListSimpleTypeItemType
9558 extern __typeof (xmlSchemaGetBuiltInListSimpleTypeItemType
) xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
__attribute((visibility("hidden")));
9559 #define xmlSchemaGetBuiltInListSimpleTypeItemType xmlSchemaGetBuiltInListSimpleTypeItemType__internal_alias
9564 #if defined(LIBXML_SCHEMAS_ENABLED)
9565 #ifdef bottom_xmlschemastypes
9566 #undef xmlSchemaGetBuiltInType
9567 extern __typeof (xmlSchemaGetBuiltInType
) xmlSchemaGetBuiltInType
__attribute((alias("xmlSchemaGetBuiltInType__internal_alias")));
9569 #ifndef xmlSchemaGetBuiltInType
9570 extern __typeof (xmlSchemaGetBuiltInType
) xmlSchemaGetBuiltInType__internal_alias
__attribute((visibility("hidden")));
9571 #define xmlSchemaGetBuiltInType xmlSchemaGetBuiltInType__internal_alias
9576 #if defined(LIBXML_SCHEMAS_ENABLED)
9577 #ifdef bottom_xmlschemastypes
9578 #undef xmlSchemaGetCanonValue
9579 extern __typeof (xmlSchemaGetCanonValue
) xmlSchemaGetCanonValue
__attribute((alias("xmlSchemaGetCanonValue__internal_alias")));
9581 #ifndef xmlSchemaGetCanonValue
9582 extern __typeof (xmlSchemaGetCanonValue
) xmlSchemaGetCanonValue__internal_alias
__attribute((visibility("hidden")));
9583 #define xmlSchemaGetCanonValue xmlSchemaGetCanonValue__internal_alias
9588 #if defined(LIBXML_SCHEMAS_ENABLED)
9589 #ifdef bottom_xmlschemastypes
9590 #undef xmlSchemaGetCanonValueWhtsp
9591 extern __typeof (xmlSchemaGetCanonValueWhtsp
) xmlSchemaGetCanonValueWhtsp
__attribute((alias("xmlSchemaGetCanonValueWhtsp__internal_alias")));
9593 #ifndef xmlSchemaGetCanonValueWhtsp
9594 extern __typeof (xmlSchemaGetCanonValueWhtsp
) xmlSchemaGetCanonValueWhtsp__internal_alias
__attribute((visibility("hidden")));
9595 #define xmlSchemaGetCanonValueWhtsp xmlSchemaGetCanonValueWhtsp__internal_alias
9600 #if defined(LIBXML_SCHEMAS_ENABLED)
9601 #ifdef bottom_xmlschemastypes
9602 #undef xmlSchemaGetFacetValueAsULong
9603 extern __typeof (xmlSchemaGetFacetValueAsULong
) xmlSchemaGetFacetValueAsULong
__attribute((alias("xmlSchemaGetFacetValueAsULong__internal_alias")));
9605 #ifndef xmlSchemaGetFacetValueAsULong
9606 extern __typeof (xmlSchemaGetFacetValueAsULong
) xmlSchemaGetFacetValueAsULong__internal_alias
__attribute((visibility("hidden")));
9607 #define xmlSchemaGetFacetValueAsULong xmlSchemaGetFacetValueAsULong__internal_alias
9612 #if defined(LIBXML_SCHEMAS_ENABLED)
9613 #ifdef bottom_xmlschemas
9614 #undef xmlSchemaGetParserErrors
9615 extern __typeof (xmlSchemaGetParserErrors
) xmlSchemaGetParserErrors
__attribute((alias("xmlSchemaGetParserErrors__internal_alias")));
9617 #ifndef xmlSchemaGetParserErrors
9618 extern __typeof (xmlSchemaGetParserErrors
) xmlSchemaGetParserErrors__internal_alias
__attribute((visibility("hidden")));
9619 #define xmlSchemaGetParserErrors xmlSchemaGetParserErrors__internal_alias
9624 #if defined(LIBXML_SCHEMAS_ENABLED)
9625 #ifdef bottom_xmlschemastypes
9626 #undef xmlSchemaGetPredefinedType
9627 extern __typeof (xmlSchemaGetPredefinedType
) xmlSchemaGetPredefinedType
__attribute((alias("xmlSchemaGetPredefinedType__internal_alias")));
9629 #ifndef xmlSchemaGetPredefinedType
9630 extern __typeof (xmlSchemaGetPredefinedType
) xmlSchemaGetPredefinedType__internal_alias
__attribute((visibility("hidden")));
9631 #define xmlSchemaGetPredefinedType xmlSchemaGetPredefinedType__internal_alias
9636 #if defined(LIBXML_SCHEMAS_ENABLED)
9637 #ifdef bottom_xmlschemastypes
9638 #undef xmlSchemaGetValType
9639 extern __typeof (xmlSchemaGetValType
) xmlSchemaGetValType
__attribute((alias("xmlSchemaGetValType__internal_alias")));
9641 #ifndef xmlSchemaGetValType
9642 extern __typeof (xmlSchemaGetValType
) xmlSchemaGetValType__internal_alias
__attribute((visibility("hidden")));
9643 #define xmlSchemaGetValType xmlSchemaGetValType__internal_alias
9648 #if defined(LIBXML_SCHEMAS_ENABLED)
9649 #ifdef bottom_xmlschemas
9650 #undef xmlSchemaGetValidErrors
9651 extern __typeof (xmlSchemaGetValidErrors
) xmlSchemaGetValidErrors
__attribute((alias("xmlSchemaGetValidErrors__internal_alias")));
9653 #ifndef xmlSchemaGetValidErrors
9654 extern __typeof (xmlSchemaGetValidErrors
) xmlSchemaGetValidErrors__internal_alias
__attribute((visibility("hidden")));
9655 #define xmlSchemaGetValidErrors xmlSchemaGetValidErrors__internal_alias
9660 #if defined(LIBXML_SCHEMAS_ENABLED)
9661 #ifdef bottom_xmlschemastypes
9662 #undef xmlSchemaInitTypes
9663 extern __typeof (xmlSchemaInitTypes
) xmlSchemaInitTypes
__attribute((alias("xmlSchemaInitTypes__internal_alias")));
9665 #ifndef xmlSchemaInitTypes
9666 extern __typeof (xmlSchemaInitTypes
) xmlSchemaInitTypes__internal_alias
__attribute((visibility("hidden")));
9667 #define xmlSchemaInitTypes xmlSchemaInitTypes__internal_alias
9672 #if defined(LIBXML_SCHEMAS_ENABLED)
9673 #ifdef bottom_xmlschemastypes
9674 #undef xmlSchemaIsBuiltInTypeFacet
9675 extern __typeof (xmlSchemaIsBuiltInTypeFacet
) xmlSchemaIsBuiltInTypeFacet
__attribute((alias("xmlSchemaIsBuiltInTypeFacet__internal_alias")));
9677 #ifndef xmlSchemaIsBuiltInTypeFacet
9678 extern __typeof (xmlSchemaIsBuiltInTypeFacet
) xmlSchemaIsBuiltInTypeFacet__internal_alias
__attribute((visibility("hidden")));
9679 #define xmlSchemaIsBuiltInTypeFacet xmlSchemaIsBuiltInTypeFacet__internal_alias
9684 #if defined(LIBXML_SCHEMAS_ENABLED)
9685 #ifdef bottom_xmlschemas
9686 #undef xmlSchemaIsValid
9687 extern __typeof (xmlSchemaIsValid
) xmlSchemaIsValid
__attribute((alias("xmlSchemaIsValid__internal_alias")));
9689 #ifndef xmlSchemaIsValid
9690 extern __typeof (xmlSchemaIsValid
) xmlSchemaIsValid__internal_alias
__attribute((visibility("hidden")));
9691 #define xmlSchemaIsValid xmlSchemaIsValid__internal_alias
9696 #if defined(LIBXML_SCHEMAS_ENABLED)
9697 #ifdef bottom_xmlschemas
9698 #undef xmlSchemaNewDocParserCtxt
9699 extern __typeof (xmlSchemaNewDocParserCtxt
) xmlSchemaNewDocParserCtxt
__attribute((alias("xmlSchemaNewDocParserCtxt__internal_alias")));
9701 #ifndef xmlSchemaNewDocParserCtxt
9702 extern __typeof (xmlSchemaNewDocParserCtxt
) xmlSchemaNewDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
9703 #define xmlSchemaNewDocParserCtxt xmlSchemaNewDocParserCtxt__internal_alias
9708 #if defined(LIBXML_SCHEMAS_ENABLED)
9709 #ifdef bottom_xmlschemas
9710 #undef xmlSchemaNewFacet
9711 extern __typeof (xmlSchemaNewFacet
) xmlSchemaNewFacet
__attribute((alias("xmlSchemaNewFacet__internal_alias")));
9713 #ifndef xmlSchemaNewFacet
9714 extern __typeof (xmlSchemaNewFacet
) xmlSchemaNewFacet__internal_alias
__attribute((visibility("hidden")));
9715 #define xmlSchemaNewFacet xmlSchemaNewFacet__internal_alias
9720 #if defined(LIBXML_SCHEMAS_ENABLED)
9721 #ifdef bottom_xmlschemas
9722 #undef xmlSchemaNewMemParserCtxt
9723 extern __typeof (xmlSchemaNewMemParserCtxt
) xmlSchemaNewMemParserCtxt
__attribute((alias("xmlSchemaNewMemParserCtxt__internal_alias")));
9725 #ifndef xmlSchemaNewMemParserCtxt
9726 extern __typeof (xmlSchemaNewMemParserCtxt
) xmlSchemaNewMemParserCtxt__internal_alias
__attribute((visibility("hidden")));
9727 #define xmlSchemaNewMemParserCtxt xmlSchemaNewMemParserCtxt__internal_alias
9732 #if defined(LIBXML_SCHEMAS_ENABLED)
9733 #ifdef bottom_xmlschemastypes
9734 #undef xmlSchemaNewNOTATIONValue
9735 extern __typeof (xmlSchemaNewNOTATIONValue
) xmlSchemaNewNOTATIONValue
__attribute((alias("xmlSchemaNewNOTATIONValue__internal_alias")));
9737 #ifndef xmlSchemaNewNOTATIONValue
9738 extern __typeof (xmlSchemaNewNOTATIONValue
) xmlSchemaNewNOTATIONValue__internal_alias
__attribute((visibility("hidden")));
9739 #define xmlSchemaNewNOTATIONValue xmlSchemaNewNOTATIONValue__internal_alias
9744 #if defined(LIBXML_SCHEMAS_ENABLED)
9745 #ifdef bottom_xmlschemas
9746 #undef xmlSchemaNewParserCtxt
9747 extern __typeof (xmlSchemaNewParserCtxt
) xmlSchemaNewParserCtxt
__attribute((alias("xmlSchemaNewParserCtxt__internal_alias")));
9749 #ifndef xmlSchemaNewParserCtxt
9750 extern __typeof (xmlSchemaNewParserCtxt
) xmlSchemaNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
9751 #define xmlSchemaNewParserCtxt xmlSchemaNewParserCtxt__internal_alias
9756 #if defined(LIBXML_SCHEMAS_ENABLED)
9757 #ifdef bottom_xmlschemastypes
9758 #undef xmlSchemaNewQNameValue
9759 extern __typeof (xmlSchemaNewQNameValue
) xmlSchemaNewQNameValue
__attribute((alias("xmlSchemaNewQNameValue__internal_alias")));
9761 #ifndef xmlSchemaNewQNameValue
9762 extern __typeof (xmlSchemaNewQNameValue
) xmlSchemaNewQNameValue__internal_alias
__attribute((visibility("hidden")));
9763 #define xmlSchemaNewQNameValue xmlSchemaNewQNameValue__internal_alias
9768 #if defined(LIBXML_SCHEMAS_ENABLED)
9769 #ifdef bottom_xmlschemastypes
9770 #undef xmlSchemaNewStringValue
9771 extern __typeof (xmlSchemaNewStringValue
) xmlSchemaNewStringValue
__attribute((alias("xmlSchemaNewStringValue__internal_alias")));
9773 #ifndef xmlSchemaNewStringValue
9774 extern __typeof (xmlSchemaNewStringValue
) xmlSchemaNewStringValue__internal_alias
__attribute((visibility("hidden")));
9775 #define xmlSchemaNewStringValue xmlSchemaNewStringValue__internal_alias
9780 #if defined(LIBXML_SCHEMAS_ENABLED)
9781 #ifdef bottom_xmlschemas
9782 #undef xmlSchemaNewValidCtxt
9783 extern __typeof (xmlSchemaNewValidCtxt
) xmlSchemaNewValidCtxt
__attribute((alias("xmlSchemaNewValidCtxt__internal_alias")));
9785 #ifndef xmlSchemaNewValidCtxt
9786 extern __typeof (xmlSchemaNewValidCtxt
) xmlSchemaNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
9787 #define xmlSchemaNewValidCtxt xmlSchemaNewValidCtxt__internal_alias
9792 #if defined(LIBXML_SCHEMAS_ENABLED)
9793 #ifdef bottom_xmlschemas
9794 #undef xmlSchemaParse
9795 extern __typeof (xmlSchemaParse
) xmlSchemaParse
__attribute((alias("xmlSchemaParse__internal_alias")));
9797 #ifndef xmlSchemaParse
9798 extern __typeof (xmlSchemaParse
) xmlSchemaParse__internal_alias
__attribute((visibility("hidden")));
9799 #define xmlSchemaParse xmlSchemaParse__internal_alias
9804 #if defined(LIBXML_SCHEMAS_ENABLED)
9805 #ifdef bottom_xmlschemas
9806 #undef xmlSchemaSAXPlug
9807 extern __typeof (xmlSchemaSAXPlug
) xmlSchemaSAXPlug
__attribute((alias("xmlSchemaSAXPlug__internal_alias")));
9809 #ifndef xmlSchemaSAXPlug
9810 extern __typeof (xmlSchemaSAXPlug
) xmlSchemaSAXPlug__internal_alias
__attribute((visibility("hidden")));
9811 #define xmlSchemaSAXPlug xmlSchemaSAXPlug__internal_alias
9816 #if defined(LIBXML_SCHEMAS_ENABLED)
9817 #ifdef bottom_xmlschemas
9818 #undef xmlSchemaSAXUnplug
9819 extern __typeof (xmlSchemaSAXUnplug
) xmlSchemaSAXUnplug
__attribute((alias("xmlSchemaSAXUnplug__internal_alias")));
9821 #ifndef xmlSchemaSAXUnplug
9822 extern __typeof (xmlSchemaSAXUnplug
) xmlSchemaSAXUnplug__internal_alias
__attribute((visibility("hidden")));
9823 #define xmlSchemaSAXUnplug xmlSchemaSAXUnplug__internal_alias
9828 #if defined(LIBXML_SCHEMAS_ENABLED)
9829 #ifdef bottom_xmlschemas
9830 #undef xmlSchemaSetParserErrors
9831 extern __typeof (xmlSchemaSetParserErrors
) xmlSchemaSetParserErrors
__attribute((alias("xmlSchemaSetParserErrors__internal_alias")));
9833 #ifndef xmlSchemaSetParserErrors
9834 extern __typeof (xmlSchemaSetParserErrors
) xmlSchemaSetParserErrors__internal_alias
__attribute((visibility("hidden")));
9835 #define xmlSchemaSetParserErrors xmlSchemaSetParserErrors__internal_alias
9840 #if defined(LIBXML_SCHEMAS_ENABLED)
9841 #ifdef bottom_xmlschemas
9842 #undef xmlSchemaSetParserStructuredErrors
9843 extern __typeof (xmlSchemaSetParserStructuredErrors
) xmlSchemaSetParserStructuredErrors
__attribute((alias("xmlSchemaSetParserStructuredErrors__internal_alias")));
9845 #ifndef xmlSchemaSetParserStructuredErrors
9846 extern __typeof (xmlSchemaSetParserStructuredErrors
) xmlSchemaSetParserStructuredErrors__internal_alias
__attribute((visibility("hidden")));
9847 #define xmlSchemaSetParserStructuredErrors xmlSchemaSetParserStructuredErrors__internal_alias
9852 #if defined(LIBXML_SCHEMAS_ENABLED)
9853 #ifdef bottom_xmlschemas
9854 #undef xmlSchemaSetValidErrors
9855 extern __typeof (xmlSchemaSetValidErrors
) xmlSchemaSetValidErrors
__attribute((alias("xmlSchemaSetValidErrors__internal_alias")));
9857 #ifndef xmlSchemaSetValidErrors
9858 extern __typeof (xmlSchemaSetValidErrors
) xmlSchemaSetValidErrors__internal_alias
__attribute((visibility("hidden")));
9859 #define xmlSchemaSetValidErrors xmlSchemaSetValidErrors__internal_alias
9864 #if defined(LIBXML_SCHEMAS_ENABLED)
9865 #ifdef bottom_xmlschemas
9866 #undef xmlSchemaSetValidOptions
9867 extern __typeof (xmlSchemaSetValidOptions
) xmlSchemaSetValidOptions
__attribute((alias("xmlSchemaSetValidOptions__internal_alias")));
9869 #ifndef xmlSchemaSetValidOptions
9870 extern __typeof (xmlSchemaSetValidOptions
) xmlSchemaSetValidOptions__internal_alias
__attribute((visibility("hidden")));
9871 #define xmlSchemaSetValidOptions xmlSchemaSetValidOptions__internal_alias
9876 #if defined(LIBXML_SCHEMAS_ENABLED)
9877 #ifdef bottom_xmlschemas
9878 #undef xmlSchemaSetValidStructuredErrors
9879 extern __typeof (xmlSchemaSetValidStructuredErrors
) xmlSchemaSetValidStructuredErrors
__attribute((alias("xmlSchemaSetValidStructuredErrors__internal_alias")));
9881 #ifndef xmlSchemaSetValidStructuredErrors
9882 extern __typeof (xmlSchemaSetValidStructuredErrors
) xmlSchemaSetValidStructuredErrors__internal_alias
__attribute((visibility("hidden")));
9883 #define xmlSchemaSetValidStructuredErrors xmlSchemaSetValidStructuredErrors__internal_alias
9888 #if defined(LIBXML_SCHEMAS_ENABLED)
9889 #ifdef bottom_xmlschemastypes
9890 #undef xmlSchemaValPredefTypeNode
9891 extern __typeof (xmlSchemaValPredefTypeNode
) xmlSchemaValPredefTypeNode
__attribute((alias("xmlSchemaValPredefTypeNode__internal_alias")));
9893 #ifndef xmlSchemaValPredefTypeNode
9894 extern __typeof (xmlSchemaValPredefTypeNode
) xmlSchemaValPredefTypeNode__internal_alias
__attribute((visibility("hidden")));
9895 #define xmlSchemaValPredefTypeNode xmlSchemaValPredefTypeNode__internal_alias
9900 #if defined(LIBXML_SCHEMAS_ENABLED)
9901 #ifdef bottom_xmlschemastypes
9902 #undef xmlSchemaValPredefTypeNodeNoNorm
9903 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm
) xmlSchemaValPredefTypeNodeNoNorm
__attribute((alias("xmlSchemaValPredefTypeNodeNoNorm__internal_alias")));
9905 #ifndef xmlSchemaValPredefTypeNodeNoNorm
9906 extern __typeof (xmlSchemaValPredefTypeNodeNoNorm
) xmlSchemaValPredefTypeNodeNoNorm__internal_alias
__attribute((visibility("hidden")));
9907 #define xmlSchemaValPredefTypeNodeNoNorm xmlSchemaValPredefTypeNodeNoNorm__internal_alias
9912 #if defined(LIBXML_SCHEMAS_ENABLED)
9913 #ifdef bottom_xmlschemas
9914 #undef xmlSchemaValidCtxtGetOptions
9915 extern __typeof (xmlSchemaValidCtxtGetOptions
) xmlSchemaValidCtxtGetOptions
__attribute((alias("xmlSchemaValidCtxtGetOptions__internal_alias")));
9917 #ifndef xmlSchemaValidCtxtGetOptions
9918 extern __typeof (xmlSchemaValidCtxtGetOptions
) xmlSchemaValidCtxtGetOptions__internal_alias
__attribute((visibility("hidden")));
9919 #define xmlSchemaValidCtxtGetOptions xmlSchemaValidCtxtGetOptions__internal_alias
9924 #if defined(LIBXML_SCHEMAS_ENABLED)
9925 #ifdef bottom_xmlschemas
9926 #undef xmlSchemaValidCtxtGetParserCtxt
9927 extern __typeof (xmlSchemaValidCtxtGetParserCtxt
) xmlSchemaValidCtxtGetParserCtxt
__attribute((alias("xmlSchemaValidCtxtGetParserCtxt__internal_alias")));
9929 #ifndef xmlSchemaValidCtxtGetParserCtxt
9930 extern __typeof (xmlSchemaValidCtxtGetParserCtxt
) xmlSchemaValidCtxtGetParserCtxt__internal_alias
__attribute((visibility("hidden")));
9931 #define xmlSchemaValidCtxtGetParserCtxt xmlSchemaValidCtxtGetParserCtxt__internal_alias
9936 #if defined(LIBXML_SCHEMAS_ENABLED)
9937 #ifdef bottom_xmlschemas
9938 #undef xmlSchemaValidateDoc
9939 extern __typeof (xmlSchemaValidateDoc
) xmlSchemaValidateDoc
__attribute((alias("xmlSchemaValidateDoc__internal_alias")));
9941 #ifndef xmlSchemaValidateDoc
9942 extern __typeof (xmlSchemaValidateDoc
) xmlSchemaValidateDoc__internal_alias
__attribute((visibility("hidden")));
9943 #define xmlSchemaValidateDoc xmlSchemaValidateDoc__internal_alias
9948 #if defined(LIBXML_SCHEMAS_ENABLED)
9949 #ifdef bottom_xmlschemastypes
9950 #undef xmlSchemaValidateFacet
9951 extern __typeof (xmlSchemaValidateFacet
) xmlSchemaValidateFacet
__attribute((alias("xmlSchemaValidateFacet__internal_alias")));
9953 #ifndef xmlSchemaValidateFacet
9954 extern __typeof (xmlSchemaValidateFacet
) xmlSchemaValidateFacet__internal_alias
__attribute((visibility("hidden")));
9955 #define xmlSchemaValidateFacet xmlSchemaValidateFacet__internal_alias
9960 #if defined(LIBXML_SCHEMAS_ENABLED)
9961 #ifdef bottom_xmlschemastypes
9962 #undef xmlSchemaValidateFacetWhtsp
9963 extern __typeof (xmlSchemaValidateFacetWhtsp
) xmlSchemaValidateFacetWhtsp
__attribute((alias("xmlSchemaValidateFacetWhtsp__internal_alias")));
9965 #ifndef xmlSchemaValidateFacetWhtsp
9966 extern __typeof (xmlSchemaValidateFacetWhtsp
) xmlSchemaValidateFacetWhtsp__internal_alias
__attribute((visibility("hidden")));
9967 #define xmlSchemaValidateFacetWhtsp xmlSchemaValidateFacetWhtsp__internal_alias
9972 #if defined(LIBXML_SCHEMAS_ENABLED)
9973 #ifdef bottom_xmlschemas
9974 #undef xmlSchemaValidateFile
9975 extern __typeof (xmlSchemaValidateFile
) xmlSchemaValidateFile
__attribute((alias("xmlSchemaValidateFile__internal_alias")));
9977 #ifndef xmlSchemaValidateFile
9978 extern __typeof (xmlSchemaValidateFile
) xmlSchemaValidateFile__internal_alias
__attribute((visibility("hidden")));
9979 #define xmlSchemaValidateFile xmlSchemaValidateFile__internal_alias
9984 #if defined(LIBXML_SCHEMAS_ENABLED)
9985 #ifdef bottom_xmlschemastypes
9986 #undef xmlSchemaValidateLengthFacet
9987 extern __typeof (xmlSchemaValidateLengthFacet
) xmlSchemaValidateLengthFacet
__attribute((alias("xmlSchemaValidateLengthFacet__internal_alias")));
9989 #ifndef xmlSchemaValidateLengthFacet
9990 extern __typeof (xmlSchemaValidateLengthFacet
) xmlSchemaValidateLengthFacet__internal_alias
__attribute((visibility("hidden")));
9991 #define xmlSchemaValidateLengthFacet xmlSchemaValidateLengthFacet__internal_alias
9996 #if defined(LIBXML_SCHEMAS_ENABLED)
9997 #ifdef bottom_xmlschemastypes
9998 #undef xmlSchemaValidateLengthFacetWhtsp
9999 extern __typeof (xmlSchemaValidateLengthFacetWhtsp
) xmlSchemaValidateLengthFacetWhtsp
__attribute((alias("xmlSchemaValidateLengthFacetWhtsp__internal_alias")));
10001 #ifndef xmlSchemaValidateLengthFacetWhtsp
10002 extern __typeof (xmlSchemaValidateLengthFacetWhtsp
) xmlSchemaValidateLengthFacetWhtsp__internal_alias
__attribute((visibility("hidden")));
10003 #define xmlSchemaValidateLengthFacetWhtsp xmlSchemaValidateLengthFacetWhtsp__internal_alias
10008 #if defined(LIBXML_SCHEMAS_ENABLED)
10009 #ifdef bottom_xmlschemastypes
10010 #undef xmlSchemaValidateListSimpleTypeFacet
10011 extern __typeof (xmlSchemaValidateListSimpleTypeFacet
) xmlSchemaValidateListSimpleTypeFacet
__attribute((alias("xmlSchemaValidateListSimpleTypeFacet__internal_alias")));
10013 #ifndef xmlSchemaValidateListSimpleTypeFacet
10014 extern __typeof (xmlSchemaValidateListSimpleTypeFacet
) xmlSchemaValidateListSimpleTypeFacet__internal_alias
__attribute((visibility("hidden")));
10015 #define xmlSchemaValidateListSimpleTypeFacet xmlSchemaValidateListSimpleTypeFacet__internal_alias
10020 #if defined(LIBXML_SCHEMAS_ENABLED)
10021 #ifdef bottom_xmlschemas
10022 #undef xmlSchemaValidateOneElement
10023 extern __typeof (xmlSchemaValidateOneElement
) xmlSchemaValidateOneElement
__attribute((alias("xmlSchemaValidateOneElement__internal_alias")));
10025 #ifndef xmlSchemaValidateOneElement
10026 extern __typeof (xmlSchemaValidateOneElement
) xmlSchemaValidateOneElement__internal_alias
__attribute((visibility("hidden")));
10027 #define xmlSchemaValidateOneElement xmlSchemaValidateOneElement__internal_alias
10032 #if defined(LIBXML_SCHEMAS_ENABLED)
10033 #ifdef bottom_xmlschemastypes
10034 #undef xmlSchemaValidatePredefinedType
10035 extern __typeof (xmlSchemaValidatePredefinedType
) xmlSchemaValidatePredefinedType
__attribute((alias("xmlSchemaValidatePredefinedType__internal_alias")));
10037 #ifndef xmlSchemaValidatePredefinedType
10038 extern __typeof (xmlSchemaValidatePredefinedType
) xmlSchemaValidatePredefinedType__internal_alias
__attribute((visibility("hidden")));
10039 #define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__internal_alias
10044 #if defined(LIBXML_SCHEMAS_ENABLED)
10045 #ifdef bottom_xmlschemas
10046 #undef xmlSchemaValidateStream
10047 extern __typeof (xmlSchemaValidateStream
) xmlSchemaValidateStream
__attribute((alias("xmlSchemaValidateStream__internal_alias")));
10049 #ifndef xmlSchemaValidateStream
10050 extern __typeof (xmlSchemaValidateStream
) xmlSchemaValidateStream__internal_alias
__attribute((visibility("hidden")));
10051 #define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias
10056 #if defined(LIBXML_SCHEMAS_ENABLED)
10057 #ifdef bottom_xmlschemastypes
10058 #undef xmlSchemaValueAppend
10059 extern __typeof (xmlSchemaValueAppend
) xmlSchemaValueAppend
__attribute((alias("xmlSchemaValueAppend__internal_alias")));
10061 #ifndef xmlSchemaValueAppend
10062 extern __typeof (xmlSchemaValueAppend
) xmlSchemaValueAppend__internal_alias
__attribute((visibility("hidden")));
10063 #define xmlSchemaValueAppend xmlSchemaValueAppend__internal_alias
10068 #if defined(LIBXML_SCHEMAS_ENABLED)
10069 #ifdef bottom_xmlschemastypes
10070 #undef xmlSchemaValueGetAsBoolean
10071 extern __typeof (xmlSchemaValueGetAsBoolean
) xmlSchemaValueGetAsBoolean
__attribute((alias("xmlSchemaValueGetAsBoolean__internal_alias")));
10073 #ifndef xmlSchemaValueGetAsBoolean
10074 extern __typeof (xmlSchemaValueGetAsBoolean
) xmlSchemaValueGetAsBoolean__internal_alias
__attribute((visibility("hidden")));
10075 #define xmlSchemaValueGetAsBoolean xmlSchemaValueGetAsBoolean__internal_alias
10080 #if defined(LIBXML_SCHEMAS_ENABLED)
10081 #ifdef bottom_xmlschemastypes
10082 #undef xmlSchemaValueGetAsString
10083 extern __typeof (xmlSchemaValueGetAsString
) xmlSchemaValueGetAsString
__attribute((alias("xmlSchemaValueGetAsString__internal_alias")));
10085 #ifndef xmlSchemaValueGetAsString
10086 extern __typeof (xmlSchemaValueGetAsString
) xmlSchemaValueGetAsString__internal_alias
__attribute((visibility("hidden")));
10087 #define xmlSchemaValueGetAsString xmlSchemaValueGetAsString__internal_alias
10092 #if defined(LIBXML_SCHEMAS_ENABLED)
10093 #ifdef bottom_xmlschemastypes
10094 #undef xmlSchemaValueGetNext
10095 extern __typeof (xmlSchemaValueGetNext
) xmlSchemaValueGetNext
__attribute((alias("xmlSchemaValueGetNext__internal_alias")));
10097 #ifndef xmlSchemaValueGetNext
10098 extern __typeof (xmlSchemaValueGetNext
) xmlSchemaValueGetNext__internal_alias
__attribute((visibility("hidden")));
10099 #define xmlSchemaValueGetNext xmlSchemaValueGetNext__internal_alias
10104 #if defined(LIBXML_SCHEMAS_ENABLED)
10105 #ifdef bottom_xmlschemastypes
10106 #undef xmlSchemaWhiteSpaceReplace
10107 extern __typeof (xmlSchemaWhiteSpaceReplace
) xmlSchemaWhiteSpaceReplace
__attribute((alias("xmlSchemaWhiteSpaceReplace__internal_alias")));
10109 #ifndef xmlSchemaWhiteSpaceReplace
10110 extern __typeof (xmlSchemaWhiteSpaceReplace
) xmlSchemaWhiteSpaceReplace__internal_alias
__attribute((visibility("hidden")));
10111 #define xmlSchemaWhiteSpaceReplace xmlSchemaWhiteSpaceReplace__internal_alias
10116 #if defined(LIBXML_SCHEMATRON_ENABLED)
10117 #ifdef bottom_schematron
10118 #undef xmlSchematronFree
10119 extern __typeof (xmlSchematronFree
) xmlSchematronFree
__attribute((alias("xmlSchematronFree__internal_alias")));
10121 #ifndef xmlSchematronFree
10122 extern __typeof (xmlSchematronFree
) xmlSchematronFree__internal_alias
__attribute((visibility("hidden")));
10123 #define xmlSchematronFree xmlSchematronFree__internal_alias
10128 #if defined(LIBXML_SCHEMATRON_ENABLED)
10129 #ifdef bottom_schematron
10130 #undef xmlSchematronFreeParserCtxt
10131 extern __typeof (xmlSchematronFreeParserCtxt
) xmlSchematronFreeParserCtxt
__attribute((alias("xmlSchematronFreeParserCtxt__internal_alias")));
10133 #ifndef xmlSchematronFreeParserCtxt
10134 extern __typeof (xmlSchematronFreeParserCtxt
) xmlSchematronFreeParserCtxt__internal_alias
__attribute((visibility("hidden")));
10135 #define xmlSchematronFreeParserCtxt xmlSchematronFreeParserCtxt__internal_alias
10140 #if defined(LIBXML_SCHEMATRON_ENABLED)
10141 #ifdef bottom_schematron
10142 #undef xmlSchematronFreeValidCtxt
10143 extern __typeof (xmlSchematronFreeValidCtxt
) xmlSchematronFreeValidCtxt
__attribute((alias("xmlSchematronFreeValidCtxt__internal_alias")));
10145 #ifndef xmlSchematronFreeValidCtxt
10146 extern __typeof (xmlSchematronFreeValidCtxt
) xmlSchematronFreeValidCtxt__internal_alias
__attribute((visibility("hidden")));
10147 #define xmlSchematronFreeValidCtxt xmlSchematronFreeValidCtxt__internal_alias
10152 #if defined(LIBXML_SCHEMATRON_ENABLED)
10153 #ifdef bottom_schematron
10154 #undef xmlSchematronNewDocParserCtxt
10155 extern __typeof (xmlSchematronNewDocParserCtxt
) xmlSchematronNewDocParserCtxt
__attribute((alias("xmlSchematronNewDocParserCtxt__internal_alias")));
10157 #ifndef xmlSchematronNewDocParserCtxt
10158 extern __typeof (xmlSchematronNewDocParserCtxt
) xmlSchematronNewDocParserCtxt__internal_alias
__attribute((visibility("hidden")));
10159 #define xmlSchematronNewDocParserCtxt xmlSchematronNewDocParserCtxt__internal_alias
10164 #if defined(LIBXML_SCHEMATRON_ENABLED)
10165 #ifdef bottom_schematron
10166 #undef xmlSchematronNewMemParserCtxt
10167 extern __typeof (xmlSchematronNewMemParserCtxt
) xmlSchematronNewMemParserCtxt
__attribute((alias("xmlSchematronNewMemParserCtxt__internal_alias")));
10169 #ifndef xmlSchematronNewMemParserCtxt
10170 extern __typeof (xmlSchematronNewMemParserCtxt
) xmlSchematronNewMemParserCtxt__internal_alias
__attribute((visibility("hidden")));
10171 #define xmlSchematronNewMemParserCtxt xmlSchematronNewMemParserCtxt__internal_alias
10176 #if defined(LIBXML_SCHEMATRON_ENABLED)
10177 #ifdef bottom_schematron
10178 #undef xmlSchematronNewParserCtxt
10179 extern __typeof (xmlSchematronNewParserCtxt
) xmlSchematronNewParserCtxt
__attribute((alias("xmlSchematronNewParserCtxt__internal_alias")));
10181 #ifndef xmlSchematronNewParserCtxt
10182 extern __typeof (xmlSchematronNewParserCtxt
) xmlSchematronNewParserCtxt__internal_alias
__attribute((visibility("hidden")));
10183 #define xmlSchematronNewParserCtxt xmlSchematronNewParserCtxt__internal_alias
10188 #if defined(LIBXML_SCHEMATRON_ENABLED)
10189 #ifdef bottom_schematron
10190 #undef xmlSchematronNewValidCtxt
10191 extern __typeof (xmlSchematronNewValidCtxt
) xmlSchematronNewValidCtxt
__attribute((alias("xmlSchematronNewValidCtxt__internal_alias")));
10193 #ifndef xmlSchematronNewValidCtxt
10194 extern __typeof (xmlSchematronNewValidCtxt
) xmlSchematronNewValidCtxt__internal_alias
__attribute((visibility("hidden")));
10195 #define xmlSchematronNewValidCtxt xmlSchematronNewValidCtxt__internal_alias
10200 #if defined(LIBXML_SCHEMATRON_ENABLED)
10201 #ifdef bottom_schematron
10202 #undef xmlSchematronParse
10203 extern __typeof (xmlSchematronParse
) xmlSchematronParse
__attribute((alias("xmlSchematronParse__internal_alias")));
10205 #ifndef xmlSchematronParse
10206 extern __typeof (xmlSchematronParse
) xmlSchematronParse__internal_alias
__attribute((visibility("hidden")));
10207 #define xmlSchematronParse xmlSchematronParse__internal_alias
10212 #if defined(LIBXML_SCHEMATRON_ENABLED)
10213 #ifdef bottom_schematron
10214 #undef xmlSchematronSetValidStructuredErrors
10215 extern __typeof (xmlSchematronSetValidStructuredErrors
) xmlSchematronSetValidStructuredErrors
__attribute((alias("xmlSchematronSetValidStructuredErrors__internal_alias")));
10217 #ifndef xmlSchematronSetValidStructuredErrors
10218 extern __typeof (xmlSchematronSetValidStructuredErrors
) xmlSchematronSetValidStructuredErrors__internal_alias
__attribute((visibility("hidden")));
10219 #define xmlSchematronSetValidStructuredErrors xmlSchematronSetValidStructuredErrors__internal_alias
10224 #if defined(LIBXML_SCHEMATRON_ENABLED)
10225 #ifdef bottom_schematron
10226 #undef xmlSchematronValidateDoc
10227 extern __typeof (xmlSchematronValidateDoc
) xmlSchematronValidateDoc
__attribute((alias("xmlSchematronValidateDoc__internal_alias")));
10229 #ifndef xmlSchematronValidateDoc
10230 extern __typeof (xmlSchematronValidateDoc
) xmlSchematronValidateDoc__internal_alias
__attribute((visibility("hidden")));
10231 #define xmlSchematronValidateDoc xmlSchematronValidateDoc__internal_alias
10238 extern __typeof (xmlSearchNs
) xmlSearchNs
__attribute((alias("xmlSearchNs__internal_alias")));
10240 #ifndef xmlSearchNs
10241 extern __typeof (xmlSearchNs
) xmlSearchNs__internal_alias
__attribute((visibility("hidden")));
10242 #define xmlSearchNs xmlSearchNs__internal_alias
10247 #undef xmlSearchNsByHref
10248 extern __typeof (xmlSearchNsByHref
) xmlSearchNsByHref
__attribute((alias("xmlSearchNsByHref__internal_alias")));
10250 #ifndef xmlSearchNsByHref
10251 extern __typeof (xmlSearchNsByHref
) xmlSearchNsByHref__internal_alias
__attribute((visibility("hidden")));
10252 #define xmlSearchNsByHref xmlSearchNsByHref__internal_alias
10257 #undef xmlSetBufferAllocationScheme
10258 extern __typeof (xmlSetBufferAllocationScheme
) xmlSetBufferAllocationScheme
__attribute((alias("xmlSetBufferAllocationScheme__internal_alias")));
10260 #ifndef xmlSetBufferAllocationScheme
10261 extern __typeof (xmlSetBufferAllocationScheme
) xmlSetBufferAllocationScheme__internal_alias
__attribute((visibility("hidden")));
10262 #define xmlSetBufferAllocationScheme xmlSetBufferAllocationScheme__internal_alias
10267 #undef xmlSetCompressMode
10268 extern __typeof (xmlSetCompressMode
) xmlSetCompressMode
__attribute((alias("xmlSetCompressMode__internal_alias")));
10270 #ifndef xmlSetCompressMode
10271 extern __typeof (xmlSetCompressMode
) xmlSetCompressMode__internal_alias
__attribute((visibility("hidden")));
10272 #define xmlSetCompressMode xmlSetCompressMode__internal_alias
10277 #undef xmlSetDocCompressMode
10278 extern __typeof (xmlSetDocCompressMode
) xmlSetDocCompressMode
__attribute((alias("xmlSetDocCompressMode__internal_alias")));
10280 #ifndef xmlSetDocCompressMode
10281 extern __typeof (xmlSetDocCompressMode
) xmlSetDocCompressMode__internal_alias
__attribute((visibility("hidden")));
10282 #define xmlSetDocCompressMode xmlSetDocCompressMode__internal_alias
10286 #if defined(LIBXML_LEGACY_ENABLED)
10287 #ifdef bottom_parser
10288 #undef xmlSetEntityReferenceFunc
10289 extern __typeof (xmlSetEntityReferenceFunc
) xmlSetEntityReferenceFunc
__attribute((alias("xmlSetEntityReferenceFunc__internal_alias")));
10291 #ifndef xmlSetEntityReferenceFunc
10292 extern __typeof (xmlSetEntityReferenceFunc
) xmlSetEntityReferenceFunc__internal_alias
__attribute((visibility("hidden")));
10293 #define xmlSetEntityReferenceFunc xmlSetEntityReferenceFunc__internal_alias
10298 #ifdef bottom_xmlIO
10299 #undef xmlSetExternalEntityLoader
10300 extern __typeof (xmlSetExternalEntityLoader
) xmlSetExternalEntityLoader
__attribute((alias("xmlSetExternalEntityLoader__internal_alias")));
10302 #ifndef xmlSetExternalEntityLoader
10303 extern __typeof (xmlSetExternalEntityLoader
) xmlSetExternalEntityLoader__internal_alias
__attribute((visibility("hidden")));
10304 #define xmlSetExternalEntityLoader xmlSetExternalEntityLoader__internal_alias
10308 #if defined(LIBXML_LEGACY_ENABLED)
10309 #ifdef bottom_legacy
10310 #undef xmlSetFeature
10311 extern __typeof (xmlSetFeature
) xmlSetFeature
__attribute((alias("xmlSetFeature__internal_alias")));
10313 #ifndef xmlSetFeature
10314 extern __typeof (xmlSetFeature
) xmlSetFeature__internal_alias
__attribute((visibility("hidden")));
10315 #define xmlSetFeature xmlSetFeature__internal_alias
10320 #ifdef bottom_error
10321 #undef xmlSetGenericErrorFunc
10322 extern __typeof (xmlSetGenericErrorFunc
) xmlSetGenericErrorFunc
__attribute((alias("xmlSetGenericErrorFunc__internal_alias")));
10324 #ifndef xmlSetGenericErrorFunc
10325 extern __typeof (xmlSetGenericErrorFunc
) xmlSetGenericErrorFunc__internal_alias
__attribute((visibility("hidden")));
10326 #define xmlSetGenericErrorFunc xmlSetGenericErrorFunc__internal_alias
10331 #undef xmlSetListDoc
10332 extern __typeof (xmlSetListDoc
) xmlSetListDoc
__attribute((alias("xmlSetListDoc__internal_alias")));
10334 #ifndef xmlSetListDoc
10335 extern __typeof (xmlSetListDoc
) xmlSetListDoc__internal_alias
__attribute((visibility("hidden")));
10336 #define xmlSetListDoc xmlSetListDoc__internal_alias
10342 extern __typeof (xmlSetNs
) xmlSetNs
__attribute((alias("xmlSetNs__internal_alias")));
10345 extern __typeof (xmlSetNs
) xmlSetNs__internal_alias
__attribute((visibility("hidden")));
10346 #define xmlSetNs xmlSetNs__internal_alias
10350 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
10352 #undef xmlSetNsProp
10353 extern __typeof (xmlSetNsProp
) xmlSetNsProp
__attribute((alias("xmlSetNsProp__internal_alias")));
10355 #ifndef xmlSetNsProp
10356 extern __typeof (xmlSetNsProp
) xmlSetNsProp__internal_alias
__attribute((visibility("hidden")));
10357 #define xmlSetNsProp xmlSetNsProp__internal_alias
10362 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED) || defined(LIBXML_HTML_ENABLED)
10365 extern __typeof (xmlSetProp
) xmlSetProp
__attribute((alias("xmlSetProp__internal_alias")));
10368 extern __typeof (xmlSetProp
) xmlSetProp__internal_alias
__attribute((visibility("hidden")));
10369 #define xmlSetProp xmlSetProp__internal_alias
10374 #ifdef bottom_error
10375 #undef xmlSetStructuredErrorFunc
10376 extern __typeof (xmlSetStructuredErrorFunc
) xmlSetStructuredErrorFunc
__attribute((alias("xmlSetStructuredErrorFunc__internal_alias")));
10378 #ifndef xmlSetStructuredErrorFunc
10379 extern __typeof (xmlSetStructuredErrorFunc
) xmlSetStructuredErrorFunc__internal_alias
__attribute((visibility("hidden")));
10380 #define xmlSetStructuredErrorFunc xmlSetStructuredErrorFunc__internal_alias
10385 #undef xmlSetTreeDoc
10386 extern __typeof (xmlSetTreeDoc
) xmlSetTreeDoc
__attribute((alias("xmlSetTreeDoc__internal_alias")));
10388 #ifndef xmlSetTreeDoc
10389 extern __typeof (xmlSetTreeDoc
) xmlSetTreeDoc__internal_alias
__attribute((visibility("hidden")));
10390 #define xmlSetTreeDoc xmlSetTreeDoc__internal_alias
10394 #if defined(LIBXML_SAX1_ENABLED)
10395 #ifdef bottom_parser
10396 #undef xmlSetupParserForBuffer
10397 extern __typeof (xmlSetupParserForBuffer
) xmlSetupParserForBuffer
__attribute((alias("xmlSetupParserForBuffer__internal_alias")));
10399 #ifndef xmlSetupParserForBuffer
10400 extern __typeof (xmlSetupParserForBuffer
) xmlSetupParserForBuffer__internal_alias
__attribute((visibility("hidden")));
10401 #define xmlSetupParserForBuffer xmlSetupParserForBuffer__internal_alias
10406 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10407 #ifdef bottom_debugXML
10409 extern __typeof (xmlShell
) xmlShell
__attribute((alias("xmlShell__internal_alias")));
10412 extern __typeof (xmlShell
) xmlShell__internal_alias
__attribute((visibility("hidden")));
10413 #define xmlShell xmlShell__internal_alias
10418 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10419 #ifdef bottom_debugXML
10420 #undef xmlShellBase
10421 extern __typeof (xmlShellBase
) xmlShellBase
__attribute((alias("xmlShellBase__internal_alias")));
10423 #ifndef xmlShellBase
10424 extern __typeof (xmlShellBase
) xmlShellBase__internal_alias
__attribute((visibility("hidden")));
10425 #define xmlShellBase xmlShellBase__internal_alias
10430 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10431 #ifdef bottom_debugXML
10433 extern __typeof (xmlShellCat
) xmlShellCat
__attribute((alias("xmlShellCat__internal_alias")));
10435 #ifndef xmlShellCat
10436 extern __typeof (xmlShellCat
) xmlShellCat__internal_alias
__attribute((visibility("hidden")));
10437 #define xmlShellCat xmlShellCat__internal_alias
10442 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10443 #ifdef bottom_debugXML
10445 extern __typeof (xmlShellDir
) xmlShellDir
__attribute((alias("xmlShellDir__internal_alias")));
10447 #ifndef xmlShellDir
10448 extern __typeof (xmlShellDir
) xmlShellDir__internal_alias
__attribute((visibility("hidden")));
10449 #define xmlShellDir xmlShellDir__internal_alias
10454 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10455 #ifdef bottom_debugXML
10457 extern __typeof (xmlShellDu
) xmlShellDu
__attribute((alias("xmlShellDu__internal_alias")));
10460 extern __typeof (xmlShellDu
) xmlShellDu__internal_alias
__attribute((visibility("hidden")));
10461 #define xmlShellDu xmlShellDu__internal_alias
10466 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10467 #ifdef bottom_debugXML
10468 #undef xmlShellList
10469 extern __typeof (xmlShellList
) xmlShellList
__attribute((alias("xmlShellList__internal_alias")));
10471 #ifndef xmlShellList
10472 extern __typeof (xmlShellList
) xmlShellList__internal_alias
__attribute((visibility("hidden")));
10473 #define xmlShellList xmlShellList__internal_alias
10478 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10479 #ifdef bottom_debugXML
10480 #undef xmlShellLoad
10481 extern __typeof (xmlShellLoad
) xmlShellLoad
__attribute((alias("xmlShellLoad__internal_alias")));
10483 #ifndef xmlShellLoad
10484 extern __typeof (xmlShellLoad
) xmlShellLoad__internal_alias
__attribute((visibility("hidden")));
10485 #define xmlShellLoad xmlShellLoad__internal_alias
10490 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10491 #ifdef bottom_debugXML
10492 #undef xmlShellPrintNode
10493 extern __typeof (xmlShellPrintNode
) xmlShellPrintNode
__attribute((alias("xmlShellPrintNode__internal_alias")));
10495 #ifndef xmlShellPrintNode
10496 extern __typeof (xmlShellPrintNode
) xmlShellPrintNode__internal_alias
__attribute((visibility("hidden")));
10497 #define xmlShellPrintNode xmlShellPrintNode__internal_alias
10502 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10503 #ifdef bottom_debugXML
10504 #undef xmlShellPrintXPathError
10505 extern __typeof (xmlShellPrintXPathError
) xmlShellPrintXPathError
__attribute((alias("xmlShellPrintXPathError__internal_alias")));
10507 #ifndef xmlShellPrintXPathError
10508 extern __typeof (xmlShellPrintXPathError
) xmlShellPrintXPathError__internal_alias
__attribute((visibility("hidden")));
10509 #define xmlShellPrintXPathError xmlShellPrintXPathError__internal_alias
10514 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10515 #ifdef bottom_debugXML
10516 #undef xmlShellPrintXPathResult
10517 extern __typeof (xmlShellPrintXPathResult
) xmlShellPrintXPathResult
__attribute((alias("xmlShellPrintXPathResult__internal_alias")));
10519 #ifndef xmlShellPrintXPathResult
10520 extern __typeof (xmlShellPrintXPathResult
) xmlShellPrintXPathResult__internal_alias
__attribute((visibility("hidden")));
10521 #define xmlShellPrintXPathResult xmlShellPrintXPathResult__internal_alias
10526 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED)
10527 #ifdef bottom_debugXML
10529 extern __typeof (xmlShellPwd
) xmlShellPwd
__attribute((alias("xmlShellPwd__internal_alias")));
10531 #ifndef xmlShellPwd
10532 extern __typeof (xmlShellPwd
) xmlShellPwd__internal_alias
__attribute((visibility("hidden")));
10533 #define xmlShellPwd xmlShellPwd__internal_alias
10538 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10539 #ifdef bottom_debugXML
10540 #undef xmlShellSave
10541 extern __typeof (xmlShellSave
) xmlShellSave
__attribute((alias("xmlShellSave__internal_alias")));
10543 #ifndef xmlShellSave
10544 extern __typeof (xmlShellSave
) xmlShellSave__internal_alias
__attribute((visibility("hidden")));
10545 #define xmlShellSave xmlShellSave__internal_alias
10550 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_VALID_ENABLED)
10551 #ifdef bottom_debugXML
10552 #undef xmlShellValidate
10553 extern __typeof (xmlShellValidate
) xmlShellValidate
__attribute((alias("xmlShellValidate__internal_alias")));
10555 #ifndef xmlShellValidate
10556 extern __typeof (xmlShellValidate
) xmlShellValidate__internal_alias
__attribute((visibility("hidden")));
10557 #define xmlShellValidate xmlShellValidate__internal_alias
10562 #if defined(LIBXML_DEBUG_ENABLED) && defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_OUTPUT_ENABLED)
10563 #ifdef bottom_debugXML
10564 #undef xmlShellWrite
10565 extern __typeof (xmlShellWrite
) xmlShellWrite
__attribute((alias("xmlShellWrite__internal_alias")));
10567 #ifndef xmlShellWrite
10568 extern __typeof (xmlShellWrite
) xmlShellWrite__internal_alias
__attribute((visibility("hidden")));
10569 #define xmlShellWrite xmlShellWrite__internal_alias
10574 #ifdef bottom_parser
10575 #undef xmlSkipBlankChars
10576 extern __typeof (xmlSkipBlankChars
) xmlSkipBlankChars
__attribute((alias("xmlSkipBlankChars__internal_alias")));
10578 #ifndef xmlSkipBlankChars
10579 extern __typeof (xmlSkipBlankChars
) xmlSkipBlankChars__internal_alias
__attribute((visibility("hidden")));
10580 #define xmlSkipBlankChars xmlSkipBlankChars__internal_alias
10584 #ifdef bottom_valid
10585 #undef xmlSnprintfElementContent
10586 extern __typeof (xmlSnprintfElementContent
) xmlSnprintfElementContent
__attribute((alias("xmlSnprintfElementContent__internal_alias")));
10588 #ifndef xmlSnprintfElementContent
10589 extern __typeof (xmlSnprintfElementContent
) xmlSnprintfElementContent__internal_alias
__attribute((visibility("hidden")));
10590 #define xmlSnprintfElementContent xmlSnprintfElementContent__internal_alias
10594 #ifdef bottom_parser
10595 #undef xmlSplitQName
10596 extern __typeof (xmlSplitQName
) xmlSplitQName
__attribute((alias("xmlSplitQName__internal_alias")));
10598 #ifndef xmlSplitQName
10599 extern __typeof (xmlSplitQName
) xmlSplitQName__internal_alias
__attribute((visibility("hidden")));
10600 #define xmlSplitQName xmlSplitQName__internal_alias
10605 #undef xmlSplitQName2
10606 extern __typeof (xmlSplitQName2
) xmlSplitQName2
__attribute((alias("xmlSplitQName2__internal_alias")));
10608 #ifndef xmlSplitQName2
10609 extern __typeof (xmlSplitQName2
) xmlSplitQName2__internal_alias
__attribute((visibility("hidden")));
10610 #define xmlSplitQName2 xmlSplitQName2__internal_alias
10615 #undef xmlSplitQName3
10616 extern __typeof (xmlSplitQName3
) xmlSplitQName3
__attribute((alias("xmlSplitQName3__internal_alias")));
10618 #ifndef xmlSplitQName3
10619 extern __typeof (xmlSplitQName3
) xmlSplitQName3__internal_alias
__attribute((visibility("hidden")));
10620 #define xmlSplitQName3 xmlSplitQName3__internal_alias
10624 #if defined(LIBXML_OUTPUT_ENABLED)
10625 #ifdef bottom_valid
10626 #undef xmlSprintfElementContent
10627 extern __typeof (xmlSprintfElementContent
) xmlSprintfElementContent
__attribute((alias("xmlSprintfElementContent__internal_alias")));
10629 #ifndef xmlSprintfElementContent
10630 extern __typeof (xmlSprintfElementContent
) xmlSprintfElementContent__internal_alias
__attribute((visibility("hidden")));
10631 #define xmlSprintfElementContent xmlSprintfElementContent__internal_alias
10636 #ifdef bottom_parser
10637 #undef xmlStopParser
10638 extern __typeof (xmlStopParser
) xmlStopParser
__attribute((alias("xmlStopParser__internal_alias")));
10640 #ifndef xmlStopParser
10641 extern __typeof (xmlStopParser
) xmlStopParser__internal_alias
__attribute((visibility("hidden")));
10642 #define xmlStopParser xmlStopParser__internal_alias
10646 #ifdef bottom_xmlstring
10648 extern __typeof (xmlStrEqual
) xmlStrEqual
__attribute((alias("xmlStrEqual__internal_alias")));
10650 #ifndef xmlStrEqual
10651 extern __typeof (xmlStrEqual
) xmlStrEqual__internal_alias
__attribute((visibility("hidden")));
10652 #define xmlStrEqual xmlStrEqual__internal_alias
10656 #ifdef bottom_xmlstring
10657 #undef xmlStrPrintf
10658 extern __typeof (xmlStrPrintf
) xmlStrPrintf
__attribute((alias("xmlStrPrintf__internal_alias")));
10660 #ifndef xmlStrPrintf
10661 extern __typeof (xmlStrPrintf
) xmlStrPrintf__internal_alias
__attribute((visibility("hidden")));
10662 #define xmlStrPrintf xmlStrPrintf__internal_alias
10666 #ifdef bottom_xmlstring
10667 #undef xmlStrQEqual
10668 extern __typeof (xmlStrQEqual
) xmlStrQEqual
__attribute((alias("xmlStrQEqual__internal_alias")));
10670 #ifndef xmlStrQEqual
10671 extern __typeof (xmlStrQEqual
) xmlStrQEqual__internal_alias
__attribute((visibility("hidden")));
10672 #define xmlStrQEqual xmlStrQEqual__internal_alias
10676 #ifdef bottom_xmlstring
10677 #undef xmlStrVPrintf
10678 extern __typeof (xmlStrVPrintf
) xmlStrVPrintf
__attribute((alias("xmlStrVPrintf__internal_alias")));
10680 #ifndef xmlStrVPrintf
10681 extern __typeof (xmlStrVPrintf
) xmlStrVPrintf__internal_alias
__attribute((visibility("hidden")));
10682 #define xmlStrVPrintf xmlStrVPrintf__internal_alias
10686 #ifdef bottom_xmlstring
10687 #undef xmlStrcasecmp
10688 extern __typeof (xmlStrcasecmp
) xmlStrcasecmp
__attribute((alias("xmlStrcasecmp__internal_alias")));
10690 #ifndef xmlStrcasecmp
10691 extern __typeof (xmlStrcasecmp
) xmlStrcasecmp__internal_alias
__attribute((visibility("hidden")));
10692 #define xmlStrcasecmp xmlStrcasecmp__internal_alias
10696 #ifdef bottom_xmlstring
10697 #undef xmlStrcasestr
10698 extern __typeof (xmlStrcasestr
) xmlStrcasestr
__attribute((alias("xmlStrcasestr__internal_alias")));
10700 #ifndef xmlStrcasestr
10701 extern __typeof (xmlStrcasestr
) xmlStrcasestr__internal_alias
__attribute((visibility("hidden")));
10702 #define xmlStrcasestr xmlStrcasestr__internal_alias
10706 #ifdef bottom_xmlstring
10708 extern __typeof (xmlStrcat
) xmlStrcat
__attribute((alias("xmlStrcat__internal_alias")));
10711 extern __typeof (xmlStrcat
) xmlStrcat__internal_alias
__attribute((visibility("hidden")));
10712 #define xmlStrcat xmlStrcat__internal_alias
10716 #ifdef bottom_xmlstring
10718 extern __typeof (xmlStrchr
) xmlStrchr
__attribute((alias("xmlStrchr__internal_alias")));
10721 extern __typeof (xmlStrchr
) xmlStrchr__internal_alias
__attribute((visibility("hidden")));
10722 #define xmlStrchr xmlStrchr__internal_alias
10726 #ifdef bottom_xmlstring
10728 extern __typeof (xmlStrcmp
) xmlStrcmp
__attribute((alias("xmlStrcmp__internal_alias")));
10731 extern __typeof (xmlStrcmp
) xmlStrcmp__internal_alias
__attribute((visibility("hidden")));
10732 #define xmlStrcmp xmlStrcmp__internal_alias
10736 #ifdef bottom_xmlstring
10738 extern __typeof (xmlStrdup
) xmlStrdup
__attribute((alias("xmlStrdup__internal_alias")));
10741 extern __typeof (xmlStrdup
) xmlStrdup__internal_alias
__attribute((visibility("hidden")));
10742 #define xmlStrdup xmlStrdup__internal_alias
10746 #if defined(LIBXML_PATTERN_ENABLED)
10747 #ifdef bottom_pattern
10748 #undef xmlStreamPop
10749 extern __typeof (xmlStreamPop
) xmlStreamPop
__attribute((alias("xmlStreamPop__internal_alias")));
10751 #ifndef xmlStreamPop
10752 extern __typeof (xmlStreamPop
) xmlStreamPop__internal_alias
__attribute((visibility("hidden")));
10753 #define xmlStreamPop xmlStreamPop__internal_alias
10758 #if defined(LIBXML_PATTERN_ENABLED)
10759 #ifdef bottom_pattern
10760 #undef xmlStreamPush
10761 extern __typeof (xmlStreamPush
) xmlStreamPush
__attribute((alias("xmlStreamPush__internal_alias")));
10763 #ifndef xmlStreamPush
10764 extern __typeof (xmlStreamPush
) xmlStreamPush__internal_alias
__attribute((visibility("hidden")));
10765 #define xmlStreamPush xmlStreamPush__internal_alias
10770 #if defined(LIBXML_PATTERN_ENABLED)
10771 #ifdef bottom_pattern
10772 #undef xmlStreamPushAttr
10773 extern __typeof (xmlStreamPushAttr
) xmlStreamPushAttr
__attribute((alias("xmlStreamPushAttr__internal_alias")));
10775 #ifndef xmlStreamPushAttr
10776 extern __typeof (xmlStreamPushAttr
) xmlStreamPushAttr__internal_alias
__attribute((visibility("hidden")));
10777 #define xmlStreamPushAttr xmlStreamPushAttr__internal_alias
10782 #if defined(LIBXML_PATTERN_ENABLED)
10783 #ifdef bottom_pattern
10784 #undef xmlStreamPushNode
10785 extern __typeof (xmlStreamPushNode
) xmlStreamPushNode
__attribute((alias("xmlStreamPushNode__internal_alias")));
10787 #ifndef xmlStreamPushNode
10788 extern __typeof (xmlStreamPushNode
) xmlStreamPushNode__internal_alias
__attribute((visibility("hidden")));
10789 #define xmlStreamPushNode xmlStreamPushNode__internal_alias
10794 #if defined(LIBXML_PATTERN_ENABLED)
10795 #ifdef bottom_pattern
10796 #undef xmlStreamWantsAnyNode
10797 extern __typeof (xmlStreamWantsAnyNode
) xmlStreamWantsAnyNode
__attribute((alias("xmlStreamWantsAnyNode__internal_alias")));
10799 #ifndef xmlStreamWantsAnyNode
10800 extern __typeof (xmlStreamWantsAnyNode
) xmlStreamWantsAnyNode__internal_alias
__attribute((visibility("hidden")));
10801 #define xmlStreamWantsAnyNode xmlStreamWantsAnyNode__internal_alias
10806 #ifdef bottom_parserInternals
10807 #undef xmlStringCurrentChar
10808 extern __typeof (xmlStringCurrentChar
) xmlStringCurrentChar
__attribute((alias("xmlStringCurrentChar__internal_alias")));
10810 #ifndef xmlStringCurrentChar
10811 extern __typeof (xmlStringCurrentChar
) xmlStringCurrentChar__internal_alias
__attribute((visibility("hidden")));
10812 #define xmlStringCurrentChar xmlStringCurrentChar__internal_alias
10816 #ifdef bottom_parser
10817 #undef xmlStringDecodeEntities
10818 extern __typeof (xmlStringDecodeEntities
) xmlStringDecodeEntities
__attribute((alias("xmlStringDecodeEntities__internal_alias")));
10820 #ifndef xmlStringDecodeEntities
10821 extern __typeof (xmlStringDecodeEntities
) xmlStringDecodeEntities__internal_alias
__attribute((visibility("hidden")));
10822 #define xmlStringDecodeEntities xmlStringDecodeEntities__internal_alias
10827 #undef xmlStringGetNodeList
10828 extern __typeof (xmlStringGetNodeList
) xmlStringGetNodeList
__attribute((alias("xmlStringGetNodeList__internal_alias")));
10830 #ifndef xmlStringGetNodeList
10831 extern __typeof (xmlStringGetNodeList
) xmlStringGetNodeList__internal_alias
__attribute((visibility("hidden")));
10832 #define xmlStringGetNodeList xmlStringGetNodeList__internal_alias
10836 #ifdef bottom_parser
10837 #undef xmlStringLenDecodeEntities
10838 extern __typeof (xmlStringLenDecodeEntities
) xmlStringLenDecodeEntities
__attribute((alias("xmlStringLenDecodeEntities__internal_alias")));
10840 #ifndef xmlStringLenDecodeEntities
10841 extern __typeof (xmlStringLenDecodeEntities
) xmlStringLenDecodeEntities__internal_alias
__attribute((visibility("hidden")));
10842 #define xmlStringLenDecodeEntities xmlStringLenDecodeEntities__internal_alias
10847 #undef xmlStringLenGetNodeList
10848 extern __typeof (xmlStringLenGetNodeList
) xmlStringLenGetNodeList
__attribute((alias("xmlStringLenGetNodeList__internal_alias")));
10850 #ifndef xmlStringLenGetNodeList
10851 extern __typeof (xmlStringLenGetNodeList
) xmlStringLenGetNodeList__internal_alias
__attribute((visibility("hidden")));
10852 #define xmlStringLenGetNodeList xmlStringLenGetNodeList__internal_alias
10856 #ifdef bottom_xmlstring
10858 extern __typeof (xmlStrlen
) xmlStrlen
__attribute((alias("xmlStrlen__internal_alias")));
10861 extern __typeof (xmlStrlen
) xmlStrlen__internal_alias
__attribute((visibility("hidden")));
10862 #define xmlStrlen xmlStrlen__internal_alias
10866 #ifdef bottom_xmlstring
10867 #undef xmlStrncasecmp
10868 extern __typeof (xmlStrncasecmp
) xmlStrncasecmp
__attribute((alias("xmlStrncasecmp__internal_alias")));
10870 #ifndef xmlStrncasecmp
10871 extern __typeof (xmlStrncasecmp
) xmlStrncasecmp__internal_alias
__attribute((visibility("hidden")));
10872 #define xmlStrncasecmp xmlStrncasecmp__internal_alias
10876 #ifdef bottom_xmlstring
10878 extern __typeof (xmlStrncat
) xmlStrncat
__attribute((alias("xmlStrncat__internal_alias")));
10881 extern __typeof (xmlStrncat
) xmlStrncat__internal_alias
__attribute((visibility("hidden")));
10882 #define xmlStrncat xmlStrncat__internal_alias
10886 #ifdef bottom_xmlstring
10887 #undef xmlStrncatNew
10888 extern __typeof (xmlStrncatNew
) xmlStrncatNew
__attribute((alias("xmlStrncatNew__internal_alias")));
10890 #ifndef xmlStrncatNew
10891 extern __typeof (xmlStrncatNew
) xmlStrncatNew__internal_alias
__attribute((visibility("hidden")));
10892 #define xmlStrncatNew xmlStrncatNew__internal_alias
10896 #ifdef bottom_xmlstring
10898 extern __typeof (xmlStrncmp
) xmlStrncmp
__attribute((alias("xmlStrncmp__internal_alias")));
10901 extern __typeof (xmlStrncmp
) xmlStrncmp__internal_alias
__attribute((visibility("hidden")));
10902 #define xmlStrncmp xmlStrncmp__internal_alias
10906 #ifdef bottom_xmlstring
10908 extern __typeof (xmlStrndup
) xmlStrndup
__attribute((alias("xmlStrndup__internal_alias")));
10911 extern __typeof (xmlStrndup
) xmlStrndup__internal_alias
__attribute((visibility("hidden")));
10912 #define xmlStrndup xmlStrndup__internal_alias
10916 #ifdef bottom_xmlstring
10918 extern __typeof (xmlStrstr
) xmlStrstr
__attribute((alias("xmlStrstr__internal_alias")));
10921 extern __typeof (xmlStrstr
) xmlStrstr__internal_alias
__attribute((visibility("hidden")));
10922 #define xmlStrstr xmlStrstr__internal_alias
10926 #ifdef bottom_xmlstring
10928 extern __typeof (xmlStrsub
) xmlStrsub
__attribute((alias("xmlStrsub__internal_alias")));
10931 extern __typeof (xmlStrsub
) xmlStrsub__internal_alias
__attribute((visibility("hidden")));
10932 #define xmlStrsub xmlStrsub__internal_alias
10936 #ifdef bottom_parserInternals
10937 #undef xmlSubstituteEntitiesDefault
10938 extern __typeof (xmlSubstituteEntitiesDefault
) xmlSubstituteEntitiesDefault
__attribute((alias("xmlSubstituteEntitiesDefault__internal_alias")));
10940 #ifndef xmlSubstituteEntitiesDefault
10941 extern __typeof (xmlSubstituteEntitiesDefault
) xmlSubstituteEntitiesDefault__internal_alias
__attribute((visibility("hidden")));
10942 #define xmlSubstituteEntitiesDefault xmlSubstituteEntitiesDefault__internal_alias
10946 #ifdef bottom_parserInternals
10947 #undef xmlSwitchEncoding
10948 extern __typeof (xmlSwitchEncoding
) xmlSwitchEncoding
__attribute((alias("xmlSwitchEncoding__internal_alias")));
10950 #ifndef xmlSwitchEncoding
10951 extern __typeof (xmlSwitchEncoding
) xmlSwitchEncoding__internal_alias
__attribute((visibility("hidden")));
10952 #define xmlSwitchEncoding xmlSwitchEncoding__internal_alias
10956 #ifdef bottom_parserInternals
10957 #undef xmlSwitchInputEncoding
10958 extern __typeof (xmlSwitchInputEncoding
) xmlSwitchInputEncoding
__attribute((alias("xmlSwitchInputEncoding__internal_alias")));
10960 #ifndef xmlSwitchInputEncoding
10961 extern __typeof (xmlSwitchInputEncoding
) xmlSwitchInputEncoding__internal_alias
__attribute((visibility("hidden")));
10962 #define xmlSwitchInputEncoding xmlSwitchInputEncoding__internal_alias
10966 #ifdef bottom_parserInternals
10967 #undef xmlSwitchToEncoding
10968 extern __typeof (xmlSwitchToEncoding
) xmlSwitchToEncoding
__attribute((alias("xmlSwitchToEncoding__internal_alias")));
10970 #ifndef xmlSwitchToEncoding
10971 extern __typeof (xmlSwitchToEncoding
) xmlSwitchToEncoding__internal_alias
__attribute((visibility("hidden")));
10972 #define xmlSwitchToEncoding xmlSwitchToEncoding__internal_alias
10977 #undef xmlTextConcat
10978 extern __typeof (xmlTextConcat
) xmlTextConcat
__attribute((alias("xmlTextConcat__internal_alias")));
10980 #ifndef xmlTextConcat
10981 extern __typeof (xmlTextConcat
) xmlTextConcat__internal_alias
__attribute((visibility("hidden")));
10982 #define xmlTextConcat xmlTextConcat__internal_alias
10987 #undef xmlTextMerge
10988 extern __typeof (xmlTextMerge
) xmlTextMerge
__attribute((alias("xmlTextMerge__internal_alias")));
10990 #ifndef xmlTextMerge
10991 extern __typeof (xmlTextMerge
) xmlTextMerge__internal_alias
__attribute((visibility("hidden")));
10992 #define xmlTextMerge xmlTextMerge__internal_alias
10996 #if defined(LIBXML_READER_ENABLED)
10997 #ifdef bottom_xmlreader
10998 #undef xmlTextReaderAttributeCount
10999 extern __typeof (xmlTextReaderAttributeCount
) xmlTextReaderAttributeCount
__attribute((alias("xmlTextReaderAttributeCount__internal_alias")));
11001 #ifndef xmlTextReaderAttributeCount
11002 extern __typeof (xmlTextReaderAttributeCount
) xmlTextReaderAttributeCount__internal_alias
__attribute((visibility("hidden")));
11003 #define xmlTextReaderAttributeCount xmlTextReaderAttributeCount__internal_alias
11008 #if defined(LIBXML_READER_ENABLED)
11009 #ifdef bottom_xmlreader
11010 #undef xmlTextReaderBaseUri
11011 extern __typeof (xmlTextReaderBaseUri
) xmlTextReaderBaseUri
__attribute((alias("xmlTextReaderBaseUri__internal_alias")));
11013 #ifndef xmlTextReaderBaseUri
11014 extern __typeof (xmlTextReaderBaseUri
) xmlTextReaderBaseUri__internal_alias
__attribute((visibility("hidden")));
11015 #define xmlTextReaderBaseUri xmlTextReaderBaseUri__internal_alias
11020 #if defined(LIBXML_READER_ENABLED)
11021 #ifdef bottom_xmlreader
11022 #undef xmlTextReaderByteConsumed
11023 extern __typeof (xmlTextReaderByteConsumed
) xmlTextReaderByteConsumed
__attribute((alias("xmlTextReaderByteConsumed__internal_alias")));
11025 #ifndef xmlTextReaderByteConsumed
11026 extern __typeof (xmlTextReaderByteConsumed
) xmlTextReaderByteConsumed__internal_alias
__attribute((visibility("hidden")));
11027 #define xmlTextReaderByteConsumed xmlTextReaderByteConsumed__internal_alias
11032 #if defined(LIBXML_READER_ENABLED)
11033 #ifdef bottom_xmlreader
11034 #undef xmlTextReaderClose
11035 extern __typeof (xmlTextReaderClose
) xmlTextReaderClose
__attribute((alias("xmlTextReaderClose__internal_alias")));
11037 #ifndef xmlTextReaderClose
11038 extern __typeof (xmlTextReaderClose
) xmlTextReaderClose__internal_alias
__attribute((visibility("hidden")));
11039 #define xmlTextReaderClose xmlTextReaderClose__internal_alias
11044 #if defined(LIBXML_READER_ENABLED)
11045 #ifdef bottom_xmlreader
11046 #undef xmlTextReaderConstBaseUri
11047 extern __typeof (xmlTextReaderConstBaseUri
) xmlTextReaderConstBaseUri
__attribute((alias("xmlTextReaderConstBaseUri__internal_alias")));
11049 #ifndef xmlTextReaderConstBaseUri
11050 extern __typeof (xmlTextReaderConstBaseUri
) xmlTextReaderConstBaseUri__internal_alias
__attribute((visibility("hidden")));
11051 #define xmlTextReaderConstBaseUri xmlTextReaderConstBaseUri__internal_alias
11056 #if defined(LIBXML_READER_ENABLED)
11057 #ifdef bottom_xmlreader
11058 #undef xmlTextReaderConstEncoding
11059 extern __typeof (xmlTextReaderConstEncoding
) xmlTextReaderConstEncoding
__attribute((alias("xmlTextReaderConstEncoding__internal_alias")));
11061 #ifndef xmlTextReaderConstEncoding
11062 extern __typeof (xmlTextReaderConstEncoding
) xmlTextReaderConstEncoding__internal_alias
__attribute((visibility("hidden")));
11063 #define xmlTextReaderConstEncoding xmlTextReaderConstEncoding__internal_alias
11068 #if defined(LIBXML_READER_ENABLED)
11069 #ifdef bottom_xmlreader
11070 #undef xmlTextReaderConstLocalName
11071 extern __typeof (xmlTextReaderConstLocalName
) xmlTextReaderConstLocalName
__attribute((alias("xmlTextReaderConstLocalName__internal_alias")));
11073 #ifndef xmlTextReaderConstLocalName
11074 extern __typeof (xmlTextReaderConstLocalName
) xmlTextReaderConstLocalName__internal_alias
__attribute((visibility("hidden")));
11075 #define xmlTextReaderConstLocalName xmlTextReaderConstLocalName__internal_alias
11080 #if defined(LIBXML_READER_ENABLED)
11081 #ifdef bottom_xmlreader
11082 #undef xmlTextReaderConstName
11083 extern __typeof (xmlTextReaderConstName
) xmlTextReaderConstName
__attribute((alias("xmlTextReaderConstName__internal_alias")));
11085 #ifndef xmlTextReaderConstName
11086 extern __typeof (xmlTextReaderConstName
) xmlTextReaderConstName__internal_alias
__attribute((visibility("hidden")));
11087 #define xmlTextReaderConstName xmlTextReaderConstName__internal_alias
11092 #if defined(LIBXML_READER_ENABLED)
11093 #ifdef bottom_xmlreader
11094 #undef xmlTextReaderConstNamespaceUri
11095 extern __typeof (xmlTextReaderConstNamespaceUri
) xmlTextReaderConstNamespaceUri
__attribute((alias("xmlTextReaderConstNamespaceUri__internal_alias")));
11097 #ifndef xmlTextReaderConstNamespaceUri
11098 extern __typeof (xmlTextReaderConstNamespaceUri
) xmlTextReaderConstNamespaceUri__internal_alias
__attribute((visibility("hidden")));
11099 #define xmlTextReaderConstNamespaceUri xmlTextReaderConstNamespaceUri__internal_alias
11104 #if defined(LIBXML_READER_ENABLED)
11105 #ifdef bottom_xmlreader
11106 #undef xmlTextReaderConstPrefix
11107 extern __typeof (xmlTextReaderConstPrefix
) xmlTextReaderConstPrefix
__attribute((alias("xmlTextReaderConstPrefix__internal_alias")));
11109 #ifndef xmlTextReaderConstPrefix
11110 extern __typeof (xmlTextReaderConstPrefix
) xmlTextReaderConstPrefix__internal_alias
__attribute((visibility("hidden")));
11111 #define xmlTextReaderConstPrefix xmlTextReaderConstPrefix__internal_alias
11116 #if defined(LIBXML_READER_ENABLED)
11117 #ifdef bottom_xmlreader
11118 #undef xmlTextReaderConstString
11119 extern __typeof (xmlTextReaderConstString
) xmlTextReaderConstString
__attribute((alias("xmlTextReaderConstString__internal_alias")));
11121 #ifndef xmlTextReaderConstString
11122 extern __typeof (xmlTextReaderConstString
) xmlTextReaderConstString__internal_alias
__attribute((visibility("hidden")));
11123 #define xmlTextReaderConstString xmlTextReaderConstString__internal_alias
11128 #if defined(LIBXML_READER_ENABLED)
11129 #ifdef bottom_xmlreader
11130 #undef xmlTextReaderConstValue
11131 extern __typeof (xmlTextReaderConstValue
) xmlTextReaderConstValue
__attribute((alias("xmlTextReaderConstValue__internal_alias")));
11133 #ifndef xmlTextReaderConstValue
11134 extern __typeof (xmlTextReaderConstValue
) xmlTextReaderConstValue__internal_alias
__attribute((visibility("hidden")));
11135 #define xmlTextReaderConstValue xmlTextReaderConstValue__internal_alias
11140 #if defined(LIBXML_READER_ENABLED)
11141 #ifdef bottom_xmlreader
11142 #undef xmlTextReaderConstXmlLang
11143 extern __typeof (xmlTextReaderConstXmlLang
) xmlTextReaderConstXmlLang
__attribute((alias("xmlTextReaderConstXmlLang__internal_alias")));
11145 #ifndef xmlTextReaderConstXmlLang
11146 extern __typeof (xmlTextReaderConstXmlLang
) xmlTextReaderConstXmlLang__internal_alias
__attribute((visibility("hidden")));
11147 #define xmlTextReaderConstXmlLang xmlTextReaderConstXmlLang__internal_alias
11152 #if defined(LIBXML_READER_ENABLED)
11153 #ifdef bottom_xmlreader
11154 #undef xmlTextReaderConstXmlVersion
11155 extern __typeof (xmlTextReaderConstXmlVersion
) xmlTextReaderConstXmlVersion
__attribute((alias("xmlTextReaderConstXmlVersion__internal_alias")));
11157 #ifndef xmlTextReaderConstXmlVersion
11158 extern __typeof (xmlTextReaderConstXmlVersion
) xmlTextReaderConstXmlVersion__internal_alias
__attribute((visibility("hidden")));
11159 #define xmlTextReaderConstXmlVersion xmlTextReaderConstXmlVersion__internal_alias
11164 #if defined(LIBXML_READER_ENABLED)
11165 #ifdef bottom_xmlreader
11166 #undef xmlTextReaderCurrentDoc
11167 extern __typeof (xmlTextReaderCurrentDoc
) xmlTextReaderCurrentDoc
__attribute((alias("xmlTextReaderCurrentDoc__internal_alias")));
11169 #ifndef xmlTextReaderCurrentDoc
11170 extern __typeof (xmlTextReaderCurrentDoc
) xmlTextReaderCurrentDoc__internal_alias
__attribute((visibility("hidden")));
11171 #define xmlTextReaderCurrentDoc xmlTextReaderCurrentDoc__internal_alias
11176 #if defined(LIBXML_READER_ENABLED)
11177 #ifdef bottom_xmlreader
11178 #undef xmlTextReaderCurrentNode
11179 extern __typeof (xmlTextReaderCurrentNode
) xmlTextReaderCurrentNode
__attribute((alias("xmlTextReaderCurrentNode__internal_alias")));
11181 #ifndef xmlTextReaderCurrentNode
11182 extern __typeof (xmlTextReaderCurrentNode
) xmlTextReaderCurrentNode__internal_alias
__attribute((visibility("hidden")));
11183 #define xmlTextReaderCurrentNode xmlTextReaderCurrentNode__internal_alias
11188 #if defined(LIBXML_READER_ENABLED)
11189 #ifdef bottom_xmlreader
11190 #undef xmlTextReaderDepth
11191 extern __typeof (xmlTextReaderDepth
) xmlTextReaderDepth
__attribute((alias("xmlTextReaderDepth__internal_alias")));
11193 #ifndef xmlTextReaderDepth
11194 extern __typeof (xmlTextReaderDepth
) xmlTextReaderDepth__internal_alias
__attribute((visibility("hidden")));
11195 #define xmlTextReaderDepth xmlTextReaderDepth__internal_alias
11200 #if defined(LIBXML_READER_ENABLED)
11201 #ifdef bottom_xmlreader
11202 #undef xmlTextReaderExpand
11203 extern __typeof (xmlTextReaderExpand
) xmlTextReaderExpand
__attribute((alias("xmlTextReaderExpand__internal_alias")));
11205 #ifndef xmlTextReaderExpand
11206 extern __typeof (xmlTextReaderExpand
) xmlTextReaderExpand__internal_alias
__attribute((visibility("hidden")));
11207 #define xmlTextReaderExpand xmlTextReaderExpand__internal_alias
11212 #if defined(LIBXML_READER_ENABLED)
11213 #ifdef bottom_xmlreader
11214 #undef xmlTextReaderGetAttribute
11215 extern __typeof (xmlTextReaderGetAttribute
) xmlTextReaderGetAttribute
__attribute((alias("xmlTextReaderGetAttribute__internal_alias")));
11217 #ifndef xmlTextReaderGetAttribute
11218 extern __typeof (xmlTextReaderGetAttribute
) xmlTextReaderGetAttribute__internal_alias
__attribute((visibility("hidden")));
11219 #define xmlTextReaderGetAttribute xmlTextReaderGetAttribute__internal_alias
11224 #if defined(LIBXML_READER_ENABLED)
11225 #ifdef bottom_xmlreader
11226 #undef xmlTextReaderGetAttributeNo
11227 extern __typeof (xmlTextReaderGetAttributeNo
) xmlTextReaderGetAttributeNo
__attribute((alias("xmlTextReaderGetAttributeNo__internal_alias")));
11229 #ifndef xmlTextReaderGetAttributeNo
11230 extern __typeof (xmlTextReaderGetAttributeNo
) xmlTextReaderGetAttributeNo__internal_alias
__attribute((visibility("hidden")));
11231 #define xmlTextReaderGetAttributeNo xmlTextReaderGetAttributeNo__internal_alias
11236 #if defined(LIBXML_READER_ENABLED)
11237 #ifdef bottom_xmlreader
11238 #undef xmlTextReaderGetAttributeNs
11239 extern __typeof (xmlTextReaderGetAttributeNs
) xmlTextReaderGetAttributeNs
__attribute((alias("xmlTextReaderGetAttributeNs__internal_alias")));
11241 #ifndef xmlTextReaderGetAttributeNs
11242 extern __typeof (xmlTextReaderGetAttributeNs
) xmlTextReaderGetAttributeNs__internal_alias
__attribute((visibility("hidden")));
11243 #define xmlTextReaderGetAttributeNs xmlTextReaderGetAttributeNs__internal_alias
11248 #if defined(LIBXML_READER_ENABLED)
11249 #ifdef bottom_xmlreader
11250 #undef xmlTextReaderGetErrorHandler
11251 extern __typeof (xmlTextReaderGetErrorHandler
) xmlTextReaderGetErrorHandler
__attribute((alias("xmlTextReaderGetErrorHandler__internal_alias")));
11253 #ifndef xmlTextReaderGetErrorHandler
11254 extern __typeof (xmlTextReaderGetErrorHandler
) xmlTextReaderGetErrorHandler__internal_alias
__attribute((visibility("hidden")));
11255 #define xmlTextReaderGetErrorHandler xmlTextReaderGetErrorHandler__internal_alias
11260 #if defined(LIBXML_READER_ENABLED)
11261 #ifdef bottom_xmlreader
11262 #undef xmlTextReaderGetParserColumnNumber
11263 extern __typeof (xmlTextReaderGetParserColumnNumber
) xmlTextReaderGetParserColumnNumber
__attribute((alias("xmlTextReaderGetParserColumnNumber__internal_alias")));
11265 #ifndef xmlTextReaderGetParserColumnNumber
11266 extern __typeof (xmlTextReaderGetParserColumnNumber
) xmlTextReaderGetParserColumnNumber__internal_alias
__attribute((visibility("hidden")));
11267 #define xmlTextReaderGetParserColumnNumber xmlTextReaderGetParserColumnNumber__internal_alias
11272 #if defined(LIBXML_READER_ENABLED)
11273 #ifdef bottom_xmlreader
11274 #undef xmlTextReaderGetParserLineNumber
11275 extern __typeof (xmlTextReaderGetParserLineNumber
) xmlTextReaderGetParserLineNumber
__attribute((alias("xmlTextReaderGetParserLineNumber__internal_alias")));
11277 #ifndef xmlTextReaderGetParserLineNumber
11278 extern __typeof (xmlTextReaderGetParserLineNumber
) xmlTextReaderGetParserLineNumber__internal_alias
__attribute((visibility("hidden")));
11279 #define xmlTextReaderGetParserLineNumber xmlTextReaderGetParserLineNumber__internal_alias
11284 #if defined(LIBXML_READER_ENABLED)
11285 #ifdef bottom_xmlreader
11286 #undef xmlTextReaderGetParserProp
11287 extern __typeof (xmlTextReaderGetParserProp
) xmlTextReaderGetParserProp
__attribute((alias("xmlTextReaderGetParserProp__internal_alias")));
11289 #ifndef xmlTextReaderGetParserProp
11290 extern __typeof (xmlTextReaderGetParserProp
) xmlTextReaderGetParserProp__internal_alias
__attribute((visibility("hidden")));
11291 #define xmlTextReaderGetParserProp xmlTextReaderGetParserProp__internal_alias
11296 #if defined(LIBXML_READER_ENABLED)
11297 #ifdef bottom_xmlreader
11298 #undef xmlTextReaderGetRemainder
11299 extern __typeof (xmlTextReaderGetRemainder
) xmlTextReaderGetRemainder
__attribute((alias("xmlTextReaderGetRemainder__internal_alias")));
11301 #ifndef xmlTextReaderGetRemainder
11302 extern __typeof (xmlTextReaderGetRemainder
) xmlTextReaderGetRemainder__internal_alias
__attribute((visibility("hidden")));
11303 #define xmlTextReaderGetRemainder xmlTextReaderGetRemainder__internal_alias
11308 #if defined(LIBXML_READER_ENABLED)
11309 #ifdef bottom_xmlreader
11310 #undef xmlTextReaderHasAttributes
11311 extern __typeof (xmlTextReaderHasAttributes
) xmlTextReaderHasAttributes
__attribute((alias("xmlTextReaderHasAttributes__internal_alias")));
11313 #ifndef xmlTextReaderHasAttributes
11314 extern __typeof (xmlTextReaderHasAttributes
) xmlTextReaderHasAttributes__internal_alias
__attribute((visibility("hidden")));
11315 #define xmlTextReaderHasAttributes xmlTextReaderHasAttributes__internal_alias
11320 #if defined(LIBXML_READER_ENABLED)
11321 #ifdef bottom_xmlreader
11322 #undef xmlTextReaderHasValue
11323 extern __typeof (xmlTextReaderHasValue
) xmlTextReaderHasValue
__attribute((alias("xmlTextReaderHasValue__internal_alias")));
11325 #ifndef xmlTextReaderHasValue
11326 extern __typeof (xmlTextReaderHasValue
) xmlTextReaderHasValue__internal_alias
__attribute((visibility("hidden")));
11327 #define xmlTextReaderHasValue xmlTextReaderHasValue__internal_alias
11332 #if defined(LIBXML_READER_ENABLED)
11333 #ifdef bottom_xmlreader
11334 #undef xmlTextReaderIsDefault
11335 extern __typeof (xmlTextReaderIsDefault
) xmlTextReaderIsDefault
__attribute((alias("xmlTextReaderIsDefault__internal_alias")));
11337 #ifndef xmlTextReaderIsDefault
11338 extern __typeof (xmlTextReaderIsDefault
) xmlTextReaderIsDefault__internal_alias
__attribute((visibility("hidden")));
11339 #define xmlTextReaderIsDefault xmlTextReaderIsDefault__internal_alias
11344 #if defined(LIBXML_READER_ENABLED)
11345 #ifdef bottom_xmlreader
11346 #undef xmlTextReaderIsEmptyElement
11347 extern __typeof (xmlTextReaderIsEmptyElement
) xmlTextReaderIsEmptyElement
__attribute((alias("xmlTextReaderIsEmptyElement__internal_alias")));
11349 #ifndef xmlTextReaderIsEmptyElement
11350 extern __typeof (xmlTextReaderIsEmptyElement
) xmlTextReaderIsEmptyElement__internal_alias
__attribute((visibility("hidden")));
11351 #define xmlTextReaderIsEmptyElement xmlTextReaderIsEmptyElement__internal_alias
11356 #if defined(LIBXML_READER_ENABLED)
11357 #ifdef bottom_xmlreader
11358 #undef xmlTextReaderIsNamespaceDecl
11359 extern __typeof (xmlTextReaderIsNamespaceDecl
) xmlTextReaderIsNamespaceDecl
__attribute((alias("xmlTextReaderIsNamespaceDecl__internal_alias")));
11361 #ifndef xmlTextReaderIsNamespaceDecl
11362 extern __typeof (xmlTextReaderIsNamespaceDecl
) xmlTextReaderIsNamespaceDecl__internal_alias
__attribute((visibility("hidden")));
11363 #define xmlTextReaderIsNamespaceDecl xmlTextReaderIsNamespaceDecl__internal_alias
11368 #if defined(LIBXML_READER_ENABLED)
11369 #ifdef bottom_xmlreader
11370 #undef xmlTextReaderIsValid
11371 extern __typeof (xmlTextReaderIsValid
) xmlTextReaderIsValid
__attribute((alias("xmlTextReaderIsValid__internal_alias")));
11373 #ifndef xmlTextReaderIsValid
11374 extern __typeof (xmlTextReaderIsValid
) xmlTextReaderIsValid__internal_alias
__attribute((visibility("hidden")));
11375 #define xmlTextReaderIsValid xmlTextReaderIsValid__internal_alias
11380 #if defined(LIBXML_READER_ENABLED)
11381 #ifdef bottom_xmlreader
11382 #undef xmlTextReaderLocalName
11383 extern __typeof (xmlTextReaderLocalName
) xmlTextReaderLocalName
__attribute((alias("xmlTextReaderLocalName__internal_alias")));
11385 #ifndef xmlTextReaderLocalName
11386 extern __typeof (xmlTextReaderLocalName
) xmlTextReaderLocalName__internal_alias
__attribute((visibility("hidden")));
11387 #define xmlTextReaderLocalName xmlTextReaderLocalName__internal_alias
11392 #if defined(LIBXML_READER_ENABLED)
11393 #ifdef bottom_xmlreader
11394 #undef xmlTextReaderLocatorBaseURI
11395 extern __typeof (xmlTextReaderLocatorBaseURI
) xmlTextReaderLocatorBaseURI
__attribute((alias("xmlTextReaderLocatorBaseURI__internal_alias")));
11397 #ifndef xmlTextReaderLocatorBaseURI
11398 extern __typeof (xmlTextReaderLocatorBaseURI
) xmlTextReaderLocatorBaseURI__internal_alias
__attribute((visibility("hidden")));
11399 #define xmlTextReaderLocatorBaseURI xmlTextReaderLocatorBaseURI__internal_alias
11404 #if defined(LIBXML_READER_ENABLED)
11405 #ifdef bottom_xmlreader
11406 #undef xmlTextReaderLocatorLineNumber
11407 extern __typeof (xmlTextReaderLocatorLineNumber
) xmlTextReaderLocatorLineNumber
__attribute((alias("xmlTextReaderLocatorLineNumber__internal_alias")));
11409 #ifndef xmlTextReaderLocatorLineNumber
11410 extern __typeof (xmlTextReaderLocatorLineNumber
) xmlTextReaderLocatorLineNumber__internal_alias
__attribute((visibility("hidden")));
11411 #define xmlTextReaderLocatorLineNumber xmlTextReaderLocatorLineNumber__internal_alias
11416 #if defined(LIBXML_READER_ENABLED)
11417 #ifdef bottom_xmlreader
11418 #undef xmlTextReaderLookupNamespace
11419 extern __typeof (xmlTextReaderLookupNamespace
) xmlTextReaderLookupNamespace
__attribute((alias("xmlTextReaderLookupNamespace__internal_alias")));
11421 #ifndef xmlTextReaderLookupNamespace
11422 extern __typeof (xmlTextReaderLookupNamespace
) xmlTextReaderLookupNamespace__internal_alias
__attribute((visibility("hidden")));
11423 #define xmlTextReaderLookupNamespace xmlTextReaderLookupNamespace__internal_alias
11428 #if defined(LIBXML_READER_ENABLED)
11429 #ifdef bottom_xmlreader
11430 #undef xmlTextReaderMoveToAttribute
11431 extern __typeof (xmlTextReaderMoveToAttribute
) xmlTextReaderMoveToAttribute
__attribute((alias("xmlTextReaderMoveToAttribute__internal_alias")));
11433 #ifndef xmlTextReaderMoveToAttribute
11434 extern __typeof (xmlTextReaderMoveToAttribute
) xmlTextReaderMoveToAttribute__internal_alias
__attribute((visibility("hidden")));
11435 #define xmlTextReaderMoveToAttribute xmlTextReaderMoveToAttribute__internal_alias
11440 #if defined(LIBXML_READER_ENABLED)
11441 #ifdef bottom_xmlreader
11442 #undef xmlTextReaderMoveToAttributeNo
11443 extern __typeof (xmlTextReaderMoveToAttributeNo
) xmlTextReaderMoveToAttributeNo
__attribute((alias("xmlTextReaderMoveToAttributeNo__internal_alias")));
11445 #ifndef xmlTextReaderMoveToAttributeNo
11446 extern __typeof (xmlTextReaderMoveToAttributeNo
) xmlTextReaderMoveToAttributeNo__internal_alias
__attribute((visibility("hidden")));
11447 #define xmlTextReaderMoveToAttributeNo xmlTextReaderMoveToAttributeNo__internal_alias
11452 #if defined(LIBXML_READER_ENABLED)
11453 #ifdef bottom_xmlreader
11454 #undef xmlTextReaderMoveToAttributeNs
11455 extern __typeof (xmlTextReaderMoveToAttributeNs
) xmlTextReaderMoveToAttributeNs
__attribute((alias("xmlTextReaderMoveToAttributeNs__internal_alias")));
11457 #ifndef xmlTextReaderMoveToAttributeNs
11458 extern __typeof (xmlTextReaderMoveToAttributeNs
) xmlTextReaderMoveToAttributeNs__internal_alias
__attribute((visibility("hidden")));
11459 #define xmlTextReaderMoveToAttributeNs xmlTextReaderMoveToAttributeNs__internal_alias
11464 #if defined(LIBXML_READER_ENABLED)
11465 #ifdef bottom_xmlreader
11466 #undef xmlTextReaderMoveToElement
11467 extern __typeof (xmlTextReaderMoveToElement
) xmlTextReaderMoveToElement
__attribute((alias("xmlTextReaderMoveToElement__internal_alias")));
11469 #ifndef xmlTextReaderMoveToElement
11470 extern __typeof (xmlTextReaderMoveToElement
) xmlTextReaderMoveToElement__internal_alias
__attribute((visibility("hidden")));
11471 #define xmlTextReaderMoveToElement xmlTextReaderMoveToElement__internal_alias
11476 #if defined(LIBXML_READER_ENABLED)
11477 #ifdef bottom_xmlreader
11478 #undef xmlTextReaderMoveToFirstAttribute
11479 extern __typeof (xmlTextReaderMoveToFirstAttribute
) xmlTextReaderMoveToFirstAttribute
__attribute((alias("xmlTextReaderMoveToFirstAttribute__internal_alias")));
11481 #ifndef xmlTextReaderMoveToFirstAttribute
11482 extern __typeof (xmlTextReaderMoveToFirstAttribute
) xmlTextReaderMoveToFirstAttribute__internal_alias
__attribute((visibility("hidden")));
11483 #define xmlTextReaderMoveToFirstAttribute xmlTextReaderMoveToFirstAttribute__internal_alias
11488 #if defined(LIBXML_READER_ENABLED)
11489 #ifdef bottom_xmlreader
11490 #undef xmlTextReaderMoveToNextAttribute
11491 extern __typeof (xmlTextReaderMoveToNextAttribute
) xmlTextReaderMoveToNextAttribute
__attribute((alias("xmlTextReaderMoveToNextAttribute__internal_alias")));
11493 #ifndef xmlTextReaderMoveToNextAttribute
11494 extern __typeof (xmlTextReaderMoveToNextAttribute
) xmlTextReaderMoveToNextAttribute__internal_alias
__attribute((visibility("hidden")));
11495 #define xmlTextReaderMoveToNextAttribute xmlTextReaderMoveToNextAttribute__internal_alias
11500 #if defined(LIBXML_READER_ENABLED)
11501 #ifdef bottom_xmlreader
11502 #undef xmlTextReaderName
11503 extern __typeof (xmlTextReaderName
) xmlTextReaderName
__attribute((alias("xmlTextReaderName__internal_alias")));
11505 #ifndef xmlTextReaderName
11506 extern __typeof (xmlTextReaderName
) xmlTextReaderName__internal_alias
__attribute((visibility("hidden")));
11507 #define xmlTextReaderName xmlTextReaderName__internal_alias
11512 #if defined(LIBXML_READER_ENABLED)
11513 #ifdef bottom_xmlreader
11514 #undef xmlTextReaderNamespaceUri
11515 extern __typeof (xmlTextReaderNamespaceUri
) xmlTextReaderNamespaceUri
__attribute((alias("xmlTextReaderNamespaceUri__internal_alias")));
11517 #ifndef xmlTextReaderNamespaceUri
11518 extern __typeof (xmlTextReaderNamespaceUri
) xmlTextReaderNamespaceUri__internal_alias
__attribute((visibility("hidden")));
11519 #define xmlTextReaderNamespaceUri xmlTextReaderNamespaceUri__internal_alias
11524 #if defined(LIBXML_READER_ENABLED)
11525 #ifdef bottom_xmlreader
11526 #undef xmlTextReaderNext
11527 extern __typeof (xmlTextReaderNext
) xmlTextReaderNext
__attribute((alias("xmlTextReaderNext__internal_alias")));
11529 #ifndef xmlTextReaderNext
11530 extern __typeof (xmlTextReaderNext
) xmlTextReaderNext__internal_alias
__attribute((visibility("hidden")));
11531 #define xmlTextReaderNext xmlTextReaderNext__internal_alias
11536 #if defined(LIBXML_READER_ENABLED)
11537 #ifdef bottom_xmlreader
11538 #undef xmlTextReaderNextSibling
11539 extern __typeof (xmlTextReaderNextSibling
) xmlTextReaderNextSibling
__attribute((alias("xmlTextReaderNextSibling__internal_alias")));
11541 #ifndef xmlTextReaderNextSibling
11542 extern __typeof (xmlTextReaderNextSibling
) xmlTextReaderNextSibling__internal_alias
__attribute((visibility("hidden")));
11543 #define xmlTextReaderNextSibling xmlTextReaderNextSibling__internal_alias
11548 #if defined(LIBXML_READER_ENABLED)
11549 #ifdef bottom_xmlreader
11550 #undef xmlTextReaderNodeType
11551 extern __typeof (xmlTextReaderNodeType
) xmlTextReaderNodeType
__attribute((alias("xmlTextReaderNodeType__internal_alias")));
11553 #ifndef xmlTextReaderNodeType
11554 extern __typeof (xmlTextReaderNodeType
) xmlTextReaderNodeType__internal_alias
__attribute((visibility("hidden")));
11555 #define xmlTextReaderNodeType xmlTextReaderNodeType__internal_alias
11560 #if defined(LIBXML_READER_ENABLED)
11561 #ifdef bottom_xmlreader
11562 #undef xmlTextReaderNormalization
11563 extern __typeof (xmlTextReaderNormalization
) xmlTextReaderNormalization
__attribute((alias("xmlTextReaderNormalization__internal_alias")));
11565 #ifndef xmlTextReaderNormalization
11566 extern __typeof (xmlTextReaderNormalization
) xmlTextReaderNormalization__internal_alias
__attribute((visibility("hidden")));
11567 #define xmlTextReaderNormalization xmlTextReaderNormalization__internal_alias
11572 #if defined(LIBXML_READER_ENABLED)
11573 #ifdef bottom_xmlreader
11574 #undef xmlTextReaderPrefix
11575 extern __typeof (xmlTextReaderPrefix
) xmlTextReaderPrefix
__attribute((alias("xmlTextReaderPrefix__internal_alias")));
11577 #ifndef xmlTextReaderPrefix
11578 extern __typeof (xmlTextReaderPrefix
) xmlTextReaderPrefix__internal_alias
__attribute((visibility("hidden")));
11579 #define xmlTextReaderPrefix xmlTextReaderPrefix__internal_alias
11584 #if defined(LIBXML_READER_ENABLED)
11585 #ifdef bottom_xmlreader
11586 #undef xmlTextReaderPreserve
11587 extern __typeof (xmlTextReaderPreserve
) xmlTextReaderPreserve
__attribute((alias("xmlTextReaderPreserve__internal_alias")));
11589 #ifndef xmlTextReaderPreserve
11590 extern __typeof (xmlTextReaderPreserve
) xmlTextReaderPreserve__internal_alias
__attribute((visibility("hidden")));
11591 #define xmlTextReaderPreserve xmlTextReaderPreserve__internal_alias
11596 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_PATTERN_ENABLED)
11597 #ifdef bottom_xmlreader
11598 #undef xmlTextReaderPreservePattern
11599 extern __typeof (xmlTextReaderPreservePattern
) xmlTextReaderPreservePattern
__attribute((alias("xmlTextReaderPreservePattern__internal_alias")));
11601 #ifndef xmlTextReaderPreservePattern
11602 extern __typeof (xmlTextReaderPreservePattern
) xmlTextReaderPreservePattern__internal_alias
__attribute((visibility("hidden")));
11603 #define xmlTextReaderPreservePattern xmlTextReaderPreservePattern__internal_alias
11608 #if defined(LIBXML_READER_ENABLED)
11609 #ifdef bottom_xmlreader
11610 #undef xmlTextReaderQuoteChar
11611 extern __typeof (xmlTextReaderQuoteChar
) xmlTextReaderQuoteChar
__attribute((alias("xmlTextReaderQuoteChar__internal_alias")));
11613 #ifndef xmlTextReaderQuoteChar
11614 extern __typeof (xmlTextReaderQuoteChar
) xmlTextReaderQuoteChar__internal_alias
__attribute((visibility("hidden")));
11615 #define xmlTextReaderQuoteChar xmlTextReaderQuoteChar__internal_alias
11620 #if defined(LIBXML_READER_ENABLED)
11621 #ifdef bottom_xmlreader
11622 #undef xmlTextReaderRead
11623 extern __typeof (xmlTextReaderRead
) xmlTextReaderRead
__attribute((alias("xmlTextReaderRead__internal_alias")));
11625 #ifndef xmlTextReaderRead
11626 extern __typeof (xmlTextReaderRead
) xmlTextReaderRead__internal_alias
__attribute((visibility("hidden")));
11627 #define xmlTextReaderRead xmlTextReaderRead__internal_alias
11632 #if defined(LIBXML_READER_ENABLED)
11633 #ifdef bottom_xmlreader
11634 #undef xmlTextReaderReadAttributeValue
11635 extern __typeof (xmlTextReaderReadAttributeValue
) xmlTextReaderReadAttributeValue
__attribute((alias("xmlTextReaderReadAttributeValue__internal_alias")));
11637 #ifndef xmlTextReaderReadAttributeValue
11638 extern __typeof (xmlTextReaderReadAttributeValue
) xmlTextReaderReadAttributeValue__internal_alias
__attribute((visibility("hidden")));
11639 #define xmlTextReaderReadAttributeValue xmlTextReaderReadAttributeValue__internal_alias
11644 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
11645 #ifdef bottom_xmlreader
11646 #undef xmlTextReaderReadInnerXml
11647 extern __typeof (xmlTextReaderReadInnerXml
) xmlTextReaderReadInnerXml
__attribute((alias("xmlTextReaderReadInnerXml__internal_alias")));
11649 #ifndef xmlTextReaderReadInnerXml
11650 extern __typeof (xmlTextReaderReadInnerXml
) xmlTextReaderReadInnerXml__internal_alias
__attribute((visibility("hidden")));
11651 #define xmlTextReaderReadInnerXml xmlTextReaderReadInnerXml__internal_alias
11656 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_WRITER_ENABLED)
11657 #ifdef bottom_xmlreader
11658 #undef xmlTextReaderReadOuterXml
11659 extern __typeof (xmlTextReaderReadOuterXml
) xmlTextReaderReadOuterXml
__attribute((alias("xmlTextReaderReadOuterXml__internal_alias")));
11661 #ifndef xmlTextReaderReadOuterXml
11662 extern __typeof (xmlTextReaderReadOuterXml
) xmlTextReaderReadOuterXml__internal_alias
__attribute((visibility("hidden")));
11663 #define xmlTextReaderReadOuterXml xmlTextReaderReadOuterXml__internal_alias
11668 #if defined(LIBXML_READER_ENABLED)
11669 #ifdef bottom_xmlreader
11670 #undef xmlTextReaderReadState
11671 extern __typeof (xmlTextReaderReadState
) xmlTextReaderReadState
__attribute((alias("xmlTextReaderReadState__internal_alias")));
11673 #ifndef xmlTextReaderReadState
11674 extern __typeof (xmlTextReaderReadState
) xmlTextReaderReadState__internal_alias
__attribute((visibility("hidden")));
11675 #define xmlTextReaderReadState xmlTextReaderReadState__internal_alias
11680 #if defined(LIBXML_READER_ENABLED)
11681 #ifdef bottom_xmlreader
11682 #undef xmlTextReaderReadString
11683 extern __typeof (xmlTextReaderReadString
) xmlTextReaderReadString
__attribute((alias("xmlTextReaderReadString__internal_alias")));
11685 #ifndef xmlTextReaderReadString
11686 extern __typeof (xmlTextReaderReadString
) xmlTextReaderReadString__internal_alias
__attribute((visibility("hidden")));
11687 #define xmlTextReaderReadString xmlTextReaderReadString__internal_alias
11692 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11693 #ifdef bottom_xmlreader
11694 #undef xmlTextReaderRelaxNGSetSchema
11695 extern __typeof (xmlTextReaderRelaxNGSetSchema
) xmlTextReaderRelaxNGSetSchema
__attribute((alias("xmlTextReaderRelaxNGSetSchema__internal_alias")));
11697 #ifndef xmlTextReaderRelaxNGSetSchema
11698 extern __typeof (xmlTextReaderRelaxNGSetSchema
) xmlTextReaderRelaxNGSetSchema__internal_alias
__attribute((visibility("hidden")));
11699 #define xmlTextReaderRelaxNGSetSchema xmlTextReaderRelaxNGSetSchema__internal_alias
11704 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11705 #ifdef bottom_xmlreader
11706 #undef xmlTextReaderRelaxNGValidate
11707 extern __typeof (xmlTextReaderRelaxNGValidate
) xmlTextReaderRelaxNGValidate
__attribute((alias("xmlTextReaderRelaxNGValidate__internal_alias")));
11709 #ifndef xmlTextReaderRelaxNGValidate
11710 extern __typeof (xmlTextReaderRelaxNGValidate
) xmlTextReaderRelaxNGValidate__internal_alias
__attribute((visibility("hidden")));
11711 #define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alias
11716 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11717 #ifdef bottom_xmlreader
11718 #undef xmlTextReaderSchemaValidate
11719 extern __typeof (xmlTextReaderSchemaValidate
) xmlTextReaderSchemaValidate
__attribute((alias("xmlTextReaderSchemaValidate__internal_alias")));
11721 #ifndef xmlTextReaderSchemaValidate
11722 extern __typeof (xmlTextReaderSchemaValidate
) xmlTextReaderSchemaValidate__internal_alias
__attribute((visibility("hidden")));
11723 #define xmlTextReaderSchemaValidate xmlTextReaderSchemaValidate__internal_alias
11728 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11729 #ifdef bottom_xmlreader
11730 #undef xmlTextReaderSchemaValidateCtxt
11731 extern __typeof (xmlTextReaderSchemaValidateCtxt
) xmlTextReaderSchemaValidateCtxt
__attribute((alias("xmlTextReaderSchemaValidateCtxt__internal_alias")));
11733 #ifndef xmlTextReaderSchemaValidateCtxt
11734 extern __typeof (xmlTextReaderSchemaValidateCtxt
) xmlTextReaderSchemaValidateCtxt__internal_alias
__attribute((visibility("hidden")));
11735 #define xmlTextReaderSchemaValidateCtxt xmlTextReaderSchemaValidateCtxt__internal_alias
11740 #if defined(LIBXML_READER_ENABLED)
11741 #ifdef bottom_xmlreader
11742 #undef xmlTextReaderSetErrorHandler
11743 extern __typeof (xmlTextReaderSetErrorHandler
) xmlTextReaderSetErrorHandler
__attribute((alias("xmlTextReaderSetErrorHandler__internal_alias")));
11745 #ifndef xmlTextReaderSetErrorHandler
11746 extern __typeof (xmlTextReaderSetErrorHandler
) xmlTextReaderSetErrorHandler__internal_alias
__attribute((visibility("hidden")));
11747 #define xmlTextReaderSetErrorHandler xmlTextReaderSetErrorHandler__internal_alias
11752 #if defined(LIBXML_READER_ENABLED)
11753 #ifdef bottom_xmlreader
11754 #undef xmlTextReaderSetParserProp
11755 extern __typeof (xmlTextReaderSetParserProp
) xmlTextReaderSetParserProp
__attribute((alias("xmlTextReaderSetParserProp__internal_alias")));
11757 #ifndef xmlTextReaderSetParserProp
11758 extern __typeof (xmlTextReaderSetParserProp
) xmlTextReaderSetParserProp__internal_alias
__attribute((visibility("hidden")));
11759 #define xmlTextReaderSetParserProp xmlTextReaderSetParserProp__internal_alias
11764 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED)
11765 #ifdef bottom_xmlreader
11766 #undef xmlTextReaderSetSchema
11767 extern __typeof (xmlTextReaderSetSchema
) xmlTextReaderSetSchema
__attribute((alias("xmlTextReaderSetSchema__internal_alias")));
11769 #ifndef xmlTextReaderSetSchema
11770 extern __typeof (xmlTextReaderSetSchema
) xmlTextReaderSetSchema__internal_alias
__attribute((visibility("hidden")));
11771 #define xmlTextReaderSetSchema xmlTextReaderSetSchema__internal_alias
11776 #if defined(LIBXML_READER_ENABLED)
11777 #ifdef bottom_xmlreader
11778 #undef xmlTextReaderSetStructuredErrorHandler
11779 extern __typeof (xmlTextReaderSetStructuredErrorHandler
) xmlTextReaderSetStructuredErrorHandler
__attribute((alias("xmlTextReaderSetStructuredErrorHandler__internal_alias")));
11781 #ifndef xmlTextReaderSetStructuredErrorHandler
11782 extern __typeof (xmlTextReaderSetStructuredErrorHandler
) xmlTextReaderSetStructuredErrorHandler__internal_alias
__attribute((visibility("hidden")));
11783 #define xmlTextReaderSetStructuredErrorHandler xmlTextReaderSetStructuredErrorHandler__internal_alias
11788 #if defined(LIBXML_READER_ENABLED)
11789 #ifdef bottom_xmlreader
11790 #undef xmlTextReaderSetup
11791 extern __typeof (xmlTextReaderSetup
) xmlTextReaderSetup
__attribute((alias("xmlTextReaderSetup__internal_alias")));
11793 #ifndef xmlTextReaderSetup
11794 extern __typeof (xmlTextReaderSetup
) xmlTextReaderSetup__internal_alias
__attribute((visibility("hidden")));
11795 #define xmlTextReaderSetup xmlTextReaderSetup__internal_alias
11800 #if defined(LIBXML_READER_ENABLED)
11801 #ifdef bottom_xmlreader
11802 #undef xmlTextReaderStandalone
11803 extern __typeof (xmlTextReaderStandalone
) xmlTextReaderStandalone
__attribute((alias("xmlTextReaderStandalone__internal_alias")));
11805 #ifndef xmlTextReaderStandalone
11806 extern __typeof (xmlTextReaderStandalone
) xmlTextReaderStandalone__internal_alias
__attribute((visibility("hidden")));
11807 #define xmlTextReaderStandalone xmlTextReaderStandalone__internal_alias
11812 #if defined(LIBXML_READER_ENABLED)
11813 #ifdef bottom_xmlreader
11814 #undef xmlTextReaderValue
11815 extern __typeof (xmlTextReaderValue
) xmlTextReaderValue
__attribute((alias("xmlTextReaderValue__internal_alias")));
11817 #ifndef xmlTextReaderValue
11818 extern __typeof (xmlTextReaderValue
) xmlTextReaderValue__internal_alias
__attribute((visibility("hidden")));
11819 #define xmlTextReaderValue xmlTextReaderValue__internal_alias
11824 #if defined(LIBXML_READER_ENABLED)
11825 #ifdef bottom_xmlreader
11826 #undef xmlTextReaderXmlLang
11827 extern __typeof (xmlTextReaderXmlLang
) xmlTextReaderXmlLang
__attribute((alias("xmlTextReaderXmlLang__internal_alias")));
11829 #ifndef xmlTextReaderXmlLang
11830 extern __typeof (xmlTextReaderXmlLang
) xmlTextReaderXmlLang__internal_alias
__attribute((visibility("hidden")));
11831 #define xmlTextReaderXmlLang xmlTextReaderXmlLang__internal_alias
11836 #if defined(LIBXML_WRITER_ENABLED)
11837 #ifdef bottom_xmlwriter
11838 #undef xmlTextWriterEndAttribute
11839 extern __typeof (xmlTextWriterEndAttribute
) xmlTextWriterEndAttribute
__attribute((alias("xmlTextWriterEndAttribute__internal_alias")));
11841 #ifndef xmlTextWriterEndAttribute
11842 extern __typeof (xmlTextWriterEndAttribute
) xmlTextWriterEndAttribute__internal_alias
__attribute((visibility("hidden")));
11843 #define xmlTextWriterEndAttribute xmlTextWriterEndAttribute__internal_alias
11848 #if defined(LIBXML_WRITER_ENABLED)
11849 #ifdef bottom_xmlwriter
11850 #undef xmlTextWriterEndCDATA
11851 extern __typeof (xmlTextWriterEndCDATA
) xmlTextWriterEndCDATA
__attribute((alias("xmlTextWriterEndCDATA__internal_alias")));
11853 #ifndef xmlTextWriterEndCDATA
11854 extern __typeof (xmlTextWriterEndCDATA
) xmlTextWriterEndCDATA__internal_alias
__attribute((visibility("hidden")));
11855 #define xmlTextWriterEndCDATA xmlTextWriterEndCDATA__internal_alias
11860 #if defined(LIBXML_WRITER_ENABLED)
11861 #ifdef bottom_xmlwriter
11862 #undef xmlTextWriterEndComment
11863 extern __typeof (xmlTextWriterEndComment
) xmlTextWriterEndComment
__attribute((alias("xmlTextWriterEndComment__internal_alias")));
11865 #ifndef xmlTextWriterEndComment
11866 extern __typeof (xmlTextWriterEndComment
) xmlTextWriterEndComment__internal_alias
__attribute((visibility("hidden")));
11867 #define xmlTextWriterEndComment xmlTextWriterEndComment__internal_alias
11872 #if defined(LIBXML_WRITER_ENABLED)
11873 #ifdef bottom_xmlwriter
11874 #undef xmlTextWriterEndDTD
11875 extern __typeof (xmlTextWriterEndDTD
) xmlTextWriterEndDTD
__attribute((alias("xmlTextWriterEndDTD__internal_alias")));
11877 #ifndef xmlTextWriterEndDTD
11878 extern __typeof (xmlTextWriterEndDTD
) xmlTextWriterEndDTD__internal_alias
__attribute((visibility("hidden")));
11879 #define xmlTextWriterEndDTD xmlTextWriterEndDTD__internal_alias
11884 #if defined(LIBXML_WRITER_ENABLED)
11885 #ifdef bottom_xmlwriter
11886 #undef xmlTextWriterEndDTDAttlist
11887 extern __typeof (xmlTextWriterEndDTDAttlist
) xmlTextWriterEndDTDAttlist
__attribute((alias("xmlTextWriterEndDTDAttlist__internal_alias")));
11889 #ifndef xmlTextWriterEndDTDAttlist
11890 extern __typeof (xmlTextWriterEndDTDAttlist
) xmlTextWriterEndDTDAttlist__internal_alias
__attribute((visibility("hidden")));
11891 #define xmlTextWriterEndDTDAttlist xmlTextWriterEndDTDAttlist__internal_alias
11896 #if defined(LIBXML_WRITER_ENABLED)
11897 #ifdef bottom_xmlwriter
11898 #undef xmlTextWriterEndDTDElement
11899 extern __typeof (xmlTextWriterEndDTDElement
) xmlTextWriterEndDTDElement
__attribute((alias("xmlTextWriterEndDTDElement__internal_alias")));
11901 #ifndef xmlTextWriterEndDTDElement
11902 extern __typeof (xmlTextWriterEndDTDElement
) xmlTextWriterEndDTDElement__internal_alias
__attribute((visibility("hidden")));
11903 #define xmlTextWriterEndDTDElement xmlTextWriterEndDTDElement__internal_alias
11908 #if defined(LIBXML_WRITER_ENABLED)
11909 #ifdef bottom_xmlwriter
11910 #undef xmlTextWriterEndDTDEntity
11911 extern __typeof (xmlTextWriterEndDTDEntity
) xmlTextWriterEndDTDEntity
__attribute((alias("xmlTextWriterEndDTDEntity__internal_alias")));
11913 #ifndef xmlTextWriterEndDTDEntity
11914 extern __typeof (xmlTextWriterEndDTDEntity
) xmlTextWriterEndDTDEntity__internal_alias
__attribute((visibility("hidden")));
11915 #define xmlTextWriterEndDTDEntity xmlTextWriterEndDTDEntity__internal_alias
11920 #if defined(LIBXML_WRITER_ENABLED)
11921 #ifdef bottom_xmlwriter
11922 #undef xmlTextWriterEndDocument
11923 extern __typeof (xmlTextWriterEndDocument
) xmlTextWriterEndDocument
__attribute((alias("xmlTextWriterEndDocument__internal_alias")));
11925 #ifndef xmlTextWriterEndDocument
11926 extern __typeof (xmlTextWriterEndDocument
) xmlTextWriterEndDocument__internal_alias
__attribute((visibility("hidden")));
11927 #define xmlTextWriterEndDocument xmlTextWriterEndDocument__internal_alias
11932 #if defined(LIBXML_WRITER_ENABLED)
11933 #ifdef bottom_xmlwriter
11934 #undef xmlTextWriterEndElement
11935 extern __typeof (xmlTextWriterEndElement
) xmlTextWriterEndElement
__attribute((alias("xmlTextWriterEndElement__internal_alias")));
11937 #ifndef xmlTextWriterEndElement
11938 extern __typeof (xmlTextWriterEndElement
) xmlTextWriterEndElement__internal_alias
__attribute((visibility("hidden")));
11939 #define xmlTextWriterEndElement xmlTextWriterEndElement__internal_alias
11944 #if defined(LIBXML_WRITER_ENABLED)
11945 #ifdef bottom_xmlwriter
11946 #undef xmlTextWriterEndPI
11947 extern __typeof (xmlTextWriterEndPI
) xmlTextWriterEndPI
__attribute((alias("xmlTextWriterEndPI__internal_alias")));
11949 #ifndef xmlTextWriterEndPI
11950 extern __typeof (xmlTextWriterEndPI
) xmlTextWriterEndPI__internal_alias
__attribute((visibility("hidden")));
11951 #define xmlTextWriterEndPI xmlTextWriterEndPI__internal_alias
11956 #if defined(LIBXML_WRITER_ENABLED)
11957 #ifdef bottom_xmlwriter
11958 #undef xmlTextWriterFlush
11959 extern __typeof (xmlTextWriterFlush
) xmlTextWriterFlush
__attribute((alias("xmlTextWriterFlush__internal_alias")));
11961 #ifndef xmlTextWriterFlush
11962 extern __typeof (xmlTextWriterFlush
) xmlTextWriterFlush__internal_alias
__attribute((visibility("hidden")));
11963 #define xmlTextWriterFlush xmlTextWriterFlush__internal_alias
11968 #if defined(LIBXML_WRITER_ENABLED)
11969 #ifdef bottom_xmlwriter
11970 #undef xmlTextWriterFullEndElement
11971 extern __typeof (xmlTextWriterFullEndElement
) xmlTextWriterFullEndElement
__attribute((alias("xmlTextWriterFullEndElement__internal_alias")));
11973 #ifndef xmlTextWriterFullEndElement
11974 extern __typeof (xmlTextWriterFullEndElement
) xmlTextWriterFullEndElement__internal_alias
__attribute((visibility("hidden")));
11975 #define xmlTextWriterFullEndElement xmlTextWriterFullEndElement__internal_alias
11980 #if defined(LIBXML_WRITER_ENABLED)
11981 #ifdef bottom_xmlwriter
11982 #undef xmlTextWriterSetIndent
11983 extern __typeof (xmlTextWriterSetIndent
) xmlTextWriterSetIndent
__attribute((alias("xmlTextWriterSetIndent__internal_alias")));
11985 #ifndef xmlTextWriterSetIndent
11986 extern __typeof (xmlTextWriterSetIndent
) xmlTextWriterSetIndent__internal_alias
__attribute((visibility("hidden")));
11987 #define xmlTextWriterSetIndent xmlTextWriterSetIndent__internal_alias
11992 #if defined(LIBXML_WRITER_ENABLED)
11993 #ifdef bottom_xmlwriter
11994 #undef xmlTextWriterSetIndentString
11995 extern __typeof (xmlTextWriterSetIndentString
) xmlTextWriterSetIndentString
__attribute((alias("xmlTextWriterSetIndentString__internal_alias")));
11997 #ifndef xmlTextWriterSetIndentString
11998 extern __typeof (xmlTextWriterSetIndentString
) xmlTextWriterSetIndentString__internal_alias
__attribute((visibility("hidden")));
11999 #define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alias
12004 #if defined(LIBXML_WRITER_ENABLED)
12005 #ifdef bottom_xmlwriter
12006 #undef xmlTextWriterStartAttribute
12007 extern __typeof (xmlTextWriterStartAttribute
) xmlTextWriterStartAttribute
__attribute((alias("xmlTextWriterStartAttribute__internal_alias")));
12009 #ifndef xmlTextWriterStartAttribute
12010 extern __typeof (xmlTextWriterStartAttribute
) xmlTextWriterStartAttribute__internal_alias
__attribute((visibility("hidden")));
12011 #define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias
12016 #if defined(LIBXML_WRITER_ENABLED)
12017 #ifdef bottom_xmlwriter
12018 #undef xmlTextWriterStartAttributeNS
12019 extern __typeof (xmlTextWriterStartAttributeNS
) xmlTextWriterStartAttributeNS
__attribute((alias("xmlTextWriterStartAttributeNS__internal_alias")));
12021 #ifndef xmlTextWriterStartAttributeNS
12022 extern __typeof (xmlTextWriterStartAttributeNS
) xmlTextWriterStartAttributeNS__internal_alias
__attribute((visibility("hidden")));
12023 #define xmlTextWriterStartAttributeNS xmlTextWriterStartAttributeNS__internal_alias
12028 #if defined(LIBXML_WRITER_ENABLED)
12029 #ifdef bottom_xmlwriter
12030 #undef xmlTextWriterStartCDATA
12031 extern __typeof (xmlTextWriterStartCDATA
) xmlTextWriterStartCDATA
__attribute((alias("xmlTextWriterStartCDATA__internal_alias")));
12033 #ifndef xmlTextWriterStartCDATA
12034 extern __typeof (xmlTextWriterStartCDATA
) xmlTextWriterStartCDATA__internal_alias
__attribute((visibility("hidden")));
12035 #define xmlTextWriterStartCDATA xmlTextWriterStartCDATA__internal_alias
12040 #if defined(LIBXML_WRITER_ENABLED)
12041 #ifdef bottom_xmlwriter
12042 #undef xmlTextWriterStartComment
12043 extern __typeof (xmlTextWriterStartComment
) xmlTextWriterStartComment
__attribute((alias("xmlTextWriterStartComment__internal_alias")));
12045 #ifndef xmlTextWriterStartComment
12046 extern __typeof (xmlTextWriterStartComment
) xmlTextWriterStartComment__internal_alias
__attribute((visibility("hidden")));
12047 #define xmlTextWriterStartComment xmlTextWriterStartComment__internal_alias
12052 #if defined(LIBXML_WRITER_ENABLED)
12053 #ifdef bottom_xmlwriter
12054 #undef xmlTextWriterStartDTD
12055 extern __typeof (xmlTextWriterStartDTD
) xmlTextWriterStartDTD
__attribute((alias("xmlTextWriterStartDTD__internal_alias")));
12057 #ifndef xmlTextWriterStartDTD
12058 extern __typeof (xmlTextWriterStartDTD
) xmlTextWriterStartDTD__internal_alias
__attribute((visibility("hidden")));
12059 #define xmlTextWriterStartDTD xmlTextWriterStartDTD__internal_alias
12064 #if defined(LIBXML_WRITER_ENABLED)
12065 #ifdef bottom_xmlwriter
12066 #undef xmlTextWriterStartDTDAttlist
12067 extern __typeof (xmlTextWriterStartDTDAttlist
) xmlTextWriterStartDTDAttlist
__attribute((alias("xmlTextWriterStartDTDAttlist__internal_alias")));
12069 #ifndef xmlTextWriterStartDTDAttlist
12070 extern __typeof (xmlTextWriterStartDTDAttlist
) xmlTextWriterStartDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12071 #define xmlTextWriterStartDTDAttlist xmlTextWriterStartDTDAttlist__internal_alias
12076 #if defined(LIBXML_WRITER_ENABLED)
12077 #ifdef bottom_xmlwriter
12078 #undef xmlTextWriterStartDTDElement
12079 extern __typeof (xmlTextWriterStartDTDElement
) xmlTextWriterStartDTDElement
__attribute((alias("xmlTextWriterStartDTDElement__internal_alias")));
12081 #ifndef xmlTextWriterStartDTDElement
12082 extern __typeof (xmlTextWriterStartDTDElement
) xmlTextWriterStartDTDElement__internal_alias
__attribute((visibility("hidden")));
12083 #define xmlTextWriterStartDTDElement xmlTextWriterStartDTDElement__internal_alias
12088 #if defined(LIBXML_WRITER_ENABLED)
12089 #ifdef bottom_xmlwriter
12090 #undef xmlTextWriterStartDTDEntity
12091 extern __typeof (xmlTextWriterStartDTDEntity
) xmlTextWriterStartDTDEntity
__attribute((alias("xmlTextWriterStartDTDEntity__internal_alias")));
12093 #ifndef xmlTextWriterStartDTDEntity
12094 extern __typeof (xmlTextWriterStartDTDEntity
) xmlTextWriterStartDTDEntity__internal_alias
__attribute((visibility("hidden")));
12095 #define xmlTextWriterStartDTDEntity xmlTextWriterStartDTDEntity__internal_alias
12100 #if defined(LIBXML_WRITER_ENABLED)
12101 #ifdef bottom_xmlwriter
12102 #undef xmlTextWriterStartDocument
12103 extern __typeof (xmlTextWriterStartDocument
) xmlTextWriterStartDocument
__attribute((alias("xmlTextWriterStartDocument__internal_alias")));
12105 #ifndef xmlTextWriterStartDocument
12106 extern __typeof (xmlTextWriterStartDocument
) xmlTextWriterStartDocument__internal_alias
__attribute((visibility("hidden")));
12107 #define xmlTextWriterStartDocument xmlTextWriterStartDocument__internal_alias
12112 #if defined(LIBXML_WRITER_ENABLED)
12113 #ifdef bottom_xmlwriter
12114 #undef xmlTextWriterStartElement
12115 extern __typeof (xmlTextWriterStartElement
) xmlTextWriterStartElement
__attribute((alias("xmlTextWriterStartElement__internal_alias")));
12117 #ifndef xmlTextWriterStartElement
12118 extern __typeof (xmlTextWriterStartElement
) xmlTextWriterStartElement__internal_alias
__attribute((visibility("hidden")));
12119 #define xmlTextWriterStartElement xmlTextWriterStartElement__internal_alias
12124 #if defined(LIBXML_WRITER_ENABLED)
12125 #ifdef bottom_xmlwriter
12126 #undef xmlTextWriterStartElementNS
12127 extern __typeof (xmlTextWriterStartElementNS
) xmlTextWriterStartElementNS
__attribute((alias("xmlTextWriterStartElementNS__internal_alias")));
12129 #ifndef xmlTextWriterStartElementNS
12130 extern __typeof (xmlTextWriterStartElementNS
) xmlTextWriterStartElementNS__internal_alias
__attribute((visibility("hidden")));
12131 #define xmlTextWriterStartElementNS xmlTextWriterStartElementNS__internal_alias
12136 #if defined(LIBXML_WRITER_ENABLED)
12137 #ifdef bottom_xmlwriter
12138 #undef xmlTextWriterStartPI
12139 extern __typeof (xmlTextWriterStartPI
) xmlTextWriterStartPI
__attribute((alias("xmlTextWriterStartPI__internal_alias")));
12141 #ifndef xmlTextWriterStartPI
12142 extern __typeof (xmlTextWriterStartPI
) xmlTextWriterStartPI__internal_alias
__attribute((visibility("hidden")));
12143 #define xmlTextWriterStartPI xmlTextWriterStartPI__internal_alias
12148 #if defined(LIBXML_WRITER_ENABLED)
12149 #ifdef bottom_xmlwriter
12150 #undef xmlTextWriterWriteAttribute
12151 extern __typeof (xmlTextWriterWriteAttribute
) xmlTextWriterWriteAttribute
__attribute((alias("xmlTextWriterWriteAttribute__internal_alias")));
12153 #ifndef xmlTextWriterWriteAttribute
12154 extern __typeof (xmlTextWriterWriteAttribute
) xmlTextWriterWriteAttribute__internal_alias
__attribute((visibility("hidden")));
12155 #define xmlTextWriterWriteAttribute xmlTextWriterWriteAttribute__internal_alias
12160 #if defined(LIBXML_WRITER_ENABLED)
12161 #ifdef bottom_xmlwriter
12162 #undef xmlTextWriterWriteAttributeNS
12163 extern __typeof (xmlTextWriterWriteAttributeNS
) xmlTextWriterWriteAttributeNS
__attribute((alias("xmlTextWriterWriteAttributeNS__internal_alias")));
12165 #ifndef xmlTextWriterWriteAttributeNS
12166 extern __typeof (xmlTextWriterWriteAttributeNS
) xmlTextWriterWriteAttributeNS__internal_alias
__attribute((visibility("hidden")));
12167 #define xmlTextWriterWriteAttributeNS xmlTextWriterWriteAttributeNS__internal_alias
12172 #if defined(LIBXML_WRITER_ENABLED)
12173 #ifdef bottom_xmlwriter
12174 #undef xmlTextWriterWriteBase64
12175 extern __typeof (xmlTextWriterWriteBase64
) xmlTextWriterWriteBase64
__attribute((alias("xmlTextWriterWriteBase64__internal_alias")));
12177 #ifndef xmlTextWriterWriteBase64
12178 extern __typeof (xmlTextWriterWriteBase64
) xmlTextWriterWriteBase64__internal_alias
__attribute((visibility("hidden")));
12179 #define xmlTextWriterWriteBase64 xmlTextWriterWriteBase64__internal_alias
12184 #if defined(LIBXML_WRITER_ENABLED)
12185 #ifdef bottom_xmlwriter
12186 #undef xmlTextWriterWriteBinHex
12187 extern __typeof (xmlTextWriterWriteBinHex
) xmlTextWriterWriteBinHex
__attribute((alias("xmlTextWriterWriteBinHex__internal_alias")));
12189 #ifndef xmlTextWriterWriteBinHex
12190 extern __typeof (xmlTextWriterWriteBinHex
) xmlTextWriterWriteBinHex__internal_alias
__attribute((visibility("hidden")));
12191 #define xmlTextWriterWriteBinHex xmlTextWriterWriteBinHex__internal_alias
12196 #if defined(LIBXML_WRITER_ENABLED)
12197 #ifdef bottom_xmlwriter
12198 #undef xmlTextWriterWriteCDATA
12199 extern __typeof (xmlTextWriterWriteCDATA
) xmlTextWriterWriteCDATA
__attribute((alias("xmlTextWriterWriteCDATA__internal_alias")));
12201 #ifndef xmlTextWriterWriteCDATA
12202 extern __typeof (xmlTextWriterWriteCDATA
) xmlTextWriterWriteCDATA__internal_alias
__attribute((visibility("hidden")));
12203 #define xmlTextWriterWriteCDATA xmlTextWriterWriteCDATA__internal_alias
12208 #if defined(LIBXML_WRITER_ENABLED)
12209 #ifdef bottom_xmlwriter
12210 #undef xmlTextWriterWriteComment
12211 extern __typeof (xmlTextWriterWriteComment
) xmlTextWriterWriteComment
__attribute((alias("xmlTextWriterWriteComment__internal_alias")));
12213 #ifndef xmlTextWriterWriteComment
12214 extern __typeof (xmlTextWriterWriteComment
) xmlTextWriterWriteComment__internal_alias
__attribute((visibility("hidden")));
12215 #define xmlTextWriterWriteComment xmlTextWriterWriteComment__internal_alias
12220 #if defined(LIBXML_WRITER_ENABLED)
12221 #ifdef bottom_xmlwriter
12222 #undef xmlTextWriterWriteDTD
12223 extern __typeof (xmlTextWriterWriteDTD
) xmlTextWriterWriteDTD
__attribute((alias("xmlTextWriterWriteDTD__internal_alias")));
12225 #ifndef xmlTextWriterWriteDTD
12226 extern __typeof (xmlTextWriterWriteDTD
) xmlTextWriterWriteDTD__internal_alias
__attribute((visibility("hidden")));
12227 #define xmlTextWriterWriteDTD xmlTextWriterWriteDTD__internal_alias
12232 #if defined(LIBXML_WRITER_ENABLED)
12233 #ifdef bottom_xmlwriter
12234 #undef xmlTextWriterWriteDTDAttlist
12235 extern __typeof (xmlTextWriterWriteDTDAttlist
) xmlTextWriterWriteDTDAttlist
__attribute((alias("xmlTextWriterWriteDTDAttlist__internal_alias")));
12237 #ifndef xmlTextWriterWriteDTDAttlist
12238 extern __typeof (xmlTextWriterWriteDTDAttlist
) xmlTextWriterWriteDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12239 #define xmlTextWriterWriteDTDAttlist xmlTextWriterWriteDTDAttlist__internal_alias
12244 #if defined(LIBXML_WRITER_ENABLED)
12245 #ifdef bottom_xmlwriter
12246 #undef xmlTextWriterWriteDTDElement
12247 extern __typeof (xmlTextWriterWriteDTDElement
) xmlTextWriterWriteDTDElement
__attribute((alias("xmlTextWriterWriteDTDElement__internal_alias")));
12249 #ifndef xmlTextWriterWriteDTDElement
12250 extern __typeof (xmlTextWriterWriteDTDElement
) xmlTextWriterWriteDTDElement__internal_alias
__attribute((visibility("hidden")));
12251 #define xmlTextWriterWriteDTDElement xmlTextWriterWriteDTDElement__internal_alias
12256 #if defined(LIBXML_WRITER_ENABLED)
12257 #ifdef bottom_xmlwriter
12258 #undef xmlTextWriterWriteDTDEntity
12259 extern __typeof (xmlTextWriterWriteDTDEntity
) xmlTextWriterWriteDTDEntity
__attribute((alias("xmlTextWriterWriteDTDEntity__internal_alias")));
12261 #ifndef xmlTextWriterWriteDTDEntity
12262 extern __typeof (xmlTextWriterWriteDTDEntity
) xmlTextWriterWriteDTDEntity__internal_alias
__attribute((visibility("hidden")));
12263 #define xmlTextWriterWriteDTDEntity xmlTextWriterWriteDTDEntity__internal_alias
12268 #if defined(LIBXML_WRITER_ENABLED)
12269 #ifdef bottom_xmlwriter
12270 #undef xmlTextWriterWriteDTDExternalEntity
12271 extern __typeof (xmlTextWriterWriteDTDExternalEntity
) xmlTextWriterWriteDTDExternalEntity
__attribute((alias("xmlTextWriterWriteDTDExternalEntity__internal_alias")));
12273 #ifndef xmlTextWriterWriteDTDExternalEntity
12274 extern __typeof (xmlTextWriterWriteDTDExternalEntity
) xmlTextWriterWriteDTDExternalEntity__internal_alias
__attribute((visibility("hidden")));
12275 #define xmlTextWriterWriteDTDExternalEntity xmlTextWriterWriteDTDExternalEntity__internal_alias
12280 #if defined(LIBXML_WRITER_ENABLED)
12281 #ifdef bottom_xmlwriter
12282 #undef xmlTextWriterWriteDTDExternalEntityContents
12283 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents
) xmlTextWriterWriteDTDExternalEntityContents
__attribute((alias("xmlTextWriterWriteDTDExternalEntityContents__internal_alias")));
12285 #ifndef xmlTextWriterWriteDTDExternalEntityContents
12286 extern __typeof (xmlTextWriterWriteDTDExternalEntityContents
) xmlTextWriterWriteDTDExternalEntityContents__internal_alias
__attribute((visibility("hidden")));
12287 #define xmlTextWriterWriteDTDExternalEntityContents xmlTextWriterWriteDTDExternalEntityContents__internal_alias
12292 #if defined(LIBXML_WRITER_ENABLED)
12293 #ifdef bottom_xmlwriter
12294 #undef xmlTextWriterWriteDTDInternalEntity
12295 extern __typeof (xmlTextWriterWriteDTDInternalEntity
) xmlTextWriterWriteDTDInternalEntity
__attribute((alias("xmlTextWriterWriteDTDInternalEntity__internal_alias")));
12297 #ifndef xmlTextWriterWriteDTDInternalEntity
12298 extern __typeof (xmlTextWriterWriteDTDInternalEntity
) xmlTextWriterWriteDTDInternalEntity__internal_alias
__attribute((visibility("hidden")));
12299 #define xmlTextWriterWriteDTDInternalEntity xmlTextWriterWriteDTDInternalEntity__internal_alias
12304 #if defined(LIBXML_WRITER_ENABLED)
12305 #ifdef bottom_xmlwriter
12306 #undef xmlTextWriterWriteDTDNotation
12307 extern __typeof (xmlTextWriterWriteDTDNotation
) xmlTextWriterWriteDTDNotation
__attribute((alias("xmlTextWriterWriteDTDNotation__internal_alias")));
12309 #ifndef xmlTextWriterWriteDTDNotation
12310 extern __typeof (xmlTextWriterWriteDTDNotation
) xmlTextWriterWriteDTDNotation__internal_alias
__attribute((visibility("hidden")));
12311 #define xmlTextWriterWriteDTDNotation xmlTextWriterWriteDTDNotation__internal_alias
12316 #if defined(LIBXML_WRITER_ENABLED)
12317 #ifdef bottom_xmlwriter
12318 #undef xmlTextWriterWriteElement
12319 extern __typeof (xmlTextWriterWriteElement
) xmlTextWriterWriteElement
__attribute((alias("xmlTextWriterWriteElement__internal_alias")));
12321 #ifndef xmlTextWriterWriteElement
12322 extern __typeof (xmlTextWriterWriteElement
) xmlTextWriterWriteElement__internal_alias
__attribute((visibility("hidden")));
12323 #define xmlTextWriterWriteElement xmlTextWriterWriteElement__internal_alias
12328 #if defined(LIBXML_WRITER_ENABLED)
12329 #ifdef bottom_xmlwriter
12330 #undef xmlTextWriterWriteElementNS
12331 extern __typeof (xmlTextWriterWriteElementNS
) xmlTextWriterWriteElementNS
__attribute((alias("xmlTextWriterWriteElementNS__internal_alias")));
12333 #ifndef xmlTextWriterWriteElementNS
12334 extern __typeof (xmlTextWriterWriteElementNS
) xmlTextWriterWriteElementNS__internal_alias
__attribute((visibility("hidden")));
12335 #define xmlTextWriterWriteElementNS xmlTextWriterWriteElementNS__internal_alias
12340 #if defined(LIBXML_WRITER_ENABLED)
12341 #ifdef bottom_xmlwriter
12342 #undef xmlTextWriterWriteFormatAttribute
12343 extern __typeof (xmlTextWriterWriteFormatAttribute
) xmlTextWriterWriteFormatAttribute
__attribute((alias("xmlTextWriterWriteFormatAttribute__internal_alias")));
12345 #ifndef xmlTextWriterWriteFormatAttribute
12346 extern __typeof (xmlTextWriterWriteFormatAttribute
) xmlTextWriterWriteFormatAttribute__internal_alias
__attribute((visibility("hidden")));
12347 #define xmlTextWriterWriteFormatAttribute xmlTextWriterWriteFormatAttribute__internal_alias
12352 #if defined(LIBXML_WRITER_ENABLED)
12353 #ifdef bottom_xmlwriter
12354 #undef xmlTextWriterWriteFormatAttributeNS
12355 extern __typeof (xmlTextWriterWriteFormatAttributeNS
) xmlTextWriterWriteFormatAttributeNS
__attribute((alias("xmlTextWriterWriteFormatAttributeNS__internal_alias")));
12357 #ifndef xmlTextWriterWriteFormatAttributeNS
12358 extern __typeof (xmlTextWriterWriteFormatAttributeNS
) xmlTextWriterWriteFormatAttributeNS__internal_alias
__attribute((visibility("hidden")));
12359 #define xmlTextWriterWriteFormatAttributeNS xmlTextWriterWriteFormatAttributeNS__internal_alias
12364 #if defined(LIBXML_WRITER_ENABLED)
12365 #ifdef bottom_xmlwriter
12366 #undef xmlTextWriterWriteFormatCDATA
12367 extern __typeof (xmlTextWriterWriteFormatCDATA
) xmlTextWriterWriteFormatCDATA
__attribute((alias("xmlTextWriterWriteFormatCDATA__internal_alias")));
12369 #ifndef xmlTextWriterWriteFormatCDATA
12370 extern __typeof (xmlTextWriterWriteFormatCDATA
) xmlTextWriterWriteFormatCDATA__internal_alias
__attribute((visibility("hidden")));
12371 #define xmlTextWriterWriteFormatCDATA xmlTextWriterWriteFormatCDATA__internal_alias
12376 #if defined(LIBXML_WRITER_ENABLED)
12377 #ifdef bottom_xmlwriter
12378 #undef xmlTextWriterWriteFormatComment
12379 extern __typeof (xmlTextWriterWriteFormatComment
) xmlTextWriterWriteFormatComment
__attribute((alias("xmlTextWriterWriteFormatComment__internal_alias")));
12381 #ifndef xmlTextWriterWriteFormatComment
12382 extern __typeof (xmlTextWriterWriteFormatComment
) xmlTextWriterWriteFormatComment__internal_alias
__attribute((visibility("hidden")));
12383 #define xmlTextWriterWriteFormatComment xmlTextWriterWriteFormatComment__internal_alias
12388 #if defined(LIBXML_WRITER_ENABLED)
12389 #ifdef bottom_xmlwriter
12390 #undef xmlTextWriterWriteFormatDTD
12391 extern __typeof (xmlTextWriterWriteFormatDTD
) xmlTextWriterWriteFormatDTD
__attribute((alias("xmlTextWriterWriteFormatDTD__internal_alias")));
12393 #ifndef xmlTextWriterWriteFormatDTD
12394 extern __typeof (xmlTextWriterWriteFormatDTD
) xmlTextWriterWriteFormatDTD__internal_alias
__attribute((visibility("hidden")));
12395 #define xmlTextWriterWriteFormatDTD xmlTextWriterWriteFormatDTD__internal_alias
12400 #if defined(LIBXML_WRITER_ENABLED)
12401 #ifdef bottom_xmlwriter
12402 #undef xmlTextWriterWriteFormatDTDAttlist
12403 extern __typeof (xmlTextWriterWriteFormatDTDAttlist
) xmlTextWriterWriteFormatDTDAttlist
__attribute((alias("xmlTextWriterWriteFormatDTDAttlist__internal_alias")));
12405 #ifndef xmlTextWriterWriteFormatDTDAttlist
12406 extern __typeof (xmlTextWriterWriteFormatDTDAttlist
) xmlTextWriterWriteFormatDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12407 #define xmlTextWriterWriteFormatDTDAttlist xmlTextWriterWriteFormatDTDAttlist__internal_alias
12412 #if defined(LIBXML_WRITER_ENABLED)
12413 #ifdef bottom_xmlwriter
12414 #undef xmlTextWriterWriteFormatDTDElement
12415 extern __typeof (xmlTextWriterWriteFormatDTDElement
) xmlTextWriterWriteFormatDTDElement
__attribute((alias("xmlTextWriterWriteFormatDTDElement__internal_alias")));
12417 #ifndef xmlTextWriterWriteFormatDTDElement
12418 extern __typeof (xmlTextWriterWriteFormatDTDElement
) xmlTextWriterWriteFormatDTDElement__internal_alias
__attribute((visibility("hidden")));
12419 #define xmlTextWriterWriteFormatDTDElement xmlTextWriterWriteFormatDTDElement__internal_alias
12424 #if defined(LIBXML_WRITER_ENABLED)
12425 #ifdef bottom_xmlwriter
12426 #undef xmlTextWriterWriteFormatDTDInternalEntity
12427 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity
) xmlTextWriterWriteFormatDTDInternalEntity
__attribute((alias("xmlTextWriterWriteFormatDTDInternalEntity__internal_alias")));
12429 #ifndef xmlTextWriterWriteFormatDTDInternalEntity
12430 extern __typeof (xmlTextWriterWriteFormatDTDInternalEntity
) xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
__attribute((visibility("hidden")));
12431 #define xmlTextWriterWriteFormatDTDInternalEntity xmlTextWriterWriteFormatDTDInternalEntity__internal_alias
12436 #if defined(LIBXML_WRITER_ENABLED)
12437 #ifdef bottom_xmlwriter
12438 #undef xmlTextWriterWriteFormatElement
12439 extern __typeof (xmlTextWriterWriteFormatElement
) xmlTextWriterWriteFormatElement
__attribute((alias("xmlTextWriterWriteFormatElement__internal_alias")));
12441 #ifndef xmlTextWriterWriteFormatElement
12442 extern __typeof (xmlTextWriterWriteFormatElement
) xmlTextWriterWriteFormatElement__internal_alias
__attribute((visibility("hidden")));
12443 #define xmlTextWriterWriteFormatElement xmlTextWriterWriteFormatElement__internal_alias
12448 #if defined(LIBXML_WRITER_ENABLED)
12449 #ifdef bottom_xmlwriter
12450 #undef xmlTextWriterWriteFormatElementNS
12451 extern __typeof (xmlTextWriterWriteFormatElementNS
) xmlTextWriterWriteFormatElementNS
__attribute((alias("xmlTextWriterWriteFormatElementNS__internal_alias")));
12453 #ifndef xmlTextWriterWriteFormatElementNS
12454 extern __typeof (xmlTextWriterWriteFormatElementNS
) xmlTextWriterWriteFormatElementNS__internal_alias
__attribute((visibility("hidden")));
12455 #define xmlTextWriterWriteFormatElementNS xmlTextWriterWriteFormatElementNS__internal_alias
12460 #if defined(LIBXML_WRITER_ENABLED)
12461 #ifdef bottom_xmlwriter
12462 #undef xmlTextWriterWriteFormatPI
12463 extern __typeof (xmlTextWriterWriteFormatPI
) xmlTextWriterWriteFormatPI
__attribute((alias("xmlTextWriterWriteFormatPI__internal_alias")));
12465 #ifndef xmlTextWriterWriteFormatPI
12466 extern __typeof (xmlTextWriterWriteFormatPI
) xmlTextWriterWriteFormatPI__internal_alias
__attribute((visibility("hidden")));
12467 #define xmlTextWriterWriteFormatPI xmlTextWriterWriteFormatPI__internal_alias
12472 #if defined(LIBXML_WRITER_ENABLED)
12473 #ifdef bottom_xmlwriter
12474 #undef xmlTextWriterWriteFormatRaw
12475 extern __typeof (xmlTextWriterWriteFormatRaw
) xmlTextWriterWriteFormatRaw
__attribute((alias("xmlTextWriterWriteFormatRaw__internal_alias")));
12477 #ifndef xmlTextWriterWriteFormatRaw
12478 extern __typeof (xmlTextWriterWriteFormatRaw
) xmlTextWriterWriteFormatRaw__internal_alias
__attribute((visibility("hidden")));
12479 #define xmlTextWriterWriteFormatRaw xmlTextWriterWriteFormatRaw__internal_alias
12484 #if defined(LIBXML_WRITER_ENABLED)
12485 #ifdef bottom_xmlwriter
12486 #undef xmlTextWriterWriteFormatString
12487 extern __typeof (xmlTextWriterWriteFormatString
) xmlTextWriterWriteFormatString
__attribute((alias("xmlTextWriterWriteFormatString__internal_alias")));
12489 #ifndef xmlTextWriterWriteFormatString
12490 extern __typeof (xmlTextWriterWriteFormatString
) xmlTextWriterWriteFormatString__internal_alias
__attribute((visibility("hidden")));
12491 #define xmlTextWriterWriteFormatString xmlTextWriterWriteFormatString__internal_alias
12496 #if defined(LIBXML_WRITER_ENABLED)
12497 #ifdef bottom_xmlwriter
12498 #undef xmlTextWriterWritePI
12499 extern __typeof (xmlTextWriterWritePI
) xmlTextWriterWritePI
__attribute((alias("xmlTextWriterWritePI__internal_alias")));
12501 #ifndef xmlTextWriterWritePI
12502 extern __typeof (xmlTextWriterWritePI
) xmlTextWriterWritePI__internal_alias
__attribute((visibility("hidden")));
12503 #define xmlTextWriterWritePI xmlTextWriterWritePI__internal_alias
12508 #if defined(LIBXML_WRITER_ENABLED)
12509 #ifdef bottom_xmlwriter
12510 #undef xmlTextWriterWriteRaw
12511 extern __typeof (xmlTextWriterWriteRaw
) xmlTextWriterWriteRaw
__attribute((alias("xmlTextWriterWriteRaw__internal_alias")));
12513 #ifndef xmlTextWriterWriteRaw
12514 extern __typeof (xmlTextWriterWriteRaw
) xmlTextWriterWriteRaw__internal_alias
__attribute((visibility("hidden")));
12515 #define xmlTextWriterWriteRaw xmlTextWriterWriteRaw__internal_alias
12520 #if defined(LIBXML_WRITER_ENABLED)
12521 #ifdef bottom_xmlwriter
12522 #undef xmlTextWriterWriteRawLen
12523 extern __typeof (xmlTextWriterWriteRawLen
) xmlTextWriterWriteRawLen
__attribute((alias("xmlTextWriterWriteRawLen__internal_alias")));
12525 #ifndef xmlTextWriterWriteRawLen
12526 extern __typeof (xmlTextWriterWriteRawLen
) xmlTextWriterWriteRawLen__internal_alias
__attribute((visibility("hidden")));
12527 #define xmlTextWriterWriteRawLen xmlTextWriterWriteRawLen__internal_alias
12532 #if defined(LIBXML_WRITER_ENABLED)
12533 #ifdef bottom_xmlwriter
12534 #undef xmlTextWriterWriteString
12535 extern __typeof (xmlTextWriterWriteString
) xmlTextWriterWriteString
__attribute((alias("xmlTextWriterWriteString__internal_alias")));
12537 #ifndef xmlTextWriterWriteString
12538 extern __typeof (xmlTextWriterWriteString
) xmlTextWriterWriteString__internal_alias
__attribute((visibility("hidden")));
12539 #define xmlTextWriterWriteString xmlTextWriterWriteString__internal_alias
12544 #if defined(LIBXML_WRITER_ENABLED)
12545 #ifdef bottom_xmlwriter
12546 #undef xmlTextWriterWriteVFormatAttribute
12547 extern __typeof (xmlTextWriterWriteVFormatAttribute
) xmlTextWriterWriteVFormatAttribute
__attribute((alias("xmlTextWriterWriteVFormatAttribute__internal_alias")));
12549 #ifndef xmlTextWriterWriteVFormatAttribute
12550 extern __typeof (xmlTextWriterWriteVFormatAttribute
) xmlTextWriterWriteVFormatAttribute__internal_alias
__attribute((visibility("hidden")));
12551 #define xmlTextWriterWriteVFormatAttribute xmlTextWriterWriteVFormatAttribute__internal_alias
12556 #if defined(LIBXML_WRITER_ENABLED)
12557 #ifdef bottom_xmlwriter
12558 #undef xmlTextWriterWriteVFormatAttributeNS
12559 extern __typeof (xmlTextWriterWriteVFormatAttributeNS
) xmlTextWriterWriteVFormatAttributeNS
__attribute((alias("xmlTextWriterWriteVFormatAttributeNS__internal_alias")));
12561 #ifndef xmlTextWriterWriteVFormatAttributeNS
12562 extern __typeof (xmlTextWriterWriteVFormatAttributeNS
) xmlTextWriterWriteVFormatAttributeNS__internal_alias
__attribute((visibility("hidden")));
12563 #define xmlTextWriterWriteVFormatAttributeNS xmlTextWriterWriteVFormatAttributeNS__internal_alias
12568 #if defined(LIBXML_WRITER_ENABLED)
12569 #ifdef bottom_xmlwriter
12570 #undef xmlTextWriterWriteVFormatCDATA
12571 extern __typeof (xmlTextWriterWriteVFormatCDATA
) xmlTextWriterWriteVFormatCDATA
__attribute((alias("xmlTextWriterWriteVFormatCDATA__internal_alias")));
12573 #ifndef xmlTextWriterWriteVFormatCDATA
12574 extern __typeof (xmlTextWriterWriteVFormatCDATA
) xmlTextWriterWriteVFormatCDATA__internal_alias
__attribute((visibility("hidden")));
12575 #define xmlTextWriterWriteVFormatCDATA xmlTextWriterWriteVFormatCDATA__internal_alias
12580 #if defined(LIBXML_WRITER_ENABLED)
12581 #ifdef bottom_xmlwriter
12582 #undef xmlTextWriterWriteVFormatComment
12583 extern __typeof (xmlTextWriterWriteVFormatComment
) xmlTextWriterWriteVFormatComment
__attribute((alias("xmlTextWriterWriteVFormatComment__internal_alias")));
12585 #ifndef xmlTextWriterWriteVFormatComment
12586 extern __typeof (xmlTextWriterWriteVFormatComment
) xmlTextWriterWriteVFormatComment__internal_alias
__attribute((visibility("hidden")));
12587 #define xmlTextWriterWriteVFormatComment xmlTextWriterWriteVFormatComment__internal_alias
12592 #if defined(LIBXML_WRITER_ENABLED)
12593 #ifdef bottom_xmlwriter
12594 #undef xmlTextWriterWriteVFormatDTD
12595 extern __typeof (xmlTextWriterWriteVFormatDTD
) xmlTextWriterWriteVFormatDTD
__attribute((alias("xmlTextWriterWriteVFormatDTD__internal_alias")));
12597 #ifndef xmlTextWriterWriteVFormatDTD
12598 extern __typeof (xmlTextWriterWriteVFormatDTD
) xmlTextWriterWriteVFormatDTD__internal_alias
__attribute((visibility("hidden")));
12599 #define xmlTextWriterWriteVFormatDTD xmlTextWriterWriteVFormatDTD__internal_alias
12604 #if defined(LIBXML_WRITER_ENABLED)
12605 #ifdef bottom_xmlwriter
12606 #undef xmlTextWriterWriteVFormatDTDAttlist
12607 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist
) xmlTextWriterWriteVFormatDTDAttlist
__attribute((alias("xmlTextWriterWriteVFormatDTDAttlist__internal_alias")));
12609 #ifndef xmlTextWriterWriteVFormatDTDAttlist
12610 extern __typeof (xmlTextWriterWriteVFormatDTDAttlist
) xmlTextWriterWriteVFormatDTDAttlist__internal_alias
__attribute((visibility("hidden")));
12611 #define xmlTextWriterWriteVFormatDTDAttlist xmlTextWriterWriteVFormatDTDAttlist__internal_alias
12616 #if defined(LIBXML_WRITER_ENABLED)
12617 #ifdef bottom_xmlwriter
12618 #undef xmlTextWriterWriteVFormatDTDElement
12619 extern __typeof (xmlTextWriterWriteVFormatDTDElement
) xmlTextWriterWriteVFormatDTDElement
__attribute((alias("xmlTextWriterWriteVFormatDTDElement__internal_alias")));
12621 #ifndef xmlTextWriterWriteVFormatDTDElement
12622 extern __typeof (xmlTextWriterWriteVFormatDTDElement
) xmlTextWriterWriteVFormatDTDElement__internal_alias
__attribute((visibility("hidden")));
12623 #define xmlTextWriterWriteVFormatDTDElement xmlTextWriterWriteVFormatDTDElement__internal_alias
12628 #if defined(LIBXML_WRITER_ENABLED)
12629 #ifdef bottom_xmlwriter
12630 #undef xmlTextWriterWriteVFormatDTDInternalEntity
12631 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity
) xmlTextWriterWriteVFormatDTDInternalEntity
__attribute((alias("xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias")));
12633 #ifndef xmlTextWriterWriteVFormatDTDInternalEntity
12634 extern __typeof (xmlTextWriterWriteVFormatDTDInternalEntity
) xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
__attribute((visibility("hidden")));
12635 #define xmlTextWriterWriteVFormatDTDInternalEntity xmlTextWriterWriteVFormatDTDInternalEntity__internal_alias
12640 #if defined(LIBXML_WRITER_ENABLED)
12641 #ifdef bottom_xmlwriter
12642 #undef xmlTextWriterWriteVFormatElement
12643 extern __typeof (xmlTextWriterWriteVFormatElement
) xmlTextWriterWriteVFormatElement
__attribute((alias("xmlTextWriterWriteVFormatElement__internal_alias")));
12645 #ifndef xmlTextWriterWriteVFormatElement
12646 extern __typeof (xmlTextWriterWriteVFormatElement
) xmlTextWriterWriteVFormatElement__internal_alias
__attribute((visibility("hidden")));
12647 #define xmlTextWriterWriteVFormatElement xmlTextWriterWriteVFormatElement__internal_alias
12652 #if defined(LIBXML_WRITER_ENABLED)
12653 #ifdef bottom_xmlwriter
12654 #undef xmlTextWriterWriteVFormatElementNS
12655 extern __typeof (xmlTextWriterWriteVFormatElementNS
) xmlTextWriterWriteVFormatElementNS
__attribute((alias("xmlTextWriterWriteVFormatElementNS__internal_alias")));
12657 #ifndef xmlTextWriterWriteVFormatElementNS
12658 extern __typeof (xmlTextWriterWriteVFormatElementNS
) xmlTextWriterWriteVFormatElementNS__internal_alias
__attribute((visibility("hidden")));
12659 #define xmlTextWriterWriteVFormatElementNS xmlTextWriterWriteVFormatElementNS__internal_alias
12664 #if defined(LIBXML_WRITER_ENABLED)
12665 #ifdef bottom_xmlwriter
12666 #undef xmlTextWriterWriteVFormatPI
12667 extern __typeof (xmlTextWriterWriteVFormatPI
) xmlTextWriterWriteVFormatPI
__attribute((alias("xmlTextWriterWriteVFormatPI__internal_alias")));
12669 #ifndef xmlTextWriterWriteVFormatPI
12670 extern __typeof (xmlTextWriterWriteVFormatPI
) xmlTextWriterWriteVFormatPI__internal_alias
__attribute((visibility("hidden")));
12671 #define xmlTextWriterWriteVFormatPI xmlTextWriterWriteVFormatPI__internal_alias
12676 #if defined(LIBXML_WRITER_ENABLED)
12677 #ifdef bottom_xmlwriter
12678 #undef xmlTextWriterWriteVFormatRaw
12679 extern __typeof (xmlTextWriterWriteVFormatRaw
) xmlTextWriterWriteVFormatRaw
__attribute((alias("xmlTextWriterWriteVFormatRaw__internal_alias")));
12681 #ifndef xmlTextWriterWriteVFormatRaw
12682 extern __typeof (xmlTextWriterWriteVFormatRaw
) xmlTextWriterWriteVFormatRaw__internal_alias
__attribute((visibility("hidden")));
12683 #define xmlTextWriterWriteVFormatRaw xmlTextWriterWriteVFormatRaw__internal_alias
12688 #if defined(LIBXML_WRITER_ENABLED)
12689 #ifdef bottom_xmlwriter
12690 #undef xmlTextWriterWriteVFormatString
12691 extern __typeof (xmlTextWriterWriteVFormatString
) xmlTextWriterWriteVFormatString
__attribute((alias("xmlTextWriterWriteVFormatString__internal_alias")));
12693 #ifndef xmlTextWriterWriteVFormatString
12694 extern __typeof (xmlTextWriterWriteVFormatString
) xmlTextWriterWriteVFormatString__internal_alias
__attribute((visibility("hidden")));
12695 #define xmlTextWriterWriteVFormatString xmlTextWriterWriteVFormatString__internal_alias
12700 #ifdef bottom_globals
12701 #undef xmlThrDefBufferAllocScheme
12702 extern __typeof (xmlThrDefBufferAllocScheme
) xmlThrDefBufferAllocScheme
__attribute((alias("xmlThrDefBufferAllocScheme__internal_alias")));
12704 #ifndef xmlThrDefBufferAllocScheme
12705 extern __typeof (xmlThrDefBufferAllocScheme
) xmlThrDefBufferAllocScheme__internal_alias
__attribute((visibility("hidden")));
12706 #define xmlThrDefBufferAllocScheme xmlThrDefBufferAllocScheme__internal_alias
12710 #ifdef bottom_globals
12711 #undef xmlThrDefDefaultBufferSize
12712 extern __typeof (xmlThrDefDefaultBufferSize
) xmlThrDefDefaultBufferSize
__attribute((alias("xmlThrDefDefaultBufferSize__internal_alias")));
12714 #ifndef xmlThrDefDefaultBufferSize
12715 extern __typeof (xmlThrDefDefaultBufferSize
) xmlThrDefDefaultBufferSize__internal_alias
__attribute((visibility("hidden")));
12716 #define xmlThrDefDefaultBufferSize xmlThrDefDefaultBufferSize__internal_alias
12720 #ifdef bottom_globals
12721 #undef xmlThrDefDeregisterNodeDefault
12722 extern __typeof (xmlThrDefDeregisterNodeDefault
) xmlThrDefDeregisterNodeDefault
__attribute((alias("xmlThrDefDeregisterNodeDefault__internal_alias")));
12724 #ifndef xmlThrDefDeregisterNodeDefault
12725 extern __typeof (xmlThrDefDeregisterNodeDefault
) xmlThrDefDeregisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
12726 #define xmlThrDefDeregisterNodeDefault xmlThrDefDeregisterNodeDefault__internal_alias
12730 #ifdef bottom_globals
12731 #undef xmlThrDefDoValidityCheckingDefaultValue
12732 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue
) xmlThrDefDoValidityCheckingDefaultValue
__attribute((alias("xmlThrDefDoValidityCheckingDefaultValue__internal_alias")));
12734 #ifndef xmlThrDefDoValidityCheckingDefaultValue
12735 extern __typeof (xmlThrDefDoValidityCheckingDefaultValue
) xmlThrDefDoValidityCheckingDefaultValue__internal_alias
__attribute((visibility("hidden")));
12736 #define xmlThrDefDoValidityCheckingDefaultValue xmlThrDefDoValidityCheckingDefaultValue__internal_alias
12740 #ifdef bottom_globals
12741 #undef xmlThrDefGetWarningsDefaultValue
12742 extern __typeof (xmlThrDefGetWarningsDefaultValue
) xmlThrDefGetWarningsDefaultValue
__attribute((alias("xmlThrDefGetWarningsDefaultValue__internal_alias")));
12744 #ifndef xmlThrDefGetWarningsDefaultValue
12745 extern __typeof (xmlThrDefGetWarningsDefaultValue
) xmlThrDefGetWarningsDefaultValue__internal_alias
__attribute((visibility("hidden")));
12746 #define xmlThrDefGetWarningsDefaultValue xmlThrDefGetWarningsDefaultValue__internal_alias
12750 #ifdef bottom_globals
12751 #undef xmlThrDefIndentTreeOutput
12752 extern __typeof (xmlThrDefIndentTreeOutput
) xmlThrDefIndentTreeOutput
__attribute((alias("xmlThrDefIndentTreeOutput__internal_alias")));
12754 #ifndef xmlThrDefIndentTreeOutput
12755 extern __typeof (xmlThrDefIndentTreeOutput
) xmlThrDefIndentTreeOutput__internal_alias
__attribute((visibility("hidden")));
12756 #define xmlThrDefIndentTreeOutput xmlThrDefIndentTreeOutput__internal_alias
12760 #ifdef bottom_globals
12761 #undef xmlThrDefKeepBlanksDefaultValue
12762 extern __typeof (xmlThrDefKeepBlanksDefaultValue
) xmlThrDefKeepBlanksDefaultValue
__attribute((alias("xmlThrDefKeepBlanksDefaultValue__internal_alias")));
12764 #ifndef xmlThrDefKeepBlanksDefaultValue
12765 extern __typeof (xmlThrDefKeepBlanksDefaultValue
) xmlThrDefKeepBlanksDefaultValue__internal_alias
__attribute((visibility("hidden")));
12766 #define xmlThrDefKeepBlanksDefaultValue xmlThrDefKeepBlanksDefaultValue__internal_alias
12770 #ifdef bottom_globals
12771 #undef xmlThrDefLineNumbersDefaultValue
12772 extern __typeof (xmlThrDefLineNumbersDefaultValue
) xmlThrDefLineNumbersDefaultValue
__attribute((alias("xmlThrDefLineNumbersDefaultValue__internal_alias")));
12774 #ifndef xmlThrDefLineNumbersDefaultValue
12775 extern __typeof (xmlThrDefLineNumbersDefaultValue
) xmlThrDefLineNumbersDefaultValue__internal_alias
__attribute((visibility("hidden")));
12776 #define xmlThrDefLineNumbersDefaultValue xmlThrDefLineNumbersDefaultValue__internal_alias
12780 #ifdef bottom_globals
12781 #undef xmlThrDefLoadExtDtdDefaultValue
12782 extern __typeof (xmlThrDefLoadExtDtdDefaultValue
) xmlThrDefLoadExtDtdDefaultValue
__attribute((alias("xmlThrDefLoadExtDtdDefaultValue__internal_alias")));
12784 #ifndef xmlThrDefLoadExtDtdDefaultValue
12785 extern __typeof (xmlThrDefLoadExtDtdDefaultValue
) xmlThrDefLoadExtDtdDefaultValue__internal_alias
__attribute((visibility("hidden")));
12786 #define xmlThrDefLoadExtDtdDefaultValue xmlThrDefLoadExtDtdDefaultValue__internal_alias
12790 #ifdef bottom_globals
12791 #undef xmlThrDefOutputBufferCreateFilenameDefault
12792 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault
) xmlThrDefOutputBufferCreateFilenameDefault
__attribute((alias("xmlThrDefOutputBufferCreateFilenameDefault__internal_alias")));
12794 #ifndef xmlThrDefOutputBufferCreateFilenameDefault
12795 extern __typeof (xmlThrDefOutputBufferCreateFilenameDefault
) xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
12796 #define xmlThrDefOutputBufferCreateFilenameDefault xmlThrDefOutputBufferCreateFilenameDefault__internal_alias
12800 #ifdef bottom_globals
12801 #undef xmlThrDefParserDebugEntities
12802 extern __typeof (xmlThrDefParserDebugEntities
) xmlThrDefParserDebugEntities
__attribute((alias("xmlThrDefParserDebugEntities__internal_alias")));
12804 #ifndef xmlThrDefParserDebugEntities
12805 extern __typeof (xmlThrDefParserDebugEntities
) xmlThrDefParserDebugEntities__internal_alias
__attribute((visibility("hidden")));
12806 #define xmlThrDefParserDebugEntities xmlThrDefParserDebugEntities__internal_alias
12810 #ifdef bottom_globals
12811 #undef xmlThrDefParserInputBufferCreateFilenameDefault
12812 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault
) xmlThrDefParserInputBufferCreateFilenameDefault
__attribute((alias("xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias")));
12814 #ifndef xmlThrDefParserInputBufferCreateFilenameDefault
12815 extern __typeof (xmlThrDefParserInputBufferCreateFilenameDefault
) xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
__attribute((visibility("hidden")));
12816 #define xmlThrDefParserInputBufferCreateFilenameDefault xmlThrDefParserInputBufferCreateFilenameDefault__internal_alias
12820 #ifdef bottom_globals
12821 #undef xmlThrDefPedanticParserDefaultValue
12822 extern __typeof (xmlThrDefPedanticParserDefaultValue
) xmlThrDefPedanticParserDefaultValue
__attribute((alias("xmlThrDefPedanticParserDefaultValue__internal_alias")));
12824 #ifndef xmlThrDefPedanticParserDefaultValue
12825 extern __typeof (xmlThrDefPedanticParserDefaultValue
) xmlThrDefPedanticParserDefaultValue__internal_alias
__attribute((visibility("hidden")));
12826 #define xmlThrDefPedanticParserDefaultValue xmlThrDefPedanticParserDefaultValue__internal_alias
12830 #ifdef bottom_globals
12831 #undef xmlThrDefRegisterNodeDefault
12832 extern __typeof (xmlThrDefRegisterNodeDefault
) xmlThrDefRegisterNodeDefault
__attribute((alias("xmlThrDefRegisterNodeDefault__internal_alias")));
12834 #ifndef xmlThrDefRegisterNodeDefault
12835 extern __typeof (xmlThrDefRegisterNodeDefault
) xmlThrDefRegisterNodeDefault__internal_alias
__attribute((visibility("hidden")));
12836 #define xmlThrDefRegisterNodeDefault xmlThrDefRegisterNodeDefault__internal_alias
12840 #ifdef bottom_globals
12841 #undef xmlThrDefSaveNoEmptyTags
12842 extern __typeof (xmlThrDefSaveNoEmptyTags
) xmlThrDefSaveNoEmptyTags
__attribute((alias("xmlThrDefSaveNoEmptyTags__internal_alias")));
12844 #ifndef xmlThrDefSaveNoEmptyTags
12845 extern __typeof (xmlThrDefSaveNoEmptyTags
) xmlThrDefSaveNoEmptyTags__internal_alias
__attribute((visibility("hidden")));
12846 #define xmlThrDefSaveNoEmptyTags xmlThrDefSaveNoEmptyTags__internal_alias
12850 #ifdef bottom_globals
12851 #undef xmlThrDefSetGenericErrorFunc
12852 extern __typeof (xmlThrDefSetGenericErrorFunc
) xmlThrDefSetGenericErrorFunc
__attribute((alias("xmlThrDefSetGenericErrorFunc__internal_alias")));
12854 #ifndef xmlThrDefSetGenericErrorFunc
12855 extern __typeof (xmlThrDefSetGenericErrorFunc
) xmlThrDefSetGenericErrorFunc__internal_alias
__attribute((visibility("hidden")));
12856 #define xmlThrDefSetGenericErrorFunc xmlThrDefSetGenericErrorFunc__internal_alias
12860 #ifdef bottom_globals
12861 #undef xmlThrDefSetStructuredErrorFunc
12862 extern __typeof (xmlThrDefSetStructuredErrorFunc
) xmlThrDefSetStructuredErrorFunc
__attribute((alias("xmlThrDefSetStructuredErrorFunc__internal_alias")));
12864 #ifndef xmlThrDefSetStructuredErrorFunc
12865 extern __typeof (xmlThrDefSetStructuredErrorFunc
) xmlThrDefSetStructuredErrorFunc__internal_alias
__attribute((visibility("hidden")));
12866 #define xmlThrDefSetStructuredErrorFunc xmlThrDefSetStructuredErrorFunc__internal_alias
12870 #ifdef bottom_globals
12871 #undef xmlThrDefSubstituteEntitiesDefaultValue
12872 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue
) xmlThrDefSubstituteEntitiesDefaultValue
__attribute((alias("xmlThrDefSubstituteEntitiesDefaultValue__internal_alias")));
12874 #ifndef xmlThrDefSubstituteEntitiesDefaultValue
12875 extern __typeof (xmlThrDefSubstituteEntitiesDefaultValue
) xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
__attribute((visibility("hidden")));
12876 #define xmlThrDefSubstituteEntitiesDefaultValue xmlThrDefSubstituteEntitiesDefaultValue__internal_alias
12880 #ifdef bottom_globals
12881 #undef xmlThrDefTreeIndentString
12882 extern __typeof (xmlThrDefTreeIndentString
) xmlThrDefTreeIndentString
__attribute((alias("xmlThrDefTreeIndentString__internal_alias")));
12884 #ifndef xmlThrDefTreeIndentString
12885 extern __typeof (xmlThrDefTreeIndentString
) xmlThrDefTreeIndentString__internal_alias
__attribute((visibility("hidden")));
12886 #define xmlThrDefTreeIndentString xmlThrDefTreeIndentString__internal_alias
12890 #if defined(LIBXML_UNICODE_ENABLED)
12891 #ifdef bottom_xmlunicode
12892 #undef xmlUCSIsAegeanNumbers
12893 extern __typeof (xmlUCSIsAegeanNumbers
) xmlUCSIsAegeanNumbers
__attribute((alias("xmlUCSIsAegeanNumbers__internal_alias")));
12895 #ifndef xmlUCSIsAegeanNumbers
12896 extern __typeof (xmlUCSIsAegeanNumbers
) xmlUCSIsAegeanNumbers__internal_alias
__attribute((visibility("hidden")));
12897 #define xmlUCSIsAegeanNumbers xmlUCSIsAegeanNumbers__internal_alias
12902 #if defined(LIBXML_UNICODE_ENABLED)
12903 #ifdef bottom_xmlunicode
12904 #undef xmlUCSIsAlphabeticPresentationForms
12905 extern __typeof (xmlUCSIsAlphabeticPresentationForms
) xmlUCSIsAlphabeticPresentationForms
__attribute((alias("xmlUCSIsAlphabeticPresentationForms__internal_alias")));
12907 #ifndef xmlUCSIsAlphabeticPresentationForms
12908 extern __typeof (xmlUCSIsAlphabeticPresentationForms
) xmlUCSIsAlphabeticPresentationForms__internal_alias
__attribute((visibility("hidden")));
12909 #define xmlUCSIsAlphabeticPresentationForms xmlUCSIsAlphabeticPresentationForms__internal_alias
12914 #if defined(LIBXML_UNICODE_ENABLED)
12915 #ifdef bottom_xmlunicode
12916 #undef xmlUCSIsArabic
12917 extern __typeof (xmlUCSIsArabic
) xmlUCSIsArabic
__attribute((alias("xmlUCSIsArabic__internal_alias")));
12919 #ifndef xmlUCSIsArabic
12920 extern __typeof (xmlUCSIsArabic
) xmlUCSIsArabic__internal_alias
__attribute((visibility("hidden")));
12921 #define xmlUCSIsArabic xmlUCSIsArabic__internal_alias
12926 #if defined(LIBXML_UNICODE_ENABLED)
12927 #ifdef bottom_xmlunicode
12928 #undef xmlUCSIsArabicPresentationFormsA
12929 extern __typeof (xmlUCSIsArabicPresentationFormsA
) xmlUCSIsArabicPresentationFormsA
__attribute((alias("xmlUCSIsArabicPresentationFormsA__internal_alias")));
12931 #ifndef xmlUCSIsArabicPresentationFormsA
12932 extern __typeof (xmlUCSIsArabicPresentationFormsA
) xmlUCSIsArabicPresentationFormsA__internal_alias
__attribute((visibility("hidden")));
12933 #define xmlUCSIsArabicPresentationFormsA xmlUCSIsArabicPresentationFormsA__internal_alias
12938 #if defined(LIBXML_UNICODE_ENABLED)
12939 #ifdef bottom_xmlunicode
12940 #undef xmlUCSIsArabicPresentationFormsB
12941 extern __typeof (xmlUCSIsArabicPresentationFormsB
) xmlUCSIsArabicPresentationFormsB
__attribute((alias("xmlUCSIsArabicPresentationFormsB__internal_alias")));
12943 #ifndef xmlUCSIsArabicPresentationFormsB
12944 extern __typeof (xmlUCSIsArabicPresentationFormsB
) xmlUCSIsArabicPresentationFormsB__internal_alias
__attribute((visibility("hidden")));
12945 #define xmlUCSIsArabicPresentationFormsB xmlUCSIsArabicPresentationFormsB__internal_alias
12950 #if defined(LIBXML_UNICODE_ENABLED)
12951 #ifdef bottom_xmlunicode
12952 #undef xmlUCSIsArmenian
12953 extern __typeof (xmlUCSIsArmenian
) xmlUCSIsArmenian
__attribute((alias("xmlUCSIsArmenian__internal_alias")));
12955 #ifndef xmlUCSIsArmenian
12956 extern __typeof (xmlUCSIsArmenian
) xmlUCSIsArmenian__internal_alias
__attribute((visibility("hidden")));
12957 #define xmlUCSIsArmenian xmlUCSIsArmenian__internal_alias
12962 #if defined(LIBXML_UNICODE_ENABLED)
12963 #ifdef bottom_xmlunicode
12964 #undef xmlUCSIsArrows
12965 extern __typeof (xmlUCSIsArrows
) xmlUCSIsArrows
__attribute((alias("xmlUCSIsArrows__internal_alias")));
12967 #ifndef xmlUCSIsArrows
12968 extern __typeof (xmlUCSIsArrows
) xmlUCSIsArrows__internal_alias
__attribute((visibility("hidden")));
12969 #define xmlUCSIsArrows xmlUCSIsArrows__internal_alias
12974 #if defined(LIBXML_UNICODE_ENABLED)
12975 #ifdef bottom_xmlunicode
12976 #undef xmlUCSIsBasicLatin
12977 extern __typeof (xmlUCSIsBasicLatin
) xmlUCSIsBasicLatin
__attribute((alias("xmlUCSIsBasicLatin__internal_alias")));
12979 #ifndef xmlUCSIsBasicLatin
12980 extern __typeof (xmlUCSIsBasicLatin
) xmlUCSIsBasicLatin__internal_alias
__attribute((visibility("hidden")));
12981 #define xmlUCSIsBasicLatin xmlUCSIsBasicLatin__internal_alias
12986 #if defined(LIBXML_UNICODE_ENABLED)
12987 #ifdef bottom_xmlunicode
12988 #undef xmlUCSIsBengali
12989 extern __typeof (xmlUCSIsBengali
) xmlUCSIsBengali
__attribute((alias("xmlUCSIsBengali__internal_alias")));
12991 #ifndef xmlUCSIsBengali
12992 extern __typeof (xmlUCSIsBengali
) xmlUCSIsBengali__internal_alias
__attribute((visibility("hidden")));
12993 #define xmlUCSIsBengali xmlUCSIsBengali__internal_alias
12998 #if defined(LIBXML_UNICODE_ENABLED)
12999 #ifdef bottom_xmlunicode
13000 #undef xmlUCSIsBlock
13001 extern __typeof (xmlUCSIsBlock
) xmlUCSIsBlock
__attribute((alias("xmlUCSIsBlock__internal_alias")));
13003 #ifndef xmlUCSIsBlock
13004 extern __typeof (xmlUCSIsBlock
) xmlUCSIsBlock__internal_alias
__attribute((visibility("hidden")));
13005 #define xmlUCSIsBlock xmlUCSIsBlock__internal_alias
13010 #if defined(LIBXML_UNICODE_ENABLED)
13011 #ifdef bottom_xmlunicode
13012 #undef xmlUCSIsBlockElements
13013 extern __typeof (xmlUCSIsBlockElements
) xmlUCSIsBlockElements
__attribute((alias("xmlUCSIsBlockElements__internal_alias")));
13015 #ifndef xmlUCSIsBlockElements
13016 extern __typeof (xmlUCSIsBlockElements
) xmlUCSIsBlockElements__internal_alias
__attribute((visibility("hidden")));
13017 #define xmlUCSIsBlockElements xmlUCSIsBlockElements__internal_alias
13022 #if defined(LIBXML_UNICODE_ENABLED)
13023 #ifdef bottom_xmlunicode
13024 #undef xmlUCSIsBopomofo
13025 extern __typeof (xmlUCSIsBopomofo
) xmlUCSIsBopomofo
__attribute((alias("xmlUCSIsBopomofo__internal_alias")));
13027 #ifndef xmlUCSIsBopomofo
13028 extern __typeof (xmlUCSIsBopomofo
) xmlUCSIsBopomofo__internal_alias
__attribute((visibility("hidden")));
13029 #define xmlUCSIsBopomofo xmlUCSIsBopomofo__internal_alias
13034 #if defined(LIBXML_UNICODE_ENABLED)
13035 #ifdef bottom_xmlunicode
13036 #undef xmlUCSIsBopomofoExtended
13037 extern __typeof (xmlUCSIsBopomofoExtended
) xmlUCSIsBopomofoExtended
__attribute((alias("xmlUCSIsBopomofoExtended__internal_alias")));
13039 #ifndef xmlUCSIsBopomofoExtended
13040 extern __typeof (xmlUCSIsBopomofoExtended
) xmlUCSIsBopomofoExtended__internal_alias
__attribute((visibility("hidden")));
13041 #define xmlUCSIsBopomofoExtended xmlUCSIsBopomofoExtended__internal_alias
13046 #if defined(LIBXML_UNICODE_ENABLED)
13047 #ifdef bottom_xmlunicode
13048 #undef xmlUCSIsBoxDrawing
13049 extern __typeof (xmlUCSIsBoxDrawing
) xmlUCSIsBoxDrawing
__attribute((alias("xmlUCSIsBoxDrawing__internal_alias")));
13051 #ifndef xmlUCSIsBoxDrawing
13052 extern __typeof (xmlUCSIsBoxDrawing
) xmlUCSIsBoxDrawing__internal_alias
__attribute((visibility("hidden")));
13053 #define xmlUCSIsBoxDrawing xmlUCSIsBoxDrawing__internal_alias
13058 #if defined(LIBXML_UNICODE_ENABLED)
13059 #ifdef bottom_xmlunicode
13060 #undef xmlUCSIsBraillePatterns
13061 extern __typeof (xmlUCSIsBraillePatterns
) xmlUCSIsBraillePatterns
__attribute((alias("xmlUCSIsBraillePatterns__internal_alias")));
13063 #ifndef xmlUCSIsBraillePatterns
13064 extern __typeof (xmlUCSIsBraillePatterns
) xmlUCSIsBraillePatterns__internal_alias
__attribute((visibility("hidden")));
13065 #define xmlUCSIsBraillePatterns xmlUCSIsBraillePatterns__internal_alias
13070 #if defined(LIBXML_UNICODE_ENABLED)
13071 #ifdef bottom_xmlunicode
13072 #undef xmlUCSIsBuhid
13073 extern __typeof (xmlUCSIsBuhid
) xmlUCSIsBuhid
__attribute((alias("xmlUCSIsBuhid__internal_alias")));
13075 #ifndef xmlUCSIsBuhid
13076 extern __typeof (xmlUCSIsBuhid
) xmlUCSIsBuhid__internal_alias
__attribute((visibility("hidden")));
13077 #define xmlUCSIsBuhid xmlUCSIsBuhid__internal_alias
13082 #if defined(LIBXML_UNICODE_ENABLED)
13083 #ifdef bottom_xmlunicode
13084 #undef xmlUCSIsByzantineMusicalSymbols
13085 extern __typeof (xmlUCSIsByzantineMusicalSymbols
) xmlUCSIsByzantineMusicalSymbols
__attribute((alias("xmlUCSIsByzantineMusicalSymbols__internal_alias")));
13087 #ifndef xmlUCSIsByzantineMusicalSymbols
13088 extern __typeof (xmlUCSIsByzantineMusicalSymbols
) xmlUCSIsByzantineMusicalSymbols__internal_alias
__attribute((visibility("hidden")));
13089 #define xmlUCSIsByzantineMusicalSymbols xmlUCSIsByzantineMusicalSymbols__internal_alias
13094 #if defined(LIBXML_UNICODE_ENABLED)
13095 #ifdef bottom_xmlunicode
13096 #undef xmlUCSIsCJKCompatibility
13097 extern __typeof (xmlUCSIsCJKCompatibility
) xmlUCSIsCJKCompatibility
__attribute((alias("xmlUCSIsCJKCompatibility__internal_alias")));
13099 #ifndef xmlUCSIsCJKCompatibility
13100 extern __typeof (xmlUCSIsCJKCompatibility
) xmlUCSIsCJKCompatibility__internal_alias
__attribute((visibility("hidden")));
13101 #define xmlUCSIsCJKCompatibility xmlUCSIsCJKCompatibility__internal_alias
13106 #if defined(LIBXML_UNICODE_ENABLED)
13107 #ifdef bottom_xmlunicode
13108 #undef xmlUCSIsCJKCompatibilityForms
13109 extern __typeof (xmlUCSIsCJKCompatibilityForms
) xmlUCSIsCJKCompatibilityForms
__attribute((alias("xmlUCSIsCJKCompatibilityForms__internal_alias")));
13111 #ifndef xmlUCSIsCJKCompatibilityForms
13112 extern __typeof (xmlUCSIsCJKCompatibilityForms
) xmlUCSIsCJKCompatibilityForms__internal_alias
__attribute((visibility("hidden")));
13113 #define xmlUCSIsCJKCompatibilityForms xmlUCSIsCJKCompatibilityForms__internal_alias
13118 #if defined(LIBXML_UNICODE_ENABLED)
13119 #ifdef bottom_xmlunicode
13120 #undef xmlUCSIsCJKCompatibilityIdeographs
13121 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs
) xmlUCSIsCJKCompatibilityIdeographs
__attribute((alias("xmlUCSIsCJKCompatibilityIdeographs__internal_alias")));
13123 #ifndef xmlUCSIsCJKCompatibilityIdeographs
13124 extern __typeof (xmlUCSIsCJKCompatibilityIdeographs
) xmlUCSIsCJKCompatibilityIdeographs__internal_alias
__attribute((visibility("hidden")));
13125 #define xmlUCSIsCJKCompatibilityIdeographs xmlUCSIsCJKCompatibilityIdeographs__internal_alias
13130 #if defined(LIBXML_UNICODE_ENABLED)
13131 #ifdef bottom_xmlunicode
13132 #undef xmlUCSIsCJKCompatibilityIdeographsSupplement
13133 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement
) xmlUCSIsCJKCompatibilityIdeographsSupplement
__attribute((alias("xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias")));
13135 #ifndef xmlUCSIsCJKCompatibilityIdeographsSupplement
13136 extern __typeof (xmlUCSIsCJKCompatibilityIdeographsSupplement
) xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
__attribute((visibility("hidden")));
13137 #define xmlUCSIsCJKCompatibilityIdeographsSupplement xmlUCSIsCJKCompatibilityIdeographsSupplement__internal_alias
13142 #if defined(LIBXML_UNICODE_ENABLED)
13143 #ifdef bottom_xmlunicode
13144 #undef xmlUCSIsCJKRadicalsSupplement
13145 extern __typeof (xmlUCSIsCJKRadicalsSupplement
) xmlUCSIsCJKRadicalsSupplement
__attribute((alias("xmlUCSIsCJKRadicalsSupplement__internal_alias")));
13147 #ifndef xmlUCSIsCJKRadicalsSupplement
13148 extern __typeof (xmlUCSIsCJKRadicalsSupplement
) xmlUCSIsCJKRadicalsSupplement__internal_alias
__attribute((visibility("hidden")));
13149 #define xmlUCSIsCJKRadicalsSupplement xmlUCSIsCJKRadicalsSupplement__internal_alias
13154 #if defined(LIBXML_UNICODE_ENABLED)
13155 #ifdef bottom_xmlunicode
13156 #undef xmlUCSIsCJKSymbolsandPunctuation
13157 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation
) xmlUCSIsCJKSymbolsandPunctuation
__attribute((alias("xmlUCSIsCJKSymbolsandPunctuation__internal_alias")));
13159 #ifndef xmlUCSIsCJKSymbolsandPunctuation
13160 extern __typeof (xmlUCSIsCJKSymbolsandPunctuation
) xmlUCSIsCJKSymbolsandPunctuation__internal_alias
__attribute((visibility("hidden")));
13161 #define xmlUCSIsCJKSymbolsandPunctuation xmlUCSIsCJKSymbolsandPunctuation__internal_alias
13166 #if defined(LIBXML_UNICODE_ENABLED)
13167 #ifdef bottom_xmlunicode
13168 #undef xmlUCSIsCJKUnifiedIdeographs
13169 extern __typeof (xmlUCSIsCJKUnifiedIdeographs
) xmlUCSIsCJKUnifiedIdeographs
__attribute((alias("xmlUCSIsCJKUnifiedIdeographs__internal_alias")));
13171 #ifndef xmlUCSIsCJKUnifiedIdeographs
13172 extern __typeof (xmlUCSIsCJKUnifiedIdeographs
) xmlUCSIsCJKUnifiedIdeographs__internal_alias
__attribute((visibility("hidden")));
13173 #define xmlUCSIsCJKUnifiedIdeographs xmlUCSIsCJKUnifiedIdeographs__internal_alias
13178 #if defined(LIBXML_UNICODE_ENABLED)
13179 #ifdef bottom_xmlunicode
13180 #undef xmlUCSIsCJKUnifiedIdeographsExtensionA
13181 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA
) xmlUCSIsCJKUnifiedIdeographsExtensionA
__attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias")));
13183 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionA
13184 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionA
) xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
__attribute((visibility("hidden")));
13185 #define xmlUCSIsCJKUnifiedIdeographsExtensionA xmlUCSIsCJKUnifiedIdeographsExtensionA__internal_alias
13190 #if defined(LIBXML_UNICODE_ENABLED)
13191 #ifdef bottom_xmlunicode
13192 #undef xmlUCSIsCJKUnifiedIdeographsExtensionB
13193 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB
) xmlUCSIsCJKUnifiedIdeographsExtensionB
__attribute((alias("xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias")));
13195 #ifndef xmlUCSIsCJKUnifiedIdeographsExtensionB
13196 extern __typeof (xmlUCSIsCJKUnifiedIdeographsExtensionB
) xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
__attribute((visibility("hidden")));
13197 #define xmlUCSIsCJKUnifiedIdeographsExtensionB xmlUCSIsCJKUnifiedIdeographsExtensionB__internal_alias
13202 #if defined(LIBXML_UNICODE_ENABLED)
13203 #ifdef bottom_xmlunicode
13205 extern __typeof (xmlUCSIsCat
) xmlUCSIsCat
__attribute((alias("xmlUCSIsCat__internal_alias")));
13207 #ifndef xmlUCSIsCat
13208 extern __typeof (xmlUCSIsCat
) xmlUCSIsCat__internal_alias
__attribute((visibility("hidden")));
13209 #define xmlUCSIsCat xmlUCSIsCat__internal_alias
13214 #if defined(LIBXML_UNICODE_ENABLED)
13215 #ifdef bottom_xmlunicode
13216 #undef xmlUCSIsCatC
13217 extern __typeof (xmlUCSIsCatC
) xmlUCSIsCatC
__attribute((alias("xmlUCSIsCatC__internal_alias")));
13219 #ifndef xmlUCSIsCatC
13220 extern __typeof (xmlUCSIsCatC
) xmlUCSIsCatC__internal_alias
__attribute((visibility("hidden")));
13221 #define xmlUCSIsCatC xmlUCSIsCatC__internal_alias
13226 #if defined(LIBXML_UNICODE_ENABLED)
13227 #ifdef bottom_xmlunicode
13228 #undef xmlUCSIsCatCc
13229 extern __typeof (xmlUCSIsCatCc
) xmlUCSIsCatCc
__attribute((alias("xmlUCSIsCatCc__internal_alias")));
13231 #ifndef xmlUCSIsCatCc
13232 extern __typeof (xmlUCSIsCatCc
) xmlUCSIsCatCc__internal_alias
__attribute((visibility("hidden")));
13233 #define xmlUCSIsCatCc xmlUCSIsCatCc__internal_alias
13238 #if defined(LIBXML_UNICODE_ENABLED)
13239 #ifdef bottom_xmlunicode
13240 #undef xmlUCSIsCatCf
13241 extern __typeof (xmlUCSIsCatCf
) xmlUCSIsCatCf
__attribute((alias("xmlUCSIsCatCf__internal_alias")));
13243 #ifndef xmlUCSIsCatCf
13244 extern __typeof (xmlUCSIsCatCf
) xmlUCSIsCatCf__internal_alias
__attribute((visibility("hidden")));
13245 #define xmlUCSIsCatCf xmlUCSIsCatCf__internal_alias
13250 #if defined(LIBXML_UNICODE_ENABLED)
13251 #ifdef bottom_xmlunicode
13252 #undef xmlUCSIsCatCo
13253 extern __typeof (xmlUCSIsCatCo
) xmlUCSIsCatCo
__attribute((alias("xmlUCSIsCatCo__internal_alias")));
13255 #ifndef xmlUCSIsCatCo
13256 extern __typeof (xmlUCSIsCatCo
) xmlUCSIsCatCo__internal_alias
__attribute((visibility("hidden")));
13257 #define xmlUCSIsCatCo xmlUCSIsCatCo__internal_alias
13262 #if defined(LIBXML_UNICODE_ENABLED)
13263 #ifdef bottom_xmlunicode
13264 #undef xmlUCSIsCatCs
13265 extern __typeof (xmlUCSIsCatCs
) xmlUCSIsCatCs
__attribute((alias("xmlUCSIsCatCs__internal_alias")));
13267 #ifndef xmlUCSIsCatCs
13268 extern __typeof (xmlUCSIsCatCs
) xmlUCSIsCatCs__internal_alias
__attribute((visibility("hidden")));
13269 #define xmlUCSIsCatCs xmlUCSIsCatCs__internal_alias
13274 #if defined(LIBXML_UNICODE_ENABLED)
13275 #ifdef bottom_xmlunicode
13276 #undef xmlUCSIsCatL
13277 extern __typeof (xmlUCSIsCatL
) xmlUCSIsCatL
__attribute((alias("xmlUCSIsCatL__internal_alias")));
13279 #ifndef xmlUCSIsCatL
13280 extern __typeof (xmlUCSIsCatL
) xmlUCSIsCatL__internal_alias
__attribute((visibility("hidden")));
13281 #define xmlUCSIsCatL xmlUCSIsCatL__internal_alias
13286 #if defined(LIBXML_UNICODE_ENABLED)
13287 #ifdef bottom_xmlunicode
13288 #undef xmlUCSIsCatLl
13289 extern __typeof (xmlUCSIsCatLl
) xmlUCSIsCatLl
__attribute((alias("xmlUCSIsCatLl__internal_alias")));
13291 #ifndef xmlUCSIsCatLl
13292 extern __typeof (xmlUCSIsCatLl
) xmlUCSIsCatLl__internal_alias
__attribute((visibility("hidden")));
13293 #define xmlUCSIsCatLl xmlUCSIsCatLl__internal_alias
13298 #if defined(LIBXML_UNICODE_ENABLED)
13299 #ifdef bottom_xmlunicode
13300 #undef xmlUCSIsCatLm
13301 extern __typeof (xmlUCSIsCatLm
) xmlUCSIsCatLm
__attribute((alias("xmlUCSIsCatLm__internal_alias")));
13303 #ifndef xmlUCSIsCatLm
13304 extern __typeof (xmlUCSIsCatLm
) xmlUCSIsCatLm__internal_alias
__attribute((visibility("hidden")));
13305 #define xmlUCSIsCatLm xmlUCSIsCatLm__internal_alias
13310 #if defined(LIBXML_UNICODE_ENABLED)
13311 #ifdef bottom_xmlunicode
13312 #undef xmlUCSIsCatLo
13313 extern __typeof (xmlUCSIsCatLo
) xmlUCSIsCatLo
__attribute((alias("xmlUCSIsCatLo__internal_alias")));
13315 #ifndef xmlUCSIsCatLo
13316 extern __typeof (xmlUCSIsCatLo
) xmlUCSIsCatLo__internal_alias
__attribute((visibility("hidden")));
13317 #define xmlUCSIsCatLo xmlUCSIsCatLo__internal_alias
13322 #if defined(LIBXML_UNICODE_ENABLED)
13323 #ifdef bottom_xmlunicode
13324 #undef xmlUCSIsCatLt
13325 extern __typeof (xmlUCSIsCatLt
) xmlUCSIsCatLt
__attribute((alias("xmlUCSIsCatLt__internal_alias")));
13327 #ifndef xmlUCSIsCatLt
13328 extern __typeof (xmlUCSIsCatLt
) xmlUCSIsCatLt__internal_alias
__attribute((visibility("hidden")));
13329 #define xmlUCSIsCatLt xmlUCSIsCatLt__internal_alias
13334 #if defined(LIBXML_UNICODE_ENABLED)
13335 #ifdef bottom_xmlunicode
13336 #undef xmlUCSIsCatLu
13337 extern __typeof (xmlUCSIsCatLu
) xmlUCSIsCatLu
__attribute((alias("xmlUCSIsCatLu__internal_alias")));
13339 #ifndef xmlUCSIsCatLu
13340 extern __typeof (xmlUCSIsCatLu
) xmlUCSIsCatLu__internal_alias
__attribute((visibility("hidden")));
13341 #define xmlUCSIsCatLu xmlUCSIsCatLu__internal_alias
13346 #if defined(LIBXML_UNICODE_ENABLED)
13347 #ifdef bottom_xmlunicode
13348 #undef xmlUCSIsCatM
13349 extern __typeof (xmlUCSIsCatM
) xmlUCSIsCatM
__attribute((alias("xmlUCSIsCatM__internal_alias")));
13351 #ifndef xmlUCSIsCatM
13352 extern __typeof (xmlUCSIsCatM
) xmlUCSIsCatM__internal_alias
__attribute((visibility("hidden")));
13353 #define xmlUCSIsCatM xmlUCSIsCatM__internal_alias
13358 #if defined(LIBXML_UNICODE_ENABLED)
13359 #ifdef bottom_xmlunicode
13360 #undef xmlUCSIsCatMc
13361 extern __typeof (xmlUCSIsCatMc
) xmlUCSIsCatMc
__attribute((alias("xmlUCSIsCatMc__internal_alias")));
13363 #ifndef xmlUCSIsCatMc
13364 extern __typeof (xmlUCSIsCatMc
) xmlUCSIsCatMc__internal_alias
__attribute((visibility("hidden")));
13365 #define xmlUCSIsCatMc xmlUCSIsCatMc__internal_alias
13370 #if defined(LIBXML_UNICODE_ENABLED)
13371 #ifdef bottom_xmlunicode
13372 #undef xmlUCSIsCatMe
13373 extern __typeof (xmlUCSIsCatMe
) xmlUCSIsCatMe
__attribute((alias("xmlUCSIsCatMe__internal_alias")));
13375 #ifndef xmlUCSIsCatMe
13376 extern __typeof (xmlUCSIsCatMe
) xmlUCSIsCatMe__internal_alias
__attribute((visibility("hidden")));
13377 #define xmlUCSIsCatMe xmlUCSIsCatMe__internal_alias
13382 #if defined(LIBXML_UNICODE_ENABLED)
13383 #ifdef bottom_xmlunicode
13384 #undef xmlUCSIsCatMn
13385 extern __typeof (xmlUCSIsCatMn
) xmlUCSIsCatMn
__attribute((alias("xmlUCSIsCatMn__internal_alias")));
13387 #ifndef xmlUCSIsCatMn
13388 extern __typeof (xmlUCSIsCatMn
) xmlUCSIsCatMn__internal_alias
__attribute((visibility("hidden")));
13389 #define xmlUCSIsCatMn xmlUCSIsCatMn__internal_alias
13394 #if defined(LIBXML_UNICODE_ENABLED)
13395 #ifdef bottom_xmlunicode
13396 #undef xmlUCSIsCatN
13397 extern __typeof (xmlUCSIsCatN
) xmlUCSIsCatN
__attribute((alias("xmlUCSIsCatN__internal_alias")));
13399 #ifndef xmlUCSIsCatN
13400 extern __typeof (xmlUCSIsCatN
) xmlUCSIsCatN__internal_alias
__attribute((visibility("hidden")));
13401 #define xmlUCSIsCatN xmlUCSIsCatN__internal_alias
13406 #if defined(LIBXML_UNICODE_ENABLED)
13407 #ifdef bottom_xmlunicode
13408 #undef xmlUCSIsCatNd
13409 extern __typeof (xmlUCSIsCatNd
) xmlUCSIsCatNd
__attribute((alias("xmlUCSIsCatNd__internal_alias")));
13411 #ifndef xmlUCSIsCatNd
13412 extern __typeof (xmlUCSIsCatNd
) xmlUCSIsCatNd__internal_alias
__attribute((visibility("hidden")));
13413 #define xmlUCSIsCatNd xmlUCSIsCatNd__internal_alias
13418 #if defined(LIBXML_UNICODE_ENABLED)
13419 #ifdef bottom_xmlunicode
13420 #undef xmlUCSIsCatNl
13421 extern __typeof (xmlUCSIsCatNl
) xmlUCSIsCatNl
__attribute((alias("xmlUCSIsCatNl__internal_alias")));
13423 #ifndef xmlUCSIsCatNl
13424 extern __typeof (xmlUCSIsCatNl
) xmlUCSIsCatNl__internal_alias
__attribute((visibility("hidden")));
13425 #define xmlUCSIsCatNl xmlUCSIsCatNl__internal_alias
13430 #if defined(LIBXML_UNICODE_ENABLED)
13431 #ifdef bottom_xmlunicode
13432 #undef xmlUCSIsCatNo
13433 extern __typeof (xmlUCSIsCatNo
) xmlUCSIsCatNo
__attribute((alias("xmlUCSIsCatNo__internal_alias")));
13435 #ifndef xmlUCSIsCatNo
13436 extern __typeof (xmlUCSIsCatNo
) xmlUCSIsCatNo__internal_alias
__attribute((visibility("hidden")));
13437 #define xmlUCSIsCatNo xmlUCSIsCatNo__internal_alias
13442 #if defined(LIBXML_UNICODE_ENABLED)
13443 #ifdef bottom_xmlunicode
13444 #undef xmlUCSIsCatP
13445 extern __typeof (xmlUCSIsCatP
) xmlUCSIsCatP
__attribute((alias("xmlUCSIsCatP__internal_alias")));
13447 #ifndef xmlUCSIsCatP
13448 extern __typeof (xmlUCSIsCatP
) xmlUCSIsCatP__internal_alias
__attribute((visibility("hidden")));
13449 #define xmlUCSIsCatP xmlUCSIsCatP__internal_alias
13454 #if defined(LIBXML_UNICODE_ENABLED)
13455 #ifdef bottom_xmlunicode
13456 #undef xmlUCSIsCatPc
13457 extern __typeof (xmlUCSIsCatPc
) xmlUCSIsCatPc
__attribute((alias("xmlUCSIsCatPc__internal_alias")));
13459 #ifndef xmlUCSIsCatPc
13460 extern __typeof (xmlUCSIsCatPc
) xmlUCSIsCatPc__internal_alias
__attribute((visibility("hidden")));
13461 #define xmlUCSIsCatPc xmlUCSIsCatPc__internal_alias
13466 #if defined(LIBXML_UNICODE_ENABLED)
13467 #ifdef bottom_xmlunicode
13468 #undef xmlUCSIsCatPd
13469 extern __typeof (xmlUCSIsCatPd
) xmlUCSIsCatPd
__attribute((alias("xmlUCSIsCatPd__internal_alias")));
13471 #ifndef xmlUCSIsCatPd
13472 extern __typeof (xmlUCSIsCatPd
) xmlUCSIsCatPd__internal_alias
__attribute((visibility("hidden")));
13473 #define xmlUCSIsCatPd xmlUCSIsCatPd__internal_alias
13478 #if defined(LIBXML_UNICODE_ENABLED)
13479 #ifdef bottom_xmlunicode
13480 #undef xmlUCSIsCatPe
13481 extern __typeof (xmlUCSIsCatPe
) xmlUCSIsCatPe
__attribute((alias("xmlUCSIsCatPe__internal_alias")));
13483 #ifndef xmlUCSIsCatPe
13484 extern __typeof (xmlUCSIsCatPe
) xmlUCSIsCatPe__internal_alias
__attribute((visibility("hidden")));
13485 #define xmlUCSIsCatPe xmlUCSIsCatPe__internal_alias
13490 #if defined(LIBXML_UNICODE_ENABLED)
13491 #ifdef bottom_xmlunicode
13492 #undef xmlUCSIsCatPf
13493 extern __typeof (xmlUCSIsCatPf
) xmlUCSIsCatPf
__attribute((alias("xmlUCSIsCatPf__internal_alias")));
13495 #ifndef xmlUCSIsCatPf
13496 extern __typeof (xmlUCSIsCatPf
) xmlUCSIsCatPf__internal_alias
__attribute((visibility("hidden")));
13497 #define xmlUCSIsCatPf xmlUCSIsCatPf__internal_alias
13502 #if defined(LIBXML_UNICODE_ENABLED)
13503 #ifdef bottom_xmlunicode
13504 #undef xmlUCSIsCatPi
13505 extern __typeof (xmlUCSIsCatPi
) xmlUCSIsCatPi
__attribute((alias("xmlUCSIsCatPi__internal_alias")));
13507 #ifndef xmlUCSIsCatPi
13508 extern __typeof (xmlUCSIsCatPi
) xmlUCSIsCatPi__internal_alias
__attribute((visibility("hidden")));
13509 #define xmlUCSIsCatPi xmlUCSIsCatPi__internal_alias
13514 #if defined(LIBXML_UNICODE_ENABLED)
13515 #ifdef bottom_xmlunicode
13516 #undef xmlUCSIsCatPo
13517 extern __typeof (xmlUCSIsCatPo
) xmlUCSIsCatPo
__attribute((alias("xmlUCSIsCatPo__internal_alias")));
13519 #ifndef xmlUCSIsCatPo
13520 extern __typeof (xmlUCSIsCatPo
) xmlUCSIsCatPo__internal_alias
__attribute((visibility("hidden")));
13521 #define xmlUCSIsCatPo xmlUCSIsCatPo__internal_alias
13526 #if defined(LIBXML_UNICODE_ENABLED)
13527 #ifdef bottom_xmlunicode
13528 #undef xmlUCSIsCatPs
13529 extern __typeof (xmlUCSIsCatPs
) xmlUCSIsCatPs
__attribute((alias("xmlUCSIsCatPs__internal_alias")));
13531 #ifndef xmlUCSIsCatPs
13532 extern __typeof (xmlUCSIsCatPs
) xmlUCSIsCatPs__internal_alias
__attribute((visibility("hidden")));
13533 #define xmlUCSIsCatPs xmlUCSIsCatPs__internal_alias
13538 #if defined(LIBXML_UNICODE_ENABLED)
13539 #ifdef bottom_xmlunicode
13540 #undef xmlUCSIsCatS
13541 extern __typeof (xmlUCSIsCatS
) xmlUCSIsCatS
__attribute((alias("xmlUCSIsCatS__internal_alias")));
13543 #ifndef xmlUCSIsCatS
13544 extern __typeof (xmlUCSIsCatS
) xmlUCSIsCatS__internal_alias
__attribute((visibility("hidden")));
13545 #define xmlUCSIsCatS xmlUCSIsCatS__internal_alias
13550 #if defined(LIBXML_UNICODE_ENABLED)
13551 #ifdef bottom_xmlunicode
13552 #undef xmlUCSIsCatSc
13553 extern __typeof (xmlUCSIsCatSc
) xmlUCSIsCatSc
__attribute((alias("xmlUCSIsCatSc__internal_alias")));
13555 #ifndef xmlUCSIsCatSc
13556 extern __typeof (xmlUCSIsCatSc
) xmlUCSIsCatSc__internal_alias
__attribute((visibility("hidden")));
13557 #define xmlUCSIsCatSc xmlUCSIsCatSc__internal_alias
13562 #if defined(LIBXML_UNICODE_ENABLED)
13563 #ifdef bottom_xmlunicode
13564 #undef xmlUCSIsCatSk
13565 extern __typeof (xmlUCSIsCatSk
) xmlUCSIsCatSk
__attribute((alias("xmlUCSIsCatSk__internal_alias")));
13567 #ifndef xmlUCSIsCatSk
13568 extern __typeof (xmlUCSIsCatSk
) xmlUCSIsCatSk__internal_alias
__attribute((visibility("hidden")));
13569 #define xmlUCSIsCatSk xmlUCSIsCatSk__internal_alias
13574 #if defined(LIBXML_UNICODE_ENABLED)
13575 #ifdef bottom_xmlunicode
13576 #undef xmlUCSIsCatSm
13577 extern __typeof (xmlUCSIsCatSm
) xmlUCSIsCatSm
__attribute((alias("xmlUCSIsCatSm__internal_alias")));
13579 #ifndef xmlUCSIsCatSm
13580 extern __typeof (xmlUCSIsCatSm
) xmlUCSIsCatSm__internal_alias
__attribute((visibility("hidden")));
13581 #define xmlUCSIsCatSm xmlUCSIsCatSm__internal_alias
13586 #if defined(LIBXML_UNICODE_ENABLED)
13587 #ifdef bottom_xmlunicode
13588 #undef xmlUCSIsCatSo
13589 extern __typeof (xmlUCSIsCatSo
) xmlUCSIsCatSo
__attribute((alias("xmlUCSIsCatSo__internal_alias")));
13591 #ifndef xmlUCSIsCatSo
13592 extern __typeof (xmlUCSIsCatSo
) xmlUCSIsCatSo__internal_alias
__attribute((visibility("hidden")));
13593 #define xmlUCSIsCatSo xmlUCSIsCatSo__internal_alias
13598 #if defined(LIBXML_UNICODE_ENABLED)
13599 #ifdef bottom_xmlunicode
13600 #undef xmlUCSIsCatZ
13601 extern __typeof (xmlUCSIsCatZ
) xmlUCSIsCatZ
__attribute((alias("xmlUCSIsCatZ__internal_alias")));
13603 #ifndef xmlUCSIsCatZ
13604 extern __typeof (xmlUCSIsCatZ
) xmlUCSIsCatZ__internal_alias
__attribute((visibility("hidden")));
13605 #define xmlUCSIsCatZ xmlUCSIsCatZ__internal_alias
13610 #if defined(LIBXML_UNICODE_ENABLED)
13611 #ifdef bottom_xmlunicode
13612 #undef xmlUCSIsCatZl
13613 extern __typeof (xmlUCSIsCatZl
) xmlUCSIsCatZl
__attribute((alias("xmlUCSIsCatZl__internal_alias")));
13615 #ifndef xmlUCSIsCatZl
13616 extern __typeof (xmlUCSIsCatZl
) xmlUCSIsCatZl__internal_alias
__attribute((visibility("hidden")));
13617 #define xmlUCSIsCatZl xmlUCSIsCatZl__internal_alias
13622 #if defined(LIBXML_UNICODE_ENABLED)
13623 #ifdef bottom_xmlunicode
13624 #undef xmlUCSIsCatZp
13625 extern __typeof (xmlUCSIsCatZp
) xmlUCSIsCatZp
__attribute((alias("xmlUCSIsCatZp__internal_alias")));
13627 #ifndef xmlUCSIsCatZp
13628 extern __typeof (xmlUCSIsCatZp
) xmlUCSIsCatZp__internal_alias
__attribute((visibility("hidden")));
13629 #define xmlUCSIsCatZp xmlUCSIsCatZp__internal_alias
13634 #if defined(LIBXML_UNICODE_ENABLED)
13635 #ifdef bottom_xmlunicode
13636 #undef xmlUCSIsCatZs
13637 extern __typeof (xmlUCSIsCatZs
) xmlUCSIsCatZs
__attribute((alias("xmlUCSIsCatZs__internal_alias")));
13639 #ifndef xmlUCSIsCatZs
13640 extern __typeof (xmlUCSIsCatZs
) xmlUCSIsCatZs__internal_alias
__attribute((visibility("hidden")));
13641 #define xmlUCSIsCatZs xmlUCSIsCatZs__internal_alias
13646 #if defined(LIBXML_UNICODE_ENABLED)
13647 #ifdef bottom_xmlunicode
13648 #undef xmlUCSIsCherokee
13649 extern __typeof (xmlUCSIsCherokee
) xmlUCSIsCherokee
__attribute((alias("xmlUCSIsCherokee__internal_alias")));
13651 #ifndef xmlUCSIsCherokee
13652 extern __typeof (xmlUCSIsCherokee
) xmlUCSIsCherokee__internal_alias
__attribute((visibility("hidden")));
13653 #define xmlUCSIsCherokee xmlUCSIsCherokee__internal_alias
13658 #if defined(LIBXML_UNICODE_ENABLED)
13659 #ifdef bottom_xmlunicode
13660 #undef xmlUCSIsCombiningDiacriticalMarks
13661 extern __typeof (xmlUCSIsCombiningDiacriticalMarks
) xmlUCSIsCombiningDiacriticalMarks
__attribute((alias("xmlUCSIsCombiningDiacriticalMarks__internal_alias")));
13663 #ifndef xmlUCSIsCombiningDiacriticalMarks
13664 extern __typeof (xmlUCSIsCombiningDiacriticalMarks
) xmlUCSIsCombiningDiacriticalMarks__internal_alias
__attribute((visibility("hidden")));
13665 #define xmlUCSIsCombiningDiacriticalMarks xmlUCSIsCombiningDiacriticalMarks__internal_alias
13670 #if defined(LIBXML_UNICODE_ENABLED)
13671 #ifdef bottom_xmlunicode
13672 #undef xmlUCSIsCombiningDiacriticalMarksforSymbols
13673 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols
) xmlUCSIsCombiningDiacriticalMarksforSymbols
__attribute((alias("xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias")));
13675 #ifndef xmlUCSIsCombiningDiacriticalMarksforSymbols
13676 extern __typeof (xmlUCSIsCombiningDiacriticalMarksforSymbols
) xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
__attribute((visibility("hidden")));
13677 #define xmlUCSIsCombiningDiacriticalMarksforSymbols xmlUCSIsCombiningDiacriticalMarksforSymbols__internal_alias
13682 #if defined(LIBXML_UNICODE_ENABLED)
13683 #ifdef bottom_xmlunicode
13684 #undef xmlUCSIsCombiningHalfMarks
13685 extern __typeof (xmlUCSIsCombiningHalfMarks
) xmlUCSIsCombiningHalfMarks
__attribute((alias("xmlUCSIsCombiningHalfMarks__internal_alias")));
13687 #ifndef xmlUCSIsCombiningHalfMarks
13688 extern __typeof (xmlUCSIsCombiningHalfMarks
) xmlUCSIsCombiningHalfMarks__internal_alias
__attribute((visibility("hidden")));
13689 #define xmlUCSIsCombiningHalfMarks xmlUCSIsCombiningHalfMarks__internal_alias
13694 #if defined(LIBXML_UNICODE_ENABLED)
13695 #ifdef bottom_xmlunicode
13696 #undef xmlUCSIsCombiningMarksforSymbols
13697 extern __typeof (xmlUCSIsCombiningMarksforSymbols
) xmlUCSIsCombiningMarksforSymbols
__attribute((alias("xmlUCSIsCombiningMarksforSymbols__internal_alias")));
13699 #ifndef xmlUCSIsCombiningMarksforSymbols
13700 extern __typeof (xmlUCSIsCombiningMarksforSymbols
) xmlUCSIsCombiningMarksforSymbols__internal_alias
__attribute((visibility("hidden")));
13701 #define xmlUCSIsCombiningMarksforSymbols xmlUCSIsCombiningMarksforSymbols__internal_alias
13706 #if defined(LIBXML_UNICODE_ENABLED)
13707 #ifdef bottom_xmlunicode
13708 #undef xmlUCSIsControlPictures
13709 extern __typeof (xmlUCSIsControlPictures
) xmlUCSIsControlPictures
__attribute((alias("xmlUCSIsControlPictures__internal_alias")));
13711 #ifndef xmlUCSIsControlPictures
13712 extern __typeof (xmlUCSIsControlPictures
) xmlUCSIsControlPictures__internal_alias
__attribute((visibility("hidden")));
13713 #define xmlUCSIsControlPictures xmlUCSIsControlPictures__internal_alias
13718 #if defined(LIBXML_UNICODE_ENABLED)
13719 #ifdef bottom_xmlunicode
13720 #undef xmlUCSIsCurrencySymbols
13721 extern __typeof (xmlUCSIsCurrencySymbols
) xmlUCSIsCurrencySymbols
__attribute((alias("xmlUCSIsCurrencySymbols__internal_alias")));
13723 #ifndef xmlUCSIsCurrencySymbols
13724 extern __typeof (xmlUCSIsCurrencySymbols
) xmlUCSIsCurrencySymbols__internal_alias
__attribute((visibility("hidden")));
13725 #define xmlUCSIsCurrencySymbols xmlUCSIsCurrencySymbols__internal_alias
13730 #if defined(LIBXML_UNICODE_ENABLED)
13731 #ifdef bottom_xmlunicode
13732 #undef xmlUCSIsCypriotSyllabary
13733 extern __typeof (xmlUCSIsCypriotSyllabary
) xmlUCSIsCypriotSyllabary
__attribute((alias("xmlUCSIsCypriotSyllabary__internal_alias")));
13735 #ifndef xmlUCSIsCypriotSyllabary
13736 extern __typeof (xmlUCSIsCypriotSyllabary
) xmlUCSIsCypriotSyllabary__internal_alias
__attribute((visibility("hidden")));
13737 #define xmlUCSIsCypriotSyllabary xmlUCSIsCypriotSyllabary__internal_alias
13742 #if defined(LIBXML_UNICODE_ENABLED)
13743 #ifdef bottom_xmlunicode
13744 #undef xmlUCSIsCyrillic
13745 extern __typeof (xmlUCSIsCyrillic
) xmlUCSIsCyrillic
__attribute((alias("xmlUCSIsCyrillic__internal_alias")));
13747 #ifndef xmlUCSIsCyrillic
13748 extern __typeof (xmlUCSIsCyrillic
) xmlUCSIsCyrillic__internal_alias
__attribute((visibility("hidden")));
13749 #define xmlUCSIsCyrillic xmlUCSIsCyrillic__internal_alias
13754 #if defined(LIBXML_UNICODE_ENABLED)
13755 #ifdef bottom_xmlunicode
13756 #undef xmlUCSIsCyrillicSupplement
13757 extern __typeof (xmlUCSIsCyrillicSupplement
) xmlUCSIsCyrillicSupplement
__attribute((alias("xmlUCSIsCyrillicSupplement__internal_alias")));
13759 #ifndef xmlUCSIsCyrillicSupplement
13760 extern __typeof (xmlUCSIsCyrillicSupplement
) xmlUCSIsCyrillicSupplement__internal_alias
__attribute((visibility("hidden")));
13761 #define xmlUCSIsCyrillicSupplement xmlUCSIsCyrillicSupplement__internal_alias
13766 #if defined(LIBXML_UNICODE_ENABLED)
13767 #ifdef bottom_xmlunicode
13768 #undef xmlUCSIsDeseret
13769 extern __typeof (xmlUCSIsDeseret
) xmlUCSIsDeseret
__attribute((alias("xmlUCSIsDeseret__internal_alias")));
13771 #ifndef xmlUCSIsDeseret
13772 extern __typeof (xmlUCSIsDeseret
) xmlUCSIsDeseret__internal_alias
__attribute((visibility("hidden")));
13773 #define xmlUCSIsDeseret xmlUCSIsDeseret__internal_alias
13778 #if defined(LIBXML_UNICODE_ENABLED)
13779 #ifdef bottom_xmlunicode
13780 #undef xmlUCSIsDevanagari
13781 extern __typeof (xmlUCSIsDevanagari
) xmlUCSIsDevanagari
__attribute((alias("xmlUCSIsDevanagari__internal_alias")));
13783 #ifndef xmlUCSIsDevanagari
13784 extern __typeof (xmlUCSIsDevanagari
) xmlUCSIsDevanagari__internal_alias
__attribute((visibility("hidden")));
13785 #define xmlUCSIsDevanagari xmlUCSIsDevanagari__internal_alias
13790 #if defined(LIBXML_UNICODE_ENABLED)
13791 #ifdef bottom_xmlunicode
13792 #undef xmlUCSIsDingbats
13793 extern __typeof (xmlUCSIsDingbats
) xmlUCSIsDingbats
__attribute((alias("xmlUCSIsDingbats__internal_alias")));
13795 #ifndef xmlUCSIsDingbats
13796 extern __typeof (xmlUCSIsDingbats
) xmlUCSIsDingbats__internal_alias
__attribute((visibility("hidden")));
13797 #define xmlUCSIsDingbats xmlUCSIsDingbats__internal_alias
13802 #if defined(LIBXML_UNICODE_ENABLED)
13803 #ifdef bottom_xmlunicode
13804 #undef xmlUCSIsEnclosedAlphanumerics
13805 extern __typeof (xmlUCSIsEnclosedAlphanumerics
) xmlUCSIsEnclosedAlphanumerics
__attribute((alias("xmlUCSIsEnclosedAlphanumerics__internal_alias")));
13807 #ifndef xmlUCSIsEnclosedAlphanumerics
13808 extern __typeof (xmlUCSIsEnclosedAlphanumerics
) xmlUCSIsEnclosedAlphanumerics__internal_alias
__attribute((visibility("hidden")));
13809 #define xmlUCSIsEnclosedAlphanumerics xmlUCSIsEnclosedAlphanumerics__internal_alias
13814 #if defined(LIBXML_UNICODE_ENABLED)
13815 #ifdef bottom_xmlunicode
13816 #undef xmlUCSIsEnclosedCJKLettersandMonths
13817 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths
) xmlUCSIsEnclosedCJKLettersandMonths
__attribute((alias("xmlUCSIsEnclosedCJKLettersandMonths__internal_alias")));
13819 #ifndef xmlUCSIsEnclosedCJKLettersandMonths
13820 extern __typeof (xmlUCSIsEnclosedCJKLettersandMonths
) xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
__attribute((visibility("hidden")));
13821 #define xmlUCSIsEnclosedCJKLettersandMonths xmlUCSIsEnclosedCJKLettersandMonths__internal_alias
13826 #if defined(LIBXML_UNICODE_ENABLED)
13827 #ifdef bottom_xmlunicode
13828 #undef xmlUCSIsEthiopic
13829 extern __typeof (xmlUCSIsEthiopic
) xmlUCSIsEthiopic
__attribute((alias("xmlUCSIsEthiopic__internal_alias")));
13831 #ifndef xmlUCSIsEthiopic
13832 extern __typeof (xmlUCSIsEthiopic
) xmlUCSIsEthiopic__internal_alias
__attribute((visibility("hidden")));
13833 #define xmlUCSIsEthiopic xmlUCSIsEthiopic__internal_alias
13838 #if defined(LIBXML_UNICODE_ENABLED)
13839 #ifdef bottom_xmlunicode
13840 #undef xmlUCSIsGeneralPunctuation
13841 extern __typeof (xmlUCSIsGeneralPunctuation
) xmlUCSIsGeneralPunctuation
__attribute((alias("xmlUCSIsGeneralPunctuation__internal_alias")));
13843 #ifndef xmlUCSIsGeneralPunctuation
13844 extern __typeof (xmlUCSIsGeneralPunctuation
) xmlUCSIsGeneralPunctuation__internal_alias
__attribute((visibility("hidden")));
13845 #define xmlUCSIsGeneralPunctuation xmlUCSIsGeneralPunctuation__internal_alias
13850 #if defined(LIBXML_UNICODE_ENABLED)
13851 #ifdef bottom_xmlunicode
13852 #undef xmlUCSIsGeometricShapes
13853 extern __typeof (xmlUCSIsGeometricShapes
) xmlUCSIsGeometricShapes
__attribute((alias("xmlUCSIsGeometricShapes__internal_alias")));
13855 #ifndef xmlUCSIsGeometricShapes
13856 extern __typeof (xmlUCSIsGeometricShapes
) xmlUCSIsGeometricShapes__internal_alias
__attribute((visibility("hidden")));
13857 #define xmlUCSIsGeometricShapes xmlUCSIsGeometricShapes__internal_alias
13862 #if defined(LIBXML_UNICODE_ENABLED)
13863 #ifdef bottom_xmlunicode
13864 #undef xmlUCSIsGeorgian
13865 extern __typeof (xmlUCSIsGeorgian
) xmlUCSIsGeorgian
__attribute((alias("xmlUCSIsGeorgian__internal_alias")));
13867 #ifndef xmlUCSIsGeorgian
13868 extern __typeof (xmlUCSIsGeorgian
) xmlUCSIsGeorgian__internal_alias
__attribute((visibility("hidden")));
13869 #define xmlUCSIsGeorgian xmlUCSIsGeorgian__internal_alias
13874 #if defined(LIBXML_UNICODE_ENABLED)
13875 #ifdef bottom_xmlunicode
13876 #undef xmlUCSIsGothic
13877 extern __typeof (xmlUCSIsGothic
) xmlUCSIsGothic
__attribute((alias("xmlUCSIsGothic__internal_alias")));
13879 #ifndef xmlUCSIsGothic
13880 extern __typeof (xmlUCSIsGothic
) xmlUCSIsGothic__internal_alias
__attribute((visibility("hidden")));
13881 #define xmlUCSIsGothic xmlUCSIsGothic__internal_alias
13886 #if defined(LIBXML_UNICODE_ENABLED)
13887 #ifdef bottom_xmlunicode
13888 #undef xmlUCSIsGreek
13889 extern __typeof (xmlUCSIsGreek
) xmlUCSIsGreek
__attribute((alias("xmlUCSIsGreek__internal_alias")));
13891 #ifndef xmlUCSIsGreek
13892 extern __typeof (xmlUCSIsGreek
) xmlUCSIsGreek__internal_alias
__attribute((visibility("hidden")));
13893 #define xmlUCSIsGreek xmlUCSIsGreek__internal_alias
13898 #if defined(LIBXML_UNICODE_ENABLED)
13899 #ifdef bottom_xmlunicode
13900 #undef xmlUCSIsGreekExtended
13901 extern __typeof (xmlUCSIsGreekExtended
) xmlUCSIsGreekExtended
__attribute((alias("xmlUCSIsGreekExtended__internal_alias")));
13903 #ifndef xmlUCSIsGreekExtended
13904 extern __typeof (xmlUCSIsGreekExtended
) xmlUCSIsGreekExtended__internal_alias
__attribute((visibility("hidden")));
13905 #define xmlUCSIsGreekExtended xmlUCSIsGreekExtended__internal_alias
13910 #if defined(LIBXML_UNICODE_ENABLED)
13911 #ifdef bottom_xmlunicode
13912 #undef xmlUCSIsGreekandCoptic
13913 extern __typeof (xmlUCSIsGreekandCoptic
) xmlUCSIsGreekandCoptic
__attribute((alias("xmlUCSIsGreekandCoptic__internal_alias")));
13915 #ifndef xmlUCSIsGreekandCoptic
13916 extern __typeof (xmlUCSIsGreekandCoptic
) xmlUCSIsGreekandCoptic__internal_alias
__attribute((visibility("hidden")));
13917 #define xmlUCSIsGreekandCoptic xmlUCSIsGreekandCoptic__internal_alias
13922 #if defined(LIBXML_UNICODE_ENABLED)
13923 #ifdef bottom_xmlunicode
13924 #undef xmlUCSIsGujarati
13925 extern __typeof (xmlUCSIsGujarati
) xmlUCSIsGujarati
__attribute((alias("xmlUCSIsGujarati__internal_alias")));
13927 #ifndef xmlUCSIsGujarati
13928 extern __typeof (xmlUCSIsGujarati
) xmlUCSIsGujarati__internal_alias
__attribute((visibility("hidden")));
13929 #define xmlUCSIsGujarati xmlUCSIsGujarati__internal_alias
13934 #if defined(LIBXML_UNICODE_ENABLED)
13935 #ifdef bottom_xmlunicode
13936 #undef xmlUCSIsGurmukhi
13937 extern __typeof (xmlUCSIsGurmukhi
) xmlUCSIsGurmukhi
__attribute((alias("xmlUCSIsGurmukhi__internal_alias")));
13939 #ifndef xmlUCSIsGurmukhi
13940 extern __typeof (xmlUCSIsGurmukhi
) xmlUCSIsGurmukhi__internal_alias
__attribute((visibility("hidden")));
13941 #define xmlUCSIsGurmukhi xmlUCSIsGurmukhi__internal_alias
13946 #if defined(LIBXML_UNICODE_ENABLED)
13947 #ifdef bottom_xmlunicode
13948 #undef xmlUCSIsHalfwidthandFullwidthForms
13949 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms
) xmlUCSIsHalfwidthandFullwidthForms
__attribute((alias("xmlUCSIsHalfwidthandFullwidthForms__internal_alias")));
13951 #ifndef xmlUCSIsHalfwidthandFullwidthForms
13952 extern __typeof (xmlUCSIsHalfwidthandFullwidthForms
) xmlUCSIsHalfwidthandFullwidthForms__internal_alias
__attribute((visibility("hidden")));
13953 #define xmlUCSIsHalfwidthandFullwidthForms xmlUCSIsHalfwidthandFullwidthForms__internal_alias
13958 #if defined(LIBXML_UNICODE_ENABLED)
13959 #ifdef bottom_xmlunicode
13960 #undef xmlUCSIsHangulCompatibilityJamo
13961 extern __typeof (xmlUCSIsHangulCompatibilityJamo
) xmlUCSIsHangulCompatibilityJamo
__attribute((alias("xmlUCSIsHangulCompatibilityJamo__internal_alias")));
13963 #ifndef xmlUCSIsHangulCompatibilityJamo
13964 extern __typeof (xmlUCSIsHangulCompatibilityJamo
) xmlUCSIsHangulCompatibilityJamo__internal_alias
__attribute((visibility("hidden")));
13965 #define xmlUCSIsHangulCompatibilityJamo xmlUCSIsHangulCompatibilityJamo__internal_alias
13970 #if defined(LIBXML_UNICODE_ENABLED)
13971 #ifdef bottom_xmlunicode
13972 #undef xmlUCSIsHangulJamo
13973 extern __typeof (xmlUCSIsHangulJamo
) xmlUCSIsHangulJamo
__attribute((alias("xmlUCSIsHangulJamo__internal_alias")));
13975 #ifndef xmlUCSIsHangulJamo
13976 extern __typeof (xmlUCSIsHangulJamo
) xmlUCSIsHangulJamo__internal_alias
__attribute((visibility("hidden")));
13977 #define xmlUCSIsHangulJamo xmlUCSIsHangulJamo__internal_alias
13982 #if defined(LIBXML_UNICODE_ENABLED)
13983 #ifdef bottom_xmlunicode
13984 #undef xmlUCSIsHangulSyllables
13985 extern __typeof (xmlUCSIsHangulSyllables
) xmlUCSIsHangulSyllables
__attribute((alias("xmlUCSIsHangulSyllables__internal_alias")));
13987 #ifndef xmlUCSIsHangulSyllables
13988 extern __typeof (xmlUCSIsHangulSyllables
) xmlUCSIsHangulSyllables__internal_alias
__attribute((visibility("hidden")));
13989 #define xmlUCSIsHangulSyllables xmlUCSIsHangulSyllables__internal_alias
13994 #if defined(LIBXML_UNICODE_ENABLED)
13995 #ifdef bottom_xmlunicode
13996 #undef xmlUCSIsHanunoo
13997 extern __typeof (xmlUCSIsHanunoo
) xmlUCSIsHanunoo
__attribute((alias("xmlUCSIsHanunoo__internal_alias")));
13999 #ifndef xmlUCSIsHanunoo
14000 extern __typeof (xmlUCSIsHanunoo
) xmlUCSIsHanunoo__internal_alias
__attribute((visibility("hidden")));
14001 #define xmlUCSIsHanunoo xmlUCSIsHanunoo__internal_alias
14006 #if defined(LIBXML_UNICODE_ENABLED)
14007 #ifdef bottom_xmlunicode
14008 #undef xmlUCSIsHebrew
14009 extern __typeof (xmlUCSIsHebrew
) xmlUCSIsHebrew
__attribute((alias("xmlUCSIsHebrew__internal_alias")));
14011 #ifndef xmlUCSIsHebrew
14012 extern __typeof (xmlUCSIsHebrew
) xmlUCSIsHebrew__internal_alias
__attribute((visibility("hidden")));
14013 #define xmlUCSIsHebrew xmlUCSIsHebrew__internal_alias
14018 #if defined(LIBXML_UNICODE_ENABLED)
14019 #ifdef bottom_xmlunicode
14020 #undef xmlUCSIsHighPrivateUseSurrogates
14021 extern __typeof (xmlUCSIsHighPrivateUseSurrogates
) xmlUCSIsHighPrivateUseSurrogates
__attribute((alias("xmlUCSIsHighPrivateUseSurrogates__internal_alias")));
14023 #ifndef xmlUCSIsHighPrivateUseSurrogates
14024 extern __typeof (xmlUCSIsHighPrivateUseSurrogates
) xmlUCSIsHighPrivateUseSurrogates__internal_alias
__attribute((visibility("hidden")));
14025 #define xmlUCSIsHighPrivateUseSurrogates xmlUCSIsHighPrivateUseSurrogates__internal_alias
14030 #if defined(LIBXML_UNICODE_ENABLED)
14031 #ifdef bottom_xmlunicode
14032 #undef xmlUCSIsHighSurrogates
14033 extern __typeof (xmlUCSIsHighSurrogates
) xmlUCSIsHighSurrogates
__attribute((alias("xmlUCSIsHighSurrogates__internal_alias")));
14035 #ifndef xmlUCSIsHighSurrogates
14036 extern __typeof (xmlUCSIsHighSurrogates
) xmlUCSIsHighSurrogates__internal_alias
__attribute((visibility("hidden")));
14037 #define xmlUCSIsHighSurrogates xmlUCSIsHighSurrogates__internal_alias
14042 #if defined(LIBXML_UNICODE_ENABLED)
14043 #ifdef bottom_xmlunicode
14044 #undef xmlUCSIsHiragana
14045 extern __typeof (xmlUCSIsHiragana
) xmlUCSIsHiragana
__attribute((alias("xmlUCSIsHiragana__internal_alias")));
14047 #ifndef xmlUCSIsHiragana
14048 extern __typeof (xmlUCSIsHiragana
) xmlUCSIsHiragana__internal_alias
__attribute((visibility("hidden")));
14049 #define xmlUCSIsHiragana xmlUCSIsHiragana__internal_alias
14054 #if defined(LIBXML_UNICODE_ENABLED)
14055 #ifdef bottom_xmlunicode
14056 #undef xmlUCSIsIPAExtensions
14057 extern __typeof (xmlUCSIsIPAExtensions
) xmlUCSIsIPAExtensions
__attribute((alias("xmlUCSIsIPAExtensions__internal_alias")));
14059 #ifndef xmlUCSIsIPAExtensions
14060 extern __typeof (xmlUCSIsIPAExtensions
) xmlUCSIsIPAExtensions__internal_alias
__attribute((visibility("hidden")));
14061 #define xmlUCSIsIPAExtensions xmlUCSIsIPAExtensions__internal_alias
14066 #if defined(LIBXML_UNICODE_ENABLED)
14067 #ifdef bottom_xmlunicode
14068 #undef xmlUCSIsIdeographicDescriptionCharacters
14069 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters
) xmlUCSIsIdeographicDescriptionCharacters
__attribute((alias("xmlUCSIsIdeographicDescriptionCharacters__internal_alias")));
14071 #ifndef xmlUCSIsIdeographicDescriptionCharacters
14072 extern __typeof (xmlUCSIsIdeographicDescriptionCharacters
) xmlUCSIsIdeographicDescriptionCharacters__internal_alias
__attribute((visibility("hidden")));
14073 #define xmlUCSIsIdeographicDescriptionCharacters xmlUCSIsIdeographicDescriptionCharacters__internal_alias
14078 #if defined(LIBXML_UNICODE_ENABLED)
14079 #ifdef bottom_xmlunicode
14080 #undef xmlUCSIsKanbun
14081 extern __typeof (xmlUCSIsKanbun
) xmlUCSIsKanbun
__attribute((alias("xmlUCSIsKanbun__internal_alias")));
14083 #ifndef xmlUCSIsKanbun
14084 extern __typeof (xmlUCSIsKanbun
) xmlUCSIsKanbun__internal_alias
__attribute((visibility("hidden")));
14085 #define xmlUCSIsKanbun xmlUCSIsKanbun__internal_alias
14090 #if defined(LIBXML_UNICODE_ENABLED)
14091 #ifdef bottom_xmlunicode
14092 #undef xmlUCSIsKangxiRadicals
14093 extern __typeof (xmlUCSIsKangxiRadicals
) xmlUCSIsKangxiRadicals
__attribute((alias("xmlUCSIsKangxiRadicals__internal_alias")));
14095 #ifndef xmlUCSIsKangxiRadicals
14096 extern __typeof (xmlUCSIsKangxiRadicals
) xmlUCSIsKangxiRadicals__internal_alias
__attribute((visibility("hidden")));
14097 #define xmlUCSIsKangxiRadicals xmlUCSIsKangxiRadicals__internal_alias
14102 #if defined(LIBXML_UNICODE_ENABLED)
14103 #ifdef bottom_xmlunicode
14104 #undef xmlUCSIsKannada
14105 extern __typeof (xmlUCSIsKannada
) xmlUCSIsKannada
__attribute((alias("xmlUCSIsKannada__internal_alias")));
14107 #ifndef xmlUCSIsKannada
14108 extern __typeof (xmlUCSIsKannada
) xmlUCSIsKannada__internal_alias
__attribute((visibility("hidden")));
14109 #define xmlUCSIsKannada xmlUCSIsKannada__internal_alias
14114 #if defined(LIBXML_UNICODE_ENABLED)
14115 #ifdef bottom_xmlunicode
14116 #undef xmlUCSIsKatakana
14117 extern __typeof (xmlUCSIsKatakana
) xmlUCSIsKatakana
__attribute((alias("xmlUCSIsKatakana__internal_alias")));
14119 #ifndef xmlUCSIsKatakana
14120 extern __typeof (xmlUCSIsKatakana
) xmlUCSIsKatakana__internal_alias
__attribute((visibility("hidden")));
14121 #define xmlUCSIsKatakana xmlUCSIsKatakana__internal_alias
14126 #if defined(LIBXML_UNICODE_ENABLED)
14127 #ifdef bottom_xmlunicode
14128 #undef xmlUCSIsKatakanaPhoneticExtensions
14129 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions
) xmlUCSIsKatakanaPhoneticExtensions
__attribute((alias("xmlUCSIsKatakanaPhoneticExtensions__internal_alias")));
14131 #ifndef xmlUCSIsKatakanaPhoneticExtensions
14132 extern __typeof (xmlUCSIsKatakanaPhoneticExtensions
) xmlUCSIsKatakanaPhoneticExtensions__internal_alias
__attribute((visibility("hidden")));
14133 #define xmlUCSIsKatakanaPhoneticExtensions xmlUCSIsKatakanaPhoneticExtensions__internal_alias
14138 #if defined(LIBXML_UNICODE_ENABLED)
14139 #ifdef bottom_xmlunicode
14140 #undef xmlUCSIsKhmer
14141 extern __typeof (xmlUCSIsKhmer
) xmlUCSIsKhmer
__attribute((alias("xmlUCSIsKhmer__internal_alias")));
14143 #ifndef xmlUCSIsKhmer
14144 extern __typeof (xmlUCSIsKhmer
) xmlUCSIsKhmer__internal_alias
__attribute((visibility("hidden")));
14145 #define xmlUCSIsKhmer xmlUCSIsKhmer__internal_alias
14150 #if defined(LIBXML_UNICODE_ENABLED)
14151 #ifdef bottom_xmlunicode
14152 #undef xmlUCSIsKhmerSymbols
14153 extern __typeof (xmlUCSIsKhmerSymbols
) xmlUCSIsKhmerSymbols
__attribute((alias("xmlUCSIsKhmerSymbols__internal_alias")));
14155 #ifndef xmlUCSIsKhmerSymbols
14156 extern __typeof (xmlUCSIsKhmerSymbols
) xmlUCSIsKhmerSymbols__internal_alias
__attribute((visibility("hidden")));
14157 #define xmlUCSIsKhmerSymbols xmlUCSIsKhmerSymbols__internal_alias
14162 #if defined(LIBXML_UNICODE_ENABLED)
14163 #ifdef bottom_xmlunicode
14165 extern __typeof (xmlUCSIsLao
) xmlUCSIsLao
__attribute((alias("xmlUCSIsLao__internal_alias")));
14167 #ifndef xmlUCSIsLao
14168 extern __typeof (xmlUCSIsLao
) xmlUCSIsLao__internal_alias
__attribute((visibility("hidden")));
14169 #define xmlUCSIsLao xmlUCSIsLao__internal_alias
14174 #if defined(LIBXML_UNICODE_ENABLED)
14175 #ifdef bottom_xmlunicode
14176 #undef xmlUCSIsLatin1Supplement
14177 extern __typeof (xmlUCSIsLatin1Supplement
) xmlUCSIsLatin1Supplement
__attribute((alias("xmlUCSIsLatin1Supplement__internal_alias")));
14179 #ifndef xmlUCSIsLatin1Supplement
14180 extern __typeof (xmlUCSIsLatin1Supplement
) xmlUCSIsLatin1Supplement__internal_alias
__attribute((visibility("hidden")));
14181 #define xmlUCSIsLatin1Supplement xmlUCSIsLatin1Supplement__internal_alias
14186 #if defined(LIBXML_UNICODE_ENABLED)
14187 #ifdef bottom_xmlunicode
14188 #undef xmlUCSIsLatinExtendedA
14189 extern __typeof (xmlUCSIsLatinExtendedA
) xmlUCSIsLatinExtendedA
__attribute((alias("xmlUCSIsLatinExtendedA__internal_alias")));
14191 #ifndef xmlUCSIsLatinExtendedA
14192 extern __typeof (xmlUCSIsLatinExtendedA
) xmlUCSIsLatinExtendedA__internal_alias
__attribute((visibility("hidden")));
14193 #define xmlUCSIsLatinExtendedA xmlUCSIsLatinExtendedA__internal_alias
14198 #if defined(LIBXML_UNICODE_ENABLED)
14199 #ifdef bottom_xmlunicode
14200 #undef xmlUCSIsLatinExtendedAdditional
14201 extern __typeof (xmlUCSIsLatinExtendedAdditional
) xmlUCSIsLatinExtendedAdditional
__attribute((alias("xmlUCSIsLatinExtendedAdditional__internal_alias")));
14203 #ifndef xmlUCSIsLatinExtendedAdditional
14204 extern __typeof (xmlUCSIsLatinExtendedAdditional
) xmlUCSIsLatinExtendedAdditional__internal_alias
__attribute((visibility("hidden")));
14205 #define xmlUCSIsLatinExtendedAdditional xmlUCSIsLatinExtendedAdditional__internal_alias
14210 #if defined(LIBXML_UNICODE_ENABLED)
14211 #ifdef bottom_xmlunicode
14212 #undef xmlUCSIsLatinExtendedB
14213 extern __typeof (xmlUCSIsLatinExtendedB
) xmlUCSIsLatinExtendedB
__attribute((alias("xmlUCSIsLatinExtendedB__internal_alias")));
14215 #ifndef xmlUCSIsLatinExtendedB
14216 extern __typeof (xmlUCSIsLatinExtendedB
) xmlUCSIsLatinExtendedB__internal_alias
__attribute((visibility("hidden")));
14217 #define xmlUCSIsLatinExtendedB xmlUCSIsLatinExtendedB__internal_alias
14222 #if defined(LIBXML_UNICODE_ENABLED)
14223 #ifdef bottom_xmlunicode
14224 #undef xmlUCSIsLetterlikeSymbols
14225 extern __typeof (xmlUCSIsLetterlikeSymbols
) xmlUCSIsLetterlikeSymbols
__attribute((alias("xmlUCSIsLetterlikeSymbols__internal_alias")));
14227 #ifndef xmlUCSIsLetterlikeSymbols
14228 extern __typeof (xmlUCSIsLetterlikeSymbols
) xmlUCSIsLetterlikeSymbols__internal_alias
__attribute((visibility("hidden")));
14229 #define xmlUCSIsLetterlikeSymbols xmlUCSIsLetterlikeSymbols__internal_alias
14234 #if defined(LIBXML_UNICODE_ENABLED)
14235 #ifdef bottom_xmlunicode
14236 #undef xmlUCSIsLimbu
14237 extern __typeof (xmlUCSIsLimbu
) xmlUCSIsLimbu
__attribute((alias("xmlUCSIsLimbu__internal_alias")));
14239 #ifndef xmlUCSIsLimbu
14240 extern __typeof (xmlUCSIsLimbu
) xmlUCSIsLimbu__internal_alias
__attribute((visibility("hidden")));
14241 #define xmlUCSIsLimbu xmlUCSIsLimbu__internal_alias
14246 #if defined(LIBXML_UNICODE_ENABLED)
14247 #ifdef bottom_xmlunicode
14248 #undef xmlUCSIsLinearBIdeograms
14249 extern __typeof (xmlUCSIsLinearBIdeograms
) xmlUCSIsLinearBIdeograms
__attribute((alias("xmlUCSIsLinearBIdeograms__internal_alias")));
14251 #ifndef xmlUCSIsLinearBIdeograms
14252 extern __typeof (xmlUCSIsLinearBIdeograms
) xmlUCSIsLinearBIdeograms__internal_alias
__attribute((visibility("hidden")));
14253 #define xmlUCSIsLinearBIdeograms xmlUCSIsLinearBIdeograms__internal_alias
14258 #if defined(LIBXML_UNICODE_ENABLED)
14259 #ifdef bottom_xmlunicode
14260 #undef xmlUCSIsLinearBSyllabary
14261 extern __typeof (xmlUCSIsLinearBSyllabary
) xmlUCSIsLinearBSyllabary
__attribute((alias("xmlUCSIsLinearBSyllabary__internal_alias")));
14263 #ifndef xmlUCSIsLinearBSyllabary
14264 extern __typeof (xmlUCSIsLinearBSyllabary
) xmlUCSIsLinearBSyllabary__internal_alias
__attribute((visibility("hidden")));
14265 #define xmlUCSIsLinearBSyllabary xmlUCSIsLinearBSyllabary__internal_alias
14270 #if defined(LIBXML_UNICODE_ENABLED)
14271 #ifdef bottom_xmlunicode
14272 #undef xmlUCSIsLowSurrogates
14273 extern __typeof (xmlUCSIsLowSurrogates
) xmlUCSIsLowSurrogates
__attribute((alias("xmlUCSIsLowSurrogates__internal_alias")));
14275 #ifndef xmlUCSIsLowSurrogates
14276 extern __typeof (xmlUCSIsLowSurrogates
) xmlUCSIsLowSurrogates__internal_alias
__attribute((visibility("hidden")));
14277 #define xmlUCSIsLowSurrogates xmlUCSIsLowSurrogates__internal_alias
14282 #if defined(LIBXML_UNICODE_ENABLED)
14283 #ifdef bottom_xmlunicode
14284 #undef xmlUCSIsMalayalam
14285 extern __typeof (xmlUCSIsMalayalam
) xmlUCSIsMalayalam
__attribute((alias("xmlUCSIsMalayalam__internal_alias")));
14287 #ifndef xmlUCSIsMalayalam
14288 extern __typeof (xmlUCSIsMalayalam
) xmlUCSIsMalayalam__internal_alias
__attribute((visibility("hidden")));
14289 #define xmlUCSIsMalayalam xmlUCSIsMalayalam__internal_alias
14294 #if defined(LIBXML_UNICODE_ENABLED)
14295 #ifdef bottom_xmlunicode
14296 #undef xmlUCSIsMathematicalAlphanumericSymbols
14297 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols
) xmlUCSIsMathematicalAlphanumericSymbols
__attribute((alias("xmlUCSIsMathematicalAlphanumericSymbols__internal_alias")));
14299 #ifndef xmlUCSIsMathematicalAlphanumericSymbols
14300 extern __typeof (xmlUCSIsMathematicalAlphanumericSymbols
) xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
__attribute((visibility("hidden")));
14301 #define xmlUCSIsMathematicalAlphanumericSymbols xmlUCSIsMathematicalAlphanumericSymbols__internal_alias
14306 #if defined(LIBXML_UNICODE_ENABLED)
14307 #ifdef bottom_xmlunicode
14308 #undef xmlUCSIsMathematicalOperators
14309 extern __typeof (xmlUCSIsMathematicalOperators
) xmlUCSIsMathematicalOperators
__attribute((alias("xmlUCSIsMathematicalOperators__internal_alias")));
14311 #ifndef xmlUCSIsMathematicalOperators
14312 extern __typeof (xmlUCSIsMathematicalOperators
) xmlUCSIsMathematicalOperators__internal_alias
__attribute((visibility("hidden")));
14313 #define xmlUCSIsMathematicalOperators xmlUCSIsMathematicalOperators__internal_alias
14318 #if defined(LIBXML_UNICODE_ENABLED)
14319 #ifdef bottom_xmlunicode
14320 #undef xmlUCSIsMiscellaneousMathematicalSymbolsA
14321 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA
) xmlUCSIsMiscellaneousMathematicalSymbolsA
__attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias")));
14323 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsA
14324 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsA
) xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
__attribute((visibility("hidden")));
14325 #define xmlUCSIsMiscellaneousMathematicalSymbolsA xmlUCSIsMiscellaneousMathematicalSymbolsA__internal_alias
14330 #if defined(LIBXML_UNICODE_ENABLED)
14331 #ifdef bottom_xmlunicode
14332 #undef xmlUCSIsMiscellaneousMathematicalSymbolsB
14333 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB
) xmlUCSIsMiscellaneousMathematicalSymbolsB
__attribute((alias("xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias")));
14335 #ifndef xmlUCSIsMiscellaneousMathematicalSymbolsB
14336 extern __typeof (xmlUCSIsMiscellaneousMathematicalSymbolsB
) xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
__attribute((visibility("hidden")));
14337 #define xmlUCSIsMiscellaneousMathematicalSymbolsB xmlUCSIsMiscellaneousMathematicalSymbolsB__internal_alias
14342 #if defined(LIBXML_UNICODE_ENABLED)
14343 #ifdef bottom_xmlunicode
14344 #undef xmlUCSIsMiscellaneousSymbols
14345 extern __typeof (xmlUCSIsMiscellaneousSymbols
) xmlUCSIsMiscellaneousSymbols
__attribute((alias("xmlUCSIsMiscellaneousSymbols__internal_alias")));
14347 #ifndef xmlUCSIsMiscellaneousSymbols
14348 extern __typeof (xmlUCSIsMiscellaneousSymbols
) xmlUCSIsMiscellaneousSymbols__internal_alias
__attribute((visibility("hidden")));
14349 #define xmlUCSIsMiscellaneousSymbols xmlUCSIsMiscellaneousSymbols__internal_alias
14354 #if defined(LIBXML_UNICODE_ENABLED)
14355 #ifdef bottom_xmlunicode
14356 #undef xmlUCSIsMiscellaneousSymbolsandArrows
14357 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows
) xmlUCSIsMiscellaneousSymbolsandArrows
__attribute((alias("xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias")));
14359 #ifndef xmlUCSIsMiscellaneousSymbolsandArrows
14360 extern __typeof (xmlUCSIsMiscellaneousSymbolsandArrows
) xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
__attribute((visibility("hidden")));
14361 #define xmlUCSIsMiscellaneousSymbolsandArrows xmlUCSIsMiscellaneousSymbolsandArrows__internal_alias
14366 #if defined(LIBXML_UNICODE_ENABLED)
14367 #ifdef bottom_xmlunicode
14368 #undef xmlUCSIsMiscellaneousTechnical
14369 extern __typeof (xmlUCSIsMiscellaneousTechnical
) xmlUCSIsMiscellaneousTechnical
__attribute((alias("xmlUCSIsMiscellaneousTechnical__internal_alias")));
14371 #ifndef xmlUCSIsMiscellaneousTechnical
14372 extern __typeof (xmlUCSIsMiscellaneousTechnical
) xmlUCSIsMiscellaneousTechnical__internal_alias
__attribute((visibility("hidden")));
14373 #define xmlUCSIsMiscellaneousTechnical xmlUCSIsMiscellaneousTechnical__internal_alias
14378 #if defined(LIBXML_UNICODE_ENABLED)
14379 #ifdef bottom_xmlunicode
14380 #undef xmlUCSIsMongolian
14381 extern __typeof (xmlUCSIsMongolian
) xmlUCSIsMongolian
__attribute((alias("xmlUCSIsMongolian__internal_alias")));
14383 #ifndef xmlUCSIsMongolian
14384 extern __typeof (xmlUCSIsMongolian
) xmlUCSIsMongolian__internal_alias
__attribute((visibility("hidden")));
14385 #define xmlUCSIsMongolian xmlUCSIsMongolian__internal_alias
14390 #if defined(LIBXML_UNICODE_ENABLED)
14391 #ifdef bottom_xmlunicode
14392 #undef xmlUCSIsMusicalSymbols
14393 extern __typeof (xmlUCSIsMusicalSymbols
) xmlUCSIsMusicalSymbols
__attribute((alias("xmlUCSIsMusicalSymbols__internal_alias")));
14395 #ifndef xmlUCSIsMusicalSymbols
14396 extern __typeof (xmlUCSIsMusicalSymbols
) xmlUCSIsMusicalSymbols__internal_alias
__attribute((visibility("hidden")));
14397 #define xmlUCSIsMusicalSymbols xmlUCSIsMusicalSymbols__internal_alias
14402 #if defined(LIBXML_UNICODE_ENABLED)
14403 #ifdef bottom_xmlunicode
14404 #undef xmlUCSIsMyanmar
14405 extern __typeof (xmlUCSIsMyanmar
) xmlUCSIsMyanmar
__attribute((alias("xmlUCSIsMyanmar__internal_alias")));
14407 #ifndef xmlUCSIsMyanmar
14408 extern __typeof (xmlUCSIsMyanmar
) xmlUCSIsMyanmar__internal_alias
__attribute((visibility("hidden")));
14409 #define xmlUCSIsMyanmar xmlUCSIsMyanmar__internal_alias
14414 #if defined(LIBXML_UNICODE_ENABLED)
14415 #ifdef bottom_xmlunicode
14416 #undef xmlUCSIsNumberForms
14417 extern __typeof (xmlUCSIsNumberForms
) xmlUCSIsNumberForms
__attribute((alias("xmlUCSIsNumberForms__internal_alias")));
14419 #ifndef xmlUCSIsNumberForms
14420 extern __typeof (xmlUCSIsNumberForms
) xmlUCSIsNumberForms__internal_alias
__attribute((visibility("hidden")));
14421 #define xmlUCSIsNumberForms xmlUCSIsNumberForms__internal_alias
14426 #if defined(LIBXML_UNICODE_ENABLED)
14427 #ifdef bottom_xmlunicode
14428 #undef xmlUCSIsOgham
14429 extern __typeof (xmlUCSIsOgham
) xmlUCSIsOgham
__attribute((alias("xmlUCSIsOgham__internal_alias")));
14431 #ifndef xmlUCSIsOgham
14432 extern __typeof (xmlUCSIsOgham
) xmlUCSIsOgham__internal_alias
__attribute((visibility("hidden")));
14433 #define xmlUCSIsOgham xmlUCSIsOgham__internal_alias
14438 #if defined(LIBXML_UNICODE_ENABLED)
14439 #ifdef bottom_xmlunicode
14440 #undef xmlUCSIsOldItalic
14441 extern __typeof (xmlUCSIsOldItalic
) xmlUCSIsOldItalic
__attribute((alias("xmlUCSIsOldItalic__internal_alias")));
14443 #ifndef xmlUCSIsOldItalic
14444 extern __typeof (xmlUCSIsOldItalic
) xmlUCSIsOldItalic__internal_alias
__attribute((visibility("hidden")));
14445 #define xmlUCSIsOldItalic xmlUCSIsOldItalic__internal_alias
14450 #if defined(LIBXML_UNICODE_ENABLED)
14451 #ifdef bottom_xmlunicode
14452 #undef xmlUCSIsOpticalCharacterRecognition
14453 extern __typeof (xmlUCSIsOpticalCharacterRecognition
) xmlUCSIsOpticalCharacterRecognition
__attribute((alias("xmlUCSIsOpticalCharacterRecognition__internal_alias")));
14455 #ifndef xmlUCSIsOpticalCharacterRecognition
14456 extern __typeof (xmlUCSIsOpticalCharacterRecognition
) xmlUCSIsOpticalCharacterRecognition__internal_alias
__attribute((visibility("hidden")));
14457 #define xmlUCSIsOpticalCharacterRecognition xmlUCSIsOpticalCharacterRecognition__internal_alias
14462 #if defined(LIBXML_UNICODE_ENABLED)
14463 #ifdef bottom_xmlunicode
14464 #undef xmlUCSIsOriya
14465 extern __typeof (xmlUCSIsOriya
) xmlUCSIsOriya
__attribute((alias("xmlUCSIsOriya__internal_alias")));
14467 #ifndef xmlUCSIsOriya
14468 extern __typeof (xmlUCSIsOriya
) xmlUCSIsOriya__internal_alias
__attribute((visibility("hidden")));
14469 #define xmlUCSIsOriya xmlUCSIsOriya__internal_alias
14474 #if defined(LIBXML_UNICODE_ENABLED)
14475 #ifdef bottom_xmlunicode
14476 #undef xmlUCSIsOsmanya
14477 extern __typeof (xmlUCSIsOsmanya
) xmlUCSIsOsmanya
__attribute((alias("xmlUCSIsOsmanya__internal_alias")));
14479 #ifndef xmlUCSIsOsmanya
14480 extern __typeof (xmlUCSIsOsmanya
) xmlUCSIsOsmanya__internal_alias
__attribute((visibility("hidden")));
14481 #define xmlUCSIsOsmanya xmlUCSIsOsmanya__internal_alias
14486 #if defined(LIBXML_UNICODE_ENABLED)
14487 #ifdef bottom_xmlunicode
14488 #undef xmlUCSIsPhoneticExtensions
14489 extern __typeof (xmlUCSIsPhoneticExtensions
) xmlUCSIsPhoneticExtensions
__attribute((alias("xmlUCSIsPhoneticExtensions__internal_alias")));
14491 #ifndef xmlUCSIsPhoneticExtensions
14492 extern __typeof (xmlUCSIsPhoneticExtensions
) xmlUCSIsPhoneticExtensions__internal_alias
__attribute((visibility("hidden")));
14493 #define xmlUCSIsPhoneticExtensions xmlUCSIsPhoneticExtensions__internal_alias
14498 #if defined(LIBXML_UNICODE_ENABLED)
14499 #ifdef bottom_xmlunicode
14500 #undef xmlUCSIsPrivateUse
14501 extern __typeof (xmlUCSIsPrivateUse
) xmlUCSIsPrivateUse
__attribute((alias("xmlUCSIsPrivateUse__internal_alias")));
14503 #ifndef xmlUCSIsPrivateUse
14504 extern __typeof (xmlUCSIsPrivateUse
) xmlUCSIsPrivateUse__internal_alias
__attribute((visibility("hidden")));
14505 #define xmlUCSIsPrivateUse xmlUCSIsPrivateUse__internal_alias
14510 #if defined(LIBXML_UNICODE_ENABLED)
14511 #ifdef bottom_xmlunicode
14512 #undef xmlUCSIsPrivateUseArea
14513 extern __typeof (xmlUCSIsPrivateUseArea
) xmlUCSIsPrivateUseArea
__attribute((alias("xmlUCSIsPrivateUseArea__internal_alias")));
14515 #ifndef xmlUCSIsPrivateUseArea
14516 extern __typeof (xmlUCSIsPrivateUseArea
) xmlUCSIsPrivateUseArea__internal_alias
__attribute((visibility("hidden")));
14517 #define xmlUCSIsPrivateUseArea xmlUCSIsPrivateUseArea__internal_alias
14522 #if defined(LIBXML_UNICODE_ENABLED)
14523 #ifdef bottom_xmlunicode
14524 #undef xmlUCSIsRunic
14525 extern __typeof (xmlUCSIsRunic
) xmlUCSIsRunic
__attribute((alias("xmlUCSIsRunic__internal_alias")));
14527 #ifndef xmlUCSIsRunic
14528 extern __typeof (xmlUCSIsRunic
) xmlUCSIsRunic__internal_alias
__attribute((visibility("hidden")));
14529 #define xmlUCSIsRunic xmlUCSIsRunic__internal_alias
14534 #if defined(LIBXML_UNICODE_ENABLED)
14535 #ifdef bottom_xmlunicode
14536 #undef xmlUCSIsShavian
14537 extern __typeof (xmlUCSIsShavian
) xmlUCSIsShavian
__attribute((alias("xmlUCSIsShavian__internal_alias")));
14539 #ifndef xmlUCSIsShavian
14540 extern __typeof (xmlUCSIsShavian
) xmlUCSIsShavian__internal_alias
__attribute((visibility("hidden")));
14541 #define xmlUCSIsShavian xmlUCSIsShavian__internal_alias
14546 #if defined(LIBXML_UNICODE_ENABLED)
14547 #ifdef bottom_xmlunicode
14548 #undef xmlUCSIsSinhala
14549 extern __typeof (xmlUCSIsSinhala
) xmlUCSIsSinhala
__attribute((alias("xmlUCSIsSinhala__internal_alias")));
14551 #ifndef xmlUCSIsSinhala
14552 extern __typeof (xmlUCSIsSinhala
) xmlUCSIsSinhala__internal_alias
__attribute((visibility("hidden")));
14553 #define xmlUCSIsSinhala xmlUCSIsSinhala__internal_alias
14558 #if defined(LIBXML_UNICODE_ENABLED)
14559 #ifdef bottom_xmlunicode
14560 #undef xmlUCSIsSmallFormVariants
14561 extern __typeof (xmlUCSIsSmallFormVariants
) xmlUCSIsSmallFormVariants
__attribute((alias("xmlUCSIsSmallFormVariants__internal_alias")));
14563 #ifndef xmlUCSIsSmallFormVariants
14564 extern __typeof (xmlUCSIsSmallFormVariants
) xmlUCSIsSmallFormVariants__internal_alias
__attribute((visibility("hidden")));
14565 #define xmlUCSIsSmallFormVariants xmlUCSIsSmallFormVariants__internal_alias
14570 #if defined(LIBXML_UNICODE_ENABLED)
14571 #ifdef bottom_xmlunicode
14572 #undef xmlUCSIsSpacingModifierLetters
14573 extern __typeof (xmlUCSIsSpacingModifierLetters
) xmlUCSIsSpacingModifierLetters
__attribute((alias("xmlUCSIsSpacingModifierLetters__internal_alias")));
14575 #ifndef xmlUCSIsSpacingModifierLetters
14576 extern __typeof (xmlUCSIsSpacingModifierLetters
) xmlUCSIsSpacingModifierLetters__internal_alias
__attribute((visibility("hidden")));
14577 #define xmlUCSIsSpacingModifierLetters xmlUCSIsSpacingModifierLetters__internal_alias
14582 #if defined(LIBXML_UNICODE_ENABLED)
14583 #ifdef bottom_xmlunicode
14584 #undef xmlUCSIsSpecials
14585 extern __typeof (xmlUCSIsSpecials
) xmlUCSIsSpecials
__attribute((alias("xmlUCSIsSpecials__internal_alias")));
14587 #ifndef xmlUCSIsSpecials
14588 extern __typeof (xmlUCSIsSpecials
) xmlUCSIsSpecials__internal_alias
__attribute((visibility("hidden")));
14589 #define xmlUCSIsSpecials xmlUCSIsSpecials__internal_alias
14594 #if defined(LIBXML_UNICODE_ENABLED)
14595 #ifdef bottom_xmlunicode
14596 #undef xmlUCSIsSuperscriptsandSubscripts
14597 extern __typeof (xmlUCSIsSuperscriptsandSubscripts
) xmlUCSIsSuperscriptsandSubscripts
__attribute((alias("xmlUCSIsSuperscriptsandSubscripts__internal_alias")));
14599 #ifndef xmlUCSIsSuperscriptsandSubscripts
14600 extern __typeof (xmlUCSIsSuperscriptsandSubscripts
) xmlUCSIsSuperscriptsandSubscripts__internal_alias
__attribute((visibility("hidden")));
14601 #define xmlUCSIsSuperscriptsandSubscripts xmlUCSIsSuperscriptsandSubscripts__internal_alias
14606 #if defined(LIBXML_UNICODE_ENABLED)
14607 #ifdef bottom_xmlunicode
14608 #undef xmlUCSIsSupplementalArrowsA
14609 extern __typeof (xmlUCSIsSupplementalArrowsA
) xmlUCSIsSupplementalArrowsA
__attribute((alias("xmlUCSIsSupplementalArrowsA__internal_alias")));
14611 #ifndef xmlUCSIsSupplementalArrowsA
14612 extern __typeof (xmlUCSIsSupplementalArrowsA
) xmlUCSIsSupplementalArrowsA__internal_alias
__attribute((visibility("hidden")));
14613 #define xmlUCSIsSupplementalArrowsA xmlUCSIsSupplementalArrowsA__internal_alias
14618 #if defined(LIBXML_UNICODE_ENABLED)
14619 #ifdef bottom_xmlunicode
14620 #undef xmlUCSIsSupplementalArrowsB
14621 extern __typeof (xmlUCSIsSupplementalArrowsB
) xmlUCSIsSupplementalArrowsB
__attribute((alias("xmlUCSIsSupplementalArrowsB__internal_alias")));
14623 #ifndef xmlUCSIsSupplementalArrowsB
14624 extern __typeof (xmlUCSIsSupplementalArrowsB
) xmlUCSIsSupplementalArrowsB__internal_alias
__attribute((visibility("hidden")));
14625 #define xmlUCSIsSupplementalArrowsB xmlUCSIsSupplementalArrowsB__internal_alias
14630 #if defined(LIBXML_UNICODE_ENABLED)
14631 #ifdef bottom_xmlunicode
14632 #undef xmlUCSIsSupplementalMathematicalOperators
14633 extern __typeof (xmlUCSIsSupplementalMathematicalOperators
) xmlUCSIsSupplementalMathematicalOperators
__attribute((alias("xmlUCSIsSupplementalMathematicalOperators__internal_alias")));
14635 #ifndef xmlUCSIsSupplementalMathematicalOperators
14636 extern __typeof (xmlUCSIsSupplementalMathematicalOperators
) xmlUCSIsSupplementalMathematicalOperators__internal_alias
__attribute((visibility("hidden")));
14637 #define xmlUCSIsSupplementalMathematicalOperators xmlUCSIsSupplementalMathematicalOperators__internal_alias
14642 #if defined(LIBXML_UNICODE_ENABLED)
14643 #ifdef bottom_xmlunicode
14644 #undef xmlUCSIsSupplementaryPrivateUseAreaA
14645 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA
) xmlUCSIsSupplementaryPrivateUseAreaA
__attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias")));
14647 #ifndef xmlUCSIsSupplementaryPrivateUseAreaA
14648 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaA
) xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
__attribute((visibility("hidden")));
14649 #define xmlUCSIsSupplementaryPrivateUseAreaA xmlUCSIsSupplementaryPrivateUseAreaA__internal_alias
14654 #if defined(LIBXML_UNICODE_ENABLED)
14655 #ifdef bottom_xmlunicode
14656 #undef xmlUCSIsSupplementaryPrivateUseAreaB
14657 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB
) xmlUCSIsSupplementaryPrivateUseAreaB
__attribute((alias("xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias")));
14659 #ifndef xmlUCSIsSupplementaryPrivateUseAreaB
14660 extern __typeof (xmlUCSIsSupplementaryPrivateUseAreaB
) xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
__attribute((visibility("hidden")));
14661 #define xmlUCSIsSupplementaryPrivateUseAreaB xmlUCSIsSupplementaryPrivateUseAreaB__internal_alias
14666 #if defined(LIBXML_UNICODE_ENABLED)
14667 #ifdef bottom_xmlunicode
14668 #undef xmlUCSIsSyriac
14669 extern __typeof (xmlUCSIsSyriac
) xmlUCSIsSyriac
__attribute((alias("xmlUCSIsSyriac__internal_alias")));
14671 #ifndef xmlUCSIsSyriac
14672 extern __typeof (xmlUCSIsSyriac
) xmlUCSIsSyriac__internal_alias
__attribute((visibility("hidden")));
14673 #define xmlUCSIsSyriac xmlUCSIsSyriac__internal_alias
14678 #if defined(LIBXML_UNICODE_ENABLED)
14679 #ifdef bottom_xmlunicode
14680 #undef xmlUCSIsTagalog
14681 extern __typeof (xmlUCSIsTagalog
) xmlUCSIsTagalog
__attribute((alias("xmlUCSIsTagalog__internal_alias")));
14683 #ifndef xmlUCSIsTagalog
14684 extern __typeof (xmlUCSIsTagalog
) xmlUCSIsTagalog__internal_alias
__attribute((visibility("hidden")));
14685 #define xmlUCSIsTagalog xmlUCSIsTagalog__internal_alias
14690 #if defined(LIBXML_UNICODE_ENABLED)
14691 #ifdef bottom_xmlunicode
14692 #undef xmlUCSIsTagbanwa
14693 extern __typeof (xmlUCSIsTagbanwa
) xmlUCSIsTagbanwa
__attribute((alias("xmlUCSIsTagbanwa__internal_alias")));
14695 #ifndef xmlUCSIsTagbanwa
14696 extern __typeof (xmlUCSIsTagbanwa
) xmlUCSIsTagbanwa__internal_alias
__attribute((visibility("hidden")));
14697 #define xmlUCSIsTagbanwa xmlUCSIsTagbanwa__internal_alias
14702 #if defined(LIBXML_UNICODE_ENABLED)
14703 #ifdef bottom_xmlunicode
14704 #undef xmlUCSIsTags
14705 extern __typeof (xmlUCSIsTags
) xmlUCSIsTags
__attribute((alias("xmlUCSIsTags__internal_alias")));
14707 #ifndef xmlUCSIsTags
14708 extern __typeof (xmlUCSIsTags
) xmlUCSIsTags__internal_alias
__attribute((visibility("hidden")));
14709 #define xmlUCSIsTags xmlUCSIsTags__internal_alias
14714 #if defined(LIBXML_UNICODE_ENABLED)
14715 #ifdef bottom_xmlunicode
14716 #undef xmlUCSIsTaiLe
14717 extern __typeof (xmlUCSIsTaiLe
) xmlUCSIsTaiLe
__attribute((alias("xmlUCSIsTaiLe__internal_alias")));
14719 #ifndef xmlUCSIsTaiLe
14720 extern __typeof (xmlUCSIsTaiLe
) xmlUCSIsTaiLe__internal_alias
__attribute((visibility("hidden")));
14721 #define xmlUCSIsTaiLe xmlUCSIsTaiLe__internal_alias
14726 #if defined(LIBXML_UNICODE_ENABLED)
14727 #ifdef bottom_xmlunicode
14728 #undef xmlUCSIsTaiXuanJingSymbols
14729 extern __typeof (xmlUCSIsTaiXuanJingSymbols
) xmlUCSIsTaiXuanJingSymbols
__attribute((alias("xmlUCSIsTaiXuanJingSymbols__internal_alias")));
14731 #ifndef xmlUCSIsTaiXuanJingSymbols
14732 extern __typeof (xmlUCSIsTaiXuanJingSymbols
) xmlUCSIsTaiXuanJingSymbols__internal_alias
__attribute((visibility("hidden")));
14733 #define xmlUCSIsTaiXuanJingSymbols xmlUCSIsTaiXuanJingSymbols__internal_alias
14738 #if defined(LIBXML_UNICODE_ENABLED)
14739 #ifdef bottom_xmlunicode
14740 #undef xmlUCSIsTamil
14741 extern __typeof (xmlUCSIsTamil
) xmlUCSIsTamil
__attribute((alias("xmlUCSIsTamil__internal_alias")));
14743 #ifndef xmlUCSIsTamil
14744 extern __typeof (xmlUCSIsTamil
) xmlUCSIsTamil__internal_alias
__attribute((visibility("hidden")));
14745 #define xmlUCSIsTamil xmlUCSIsTamil__internal_alias
14750 #if defined(LIBXML_UNICODE_ENABLED)
14751 #ifdef bottom_xmlunicode
14752 #undef xmlUCSIsTelugu
14753 extern __typeof (xmlUCSIsTelugu
) xmlUCSIsTelugu
__attribute((alias("xmlUCSIsTelugu__internal_alias")));
14755 #ifndef xmlUCSIsTelugu
14756 extern __typeof (xmlUCSIsTelugu
) xmlUCSIsTelugu__internal_alias
__attribute((visibility("hidden")));
14757 #define xmlUCSIsTelugu xmlUCSIsTelugu__internal_alias
14762 #if defined(LIBXML_UNICODE_ENABLED)
14763 #ifdef bottom_xmlunicode
14764 #undef xmlUCSIsThaana
14765 extern __typeof (xmlUCSIsThaana
) xmlUCSIsThaana
__attribute((alias("xmlUCSIsThaana__internal_alias")));
14767 #ifndef xmlUCSIsThaana
14768 extern __typeof (xmlUCSIsThaana
) xmlUCSIsThaana__internal_alias
__attribute((visibility("hidden")));
14769 #define xmlUCSIsThaana xmlUCSIsThaana__internal_alias
14774 #if defined(LIBXML_UNICODE_ENABLED)
14775 #ifdef bottom_xmlunicode
14776 #undef xmlUCSIsThai
14777 extern __typeof (xmlUCSIsThai
) xmlUCSIsThai
__attribute((alias("xmlUCSIsThai__internal_alias")));
14779 #ifndef xmlUCSIsThai
14780 extern __typeof (xmlUCSIsThai
) xmlUCSIsThai__internal_alias
__attribute((visibility("hidden")));
14781 #define xmlUCSIsThai xmlUCSIsThai__internal_alias
14786 #if defined(LIBXML_UNICODE_ENABLED)
14787 #ifdef bottom_xmlunicode
14788 #undef xmlUCSIsTibetan
14789 extern __typeof (xmlUCSIsTibetan
) xmlUCSIsTibetan
__attribute((alias("xmlUCSIsTibetan__internal_alias")));
14791 #ifndef xmlUCSIsTibetan
14792 extern __typeof (xmlUCSIsTibetan
) xmlUCSIsTibetan__internal_alias
__attribute((visibility("hidden")));
14793 #define xmlUCSIsTibetan xmlUCSIsTibetan__internal_alias
14798 #if defined(LIBXML_UNICODE_ENABLED)
14799 #ifdef bottom_xmlunicode
14800 #undef xmlUCSIsUgaritic
14801 extern __typeof (xmlUCSIsUgaritic
) xmlUCSIsUgaritic
__attribute((alias("xmlUCSIsUgaritic__internal_alias")));
14803 #ifndef xmlUCSIsUgaritic
14804 extern __typeof (xmlUCSIsUgaritic
) xmlUCSIsUgaritic__internal_alias
__attribute((visibility("hidden")));
14805 #define xmlUCSIsUgaritic xmlUCSIsUgaritic__internal_alias
14810 #if defined(LIBXML_UNICODE_ENABLED)
14811 #ifdef bottom_xmlunicode
14812 #undef xmlUCSIsUnifiedCanadianAboriginalSyllabics
14813 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics
) xmlUCSIsUnifiedCanadianAboriginalSyllabics
__attribute((alias("xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias")));
14815 #ifndef xmlUCSIsUnifiedCanadianAboriginalSyllabics
14816 extern __typeof (xmlUCSIsUnifiedCanadianAboriginalSyllabics
) xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
__attribute((visibility("hidden")));
14817 #define xmlUCSIsUnifiedCanadianAboriginalSyllabics xmlUCSIsUnifiedCanadianAboriginalSyllabics__internal_alias
14822 #if defined(LIBXML_UNICODE_ENABLED)
14823 #ifdef bottom_xmlunicode
14824 #undef xmlUCSIsVariationSelectors
14825 extern __typeof (xmlUCSIsVariationSelectors
) xmlUCSIsVariationSelectors
__attribute((alias("xmlUCSIsVariationSelectors__internal_alias")));
14827 #ifndef xmlUCSIsVariationSelectors
14828 extern __typeof (xmlUCSIsVariationSelectors
) xmlUCSIsVariationSelectors__internal_alias
__attribute((visibility("hidden")));
14829 #define xmlUCSIsVariationSelectors xmlUCSIsVariationSelectors__internal_alias
14834 #if defined(LIBXML_UNICODE_ENABLED)
14835 #ifdef bottom_xmlunicode
14836 #undef xmlUCSIsVariationSelectorsSupplement
14837 extern __typeof (xmlUCSIsVariationSelectorsSupplement
) xmlUCSIsVariationSelectorsSupplement
__attribute((alias("xmlUCSIsVariationSelectorsSupplement__internal_alias")));
14839 #ifndef xmlUCSIsVariationSelectorsSupplement
14840 extern __typeof (xmlUCSIsVariationSelectorsSupplement
) xmlUCSIsVariationSelectorsSupplement__internal_alias
__attribute((visibility("hidden")));
14841 #define xmlUCSIsVariationSelectorsSupplement xmlUCSIsVariationSelectorsSupplement__internal_alias
14846 #if defined(LIBXML_UNICODE_ENABLED)
14847 #ifdef bottom_xmlunicode
14848 #undef xmlUCSIsYiRadicals
14849 extern __typeof (xmlUCSIsYiRadicals
) xmlUCSIsYiRadicals
__attribute((alias("xmlUCSIsYiRadicals__internal_alias")));
14851 #ifndef xmlUCSIsYiRadicals
14852 extern __typeof (xmlUCSIsYiRadicals
) xmlUCSIsYiRadicals__internal_alias
__attribute((visibility("hidden")));
14853 #define xmlUCSIsYiRadicals xmlUCSIsYiRadicals__internal_alias
14858 #if defined(LIBXML_UNICODE_ENABLED)
14859 #ifdef bottom_xmlunicode
14860 #undef xmlUCSIsYiSyllables
14861 extern __typeof (xmlUCSIsYiSyllables
) xmlUCSIsYiSyllables
__attribute((alias("xmlUCSIsYiSyllables__internal_alias")));
14863 #ifndef xmlUCSIsYiSyllables
14864 extern __typeof (xmlUCSIsYiSyllables
) xmlUCSIsYiSyllables__internal_alias
__attribute((visibility("hidden")));
14865 #define xmlUCSIsYiSyllables xmlUCSIsYiSyllables__internal_alias
14870 #if defined(LIBXML_UNICODE_ENABLED)
14871 #ifdef bottom_xmlunicode
14872 #undef xmlUCSIsYijingHexagramSymbols
14873 extern __typeof (xmlUCSIsYijingHexagramSymbols
) xmlUCSIsYijingHexagramSymbols
__attribute((alias("xmlUCSIsYijingHexagramSymbols__internal_alias")));
14875 #ifndef xmlUCSIsYijingHexagramSymbols
14876 extern __typeof (xmlUCSIsYijingHexagramSymbols
) xmlUCSIsYijingHexagramSymbols__internal_alias
__attribute((visibility("hidden")));
14877 #define xmlUCSIsYijingHexagramSymbols xmlUCSIsYijingHexagramSymbols__internal_alias
14883 #undef xmlURIEscape
14884 extern __typeof (xmlURIEscape
) xmlURIEscape
__attribute((alias("xmlURIEscape__internal_alias")));
14886 #ifndef xmlURIEscape
14887 extern __typeof (xmlURIEscape
) xmlURIEscape__internal_alias
__attribute((visibility("hidden")));
14888 #define xmlURIEscape xmlURIEscape__internal_alias
14893 #undef xmlURIEscapeStr
14894 extern __typeof (xmlURIEscapeStr
) xmlURIEscapeStr
__attribute((alias("xmlURIEscapeStr__internal_alias")));
14896 #ifndef xmlURIEscapeStr
14897 extern __typeof (xmlURIEscapeStr
) xmlURIEscapeStr__internal_alias
__attribute((visibility("hidden")));
14898 #define xmlURIEscapeStr xmlURIEscapeStr__internal_alias
14903 #undef xmlURIUnescapeString
14904 extern __typeof (xmlURIUnescapeString
) xmlURIUnescapeString
__attribute((alias("xmlURIUnescapeString__internal_alias")));
14906 #ifndef xmlURIUnescapeString
14907 extern __typeof (xmlURIUnescapeString
) xmlURIUnescapeString__internal_alias
__attribute((visibility("hidden")));
14908 #define xmlURIUnescapeString xmlURIUnescapeString__internal_alias
14912 #ifdef bottom_xmlstring
14913 #undef xmlUTF8Charcmp
14914 extern __typeof (xmlUTF8Charcmp
) xmlUTF8Charcmp
__attribute((alias("xmlUTF8Charcmp__internal_alias")));
14916 #ifndef xmlUTF8Charcmp
14917 extern __typeof (xmlUTF8Charcmp
) xmlUTF8Charcmp__internal_alias
__attribute((visibility("hidden")));
14918 #define xmlUTF8Charcmp xmlUTF8Charcmp__internal_alias
14922 #ifdef bottom_xmlstring
14924 extern __typeof (xmlUTF8Size
) xmlUTF8Size
__attribute((alias("xmlUTF8Size__internal_alias")));
14926 #ifndef xmlUTF8Size
14927 extern __typeof (xmlUTF8Size
) xmlUTF8Size__internal_alias
__attribute((visibility("hidden")));
14928 #define xmlUTF8Size xmlUTF8Size__internal_alias
14932 #ifdef bottom_xmlstring
14933 #undef xmlUTF8Strlen
14934 extern __typeof (xmlUTF8Strlen
) xmlUTF8Strlen
__attribute((alias("xmlUTF8Strlen__internal_alias")));
14936 #ifndef xmlUTF8Strlen
14937 extern __typeof (xmlUTF8Strlen
) xmlUTF8Strlen__internal_alias
__attribute((visibility("hidden")));
14938 #define xmlUTF8Strlen xmlUTF8Strlen__internal_alias
14942 #ifdef bottom_xmlstring
14943 #undef xmlUTF8Strloc
14944 extern __typeof (xmlUTF8Strloc
) xmlUTF8Strloc
__attribute((alias("xmlUTF8Strloc__internal_alias")));
14946 #ifndef xmlUTF8Strloc
14947 extern __typeof (xmlUTF8Strloc
) xmlUTF8Strloc__internal_alias
__attribute((visibility("hidden")));
14948 #define xmlUTF8Strloc xmlUTF8Strloc__internal_alias
14952 #ifdef bottom_xmlstring
14953 #undef xmlUTF8Strndup
14954 extern __typeof (xmlUTF8Strndup
) xmlUTF8Strndup
__attribute((alias("xmlUTF8Strndup__internal_alias")));
14956 #ifndef xmlUTF8Strndup
14957 extern __typeof (xmlUTF8Strndup
) xmlUTF8Strndup__internal_alias
__attribute((visibility("hidden")));
14958 #define xmlUTF8Strndup xmlUTF8Strndup__internal_alias
14962 #ifdef bottom_xmlstring
14963 #undef xmlUTF8Strpos
14964 extern __typeof (xmlUTF8Strpos
) xmlUTF8Strpos
__attribute((alias("xmlUTF8Strpos__internal_alias")));
14966 #ifndef xmlUTF8Strpos
14967 extern __typeof (xmlUTF8Strpos
) xmlUTF8Strpos__internal_alias
__attribute((visibility("hidden")));
14968 #define xmlUTF8Strpos xmlUTF8Strpos__internal_alias
14972 #ifdef bottom_xmlstring
14973 #undef xmlUTF8Strsize
14974 extern __typeof (xmlUTF8Strsize
) xmlUTF8Strsize
__attribute((alias("xmlUTF8Strsize__internal_alias")));
14976 #ifndef xmlUTF8Strsize
14977 extern __typeof (xmlUTF8Strsize
) xmlUTF8Strsize__internal_alias
__attribute((visibility("hidden")));
14978 #define xmlUTF8Strsize xmlUTF8Strsize__internal_alias
14982 #ifdef bottom_xmlstring
14983 #undef xmlUTF8Strsub
14984 extern __typeof (xmlUTF8Strsub
) xmlUTF8Strsub
__attribute((alias("xmlUTF8Strsub__internal_alias")));
14986 #ifndef xmlUTF8Strsub
14987 extern __typeof (xmlUTF8Strsub
) xmlUTF8Strsub__internal_alias
__attribute((visibility("hidden")));
14988 #define xmlUTF8Strsub xmlUTF8Strsub__internal_alias
14993 #undef xmlUnlinkNode
14994 extern __typeof (xmlUnlinkNode
) xmlUnlinkNode
__attribute((alias("xmlUnlinkNode__internal_alias")));
14996 #ifndef xmlUnlinkNode
14997 extern __typeof (xmlUnlinkNode
) xmlUnlinkNode__internal_alias
__attribute((visibility("hidden")));
14998 #define xmlUnlinkNode xmlUnlinkNode__internal_alias
15002 #ifdef bottom_threads
15003 #undef xmlUnlockLibrary
15004 extern __typeof (xmlUnlockLibrary
) xmlUnlockLibrary
__attribute((alias("xmlUnlockLibrary__internal_alias")));
15006 #ifndef xmlUnlockLibrary
15007 extern __typeof (xmlUnlockLibrary
) xmlUnlockLibrary__internal_alias
__attribute((visibility("hidden")));
15008 #define xmlUnlockLibrary xmlUnlockLibrary__internal_alias
15012 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15014 #undef xmlUnsetNsProp
15015 extern __typeof (xmlUnsetNsProp
) xmlUnsetNsProp
__attribute((alias("xmlUnsetNsProp__internal_alias")));
15017 #ifndef xmlUnsetNsProp
15018 extern __typeof (xmlUnsetNsProp
) xmlUnsetNsProp__internal_alias
__attribute((visibility("hidden")));
15019 #define xmlUnsetNsProp xmlUnsetNsProp__internal_alias
15024 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15026 #undef xmlUnsetProp
15027 extern __typeof (xmlUnsetProp
) xmlUnsetProp
__attribute((alias("xmlUnsetProp__internal_alias")));
15029 #ifndef xmlUnsetProp
15030 extern __typeof (xmlUnsetProp
) xmlUnsetProp__internal_alias
__attribute((visibility("hidden")));
15031 #define xmlUnsetProp xmlUnsetProp__internal_alias
15036 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15037 #ifdef bottom_valid
15038 #undef xmlValidBuildContentModel
15039 extern __typeof (xmlValidBuildContentModel
) xmlValidBuildContentModel
__attribute((alias("xmlValidBuildContentModel__internal_alias")));
15041 #ifndef xmlValidBuildContentModel
15042 extern __typeof (xmlValidBuildContentModel
) xmlValidBuildContentModel__internal_alias
__attribute((visibility("hidden")));
15043 #define xmlValidBuildContentModel xmlValidBuildContentModel__internal_alias
15048 #if defined(LIBXML_VALID_ENABLED)
15049 #ifdef bottom_valid
15050 #undef xmlValidCtxtNormalizeAttributeValue
15051 extern __typeof (xmlValidCtxtNormalizeAttributeValue
) xmlValidCtxtNormalizeAttributeValue
__attribute((alias("xmlValidCtxtNormalizeAttributeValue__internal_alias")));
15053 #ifndef xmlValidCtxtNormalizeAttributeValue
15054 extern __typeof (xmlValidCtxtNormalizeAttributeValue
) xmlValidCtxtNormalizeAttributeValue__internal_alias
__attribute((visibility("hidden")));
15055 #define xmlValidCtxtNormalizeAttributeValue xmlValidCtxtNormalizeAttributeValue__internal_alias
15060 #if defined(LIBXML_VALID_ENABLED)
15061 #ifdef bottom_valid
15062 #undef xmlValidGetPotentialChildren
15063 extern __typeof (xmlValidGetPotentialChildren
) xmlValidGetPotentialChildren
__attribute((alias("xmlValidGetPotentialChildren__internal_alias")));
15065 #ifndef xmlValidGetPotentialChildren
15066 extern __typeof (xmlValidGetPotentialChildren
) xmlValidGetPotentialChildren__internal_alias
__attribute((visibility("hidden")));
15067 #define xmlValidGetPotentialChildren xmlValidGetPotentialChildren__internal_alias
15072 #if defined(LIBXML_VALID_ENABLED)
15073 #ifdef bottom_valid
15074 #undef xmlValidGetValidElements
15075 extern __typeof (xmlValidGetValidElements
) xmlValidGetValidElements
__attribute((alias("xmlValidGetValidElements__internal_alias")));
15077 #ifndef xmlValidGetValidElements
15078 extern __typeof (xmlValidGetValidElements
) xmlValidGetValidElements__internal_alias
__attribute((visibility("hidden")));
15079 #define xmlValidGetValidElements xmlValidGetValidElements__internal_alias
15084 #if defined(LIBXML_VALID_ENABLED)
15085 #ifdef bottom_valid
15086 #undef xmlValidNormalizeAttributeValue
15087 extern __typeof (xmlValidNormalizeAttributeValue
) xmlValidNormalizeAttributeValue
__attribute((alias("xmlValidNormalizeAttributeValue__internal_alias")));
15089 #ifndef xmlValidNormalizeAttributeValue
15090 extern __typeof (xmlValidNormalizeAttributeValue
) xmlValidNormalizeAttributeValue__internal_alias
__attribute((visibility("hidden")));
15091 #define xmlValidNormalizeAttributeValue xmlValidNormalizeAttributeValue__internal_alias
15096 #if defined(LIBXML_VALID_ENABLED)
15097 #ifdef bottom_valid
15098 #undef xmlValidateAttributeDecl
15099 extern __typeof (xmlValidateAttributeDecl
) xmlValidateAttributeDecl
__attribute((alias("xmlValidateAttributeDecl__internal_alias")));
15101 #ifndef xmlValidateAttributeDecl
15102 extern __typeof (xmlValidateAttributeDecl
) xmlValidateAttributeDecl__internal_alias
__attribute((visibility("hidden")));
15103 #define xmlValidateAttributeDecl xmlValidateAttributeDecl__internal_alias
15108 #if defined(LIBXML_VALID_ENABLED)
15109 #ifdef bottom_valid
15110 #undef xmlValidateAttributeValue
15111 extern __typeof (xmlValidateAttributeValue
) xmlValidateAttributeValue
__attribute((alias("xmlValidateAttributeValue__internal_alias")));
15113 #ifndef xmlValidateAttributeValue
15114 extern __typeof (xmlValidateAttributeValue
) xmlValidateAttributeValue__internal_alias
__attribute((visibility("hidden")));
15115 #define xmlValidateAttributeValue xmlValidateAttributeValue__internal_alias
15120 #if defined(LIBXML_VALID_ENABLED)
15121 #ifdef bottom_valid
15122 #undef xmlValidateDocument
15123 extern __typeof (xmlValidateDocument
) xmlValidateDocument
__attribute((alias("xmlValidateDocument__internal_alias")));
15125 #ifndef xmlValidateDocument
15126 extern __typeof (xmlValidateDocument
) xmlValidateDocument__internal_alias
__attribute((visibility("hidden")));
15127 #define xmlValidateDocument xmlValidateDocument__internal_alias
15132 #if defined(LIBXML_VALID_ENABLED)
15133 #ifdef bottom_valid
15134 #undef xmlValidateDocumentFinal
15135 extern __typeof (xmlValidateDocumentFinal
) xmlValidateDocumentFinal
__attribute((alias("xmlValidateDocumentFinal__internal_alias")));
15137 #ifndef xmlValidateDocumentFinal
15138 extern __typeof (xmlValidateDocumentFinal
) xmlValidateDocumentFinal__internal_alias
__attribute((visibility("hidden")));
15139 #define xmlValidateDocumentFinal xmlValidateDocumentFinal__internal_alias
15144 #if defined(LIBXML_VALID_ENABLED)
15145 #ifdef bottom_valid
15146 #undef xmlValidateDtd
15147 extern __typeof (xmlValidateDtd
) xmlValidateDtd
__attribute((alias("xmlValidateDtd__internal_alias")));
15149 #ifndef xmlValidateDtd
15150 extern __typeof (xmlValidateDtd
) xmlValidateDtd__internal_alias
__attribute((visibility("hidden")));
15151 #define xmlValidateDtd xmlValidateDtd__internal_alias
15156 #if defined(LIBXML_VALID_ENABLED)
15157 #ifdef bottom_valid
15158 #undef xmlValidateDtdFinal
15159 extern __typeof (xmlValidateDtdFinal
) xmlValidateDtdFinal
__attribute((alias("xmlValidateDtdFinal__internal_alias")));
15161 #ifndef xmlValidateDtdFinal
15162 extern __typeof (xmlValidateDtdFinal
) xmlValidateDtdFinal__internal_alias
__attribute((visibility("hidden")));
15163 #define xmlValidateDtdFinal xmlValidateDtdFinal__internal_alias
15168 #if defined(LIBXML_VALID_ENABLED)
15169 #ifdef bottom_valid
15170 #undef xmlValidateElement
15171 extern __typeof (xmlValidateElement
) xmlValidateElement
__attribute((alias("xmlValidateElement__internal_alias")));
15173 #ifndef xmlValidateElement
15174 extern __typeof (xmlValidateElement
) xmlValidateElement__internal_alias
__attribute((visibility("hidden")));
15175 #define xmlValidateElement xmlValidateElement__internal_alias
15180 #if defined(LIBXML_VALID_ENABLED)
15181 #ifdef bottom_valid
15182 #undef xmlValidateElementDecl
15183 extern __typeof (xmlValidateElementDecl
) xmlValidateElementDecl
__attribute((alias("xmlValidateElementDecl__internal_alias")));
15185 #ifndef xmlValidateElementDecl
15186 extern __typeof (xmlValidateElementDecl
) xmlValidateElementDecl__internal_alias
__attribute((visibility("hidden")));
15187 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias
15192 #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)
15194 #undef xmlValidateNCName
15195 extern __typeof (xmlValidateNCName
) xmlValidateNCName
__attribute((alias("xmlValidateNCName__internal_alias")));
15197 #ifndef xmlValidateNCName
15198 extern __typeof (xmlValidateNCName
) xmlValidateNCName__internal_alias
__attribute((visibility("hidden")));
15199 #define xmlValidateNCName xmlValidateNCName__internal_alias
15204 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15206 #undef xmlValidateNMToken
15207 extern __typeof (xmlValidateNMToken
) xmlValidateNMToken
__attribute((alias("xmlValidateNMToken__internal_alias")));
15209 #ifndef xmlValidateNMToken
15210 extern __typeof (xmlValidateNMToken
) xmlValidateNMToken__internal_alias
__attribute((visibility("hidden")));
15211 #define xmlValidateNMToken xmlValidateNMToken__internal_alias
15216 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15218 #undef xmlValidateName
15219 extern __typeof (xmlValidateName
) xmlValidateName
__attribute((alias("xmlValidateName__internal_alias")));
15221 #ifndef xmlValidateName
15222 extern __typeof (xmlValidateName
) xmlValidateName__internal_alias
__attribute((visibility("hidden")));
15223 #define xmlValidateName xmlValidateName__internal_alias
15228 #if defined(LIBXML_VALID_ENABLED)
15229 #ifdef bottom_valid
15230 #undef xmlValidateNameValue
15231 extern __typeof (xmlValidateNameValue
) xmlValidateNameValue
__attribute((alias("xmlValidateNameValue__internal_alias")));
15233 #ifndef xmlValidateNameValue
15234 extern __typeof (xmlValidateNameValue
) xmlValidateNameValue__internal_alias
__attribute((visibility("hidden")));
15235 #define xmlValidateNameValue xmlValidateNameValue__internal_alias
15240 #if defined(LIBXML_VALID_ENABLED)
15241 #ifdef bottom_valid
15242 #undef xmlValidateNamesValue
15243 extern __typeof (xmlValidateNamesValue
) xmlValidateNamesValue
__attribute((alias("xmlValidateNamesValue__internal_alias")));
15245 #ifndef xmlValidateNamesValue
15246 extern __typeof (xmlValidateNamesValue
) xmlValidateNamesValue__internal_alias
__attribute((visibility("hidden")));
15247 #define xmlValidateNamesValue xmlValidateNamesValue__internal_alias
15252 #if defined(LIBXML_VALID_ENABLED)
15253 #ifdef bottom_valid
15254 #undef xmlValidateNmtokenValue
15255 extern __typeof (xmlValidateNmtokenValue
) xmlValidateNmtokenValue
__attribute((alias("xmlValidateNmtokenValue__internal_alias")));
15257 #ifndef xmlValidateNmtokenValue
15258 extern __typeof (xmlValidateNmtokenValue
) xmlValidateNmtokenValue__internal_alias
__attribute((visibility("hidden")));
15259 #define xmlValidateNmtokenValue xmlValidateNmtokenValue__internal_alias
15264 #if defined(LIBXML_VALID_ENABLED)
15265 #ifdef bottom_valid
15266 #undef xmlValidateNmtokensValue
15267 extern __typeof (xmlValidateNmtokensValue
) xmlValidateNmtokensValue
__attribute((alias("xmlValidateNmtokensValue__internal_alias")));
15269 #ifndef xmlValidateNmtokensValue
15270 extern __typeof (xmlValidateNmtokensValue
) xmlValidateNmtokensValue__internal_alias
__attribute((visibility("hidden")));
15271 #define xmlValidateNmtokensValue xmlValidateNmtokensValue__internal_alias
15276 #if defined(LIBXML_VALID_ENABLED)
15277 #ifdef bottom_valid
15278 #undef xmlValidateNotationDecl
15279 extern __typeof (xmlValidateNotationDecl
) xmlValidateNotationDecl
__attribute((alias("xmlValidateNotationDecl__internal_alias")));
15281 #ifndef xmlValidateNotationDecl
15282 extern __typeof (xmlValidateNotationDecl
) xmlValidateNotationDecl__internal_alias
__attribute((visibility("hidden")));
15283 #define xmlValidateNotationDecl xmlValidateNotationDecl__internal_alias
15288 #if defined(LIBXML_VALID_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15289 #ifdef bottom_valid
15290 #undef xmlValidateNotationUse
15291 extern __typeof (xmlValidateNotationUse
) xmlValidateNotationUse
__attribute((alias("xmlValidateNotationUse__internal_alias")));
15293 #ifndef xmlValidateNotationUse
15294 extern __typeof (xmlValidateNotationUse
) xmlValidateNotationUse__internal_alias
__attribute((visibility("hidden")));
15295 #define xmlValidateNotationUse xmlValidateNotationUse__internal_alias
15300 #if defined(LIBXML_VALID_ENABLED)
15301 #ifdef bottom_valid
15302 #undef xmlValidateOneAttribute
15303 extern __typeof (xmlValidateOneAttribute
) xmlValidateOneAttribute
__attribute((alias("xmlValidateOneAttribute__internal_alias")));
15305 #ifndef xmlValidateOneAttribute
15306 extern __typeof (xmlValidateOneAttribute
) xmlValidateOneAttribute__internal_alias
__attribute((visibility("hidden")));
15307 #define xmlValidateOneAttribute xmlValidateOneAttribute__internal_alias
15312 #if defined(LIBXML_VALID_ENABLED)
15313 #ifdef bottom_valid
15314 #undef xmlValidateOneElement
15315 extern __typeof (xmlValidateOneElement
) xmlValidateOneElement
__attribute((alias("xmlValidateOneElement__internal_alias")));
15317 #ifndef xmlValidateOneElement
15318 extern __typeof (xmlValidateOneElement
) xmlValidateOneElement__internal_alias
__attribute((visibility("hidden")));
15319 #define xmlValidateOneElement xmlValidateOneElement__internal_alias
15324 #if defined(LIBXML_VALID_ENABLED)
15325 #ifdef bottom_valid
15326 #undef xmlValidateOneNamespace
15327 extern __typeof (xmlValidateOneNamespace
) xmlValidateOneNamespace
__attribute((alias("xmlValidateOneNamespace__internal_alias")));
15329 #ifndef xmlValidateOneNamespace
15330 extern __typeof (xmlValidateOneNamespace
) xmlValidateOneNamespace__internal_alias
__attribute((visibility("hidden")));
15331 #define xmlValidateOneNamespace xmlValidateOneNamespace__internal_alias
15336 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15337 #ifdef bottom_valid
15338 #undef xmlValidatePopElement
15339 extern __typeof (xmlValidatePopElement
) xmlValidatePopElement
__attribute((alias("xmlValidatePopElement__internal_alias")));
15341 #ifndef xmlValidatePopElement
15342 extern __typeof (xmlValidatePopElement
) xmlValidatePopElement__internal_alias
__attribute((visibility("hidden")));
15343 #define xmlValidatePopElement xmlValidatePopElement__internal_alias
15348 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15349 #ifdef bottom_valid
15350 #undef xmlValidatePushCData
15351 extern __typeof (xmlValidatePushCData
) xmlValidatePushCData
__attribute((alias("xmlValidatePushCData__internal_alias")));
15353 #ifndef xmlValidatePushCData
15354 extern __typeof (xmlValidatePushCData
) xmlValidatePushCData__internal_alias
__attribute((visibility("hidden")));
15355 #define xmlValidatePushCData xmlValidatePushCData__internal_alias
15360 #if defined(LIBXML_VALID_ENABLED) && defined(LIBXML_REGEXP_ENABLED)
15361 #ifdef bottom_valid
15362 #undef xmlValidatePushElement
15363 extern __typeof (xmlValidatePushElement
) xmlValidatePushElement
__attribute((alias("xmlValidatePushElement__internal_alias")));
15365 #ifndef xmlValidatePushElement
15366 extern __typeof (xmlValidatePushElement
) xmlValidatePushElement__internal_alias
__attribute((visibility("hidden")));
15367 #define xmlValidatePushElement xmlValidatePushElement__internal_alias
15372 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
15374 #undef xmlValidateQName
15375 extern __typeof (xmlValidateQName
) xmlValidateQName
__attribute((alias("xmlValidateQName__internal_alias")));
15377 #ifndef xmlValidateQName
15378 extern __typeof (xmlValidateQName
) xmlValidateQName__internal_alias
__attribute((visibility("hidden")));
15379 #define xmlValidateQName xmlValidateQName__internal_alias
15384 #if defined(LIBXML_VALID_ENABLED)
15385 #ifdef bottom_valid
15386 #undef xmlValidateRoot
15387 extern __typeof (xmlValidateRoot
) xmlValidateRoot
__attribute((alias("xmlValidateRoot__internal_alias")));
15389 #ifndef xmlValidateRoot
15390 extern __typeof (xmlValidateRoot
) xmlValidateRoot__internal_alias
__attribute((visibility("hidden")));
15391 #define xmlValidateRoot xmlValidateRoot__internal_alias
15396 #if defined(LIBXML_XINCLUDE_ENABLED)
15397 #ifdef bottom_xinclude
15398 #undef xmlXIncludeFreeContext
15399 extern __typeof (xmlXIncludeFreeContext
) xmlXIncludeFreeContext
__attribute((alias("xmlXIncludeFreeContext__internal_alias")));
15401 #ifndef xmlXIncludeFreeContext
15402 extern __typeof (xmlXIncludeFreeContext
) xmlXIncludeFreeContext__internal_alias
__attribute((visibility("hidden")));
15403 #define xmlXIncludeFreeContext xmlXIncludeFreeContext__internal_alias
15408 #if defined(LIBXML_XINCLUDE_ENABLED)
15409 #ifdef bottom_xinclude
15410 #undef xmlXIncludeNewContext
15411 extern __typeof (xmlXIncludeNewContext
) xmlXIncludeNewContext
__attribute((alias("xmlXIncludeNewContext__internal_alias")));
15413 #ifndef xmlXIncludeNewContext
15414 extern __typeof (xmlXIncludeNewContext
) xmlXIncludeNewContext__internal_alias
__attribute((visibility("hidden")));
15415 #define xmlXIncludeNewContext xmlXIncludeNewContext__internal_alias
15420 #if defined(LIBXML_XINCLUDE_ENABLED)
15421 #ifdef bottom_xinclude
15422 #undef xmlXIncludeProcess
15423 extern __typeof (xmlXIncludeProcess
) xmlXIncludeProcess
__attribute((alias("xmlXIncludeProcess__internal_alias")));
15425 #ifndef xmlXIncludeProcess
15426 extern __typeof (xmlXIncludeProcess
) xmlXIncludeProcess__internal_alias
__attribute((visibility("hidden")));
15427 #define xmlXIncludeProcess xmlXIncludeProcess__internal_alias
15432 #if defined(LIBXML_XINCLUDE_ENABLED)
15433 #ifdef bottom_xinclude
15434 #undef xmlXIncludeProcessFlags
15435 extern __typeof (xmlXIncludeProcessFlags
) xmlXIncludeProcessFlags
__attribute((alias("xmlXIncludeProcessFlags__internal_alias")));
15437 #ifndef xmlXIncludeProcessFlags
15438 extern __typeof (xmlXIncludeProcessFlags
) xmlXIncludeProcessFlags__internal_alias
__attribute((visibility("hidden")));
15439 #define xmlXIncludeProcessFlags xmlXIncludeProcessFlags__internal_alias
15444 #if defined(LIBXML_XINCLUDE_ENABLED)
15445 #ifdef bottom_xinclude
15446 #undef xmlXIncludeProcessFlagsData
15447 extern __typeof (xmlXIncludeProcessFlagsData
) xmlXIncludeProcessFlagsData
__attribute((alias("xmlXIncludeProcessFlagsData__internal_alias")));
15449 #ifndef xmlXIncludeProcessFlagsData
15450 extern __typeof (xmlXIncludeProcessFlagsData
) xmlXIncludeProcessFlagsData__internal_alias
__attribute((visibility("hidden")));
15451 #define xmlXIncludeProcessFlagsData xmlXIncludeProcessFlagsData__internal_alias
15456 #if defined(LIBXML_XINCLUDE_ENABLED)
15457 #ifdef bottom_xinclude
15458 #undef xmlXIncludeProcessNode
15459 extern __typeof (xmlXIncludeProcessNode
) xmlXIncludeProcessNode
__attribute((alias("xmlXIncludeProcessNode__internal_alias")));
15461 #ifndef xmlXIncludeProcessNode
15462 extern __typeof (xmlXIncludeProcessNode
) xmlXIncludeProcessNode__internal_alias
__attribute((visibility("hidden")));
15463 #define xmlXIncludeProcessNode xmlXIncludeProcessNode__internal_alias
15468 #if defined(LIBXML_XINCLUDE_ENABLED)
15469 #ifdef bottom_xinclude
15470 #undef xmlXIncludeProcessTree
15471 extern __typeof (xmlXIncludeProcessTree
) xmlXIncludeProcessTree
__attribute((alias("xmlXIncludeProcessTree__internal_alias")));
15473 #ifndef xmlXIncludeProcessTree
15474 extern __typeof (xmlXIncludeProcessTree
) xmlXIncludeProcessTree__internal_alias
__attribute((visibility("hidden")));
15475 #define xmlXIncludeProcessTree xmlXIncludeProcessTree__internal_alias
15480 #if defined(LIBXML_XINCLUDE_ENABLED)
15481 #ifdef bottom_xinclude
15482 #undef xmlXIncludeProcessTreeFlags
15483 extern __typeof (xmlXIncludeProcessTreeFlags
) xmlXIncludeProcessTreeFlags
__attribute((alias("xmlXIncludeProcessTreeFlags__internal_alias")));
15485 #ifndef xmlXIncludeProcessTreeFlags
15486 extern __typeof (xmlXIncludeProcessTreeFlags
) xmlXIncludeProcessTreeFlags__internal_alias
__attribute((visibility("hidden")));
15487 #define xmlXIncludeProcessTreeFlags xmlXIncludeProcessTreeFlags__internal_alias
15492 #if defined(LIBXML_XINCLUDE_ENABLED)
15493 #ifdef bottom_xinclude
15494 #undef xmlXIncludeProcessTreeFlagsData
15495 extern __typeof (xmlXIncludeProcessTreeFlagsData
) xmlXIncludeProcessTreeFlagsData
__attribute((alias("xmlXIncludeProcessTreeFlagsData__internal_alias")));
15497 #ifndef xmlXIncludeProcessTreeFlagsData
15498 extern __typeof (xmlXIncludeProcessTreeFlagsData
) xmlXIncludeProcessTreeFlagsData__internal_alias
__attribute((visibility("hidden")));
15499 #define xmlXIncludeProcessTreeFlagsData xmlXIncludeProcessTreeFlagsData__internal_alias
15504 #if defined(LIBXML_XINCLUDE_ENABLED)
15505 #ifdef bottom_xinclude
15506 #undef xmlXIncludeSetFlags
15507 extern __typeof (xmlXIncludeSetFlags
) xmlXIncludeSetFlags
__attribute((alias("xmlXIncludeSetFlags__internal_alias")));
15509 #ifndef xmlXIncludeSetFlags
15510 extern __typeof (xmlXIncludeSetFlags
) xmlXIncludeSetFlags__internal_alias
__attribute((visibility("hidden")));
15511 #define xmlXIncludeSetFlags xmlXIncludeSetFlags__internal_alias
15516 #if defined(LIBXML_XPATH_ENABLED)
15517 #ifdef bottom_xpath
15518 #undef xmlXPathAddValues
15519 extern __typeof (xmlXPathAddValues
) xmlXPathAddValues
__attribute((alias("xmlXPathAddValues__internal_alias")));
15521 #ifndef xmlXPathAddValues
15522 extern __typeof (xmlXPathAddValues
) xmlXPathAddValues__internal_alias
__attribute((visibility("hidden")));
15523 #define xmlXPathAddValues xmlXPathAddValues__internal_alias
15528 #if defined(LIBXML_XPATH_ENABLED)
15529 #ifdef bottom_xpath
15530 #undef xmlXPathBooleanFunction
15531 extern __typeof (xmlXPathBooleanFunction
) xmlXPathBooleanFunction
__attribute((alias("xmlXPathBooleanFunction__internal_alias")));
15533 #ifndef xmlXPathBooleanFunction
15534 extern __typeof (xmlXPathBooleanFunction
) xmlXPathBooleanFunction__internal_alias
__attribute((visibility("hidden")));
15535 #define xmlXPathBooleanFunction xmlXPathBooleanFunction__internal_alias
15540 #if defined(LIBXML_XPATH_ENABLED)
15541 #ifdef bottom_xpath
15542 #undef xmlXPathCastBooleanToNumber
15543 extern __typeof (xmlXPathCastBooleanToNumber
) xmlXPathCastBooleanToNumber
__attribute((alias("xmlXPathCastBooleanToNumber__internal_alias")));
15545 #ifndef xmlXPathCastBooleanToNumber
15546 extern __typeof (xmlXPathCastBooleanToNumber
) xmlXPathCastBooleanToNumber__internal_alias
__attribute((visibility("hidden")));
15547 #define xmlXPathCastBooleanToNumber xmlXPathCastBooleanToNumber__internal_alias
15552 #if defined(LIBXML_XPATH_ENABLED)
15553 #ifdef bottom_xpath
15554 #undef xmlXPathCastBooleanToString
15555 extern __typeof (xmlXPathCastBooleanToString
) xmlXPathCastBooleanToString
__attribute((alias("xmlXPathCastBooleanToString__internal_alias")));
15557 #ifndef xmlXPathCastBooleanToString
15558 extern __typeof (xmlXPathCastBooleanToString
) xmlXPathCastBooleanToString__internal_alias
__attribute((visibility("hidden")));
15559 #define xmlXPathCastBooleanToString xmlXPathCastBooleanToString__internal_alias
15564 #if defined(LIBXML_XPATH_ENABLED)
15565 #ifdef bottom_xpath
15566 #undef xmlXPathCastNodeSetToBoolean
15567 extern __typeof (xmlXPathCastNodeSetToBoolean
) xmlXPathCastNodeSetToBoolean
__attribute((alias("xmlXPathCastNodeSetToBoolean__internal_alias")));
15569 #ifndef xmlXPathCastNodeSetToBoolean
15570 extern __typeof (xmlXPathCastNodeSetToBoolean
) xmlXPathCastNodeSetToBoolean__internal_alias
__attribute((visibility("hidden")));
15571 #define xmlXPathCastNodeSetToBoolean xmlXPathCastNodeSetToBoolean__internal_alias
15576 #if defined(LIBXML_XPATH_ENABLED)
15577 #ifdef bottom_xpath
15578 #undef xmlXPathCastNodeSetToNumber
15579 extern __typeof (xmlXPathCastNodeSetToNumber
) xmlXPathCastNodeSetToNumber
__attribute((alias("xmlXPathCastNodeSetToNumber__internal_alias")));
15581 #ifndef xmlXPathCastNodeSetToNumber
15582 extern __typeof (xmlXPathCastNodeSetToNumber
) xmlXPathCastNodeSetToNumber__internal_alias
__attribute((visibility("hidden")));
15583 #define xmlXPathCastNodeSetToNumber xmlXPathCastNodeSetToNumber__internal_alias
15588 #if defined(LIBXML_XPATH_ENABLED)
15589 #ifdef bottom_xpath
15590 #undef xmlXPathCastNodeSetToString
15591 extern __typeof (xmlXPathCastNodeSetToString
) xmlXPathCastNodeSetToString
__attribute((alias("xmlXPathCastNodeSetToString__internal_alias")));
15593 #ifndef xmlXPathCastNodeSetToString
15594 extern __typeof (xmlXPathCastNodeSetToString
) xmlXPathCastNodeSetToString__internal_alias
__attribute((visibility("hidden")));
15595 #define xmlXPathCastNodeSetToString xmlXPathCastNodeSetToString__internal_alias
15600 #if defined(LIBXML_XPATH_ENABLED)
15601 #ifdef bottom_xpath
15602 #undef xmlXPathCastNodeToNumber
15603 extern __typeof (xmlXPathCastNodeToNumber
) xmlXPathCastNodeToNumber
__attribute((alias("xmlXPathCastNodeToNumber__internal_alias")));
15605 #ifndef xmlXPathCastNodeToNumber
15606 extern __typeof (xmlXPathCastNodeToNumber
) xmlXPathCastNodeToNumber__internal_alias
__attribute((visibility("hidden")));
15607 #define xmlXPathCastNodeToNumber xmlXPathCastNodeToNumber__internal_alias
15612 #if defined(LIBXML_XPATH_ENABLED)
15613 #ifdef bottom_xpath
15614 #undef xmlXPathCastNodeToString
15615 extern __typeof (xmlXPathCastNodeToString
) xmlXPathCastNodeToString
__attribute((alias("xmlXPathCastNodeToString__internal_alias")));
15617 #ifndef xmlXPathCastNodeToString
15618 extern __typeof (xmlXPathCastNodeToString
) xmlXPathCastNodeToString__internal_alias
__attribute((visibility("hidden")));
15619 #define xmlXPathCastNodeToString xmlXPathCastNodeToString__internal_alias
15624 #if defined(LIBXML_XPATH_ENABLED)
15625 #ifdef bottom_xpath
15626 #undef xmlXPathCastNumberToBoolean
15627 extern __typeof (xmlXPathCastNumberToBoolean
) xmlXPathCastNumberToBoolean
__attribute((alias("xmlXPathCastNumberToBoolean__internal_alias")));
15629 #ifndef xmlXPathCastNumberToBoolean
15630 extern __typeof (xmlXPathCastNumberToBoolean
) xmlXPathCastNumberToBoolean__internal_alias
__attribute((visibility("hidden")));
15631 #define xmlXPathCastNumberToBoolean xmlXPathCastNumberToBoolean__internal_alias
15636 #if defined(LIBXML_XPATH_ENABLED)
15637 #ifdef bottom_xpath
15638 #undef xmlXPathCastNumberToString
15639 extern __typeof (xmlXPathCastNumberToString
) xmlXPathCastNumberToString
__attribute((alias("xmlXPathCastNumberToString__internal_alias")));
15641 #ifndef xmlXPathCastNumberToString
15642 extern __typeof (xmlXPathCastNumberToString
) xmlXPathCastNumberToString__internal_alias
__attribute((visibility("hidden")));
15643 #define xmlXPathCastNumberToString xmlXPathCastNumberToString__internal_alias
15648 #if defined(LIBXML_XPATH_ENABLED)
15649 #ifdef bottom_xpath
15650 #undef xmlXPathCastStringToBoolean
15651 extern __typeof (xmlXPathCastStringToBoolean
) xmlXPathCastStringToBoolean
__attribute((alias("xmlXPathCastStringToBoolean__internal_alias")));
15653 #ifndef xmlXPathCastStringToBoolean
15654 extern __typeof (xmlXPathCastStringToBoolean
) xmlXPathCastStringToBoolean__internal_alias
__attribute((visibility("hidden")));
15655 #define xmlXPathCastStringToBoolean xmlXPathCastStringToBoolean__internal_alias
15660 #if defined(LIBXML_XPATH_ENABLED)
15661 #ifdef bottom_xpath
15662 #undef xmlXPathCastStringToNumber
15663 extern __typeof (xmlXPathCastStringToNumber
) xmlXPathCastStringToNumber
__attribute((alias("xmlXPathCastStringToNumber__internal_alias")));
15665 #ifndef xmlXPathCastStringToNumber
15666 extern __typeof (xmlXPathCastStringToNumber
) xmlXPathCastStringToNumber__internal_alias
__attribute((visibility("hidden")));
15667 #define xmlXPathCastStringToNumber xmlXPathCastStringToNumber__internal_alias
15672 #if defined(LIBXML_XPATH_ENABLED)
15673 #ifdef bottom_xpath
15674 #undef xmlXPathCastToBoolean
15675 extern __typeof (xmlXPathCastToBoolean
) xmlXPathCastToBoolean
__attribute((alias("xmlXPathCastToBoolean__internal_alias")));
15677 #ifndef xmlXPathCastToBoolean
15678 extern __typeof (xmlXPathCastToBoolean
) xmlXPathCastToBoolean__internal_alias
__attribute((visibility("hidden")));
15679 #define xmlXPathCastToBoolean xmlXPathCastToBoolean__internal_alias
15684 #if defined(LIBXML_XPATH_ENABLED)
15685 #ifdef bottom_xpath
15686 #undef xmlXPathCastToNumber
15687 extern __typeof (xmlXPathCastToNumber
) xmlXPathCastToNumber
__attribute((alias("xmlXPathCastToNumber__internal_alias")));
15689 #ifndef xmlXPathCastToNumber
15690 extern __typeof (xmlXPathCastToNumber
) xmlXPathCastToNumber__internal_alias
__attribute((visibility("hidden")));
15691 #define xmlXPathCastToNumber xmlXPathCastToNumber__internal_alias
15696 #if defined(LIBXML_XPATH_ENABLED)
15697 #ifdef bottom_xpath
15698 #undef xmlXPathCastToString
15699 extern __typeof (xmlXPathCastToString
) xmlXPathCastToString
__attribute((alias("xmlXPathCastToString__internal_alias")));
15701 #ifndef xmlXPathCastToString
15702 extern __typeof (xmlXPathCastToString
) xmlXPathCastToString__internal_alias
__attribute((visibility("hidden")));
15703 #define xmlXPathCastToString xmlXPathCastToString__internal_alias
15708 #if defined(LIBXML_XPATH_ENABLED)
15709 #ifdef bottom_xpath
15710 #undef xmlXPathCeilingFunction
15711 extern __typeof (xmlXPathCeilingFunction
) xmlXPathCeilingFunction
__attribute((alias("xmlXPathCeilingFunction__internal_alias")));
15713 #ifndef xmlXPathCeilingFunction
15714 extern __typeof (xmlXPathCeilingFunction
) xmlXPathCeilingFunction__internal_alias
__attribute((visibility("hidden")));
15715 #define xmlXPathCeilingFunction xmlXPathCeilingFunction__internal_alias
15720 #if defined(LIBXML_XPATH_ENABLED)
15721 #ifdef bottom_xpath
15722 #undef xmlXPathCmpNodes
15723 extern __typeof (xmlXPathCmpNodes
) xmlXPathCmpNodes
__attribute((alias("xmlXPathCmpNodes__internal_alias")));
15725 #ifndef xmlXPathCmpNodes
15726 extern __typeof (xmlXPathCmpNodes
) xmlXPathCmpNodes__internal_alias
__attribute((visibility("hidden")));
15727 #define xmlXPathCmpNodes xmlXPathCmpNodes__internal_alias
15732 #if defined(LIBXML_XPATH_ENABLED)
15733 #ifdef bottom_xpath
15734 #undef xmlXPathCompareValues
15735 extern __typeof (xmlXPathCompareValues
) xmlXPathCompareValues
__attribute((alias("xmlXPathCompareValues__internal_alias")));
15737 #ifndef xmlXPathCompareValues
15738 extern __typeof (xmlXPathCompareValues
) xmlXPathCompareValues__internal_alias
__attribute((visibility("hidden")));
15739 #define xmlXPathCompareValues xmlXPathCompareValues__internal_alias
15744 #if defined(LIBXML_XPATH_ENABLED)
15745 #ifdef bottom_xpath
15746 #undef xmlXPathCompile
15747 extern __typeof (xmlXPathCompile
) xmlXPathCompile
__attribute((alias("xmlXPathCompile__internal_alias")));
15749 #ifndef xmlXPathCompile
15750 extern __typeof (xmlXPathCompile
) xmlXPathCompile__internal_alias
__attribute((visibility("hidden")));
15751 #define xmlXPathCompile xmlXPathCompile__internal_alias
15756 #if defined(LIBXML_XPATH_ENABLED)
15757 #ifdef bottom_xpath
15758 #undef xmlXPathCompiledEval
15759 extern __typeof (xmlXPathCompiledEval
) xmlXPathCompiledEval
__attribute((alias("xmlXPathCompiledEval__internal_alias")));
15761 #ifndef xmlXPathCompiledEval
15762 extern __typeof (xmlXPathCompiledEval
) xmlXPathCompiledEval__internal_alias
__attribute((visibility("hidden")));
15763 #define xmlXPathCompiledEval xmlXPathCompiledEval__internal_alias
15768 #if defined(LIBXML_XPATH_ENABLED)
15769 #ifdef bottom_xpath
15770 #undef xmlXPathCompiledEvalToBoolean
15771 extern __typeof (xmlXPathCompiledEvalToBoolean
) xmlXPathCompiledEvalToBoolean
__attribute((alias("xmlXPathCompiledEvalToBoolean__internal_alias")));
15773 #ifndef xmlXPathCompiledEvalToBoolean
15774 extern __typeof (xmlXPathCompiledEvalToBoolean
) xmlXPathCompiledEvalToBoolean__internal_alias
__attribute((visibility("hidden")));
15775 #define xmlXPathCompiledEvalToBoolean xmlXPathCompiledEvalToBoolean__internal_alias
15780 #if defined(LIBXML_XPATH_ENABLED)
15781 #ifdef bottom_xpath
15782 #undef xmlXPathConcatFunction
15783 extern __typeof (xmlXPathConcatFunction
) xmlXPathConcatFunction
__attribute((alias("xmlXPathConcatFunction__internal_alias")));
15785 #ifndef xmlXPathConcatFunction
15786 extern __typeof (xmlXPathConcatFunction
) xmlXPathConcatFunction__internal_alias
__attribute((visibility("hidden")));
15787 #define xmlXPathConcatFunction xmlXPathConcatFunction__internal_alias
15792 #if defined(LIBXML_XPATH_ENABLED)
15793 #ifdef bottom_xpath
15794 #undef xmlXPathContainsFunction
15795 extern __typeof (xmlXPathContainsFunction
) xmlXPathContainsFunction
__attribute((alias("xmlXPathContainsFunction__internal_alias")));
15797 #ifndef xmlXPathContainsFunction
15798 extern __typeof (xmlXPathContainsFunction
) xmlXPathContainsFunction__internal_alias
__attribute((visibility("hidden")));
15799 #define xmlXPathContainsFunction xmlXPathContainsFunction__internal_alias
15804 #if defined(LIBXML_XPATH_ENABLED)
15805 #ifdef bottom_xpath
15806 #undef xmlXPathContextSetCache
15807 extern __typeof (xmlXPathContextSetCache
) xmlXPathContextSetCache
__attribute((alias("xmlXPathContextSetCache__internal_alias")));
15809 #ifndef xmlXPathContextSetCache
15810 extern __typeof (xmlXPathContextSetCache
) xmlXPathContextSetCache__internal_alias
__attribute((visibility("hidden")));
15811 #define xmlXPathContextSetCache xmlXPathContextSetCache__internal_alias
15816 #if defined(LIBXML_XPATH_ENABLED)
15817 #ifdef bottom_xpath
15818 #undef xmlXPathConvertBoolean
15819 extern __typeof (xmlXPathConvertBoolean
) xmlXPathConvertBoolean
__attribute((alias("xmlXPathConvertBoolean__internal_alias")));
15821 #ifndef xmlXPathConvertBoolean
15822 extern __typeof (xmlXPathConvertBoolean
) xmlXPathConvertBoolean__internal_alias
__attribute((visibility("hidden")));
15823 #define xmlXPathConvertBoolean xmlXPathConvertBoolean__internal_alias
15828 #if defined(LIBXML_XPATH_ENABLED)
15829 #ifdef bottom_xpath
15830 #undef xmlXPathConvertNumber
15831 extern __typeof (xmlXPathConvertNumber
) xmlXPathConvertNumber
__attribute((alias("xmlXPathConvertNumber__internal_alias")));
15833 #ifndef xmlXPathConvertNumber
15834 extern __typeof (xmlXPathConvertNumber
) xmlXPathConvertNumber__internal_alias
__attribute((visibility("hidden")));
15835 #define xmlXPathConvertNumber xmlXPathConvertNumber__internal_alias
15840 #if defined(LIBXML_XPATH_ENABLED)
15841 #ifdef bottom_xpath
15842 #undef xmlXPathConvertString
15843 extern __typeof (xmlXPathConvertString
) xmlXPathConvertString
__attribute((alias("xmlXPathConvertString__internal_alias")));
15845 #ifndef xmlXPathConvertString
15846 extern __typeof (xmlXPathConvertString
) xmlXPathConvertString__internal_alias
__attribute((visibility("hidden")));
15847 #define xmlXPathConvertString xmlXPathConvertString__internal_alias
15852 #if defined(LIBXML_XPATH_ENABLED)
15853 #ifdef bottom_xpath
15854 #undef xmlXPathCountFunction
15855 extern __typeof (xmlXPathCountFunction
) xmlXPathCountFunction
__attribute((alias("xmlXPathCountFunction__internal_alias")));
15857 #ifndef xmlXPathCountFunction
15858 extern __typeof (xmlXPathCountFunction
) xmlXPathCountFunction__internal_alias
__attribute((visibility("hidden")));
15859 #define xmlXPathCountFunction xmlXPathCountFunction__internal_alias
15864 #if defined(LIBXML_XPATH_ENABLED)
15865 #ifdef bottom_xpath
15866 #undef xmlXPathCtxtCompile
15867 extern __typeof (xmlXPathCtxtCompile
) xmlXPathCtxtCompile
__attribute((alias("xmlXPathCtxtCompile__internal_alias")));
15869 #ifndef xmlXPathCtxtCompile
15870 extern __typeof (xmlXPathCtxtCompile
) xmlXPathCtxtCompile__internal_alias
__attribute((visibility("hidden")));
15871 #define xmlXPathCtxtCompile xmlXPathCtxtCompile__internal_alias
15876 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
15877 #ifdef bottom_xpath
15878 #undef xmlXPathDebugDumpCompExpr
15879 extern __typeof (xmlXPathDebugDumpCompExpr
) xmlXPathDebugDumpCompExpr
__attribute((alias("xmlXPathDebugDumpCompExpr__internal_alias")));
15881 #ifndef xmlXPathDebugDumpCompExpr
15882 extern __typeof (xmlXPathDebugDumpCompExpr
) xmlXPathDebugDumpCompExpr__internal_alias
__attribute((visibility("hidden")));
15883 #define xmlXPathDebugDumpCompExpr xmlXPathDebugDumpCompExpr__internal_alias
15888 #if defined(LIBXML_XPATH_ENABLED) && defined(LIBXML_DEBUG_ENABLED)
15889 #ifdef bottom_xpath
15890 #undef xmlXPathDebugDumpObject
15891 extern __typeof (xmlXPathDebugDumpObject
) xmlXPathDebugDumpObject
__attribute((alias("xmlXPathDebugDumpObject__internal_alias")));
15893 #ifndef xmlXPathDebugDumpObject
15894 extern __typeof (xmlXPathDebugDumpObject
) xmlXPathDebugDumpObject__internal_alias
__attribute((visibility("hidden")));
15895 #define xmlXPathDebugDumpObject xmlXPathDebugDumpObject__internal_alias
15900 #if defined(LIBXML_XPATH_ENABLED)
15901 #ifdef bottom_xpath
15902 #undef xmlXPathDifference
15903 extern __typeof (xmlXPathDifference
) xmlXPathDifference
__attribute((alias("xmlXPathDifference__internal_alias")));
15905 #ifndef xmlXPathDifference
15906 extern __typeof (xmlXPathDifference
) xmlXPathDifference__internal_alias
__attribute((visibility("hidden")));
15907 #define xmlXPathDifference xmlXPathDifference__internal_alias
15912 #if defined(LIBXML_XPATH_ENABLED)
15913 #ifdef bottom_xpath
15914 #undef xmlXPathDistinct
15915 extern __typeof (xmlXPathDistinct
) xmlXPathDistinct
__attribute((alias("xmlXPathDistinct__internal_alias")));
15917 #ifndef xmlXPathDistinct
15918 extern __typeof (xmlXPathDistinct
) xmlXPathDistinct__internal_alias
__attribute((visibility("hidden")));
15919 #define xmlXPathDistinct xmlXPathDistinct__internal_alias
15924 #if defined(LIBXML_XPATH_ENABLED)
15925 #ifdef bottom_xpath
15926 #undef xmlXPathDistinctSorted
15927 extern __typeof (xmlXPathDistinctSorted
) xmlXPathDistinctSorted
__attribute((alias("xmlXPathDistinctSorted__internal_alias")));
15929 #ifndef xmlXPathDistinctSorted
15930 extern __typeof (xmlXPathDistinctSorted
) xmlXPathDistinctSorted__internal_alias
__attribute((visibility("hidden")));
15931 #define xmlXPathDistinctSorted xmlXPathDistinctSorted__internal_alias
15936 #if defined(LIBXML_XPATH_ENABLED)
15937 #ifdef bottom_xpath
15938 #undef xmlXPathDivValues
15939 extern __typeof (xmlXPathDivValues
) xmlXPathDivValues
__attribute((alias("xmlXPathDivValues__internal_alias")));
15941 #ifndef xmlXPathDivValues
15942 extern __typeof (xmlXPathDivValues
) xmlXPathDivValues__internal_alias
__attribute((visibility("hidden")));
15943 #define xmlXPathDivValues xmlXPathDivValues__internal_alias
15948 #if defined(LIBXML_XPATH_ENABLED)
15949 #ifdef bottom_xpath
15950 #undef xmlXPathEqualValues
15951 extern __typeof (xmlXPathEqualValues
) xmlXPathEqualValues
__attribute((alias("xmlXPathEqualValues__internal_alias")));
15953 #ifndef xmlXPathEqualValues
15954 extern __typeof (xmlXPathEqualValues
) xmlXPathEqualValues__internal_alias
__attribute((visibility("hidden")));
15955 #define xmlXPathEqualValues xmlXPathEqualValues__internal_alias
15960 #if defined(LIBXML_XPATH_ENABLED)
15961 #ifdef bottom_xpath
15963 extern __typeof (xmlXPathErr
) xmlXPathErr
__attribute((alias("xmlXPathErr__internal_alias")));
15965 #ifndef xmlXPathErr
15966 extern __typeof (xmlXPathErr
) xmlXPathErr__internal_alias
__attribute((visibility("hidden")));
15967 #define xmlXPathErr xmlXPathErr__internal_alias
15972 #if defined(LIBXML_XPATH_ENABLED)
15973 #ifdef bottom_xpath
15974 #undef xmlXPathEval
15975 extern __typeof (xmlXPathEval
) xmlXPathEval
__attribute((alias("xmlXPathEval__internal_alias")));
15977 #ifndef xmlXPathEval
15978 extern __typeof (xmlXPathEval
) xmlXPathEval__internal_alias
__attribute((visibility("hidden")));
15979 #define xmlXPathEval xmlXPathEval__internal_alias
15984 #if defined(LIBXML_XPATH_ENABLED)
15985 #ifdef bottom_xpath
15986 #undef xmlXPathEvalExpr
15987 extern __typeof (xmlXPathEvalExpr
) xmlXPathEvalExpr
__attribute((alias("xmlXPathEvalExpr__internal_alias")));
15989 #ifndef xmlXPathEvalExpr
15990 extern __typeof (xmlXPathEvalExpr
) xmlXPathEvalExpr__internal_alias
__attribute((visibility("hidden")));
15991 #define xmlXPathEvalExpr xmlXPathEvalExpr__internal_alias
15996 #if defined(LIBXML_XPATH_ENABLED)
15997 #ifdef bottom_xpath
15998 #undef xmlXPathEvalExpression
15999 extern __typeof (xmlXPathEvalExpression
) xmlXPathEvalExpression
__attribute((alias("xmlXPathEvalExpression__internal_alias")));
16001 #ifndef xmlXPathEvalExpression
16002 extern __typeof (xmlXPathEvalExpression
) xmlXPathEvalExpression__internal_alias
__attribute((visibility("hidden")));
16003 #define xmlXPathEvalExpression xmlXPathEvalExpression__internal_alias
16008 #if defined(LIBXML_XPATH_ENABLED)
16009 #ifdef bottom_xpath
16010 #undef xmlXPathEvalPredicate
16011 extern __typeof (xmlXPathEvalPredicate
) xmlXPathEvalPredicate
__attribute((alias("xmlXPathEvalPredicate__internal_alias")));
16013 #ifndef xmlXPathEvalPredicate
16014 extern __typeof (xmlXPathEvalPredicate
) xmlXPathEvalPredicate__internal_alias
__attribute((visibility("hidden")));
16015 #define xmlXPathEvalPredicate xmlXPathEvalPredicate__internal_alias
16020 #if defined(LIBXML_XPATH_ENABLED)
16021 #ifdef bottom_xpath
16022 #undef xmlXPathEvaluatePredicateResult
16023 extern __typeof (xmlXPathEvaluatePredicateResult
) xmlXPathEvaluatePredicateResult
__attribute((alias("xmlXPathEvaluatePredicateResult__internal_alias")));
16025 #ifndef xmlXPathEvaluatePredicateResult
16026 extern __typeof (xmlXPathEvaluatePredicateResult
) xmlXPathEvaluatePredicateResult__internal_alias
__attribute((visibility("hidden")));
16027 #define xmlXPathEvaluatePredicateResult xmlXPathEvaluatePredicateResult__internal_alias
16032 #if defined(LIBXML_XPATH_ENABLED)
16033 #ifdef bottom_xpath
16034 #undef xmlXPathFalseFunction
16035 extern __typeof (xmlXPathFalseFunction
) xmlXPathFalseFunction
__attribute((alias("xmlXPathFalseFunction__internal_alias")));
16037 #ifndef xmlXPathFalseFunction
16038 extern __typeof (xmlXPathFalseFunction
) xmlXPathFalseFunction__internal_alias
__attribute((visibility("hidden")));
16039 #define xmlXPathFalseFunction xmlXPathFalseFunction__internal_alias
16044 #if defined(LIBXML_XPATH_ENABLED)
16045 #ifdef bottom_xpath
16046 #undef xmlXPathFloorFunction
16047 extern __typeof (xmlXPathFloorFunction
) xmlXPathFloorFunction
__attribute((alias("xmlXPathFloorFunction__internal_alias")));
16049 #ifndef xmlXPathFloorFunction
16050 extern __typeof (xmlXPathFloorFunction
) xmlXPathFloorFunction__internal_alias
__attribute((visibility("hidden")));
16051 #define xmlXPathFloorFunction xmlXPathFloorFunction__internal_alias
16056 #if defined(LIBXML_XPATH_ENABLED)
16057 #ifdef bottom_xpath
16058 #undef xmlXPathFreeCompExpr
16059 extern __typeof (xmlXPathFreeCompExpr
) xmlXPathFreeCompExpr
__attribute((alias("xmlXPathFreeCompExpr__internal_alias")));
16061 #ifndef xmlXPathFreeCompExpr
16062 extern __typeof (xmlXPathFreeCompExpr
) xmlXPathFreeCompExpr__internal_alias
__attribute((visibility("hidden")));
16063 #define xmlXPathFreeCompExpr xmlXPathFreeCompExpr__internal_alias
16068 #if defined(LIBXML_XPATH_ENABLED)
16069 #ifdef bottom_xpath
16070 #undef xmlXPathFreeContext
16071 extern __typeof (xmlXPathFreeContext
) xmlXPathFreeContext
__attribute((alias("xmlXPathFreeContext__internal_alias")));
16073 #ifndef xmlXPathFreeContext
16074 extern __typeof (xmlXPathFreeContext
) xmlXPathFreeContext__internal_alias
__attribute((visibility("hidden")));
16075 #define xmlXPathFreeContext xmlXPathFreeContext__internal_alias
16080 #if defined(LIBXML_XPATH_ENABLED)
16081 #ifdef bottom_xpath
16082 #undef xmlXPathFreeNodeSet
16083 extern __typeof (xmlXPathFreeNodeSet
) xmlXPathFreeNodeSet
__attribute((alias("xmlXPathFreeNodeSet__internal_alias")));
16085 #ifndef xmlXPathFreeNodeSet
16086 extern __typeof (xmlXPathFreeNodeSet
) xmlXPathFreeNodeSet__internal_alias
__attribute((visibility("hidden")));
16087 #define xmlXPathFreeNodeSet xmlXPathFreeNodeSet__internal_alias
16092 #if defined(LIBXML_XPATH_ENABLED)
16093 #ifdef bottom_xpath
16094 #undef xmlXPathFreeNodeSetList
16095 extern __typeof (xmlXPathFreeNodeSetList
) xmlXPathFreeNodeSetList
__attribute((alias("xmlXPathFreeNodeSetList__internal_alias")));
16097 #ifndef xmlXPathFreeNodeSetList
16098 extern __typeof (xmlXPathFreeNodeSetList
) xmlXPathFreeNodeSetList__internal_alias
__attribute((visibility("hidden")));
16099 #define xmlXPathFreeNodeSetList xmlXPathFreeNodeSetList__internal_alias
16104 #if defined(LIBXML_XPATH_ENABLED)
16105 #ifdef bottom_xpath
16106 #undef xmlXPathFreeObject
16107 extern __typeof (xmlXPathFreeObject
) xmlXPathFreeObject
__attribute((alias("xmlXPathFreeObject__internal_alias")));
16109 #ifndef xmlXPathFreeObject
16110 extern __typeof (xmlXPathFreeObject
) xmlXPathFreeObject__internal_alias
__attribute((visibility("hidden")));
16111 #define xmlXPathFreeObject xmlXPathFreeObject__internal_alias
16116 #if defined(LIBXML_XPATH_ENABLED)
16117 #ifdef bottom_xpath
16118 #undef xmlXPathFreeParserContext
16119 extern __typeof (xmlXPathFreeParserContext
) xmlXPathFreeParserContext
__attribute((alias("xmlXPathFreeParserContext__internal_alias")));
16121 #ifndef xmlXPathFreeParserContext
16122 extern __typeof (xmlXPathFreeParserContext
) xmlXPathFreeParserContext__internal_alias
__attribute((visibility("hidden")));
16123 #define xmlXPathFreeParserContext xmlXPathFreeParserContext__internal_alias
16128 #if defined(LIBXML_XPATH_ENABLED)
16129 #ifdef bottom_xpath
16130 #undef xmlXPathFunctionLookup
16131 extern __typeof (xmlXPathFunctionLookup
) xmlXPathFunctionLookup
__attribute((alias("xmlXPathFunctionLookup__internal_alias")));
16133 #ifndef xmlXPathFunctionLookup
16134 extern __typeof (xmlXPathFunctionLookup
) xmlXPathFunctionLookup__internal_alias
__attribute((visibility("hidden")));
16135 #define xmlXPathFunctionLookup xmlXPathFunctionLookup__internal_alias
16140 #if defined(LIBXML_XPATH_ENABLED)
16141 #ifdef bottom_xpath
16142 #undef xmlXPathFunctionLookupNS
16143 extern __typeof (xmlXPathFunctionLookupNS
) xmlXPathFunctionLookupNS
__attribute((alias("xmlXPathFunctionLookupNS__internal_alias")));
16145 #ifndef xmlXPathFunctionLookupNS
16146 extern __typeof (xmlXPathFunctionLookupNS
) xmlXPathFunctionLookupNS__internal_alias
__attribute((visibility("hidden")));
16147 #define xmlXPathFunctionLookupNS xmlXPathFunctionLookupNS__internal_alias
16152 #if defined(LIBXML_XPATH_ENABLED)
16153 #ifdef bottom_xpath
16154 #undef xmlXPathHasSameNodes
16155 extern __typeof (xmlXPathHasSameNodes
) xmlXPathHasSameNodes
__attribute((alias("xmlXPathHasSameNodes__internal_alias")));
16157 #ifndef xmlXPathHasSameNodes
16158 extern __typeof (xmlXPathHasSameNodes
) xmlXPathHasSameNodes__internal_alias
__attribute((visibility("hidden")));
16159 #define xmlXPathHasSameNodes xmlXPathHasSameNodes__internal_alias
16164 #if defined(LIBXML_XPATH_ENABLED)
16165 #ifdef bottom_xpath
16166 #undef xmlXPathIdFunction
16167 extern __typeof (xmlXPathIdFunction
) xmlXPathIdFunction
__attribute((alias("xmlXPathIdFunction__internal_alias")));
16169 #ifndef xmlXPathIdFunction
16170 extern __typeof (xmlXPathIdFunction
) xmlXPathIdFunction__internal_alias
__attribute((visibility("hidden")));
16171 #define xmlXPathIdFunction xmlXPathIdFunction__internal_alias
16176 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16177 #ifdef bottom_xpath
16178 #undef xmlXPathInit
16179 extern __typeof (xmlXPathInit
) xmlXPathInit
__attribute((alias("xmlXPathInit__internal_alias")));
16181 #ifndef xmlXPathInit
16182 extern __typeof (xmlXPathInit
) xmlXPathInit__internal_alias
__attribute((visibility("hidden")));
16183 #define xmlXPathInit xmlXPathInit__internal_alias
16188 #if defined(LIBXML_XPATH_ENABLED)
16189 #ifdef bottom_xpath
16190 #undef xmlXPathIntersection
16191 extern __typeof (xmlXPathIntersection
) xmlXPathIntersection
__attribute((alias("xmlXPathIntersection__internal_alias")));
16193 #ifndef xmlXPathIntersection
16194 extern __typeof (xmlXPathIntersection
) xmlXPathIntersection__internal_alias
__attribute((visibility("hidden")));
16195 #define xmlXPathIntersection xmlXPathIntersection__internal_alias
16200 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16201 #ifdef bottom_xpath
16202 #undef xmlXPathIsInf
16203 extern __typeof (xmlXPathIsInf
) xmlXPathIsInf
__attribute((alias("xmlXPathIsInf__internal_alias")));
16205 #ifndef xmlXPathIsInf
16206 extern __typeof (xmlXPathIsInf
) xmlXPathIsInf__internal_alias
__attribute((visibility("hidden")));
16207 #define xmlXPathIsInf xmlXPathIsInf__internal_alias
16212 #if defined(LIBXML_XPATH_ENABLED) || defined(LIBXML_SCHEMAS_ENABLED)
16213 #ifdef bottom_xpath
16214 #undef xmlXPathIsNaN
16215 extern __typeof (xmlXPathIsNaN
) xmlXPathIsNaN
__attribute((alias("xmlXPathIsNaN__internal_alias")));
16217 #ifndef xmlXPathIsNaN
16218 extern __typeof (xmlXPathIsNaN
) xmlXPathIsNaN__internal_alias
__attribute((visibility("hidden")));
16219 #define xmlXPathIsNaN xmlXPathIsNaN__internal_alias
16224 #if defined(LIBXML_XPATH_ENABLED)
16225 #ifdef bottom_xpath
16226 #undef xmlXPathIsNodeType
16227 extern __typeof (xmlXPathIsNodeType
) xmlXPathIsNodeType
__attribute((alias("xmlXPathIsNodeType__internal_alias")));
16229 #ifndef xmlXPathIsNodeType
16230 extern __typeof (xmlXPathIsNodeType
) xmlXPathIsNodeType__internal_alias
__attribute((visibility("hidden")));
16231 #define xmlXPathIsNodeType xmlXPathIsNodeType__internal_alias
16236 #if defined(LIBXML_XPATH_ENABLED)
16237 #ifdef bottom_xpath
16238 #undef xmlXPathLangFunction
16239 extern __typeof (xmlXPathLangFunction
) xmlXPathLangFunction
__attribute((alias("xmlXPathLangFunction__internal_alias")));
16241 #ifndef xmlXPathLangFunction
16242 extern __typeof (xmlXPathLangFunction
) xmlXPathLangFunction__internal_alias
__attribute((visibility("hidden")));
16243 #define xmlXPathLangFunction xmlXPathLangFunction__internal_alias
16248 #if defined(LIBXML_XPATH_ENABLED)
16249 #ifdef bottom_xpath
16250 #undef xmlXPathLastFunction
16251 extern __typeof (xmlXPathLastFunction
) xmlXPathLastFunction
__attribute((alias("xmlXPathLastFunction__internal_alias")));
16253 #ifndef xmlXPathLastFunction
16254 extern __typeof (xmlXPathLastFunction
) xmlXPathLastFunction__internal_alias
__attribute((visibility("hidden")));
16255 #define xmlXPathLastFunction xmlXPathLastFunction__internal_alias
16260 #if defined(LIBXML_XPATH_ENABLED)
16261 #ifdef bottom_xpath
16262 #undef xmlXPathLeading
16263 extern __typeof (xmlXPathLeading
) xmlXPathLeading
__attribute((alias("xmlXPathLeading__internal_alias")));
16265 #ifndef xmlXPathLeading
16266 extern __typeof (xmlXPathLeading
) xmlXPathLeading__internal_alias
__attribute((visibility("hidden")));
16267 #define xmlXPathLeading xmlXPathLeading__internal_alias
16272 #if defined(LIBXML_XPATH_ENABLED)
16273 #ifdef bottom_xpath
16274 #undef xmlXPathLeadingSorted
16275 extern __typeof (xmlXPathLeadingSorted
) xmlXPathLeadingSorted
__attribute((alias("xmlXPathLeadingSorted__internal_alias")));
16277 #ifndef xmlXPathLeadingSorted
16278 extern __typeof (xmlXPathLeadingSorted
) xmlXPathLeadingSorted__internal_alias
__attribute((visibility("hidden")));
16279 #define xmlXPathLeadingSorted xmlXPathLeadingSorted__internal_alias
16284 #if defined(LIBXML_XPATH_ENABLED)
16285 #ifdef bottom_xpath
16286 #undef xmlXPathLocalNameFunction
16287 extern __typeof (xmlXPathLocalNameFunction
) xmlXPathLocalNameFunction
__attribute((alias("xmlXPathLocalNameFunction__internal_alias")));
16289 #ifndef xmlXPathLocalNameFunction
16290 extern __typeof (xmlXPathLocalNameFunction
) xmlXPathLocalNameFunction__internal_alias
__attribute((visibility("hidden")));
16291 #define xmlXPathLocalNameFunction xmlXPathLocalNameFunction__internal_alias
16296 #if defined(LIBXML_XPATH_ENABLED)
16297 #ifdef bottom_xpath
16298 #undef xmlXPathModValues
16299 extern __typeof (xmlXPathModValues
) xmlXPathModValues
__attribute((alias("xmlXPathModValues__internal_alias")));
16301 #ifndef xmlXPathModValues
16302 extern __typeof (xmlXPathModValues
) xmlXPathModValues__internal_alias
__attribute((visibility("hidden")));
16303 #define xmlXPathModValues xmlXPathModValues__internal_alias
16308 #if defined(LIBXML_XPATH_ENABLED)
16309 #ifdef bottom_xpath
16310 #undef xmlXPathMultValues
16311 extern __typeof (xmlXPathMultValues
) xmlXPathMultValues
__attribute((alias("xmlXPathMultValues__internal_alias")));
16313 #ifndef xmlXPathMultValues
16314 extern __typeof (xmlXPathMultValues
) xmlXPathMultValues__internal_alias
__attribute((visibility("hidden")));
16315 #define xmlXPathMultValues xmlXPathMultValues__internal_alias
16320 #if defined(LIBXML_XPATH_ENABLED)
16321 #ifdef bottom_xpath
16322 #undef xmlXPathNamespaceURIFunction
16323 extern __typeof (xmlXPathNamespaceURIFunction
) xmlXPathNamespaceURIFunction
__attribute((alias("xmlXPathNamespaceURIFunction__internal_alias")));
16325 #ifndef xmlXPathNamespaceURIFunction
16326 extern __typeof (xmlXPathNamespaceURIFunction
) xmlXPathNamespaceURIFunction__internal_alias
__attribute((visibility("hidden")));
16327 #define xmlXPathNamespaceURIFunction xmlXPathNamespaceURIFunction__internal_alias
16332 #if defined(LIBXML_XPATH_ENABLED)
16333 #ifdef bottom_xpath
16334 #undef xmlXPathNewBoolean
16335 extern __typeof (xmlXPathNewBoolean
) xmlXPathNewBoolean
__attribute((alias("xmlXPathNewBoolean__internal_alias")));
16337 #ifndef xmlXPathNewBoolean
16338 extern __typeof (xmlXPathNewBoolean
) xmlXPathNewBoolean__internal_alias
__attribute((visibility("hidden")));
16339 #define xmlXPathNewBoolean xmlXPathNewBoolean__internal_alias
16344 #if defined(LIBXML_XPATH_ENABLED)
16345 #ifdef bottom_xpath
16346 #undef xmlXPathNewCString
16347 extern __typeof (xmlXPathNewCString
) xmlXPathNewCString
__attribute((alias("xmlXPathNewCString__internal_alias")));
16349 #ifndef xmlXPathNewCString
16350 extern __typeof (xmlXPathNewCString
) xmlXPathNewCString__internal_alias
__attribute((visibility("hidden")));
16351 #define xmlXPathNewCString xmlXPathNewCString__internal_alias
16356 #if defined(LIBXML_XPATH_ENABLED)
16357 #ifdef bottom_xpath
16358 #undef xmlXPathNewContext
16359 extern __typeof (xmlXPathNewContext
) xmlXPathNewContext
__attribute((alias("xmlXPathNewContext__internal_alias")));
16361 #ifndef xmlXPathNewContext
16362 extern __typeof (xmlXPathNewContext
) xmlXPathNewContext__internal_alias
__attribute((visibility("hidden")));
16363 #define xmlXPathNewContext xmlXPathNewContext__internal_alias
16368 #if defined(LIBXML_XPATH_ENABLED)
16369 #ifdef bottom_xpath
16370 #undef xmlXPathNewFloat
16371 extern __typeof (xmlXPathNewFloat
) xmlXPathNewFloat
__attribute((alias("xmlXPathNewFloat__internal_alias")));
16373 #ifndef xmlXPathNewFloat
16374 extern __typeof (xmlXPathNewFloat
) xmlXPathNewFloat__internal_alias
__attribute((visibility("hidden")));
16375 #define xmlXPathNewFloat xmlXPathNewFloat__internal_alias
16380 #if defined(LIBXML_XPATH_ENABLED)
16381 #ifdef bottom_xpath
16382 #undef xmlXPathNewNodeSet
16383 extern __typeof (xmlXPathNewNodeSet
) xmlXPathNewNodeSet
__attribute((alias("xmlXPathNewNodeSet__internal_alias")));
16385 #ifndef xmlXPathNewNodeSet
16386 extern __typeof (xmlXPathNewNodeSet
) xmlXPathNewNodeSet__internal_alias
__attribute((visibility("hidden")));
16387 #define xmlXPathNewNodeSet xmlXPathNewNodeSet__internal_alias
16392 #if defined(LIBXML_XPATH_ENABLED)
16393 #ifdef bottom_xpath
16394 #undef xmlXPathNewNodeSetList
16395 extern __typeof (xmlXPathNewNodeSetList
) xmlXPathNewNodeSetList
__attribute((alias("xmlXPathNewNodeSetList__internal_alias")));
16397 #ifndef xmlXPathNewNodeSetList
16398 extern __typeof (xmlXPathNewNodeSetList
) xmlXPathNewNodeSetList__internal_alias
__attribute((visibility("hidden")));
16399 #define xmlXPathNewNodeSetList xmlXPathNewNodeSetList__internal_alias
16404 #if defined(LIBXML_XPATH_ENABLED)
16405 #ifdef bottom_xpath
16406 #undef xmlXPathNewParserContext
16407 extern __typeof (xmlXPathNewParserContext
) xmlXPathNewParserContext
__attribute((alias("xmlXPathNewParserContext__internal_alias")));
16409 #ifndef xmlXPathNewParserContext
16410 extern __typeof (xmlXPathNewParserContext
) xmlXPathNewParserContext__internal_alias
__attribute((visibility("hidden")));
16411 #define xmlXPathNewParserContext xmlXPathNewParserContext__internal_alias
16416 #if defined(LIBXML_XPATH_ENABLED)
16417 #ifdef bottom_xpath
16418 #undef xmlXPathNewString
16419 extern __typeof (xmlXPathNewString
) xmlXPathNewString
__attribute((alias("xmlXPathNewString__internal_alias")));
16421 #ifndef xmlXPathNewString
16422 extern __typeof (xmlXPathNewString
) xmlXPathNewString__internal_alias
__attribute((visibility("hidden")));
16423 #define xmlXPathNewString xmlXPathNewString__internal_alias
16428 #if defined(LIBXML_XPATH_ENABLED)
16429 #ifdef bottom_xpath
16430 #undef xmlXPathNewValueTree
16431 extern __typeof (xmlXPathNewValueTree
) xmlXPathNewValueTree
__attribute((alias("xmlXPathNewValueTree__internal_alias")));
16433 #ifndef xmlXPathNewValueTree
16434 extern __typeof (xmlXPathNewValueTree
) xmlXPathNewValueTree__internal_alias
__attribute((visibility("hidden")));
16435 #define xmlXPathNewValueTree xmlXPathNewValueTree__internal_alias
16440 #if defined(LIBXML_XPATH_ENABLED)
16441 #ifdef bottom_xpath
16442 #undef xmlXPathNextAncestor
16443 extern __typeof (xmlXPathNextAncestor
) xmlXPathNextAncestor
__attribute((alias("xmlXPathNextAncestor__internal_alias")));
16445 #ifndef xmlXPathNextAncestor
16446 extern __typeof (xmlXPathNextAncestor
) xmlXPathNextAncestor__internal_alias
__attribute((visibility("hidden")));
16447 #define xmlXPathNextAncestor xmlXPathNextAncestor__internal_alias
16452 #if defined(LIBXML_XPATH_ENABLED)
16453 #ifdef bottom_xpath
16454 #undef xmlXPathNextAncestorOrSelf
16455 extern __typeof (xmlXPathNextAncestorOrSelf
) xmlXPathNextAncestorOrSelf
__attribute((alias("xmlXPathNextAncestorOrSelf__internal_alias")));
16457 #ifndef xmlXPathNextAncestorOrSelf
16458 extern __typeof (xmlXPathNextAncestorOrSelf
) xmlXPathNextAncestorOrSelf__internal_alias
__attribute((visibility("hidden")));
16459 #define xmlXPathNextAncestorOrSelf xmlXPathNextAncestorOrSelf__internal_alias
16464 #if defined(LIBXML_XPATH_ENABLED)
16465 #ifdef bottom_xpath
16466 #undef xmlXPathNextAttribute
16467 extern __typeof (xmlXPathNextAttribute
) xmlXPathNextAttribute
__attribute((alias("xmlXPathNextAttribute__internal_alias")));
16469 #ifndef xmlXPathNextAttribute
16470 extern __typeof (xmlXPathNextAttribute
) xmlXPathNextAttribute__internal_alias
__attribute((visibility("hidden")));
16471 #define xmlXPathNextAttribute xmlXPathNextAttribute__internal_alias
16476 #if defined(LIBXML_XPATH_ENABLED)
16477 #ifdef bottom_xpath
16478 #undef xmlXPathNextChild
16479 extern __typeof (xmlXPathNextChild
) xmlXPathNextChild
__attribute((alias("xmlXPathNextChild__internal_alias")));
16481 #ifndef xmlXPathNextChild
16482 extern __typeof (xmlXPathNextChild
) xmlXPathNextChild__internal_alias
__attribute((visibility("hidden")));
16483 #define xmlXPathNextChild xmlXPathNextChild__internal_alias
16488 #if defined(LIBXML_XPATH_ENABLED)
16489 #ifdef bottom_xpath
16490 #undef xmlXPathNextDescendant
16491 extern __typeof (xmlXPathNextDescendant
) xmlXPathNextDescendant
__attribute((alias("xmlXPathNextDescendant__internal_alias")));
16493 #ifndef xmlXPathNextDescendant
16494 extern __typeof (xmlXPathNextDescendant
) xmlXPathNextDescendant__internal_alias
__attribute((visibility("hidden")));
16495 #define xmlXPathNextDescendant xmlXPathNextDescendant__internal_alias
16500 #if defined(LIBXML_XPATH_ENABLED)
16501 #ifdef bottom_xpath
16502 #undef xmlXPathNextDescendantOrSelf
16503 extern __typeof (xmlXPathNextDescendantOrSelf
) xmlXPathNextDescendantOrSelf
__attribute((alias("xmlXPathNextDescendantOrSelf__internal_alias")));
16505 #ifndef xmlXPathNextDescendantOrSelf
16506 extern __typeof (xmlXPathNextDescendantOrSelf
) xmlXPathNextDescendantOrSelf__internal_alias
__attribute((visibility("hidden")));
16507 #define xmlXPathNextDescendantOrSelf xmlXPathNextDescendantOrSelf__internal_alias
16512 #if defined(LIBXML_XPATH_ENABLED)
16513 #ifdef bottom_xpath
16514 #undef xmlXPathNextFollowing
16515 extern __typeof (xmlXPathNextFollowing
) xmlXPathNextFollowing
__attribute((alias("xmlXPathNextFollowing__internal_alias")));
16517 #ifndef xmlXPathNextFollowing
16518 extern __typeof (xmlXPathNextFollowing
) xmlXPathNextFollowing__internal_alias
__attribute((visibility("hidden")));
16519 #define xmlXPathNextFollowing xmlXPathNextFollowing__internal_alias
16524 #if defined(LIBXML_XPATH_ENABLED)
16525 #ifdef bottom_xpath
16526 #undef xmlXPathNextFollowingSibling
16527 extern __typeof (xmlXPathNextFollowingSibling
) xmlXPathNextFollowingSibling
__attribute((alias("xmlXPathNextFollowingSibling__internal_alias")));
16529 #ifndef xmlXPathNextFollowingSibling
16530 extern __typeof (xmlXPathNextFollowingSibling
) xmlXPathNextFollowingSibling__internal_alias
__attribute((visibility("hidden")));
16531 #define xmlXPathNextFollowingSibling xmlXPathNextFollowingSibling__internal_alias
16536 #if defined(LIBXML_XPATH_ENABLED)
16537 #ifdef bottom_xpath
16538 #undef xmlXPathNextNamespace
16539 extern __typeof (xmlXPathNextNamespace
) xmlXPathNextNamespace
__attribute((alias("xmlXPathNextNamespace__internal_alias")));
16541 #ifndef xmlXPathNextNamespace
16542 extern __typeof (xmlXPathNextNamespace
) xmlXPathNextNamespace__internal_alias
__attribute((visibility("hidden")));
16543 #define xmlXPathNextNamespace xmlXPathNextNamespace__internal_alias
16548 #if defined(LIBXML_XPATH_ENABLED)
16549 #ifdef bottom_xpath
16550 #undef xmlXPathNextParent
16551 extern __typeof (xmlXPathNextParent
) xmlXPathNextParent
__attribute((alias("xmlXPathNextParent__internal_alias")));
16553 #ifndef xmlXPathNextParent
16554 extern __typeof (xmlXPathNextParent
) xmlXPathNextParent__internal_alias
__attribute((visibility("hidden")));
16555 #define xmlXPathNextParent xmlXPathNextParent__internal_alias
16560 #if defined(LIBXML_XPATH_ENABLED)
16561 #ifdef bottom_xpath
16562 #undef xmlXPathNextPreceding
16563 extern __typeof (xmlXPathNextPreceding
) xmlXPathNextPreceding
__attribute((alias("xmlXPathNextPreceding__internal_alias")));
16565 #ifndef xmlXPathNextPreceding
16566 extern __typeof (xmlXPathNextPreceding
) xmlXPathNextPreceding__internal_alias
__attribute((visibility("hidden")));
16567 #define xmlXPathNextPreceding xmlXPathNextPreceding__internal_alias
16572 #if defined(LIBXML_XPATH_ENABLED)
16573 #ifdef bottom_xpath
16574 #undef xmlXPathNextPrecedingSibling
16575 extern __typeof (xmlXPathNextPrecedingSibling
) xmlXPathNextPrecedingSibling
__attribute((alias("xmlXPathNextPrecedingSibling__internal_alias")));
16577 #ifndef xmlXPathNextPrecedingSibling
16578 extern __typeof (xmlXPathNextPrecedingSibling
) xmlXPathNextPrecedingSibling__internal_alias
__attribute((visibility("hidden")));
16579 #define xmlXPathNextPrecedingSibling xmlXPathNextPrecedingSibling__internal_alias
16584 #if defined(LIBXML_XPATH_ENABLED)
16585 #ifdef bottom_xpath
16586 #undef xmlXPathNextSelf
16587 extern __typeof (xmlXPathNextSelf
) xmlXPathNextSelf
__attribute((alias("xmlXPathNextSelf__internal_alias")));
16589 #ifndef xmlXPathNextSelf
16590 extern __typeof (xmlXPathNextSelf
) xmlXPathNextSelf__internal_alias
__attribute((visibility("hidden")));
16591 #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias
16596 #if defined(LIBXML_XPATH_ENABLED)
16597 #ifdef bottom_xpath
16598 #undef xmlXPathNodeLeading
16599 extern __typeof (xmlXPathNodeLeading
) xmlXPathNodeLeading
__attribute((alias("xmlXPathNodeLeading__internal_alias")));
16601 #ifndef xmlXPathNodeLeading
16602 extern __typeof (xmlXPathNodeLeading
) xmlXPathNodeLeading__internal_alias
__attribute((visibility("hidden")));
16603 #define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias
16608 #if defined(LIBXML_XPATH_ENABLED)
16609 #ifdef bottom_xpath
16610 #undef xmlXPathNodeLeadingSorted
16611 extern __typeof (xmlXPathNodeLeadingSorted
) xmlXPathNodeLeadingSorted
__attribute((alias("xmlXPathNodeLeadingSorted__internal_alias")));
16613 #ifndef xmlXPathNodeLeadingSorted
16614 extern __typeof (xmlXPathNodeLeadingSorted
) xmlXPathNodeLeadingSorted__internal_alias
__attribute((visibility("hidden")));
16615 #define xmlXPathNodeLeadingSorted xmlXPathNodeLeadingSorted__internal_alias
16620 #if defined(LIBXML_XPATH_ENABLED)
16621 #ifdef bottom_xpath
16622 #undef xmlXPathNodeSetAdd
16623 extern __typeof (xmlXPathNodeSetAdd
) xmlXPathNodeSetAdd
__attribute((alias("xmlXPathNodeSetAdd__internal_alias")));
16625 #ifndef xmlXPathNodeSetAdd
16626 extern __typeof (xmlXPathNodeSetAdd
) xmlXPathNodeSetAdd__internal_alias
__attribute((visibility("hidden")));
16627 #define xmlXPathNodeSetAdd xmlXPathNodeSetAdd__internal_alias
16632 #if defined(LIBXML_XPATH_ENABLED)
16633 #ifdef bottom_xpath
16634 #undef xmlXPathNodeSetAddNs
16635 extern __typeof (xmlXPathNodeSetAddNs
) xmlXPathNodeSetAddNs
__attribute((alias("xmlXPathNodeSetAddNs__internal_alias")));
16637 #ifndef xmlXPathNodeSetAddNs
16638 extern __typeof (xmlXPathNodeSetAddNs
) xmlXPathNodeSetAddNs__internal_alias
__attribute((visibility("hidden")));
16639 #define xmlXPathNodeSetAddNs xmlXPathNodeSetAddNs__internal_alias
16644 #if defined(LIBXML_XPATH_ENABLED)
16645 #ifdef bottom_xpath
16646 #undef xmlXPathNodeSetAddUnique
16647 extern __typeof (xmlXPathNodeSetAddUnique
) xmlXPathNodeSetAddUnique
__attribute((alias("xmlXPathNodeSetAddUnique__internal_alias")));
16649 #ifndef xmlXPathNodeSetAddUnique
16650 extern __typeof (xmlXPathNodeSetAddUnique
) xmlXPathNodeSetAddUnique__internal_alias
__attribute((visibility("hidden")));
16651 #define xmlXPathNodeSetAddUnique xmlXPathNodeSetAddUnique__internal_alias
16656 #if defined(LIBXML_XPATH_ENABLED)
16657 #ifdef bottom_xpath
16658 #undef xmlXPathNodeSetContains
16659 extern __typeof (xmlXPathNodeSetContains
) xmlXPathNodeSetContains
__attribute((alias("xmlXPathNodeSetContains__internal_alias")));
16661 #ifndef xmlXPathNodeSetContains
16662 extern __typeof (xmlXPathNodeSetContains
) xmlXPathNodeSetContains__internal_alias
__attribute((visibility("hidden")));
16663 #define xmlXPathNodeSetContains xmlXPathNodeSetContains__internal_alias
16668 #if defined(LIBXML_XPATH_ENABLED)
16669 #ifdef bottom_xpath
16670 #undef xmlXPathNodeSetCreate
16671 extern __typeof (xmlXPathNodeSetCreate
) xmlXPathNodeSetCreate
__attribute((alias("xmlXPathNodeSetCreate__internal_alias")));
16673 #ifndef xmlXPathNodeSetCreate
16674 extern __typeof (xmlXPathNodeSetCreate
) xmlXPathNodeSetCreate__internal_alias
__attribute((visibility("hidden")));
16675 #define xmlXPathNodeSetCreate xmlXPathNodeSetCreate__internal_alias
16680 #if defined(LIBXML_XPATH_ENABLED)
16681 #ifdef bottom_xpath
16682 #undef xmlXPathNodeSetDel
16683 extern __typeof (xmlXPathNodeSetDel
) xmlXPathNodeSetDel
__attribute((alias("xmlXPathNodeSetDel__internal_alias")));
16685 #ifndef xmlXPathNodeSetDel
16686 extern __typeof (xmlXPathNodeSetDel
) xmlXPathNodeSetDel__internal_alias
__attribute((visibility("hidden")));
16687 #define xmlXPathNodeSetDel xmlXPathNodeSetDel__internal_alias
16692 #if defined(LIBXML_XPATH_ENABLED)
16693 #ifdef bottom_xpath
16694 #undef xmlXPathNodeSetFreeNs
16695 extern __typeof (xmlXPathNodeSetFreeNs
) xmlXPathNodeSetFreeNs
__attribute((alias("xmlXPathNodeSetFreeNs__internal_alias")));
16697 #ifndef xmlXPathNodeSetFreeNs
16698 extern __typeof (xmlXPathNodeSetFreeNs
) xmlXPathNodeSetFreeNs__internal_alias
__attribute((visibility("hidden")));
16699 #define xmlXPathNodeSetFreeNs xmlXPathNodeSetFreeNs__internal_alias
16704 #if defined(LIBXML_XPATH_ENABLED)
16705 #ifdef bottom_xpath
16706 #undef xmlXPathNodeSetMerge
16707 extern __typeof (xmlXPathNodeSetMerge
) xmlXPathNodeSetMerge
__attribute((alias("xmlXPathNodeSetMerge__internal_alias")));
16709 #ifndef xmlXPathNodeSetMerge
16710 extern __typeof (xmlXPathNodeSetMerge
) xmlXPathNodeSetMerge__internal_alias
__attribute((visibility("hidden")));
16711 #define xmlXPathNodeSetMerge xmlXPathNodeSetMerge__internal_alias
16716 #if defined(LIBXML_XPATH_ENABLED)
16717 #ifdef bottom_xpath
16718 #undef xmlXPathNodeSetRemove
16719 extern __typeof (xmlXPathNodeSetRemove
) xmlXPathNodeSetRemove
__attribute((alias("xmlXPathNodeSetRemove__internal_alias")));
16721 #ifndef xmlXPathNodeSetRemove
16722 extern __typeof (xmlXPathNodeSetRemove
) xmlXPathNodeSetRemove__internal_alias
__attribute((visibility("hidden")));
16723 #define xmlXPathNodeSetRemove xmlXPathNodeSetRemove__internal_alias
16728 #if defined(LIBXML_XPATH_ENABLED)
16729 #ifdef bottom_xpath
16730 #undef xmlXPathNodeSetSort
16731 extern __typeof (xmlXPathNodeSetSort
) xmlXPathNodeSetSort
__attribute((alias("xmlXPathNodeSetSort__internal_alias")));
16733 #ifndef xmlXPathNodeSetSort
16734 extern __typeof (xmlXPathNodeSetSort
) xmlXPathNodeSetSort__internal_alias
__attribute((visibility("hidden")));
16735 #define xmlXPathNodeSetSort xmlXPathNodeSetSort__internal_alias
16740 #if defined(LIBXML_XPATH_ENABLED)
16741 #ifdef bottom_xpath
16742 #undef xmlXPathNodeTrailing
16743 extern __typeof (xmlXPathNodeTrailing
) xmlXPathNodeTrailing
__attribute((alias("xmlXPathNodeTrailing__internal_alias")));
16745 #ifndef xmlXPathNodeTrailing
16746 extern __typeof (xmlXPathNodeTrailing
) xmlXPathNodeTrailing__internal_alias
__attribute((visibility("hidden")));
16747 #define xmlXPathNodeTrailing xmlXPathNodeTrailing__internal_alias
16752 #if defined(LIBXML_XPATH_ENABLED)
16753 #ifdef bottom_xpath
16754 #undef xmlXPathNodeTrailingSorted
16755 extern __typeof (xmlXPathNodeTrailingSorted
) xmlXPathNodeTrailingSorted
__attribute((alias("xmlXPathNodeTrailingSorted__internal_alias")));
16757 #ifndef xmlXPathNodeTrailingSorted
16758 extern __typeof (xmlXPathNodeTrailingSorted
) xmlXPathNodeTrailingSorted__internal_alias
__attribute((visibility("hidden")));
16759 #define xmlXPathNodeTrailingSorted xmlXPathNodeTrailingSorted__internal_alias
16764 #if defined(LIBXML_XPATH_ENABLED)
16765 #ifdef bottom_xpath
16766 #undef xmlXPathNormalizeFunction
16767 extern __typeof (xmlXPathNormalizeFunction
) xmlXPathNormalizeFunction
__attribute((alias("xmlXPathNormalizeFunction__internal_alias")));
16769 #ifndef xmlXPathNormalizeFunction
16770 extern __typeof (xmlXPathNormalizeFunction
) xmlXPathNormalizeFunction__internal_alias
__attribute((visibility("hidden")));
16771 #define xmlXPathNormalizeFunction xmlXPathNormalizeFunction__internal_alias
16776 #if defined(LIBXML_XPATH_ENABLED)
16777 #ifdef bottom_xpath
16778 #undef xmlXPathNotEqualValues
16779 extern __typeof (xmlXPathNotEqualValues
) xmlXPathNotEqualValues
__attribute((alias("xmlXPathNotEqualValues__internal_alias")));
16781 #ifndef xmlXPathNotEqualValues
16782 extern __typeof (xmlXPathNotEqualValues
) xmlXPathNotEqualValues__internal_alias
__attribute((visibility("hidden")));
16783 #define xmlXPathNotEqualValues xmlXPathNotEqualValues__internal_alias
16788 #if defined(LIBXML_XPATH_ENABLED)
16789 #ifdef bottom_xpath
16790 #undef xmlXPathNotFunction
16791 extern __typeof (xmlXPathNotFunction
) xmlXPathNotFunction
__attribute((alias("xmlXPathNotFunction__internal_alias")));
16793 #ifndef xmlXPathNotFunction
16794 extern __typeof (xmlXPathNotFunction
) xmlXPathNotFunction__internal_alias
__attribute((visibility("hidden")));
16795 #define xmlXPathNotFunction xmlXPathNotFunction__internal_alias
16800 #if defined(LIBXML_XPATH_ENABLED)
16801 #ifdef bottom_xpath
16802 #undef xmlXPathNsLookup
16803 extern __typeof (xmlXPathNsLookup
) xmlXPathNsLookup
__attribute((alias("xmlXPathNsLookup__internal_alias")));
16805 #ifndef xmlXPathNsLookup
16806 extern __typeof (xmlXPathNsLookup
) xmlXPathNsLookup__internal_alias
__attribute((visibility("hidden")));
16807 #define xmlXPathNsLookup xmlXPathNsLookup__internal_alias
16812 #if defined(LIBXML_XPATH_ENABLED)
16813 #ifdef bottom_xpath
16814 #undef xmlXPathNumberFunction
16815 extern __typeof (xmlXPathNumberFunction
) xmlXPathNumberFunction
__attribute((alias("xmlXPathNumberFunction__internal_alias")));
16817 #ifndef xmlXPathNumberFunction
16818 extern __typeof (xmlXPathNumberFunction
) xmlXPathNumberFunction__internal_alias
__attribute((visibility("hidden")));
16819 #define xmlXPathNumberFunction xmlXPathNumberFunction__internal_alias
16824 #if defined(LIBXML_XPATH_ENABLED)
16825 #ifdef bottom_xpath
16826 #undef xmlXPathObjectCopy
16827 extern __typeof (xmlXPathObjectCopy
) xmlXPathObjectCopy
__attribute((alias("xmlXPathObjectCopy__internal_alias")));
16829 #ifndef xmlXPathObjectCopy
16830 extern __typeof (xmlXPathObjectCopy
) xmlXPathObjectCopy__internal_alias
__attribute((visibility("hidden")));
16831 #define xmlXPathObjectCopy xmlXPathObjectCopy__internal_alias
16836 #if defined(LIBXML_XPATH_ENABLED)
16837 #ifdef bottom_xpath
16838 #undef xmlXPathOrderDocElems
16839 extern __typeof (xmlXPathOrderDocElems
) xmlXPathOrderDocElems
__attribute((alias("xmlXPathOrderDocElems__internal_alias")));
16841 #ifndef xmlXPathOrderDocElems
16842 extern __typeof (xmlXPathOrderDocElems
) xmlXPathOrderDocElems__internal_alias
__attribute((visibility("hidden")));
16843 #define xmlXPathOrderDocElems xmlXPathOrderDocElems__internal_alias
16848 #if defined(LIBXML_XPATH_ENABLED)
16849 #ifdef bottom_xpath
16850 #undef xmlXPathParseNCName
16851 extern __typeof (xmlXPathParseNCName
) xmlXPathParseNCName
__attribute((alias("xmlXPathParseNCName__internal_alias")));
16853 #ifndef xmlXPathParseNCName
16854 extern __typeof (xmlXPathParseNCName
) xmlXPathParseNCName__internal_alias
__attribute((visibility("hidden")));
16855 #define xmlXPathParseNCName xmlXPathParseNCName__internal_alias
16860 #if defined(LIBXML_XPATH_ENABLED)
16861 #ifdef bottom_xpath
16862 #undef xmlXPathParseName
16863 extern __typeof (xmlXPathParseName
) xmlXPathParseName
__attribute((alias("xmlXPathParseName__internal_alias")));
16865 #ifndef xmlXPathParseName
16866 extern __typeof (xmlXPathParseName
) xmlXPathParseName__internal_alias
__attribute((visibility("hidden")));
16867 #define xmlXPathParseName xmlXPathParseName__internal_alias
16872 #if defined(LIBXML_XPATH_ENABLED)
16873 #ifdef bottom_xpath
16874 #undef xmlXPathPopBoolean
16875 extern __typeof (xmlXPathPopBoolean
) xmlXPathPopBoolean
__attribute((alias("xmlXPathPopBoolean__internal_alias")));
16877 #ifndef xmlXPathPopBoolean
16878 extern __typeof (xmlXPathPopBoolean
) xmlXPathPopBoolean__internal_alias
__attribute((visibility("hidden")));
16879 #define xmlXPathPopBoolean xmlXPathPopBoolean__internal_alias
16884 #if defined(LIBXML_XPATH_ENABLED)
16885 #ifdef bottom_xpath
16886 #undef xmlXPathPopExternal
16887 extern __typeof (xmlXPathPopExternal
) xmlXPathPopExternal
__attribute((alias("xmlXPathPopExternal__internal_alias")));
16889 #ifndef xmlXPathPopExternal
16890 extern __typeof (xmlXPathPopExternal
) xmlXPathPopExternal__internal_alias
__attribute((visibility("hidden")));
16891 #define xmlXPathPopExternal xmlXPathPopExternal__internal_alias
16896 #if defined(LIBXML_XPATH_ENABLED)
16897 #ifdef bottom_xpath
16898 #undef xmlXPathPopNodeSet
16899 extern __typeof (xmlXPathPopNodeSet
) xmlXPathPopNodeSet
__attribute((alias("xmlXPathPopNodeSet__internal_alias")));
16901 #ifndef xmlXPathPopNodeSet
16902 extern __typeof (xmlXPathPopNodeSet
) xmlXPathPopNodeSet__internal_alias
__attribute((visibility("hidden")));
16903 #define xmlXPathPopNodeSet xmlXPathPopNodeSet__internal_alias
16908 #if defined(LIBXML_XPATH_ENABLED)
16909 #ifdef bottom_xpath
16910 #undef xmlXPathPopNumber
16911 extern __typeof (xmlXPathPopNumber
) xmlXPathPopNumber
__attribute((alias("xmlXPathPopNumber__internal_alias")));
16913 #ifndef xmlXPathPopNumber
16914 extern __typeof (xmlXPathPopNumber
) xmlXPathPopNumber__internal_alias
__attribute((visibility("hidden")));
16915 #define xmlXPathPopNumber xmlXPathPopNumber__internal_alias
16920 #if defined(LIBXML_XPATH_ENABLED)
16921 #ifdef bottom_xpath
16922 #undef xmlXPathPopString
16923 extern __typeof (xmlXPathPopString
) xmlXPathPopString
__attribute((alias("xmlXPathPopString__internal_alias")));
16925 #ifndef xmlXPathPopString
16926 extern __typeof (xmlXPathPopString
) xmlXPathPopString__internal_alias
__attribute((visibility("hidden")));
16927 #define xmlXPathPopString xmlXPathPopString__internal_alias
16932 #if defined(LIBXML_XPATH_ENABLED)
16933 #ifdef bottom_xpath
16934 #undef xmlXPathPositionFunction
16935 extern __typeof (xmlXPathPositionFunction
) xmlXPathPositionFunction
__attribute((alias("xmlXPathPositionFunction__internal_alias")));
16937 #ifndef xmlXPathPositionFunction
16938 extern __typeof (xmlXPathPositionFunction
) xmlXPathPositionFunction__internal_alias
__attribute((visibility("hidden")));
16939 #define xmlXPathPositionFunction xmlXPathPositionFunction__internal_alias
16944 #if defined(LIBXML_XPATH_ENABLED)
16945 #ifdef bottom_xpath
16946 #undef xmlXPathRegisterAllFunctions
16947 extern __typeof (xmlXPathRegisterAllFunctions
) xmlXPathRegisterAllFunctions
__attribute((alias("xmlXPathRegisterAllFunctions__internal_alias")));
16949 #ifndef xmlXPathRegisterAllFunctions
16950 extern __typeof (xmlXPathRegisterAllFunctions
) xmlXPathRegisterAllFunctions__internal_alias
__attribute((visibility("hidden")));
16951 #define xmlXPathRegisterAllFunctions xmlXPathRegisterAllFunctions__internal_alias
16956 #if defined(LIBXML_XPATH_ENABLED)
16957 #ifdef bottom_xpath
16958 #undef xmlXPathRegisterFunc
16959 extern __typeof (xmlXPathRegisterFunc
) xmlXPathRegisterFunc
__attribute((alias("xmlXPathRegisterFunc__internal_alias")));
16961 #ifndef xmlXPathRegisterFunc
16962 extern __typeof (xmlXPathRegisterFunc
) xmlXPathRegisterFunc__internal_alias
__attribute((visibility("hidden")));
16963 #define xmlXPathRegisterFunc xmlXPathRegisterFunc__internal_alias
16968 #if defined(LIBXML_XPATH_ENABLED)
16969 #ifdef bottom_xpath
16970 #undef xmlXPathRegisterFuncLookup
16971 extern __typeof (xmlXPathRegisterFuncLookup
) xmlXPathRegisterFuncLookup
__attribute((alias("xmlXPathRegisterFuncLookup__internal_alias")));
16973 #ifndef xmlXPathRegisterFuncLookup
16974 extern __typeof (xmlXPathRegisterFuncLookup
) xmlXPathRegisterFuncLookup__internal_alias
__attribute((visibility("hidden")));
16975 #define xmlXPathRegisterFuncLookup xmlXPathRegisterFuncLookup__internal_alias
16980 #if defined(LIBXML_XPATH_ENABLED)
16981 #ifdef bottom_xpath
16982 #undef xmlXPathRegisterFuncNS
16983 extern __typeof (xmlXPathRegisterFuncNS
) xmlXPathRegisterFuncNS
__attribute((alias("xmlXPathRegisterFuncNS__internal_alias")));
16985 #ifndef xmlXPathRegisterFuncNS
16986 extern __typeof (xmlXPathRegisterFuncNS
) xmlXPathRegisterFuncNS__internal_alias
__attribute((visibility("hidden")));
16987 #define xmlXPathRegisterFuncNS xmlXPathRegisterFuncNS__internal_alias
16992 #if defined(LIBXML_XPATH_ENABLED)
16993 #ifdef bottom_xpath
16994 #undef xmlXPathRegisterNs
16995 extern __typeof (xmlXPathRegisterNs
) xmlXPathRegisterNs
__attribute((alias("xmlXPathRegisterNs__internal_alias")));
16997 #ifndef xmlXPathRegisterNs
16998 extern __typeof (xmlXPathRegisterNs
) xmlXPathRegisterNs__internal_alias
__attribute((visibility("hidden")));
16999 #define xmlXPathRegisterNs xmlXPathRegisterNs__internal_alias
17004 #if defined(LIBXML_XPATH_ENABLED)
17005 #ifdef bottom_xpath
17006 #undef xmlXPathRegisterVariable
17007 extern __typeof (xmlXPathRegisterVariable
) xmlXPathRegisterVariable
__attribute((alias("xmlXPathRegisterVariable__internal_alias")));
17009 #ifndef xmlXPathRegisterVariable
17010 extern __typeof (xmlXPathRegisterVariable
) xmlXPathRegisterVariable__internal_alias
__attribute((visibility("hidden")));
17011 #define xmlXPathRegisterVariable xmlXPathRegisterVariable__internal_alias
17016 #if defined(LIBXML_XPATH_ENABLED)
17017 #ifdef bottom_xpath
17018 #undef xmlXPathRegisterVariableLookup
17019 extern __typeof (xmlXPathRegisterVariableLookup
) xmlXPathRegisterVariableLookup
__attribute((alias("xmlXPathRegisterVariableLookup__internal_alias")));
17021 #ifndef xmlXPathRegisterVariableLookup
17022 extern __typeof (xmlXPathRegisterVariableLookup
) xmlXPathRegisterVariableLookup__internal_alias
__attribute((visibility("hidden")));
17023 #define xmlXPathRegisterVariableLookup xmlXPathRegisterVariableLookup__internal_alias
17028 #if defined(LIBXML_XPATH_ENABLED)
17029 #ifdef bottom_xpath
17030 #undef xmlXPathRegisterVariableNS
17031 extern __typeof (xmlXPathRegisterVariableNS
) xmlXPathRegisterVariableNS
__attribute((alias("xmlXPathRegisterVariableNS__internal_alias")));
17033 #ifndef xmlXPathRegisterVariableNS
17034 extern __typeof (xmlXPathRegisterVariableNS
) xmlXPathRegisterVariableNS__internal_alias
__attribute((visibility("hidden")));
17035 #define xmlXPathRegisterVariableNS xmlXPathRegisterVariableNS__internal_alias
17040 #if defined(LIBXML_XPATH_ENABLED)
17041 #ifdef bottom_xpath
17042 #undef xmlXPathRegisteredFuncsCleanup
17043 extern __typeof (xmlXPathRegisteredFuncsCleanup
) xmlXPathRegisteredFuncsCleanup
__attribute((alias("xmlXPathRegisteredFuncsCleanup__internal_alias")));
17045 #ifndef xmlXPathRegisteredFuncsCleanup
17046 extern __typeof (xmlXPathRegisteredFuncsCleanup
) xmlXPathRegisteredFuncsCleanup__internal_alias
__attribute((visibility("hidden")));
17047 #define xmlXPathRegisteredFuncsCleanup xmlXPathRegisteredFuncsCleanup__internal_alias
17052 #if defined(LIBXML_XPATH_ENABLED)
17053 #ifdef bottom_xpath
17054 #undef xmlXPathRegisteredNsCleanup
17055 extern __typeof (xmlXPathRegisteredNsCleanup
) xmlXPathRegisteredNsCleanup
__attribute((alias("xmlXPathRegisteredNsCleanup__internal_alias")));
17057 #ifndef xmlXPathRegisteredNsCleanup
17058 extern __typeof (xmlXPathRegisteredNsCleanup
) xmlXPathRegisteredNsCleanup__internal_alias
__attribute((visibility("hidden")));
17059 #define xmlXPathRegisteredNsCleanup xmlXPathRegisteredNsCleanup__internal_alias
17064 #if defined(LIBXML_XPATH_ENABLED)
17065 #ifdef bottom_xpath
17066 #undef xmlXPathRegisteredVariablesCleanup
17067 extern __typeof (xmlXPathRegisteredVariablesCleanup
) xmlXPathRegisteredVariablesCleanup
__attribute((alias("xmlXPathRegisteredVariablesCleanup__internal_alias")));
17069 #ifndef xmlXPathRegisteredVariablesCleanup
17070 extern __typeof (xmlXPathRegisteredVariablesCleanup
) xmlXPathRegisteredVariablesCleanup__internal_alias
__attribute((visibility("hidden")));
17071 #define xmlXPathRegisteredVariablesCleanup xmlXPathRegisteredVariablesCleanup__internal_alias
17076 #if defined(LIBXML_XPATH_ENABLED)
17077 #ifdef bottom_xpath
17078 #undef xmlXPathRoot
17079 extern __typeof (xmlXPathRoot
) xmlXPathRoot
__attribute((alias("xmlXPathRoot__internal_alias")));
17081 #ifndef xmlXPathRoot
17082 extern __typeof (xmlXPathRoot
) xmlXPathRoot__internal_alias
__attribute((visibility("hidden")));
17083 #define xmlXPathRoot xmlXPathRoot__internal_alias
17088 #if defined(LIBXML_XPATH_ENABLED)
17089 #ifdef bottom_xpath
17090 #undef xmlXPathRoundFunction
17091 extern __typeof (xmlXPathRoundFunction
) xmlXPathRoundFunction
__attribute((alias("xmlXPathRoundFunction__internal_alias")));
17093 #ifndef xmlXPathRoundFunction
17094 extern __typeof (xmlXPathRoundFunction
) xmlXPathRoundFunction__internal_alias
__attribute((visibility("hidden")));
17095 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias
17100 #if defined(LIBXML_XPATH_ENABLED)
17101 #ifdef bottom_xpath
17102 #undef xmlXPathStartsWithFunction
17103 extern __typeof (xmlXPathStartsWithFunction
) xmlXPathStartsWithFunction
__attribute((alias("xmlXPathStartsWithFunction__internal_alias")));
17105 #ifndef xmlXPathStartsWithFunction
17106 extern __typeof (xmlXPathStartsWithFunction
) xmlXPathStartsWithFunction__internal_alias
__attribute((visibility("hidden")));
17107 #define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias
17112 #if defined(LIBXML_XPATH_ENABLED)
17113 #ifdef bottom_xpath
17114 #undef xmlXPathStringEvalNumber
17115 extern __typeof (xmlXPathStringEvalNumber
) xmlXPathStringEvalNumber
__attribute((alias("xmlXPathStringEvalNumber__internal_alias")));
17117 #ifndef xmlXPathStringEvalNumber
17118 extern __typeof (xmlXPathStringEvalNumber
) xmlXPathStringEvalNumber__internal_alias
__attribute((visibility("hidden")));
17119 #define xmlXPathStringEvalNumber xmlXPathStringEvalNumber__internal_alias
17124 #if defined(LIBXML_XPATH_ENABLED)
17125 #ifdef bottom_xpath
17126 #undef xmlXPathStringFunction
17127 extern __typeof (xmlXPathStringFunction
) xmlXPathStringFunction
__attribute((alias("xmlXPathStringFunction__internal_alias")));
17129 #ifndef xmlXPathStringFunction
17130 extern __typeof (xmlXPathStringFunction
) xmlXPathStringFunction__internal_alias
__attribute((visibility("hidden")));
17131 #define xmlXPathStringFunction xmlXPathStringFunction__internal_alias
17136 #if defined(LIBXML_XPATH_ENABLED)
17137 #ifdef bottom_xpath
17138 #undef xmlXPathStringLengthFunction
17139 extern __typeof (xmlXPathStringLengthFunction
) xmlXPathStringLengthFunction
__attribute((alias("xmlXPathStringLengthFunction__internal_alias")));
17141 #ifndef xmlXPathStringLengthFunction
17142 extern __typeof (xmlXPathStringLengthFunction
) xmlXPathStringLengthFunction__internal_alias
__attribute((visibility("hidden")));
17143 #define xmlXPathStringLengthFunction xmlXPathStringLengthFunction__internal_alias
17148 #if defined(LIBXML_XPATH_ENABLED)
17149 #ifdef bottom_xpath
17150 #undef xmlXPathSubValues
17151 extern __typeof (xmlXPathSubValues
) xmlXPathSubValues
__attribute((alias("xmlXPathSubValues__internal_alias")));
17153 #ifndef xmlXPathSubValues
17154 extern __typeof (xmlXPathSubValues
) xmlXPathSubValues__internal_alias
__attribute((visibility("hidden")));
17155 #define xmlXPathSubValues xmlXPathSubValues__internal_alias
17160 #if defined(LIBXML_XPATH_ENABLED)
17161 #ifdef bottom_xpath
17162 #undef xmlXPathSubstringAfterFunction
17163 extern __typeof (xmlXPathSubstringAfterFunction
) xmlXPathSubstringAfterFunction
__attribute((alias("xmlXPathSubstringAfterFunction__internal_alias")));
17165 #ifndef xmlXPathSubstringAfterFunction
17166 extern __typeof (xmlXPathSubstringAfterFunction
) xmlXPathSubstringAfterFunction__internal_alias
__attribute((visibility("hidden")));
17167 #define xmlXPathSubstringAfterFunction xmlXPathSubstringAfterFunction__internal_alias
17172 #if defined(LIBXML_XPATH_ENABLED)
17173 #ifdef bottom_xpath
17174 #undef xmlXPathSubstringBeforeFunction
17175 extern __typeof (xmlXPathSubstringBeforeFunction
) xmlXPathSubstringBeforeFunction
__attribute((alias("xmlXPathSubstringBeforeFunction__internal_alias")));
17177 #ifndef xmlXPathSubstringBeforeFunction
17178 extern __typeof (xmlXPathSubstringBeforeFunction
) xmlXPathSubstringBeforeFunction__internal_alias
__attribute((visibility("hidden")));
17179 #define xmlXPathSubstringBeforeFunction xmlXPathSubstringBeforeFunction__internal_alias
17184 #if defined(LIBXML_XPATH_ENABLED)
17185 #ifdef bottom_xpath
17186 #undef xmlXPathSubstringFunction
17187 extern __typeof (xmlXPathSubstringFunction
) xmlXPathSubstringFunction
__attribute((alias("xmlXPathSubstringFunction__internal_alias")));
17189 #ifndef xmlXPathSubstringFunction
17190 extern __typeof (xmlXPathSubstringFunction
) xmlXPathSubstringFunction__internal_alias
__attribute((visibility("hidden")));
17191 #define xmlXPathSubstringFunction xmlXPathSubstringFunction__internal_alias
17196 #if defined(LIBXML_XPATH_ENABLED)
17197 #ifdef bottom_xpath
17198 #undef xmlXPathSumFunction
17199 extern __typeof (xmlXPathSumFunction
) xmlXPathSumFunction
__attribute((alias("xmlXPathSumFunction__internal_alias")));
17201 #ifndef xmlXPathSumFunction
17202 extern __typeof (xmlXPathSumFunction
) xmlXPathSumFunction__internal_alias
__attribute((visibility("hidden")));
17203 #define xmlXPathSumFunction xmlXPathSumFunction__internal_alias
17208 #if defined(LIBXML_XPATH_ENABLED)
17209 #ifdef bottom_xpath
17210 #undef xmlXPathTrailing
17211 extern __typeof (xmlXPathTrailing
) xmlXPathTrailing
__attribute((alias("xmlXPathTrailing__internal_alias")));
17213 #ifndef xmlXPathTrailing
17214 extern __typeof (xmlXPathTrailing
) xmlXPathTrailing__internal_alias
__attribute((visibility("hidden")));
17215 #define xmlXPathTrailing xmlXPathTrailing__internal_alias
17220 #if defined(LIBXML_XPATH_ENABLED)
17221 #ifdef bottom_xpath
17222 #undef xmlXPathTrailingSorted
17223 extern __typeof (xmlXPathTrailingSorted
) xmlXPathTrailingSorted
__attribute((alias("xmlXPathTrailingSorted__internal_alias")));
17225 #ifndef xmlXPathTrailingSorted
17226 extern __typeof (xmlXPathTrailingSorted
) xmlXPathTrailingSorted__internal_alias
__attribute((visibility("hidden")));
17227 #define xmlXPathTrailingSorted xmlXPathTrailingSorted__internal_alias
17232 #if defined(LIBXML_XPATH_ENABLED)
17233 #ifdef bottom_xpath
17234 #undef xmlXPathTranslateFunction
17235 extern __typeof (xmlXPathTranslateFunction
) xmlXPathTranslateFunction
__attribute((alias("xmlXPathTranslateFunction__internal_alias")));
17237 #ifndef xmlXPathTranslateFunction
17238 extern __typeof (xmlXPathTranslateFunction
) xmlXPathTranslateFunction__internal_alias
__attribute((visibility("hidden")));
17239 #define xmlXPathTranslateFunction xmlXPathTranslateFunction__internal_alias
17244 #if defined(LIBXML_XPATH_ENABLED)
17245 #ifdef bottom_xpath
17246 #undef xmlXPathTrueFunction
17247 extern __typeof (xmlXPathTrueFunction
) xmlXPathTrueFunction
__attribute((alias("xmlXPathTrueFunction__internal_alias")));
17249 #ifndef xmlXPathTrueFunction
17250 extern __typeof (xmlXPathTrueFunction
) xmlXPathTrueFunction__internal_alias
__attribute((visibility("hidden")));
17251 #define xmlXPathTrueFunction xmlXPathTrueFunction__internal_alias
17256 #if defined(LIBXML_XPATH_ENABLED)
17257 #ifdef bottom_xpath
17258 #undef xmlXPathValueFlipSign
17259 extern __typeof (xmlXPathValueFlipSign
) xmlXPathValueFlipSign
__attribute((alias("xmlXPathValueFlipSign__internal_alias")));
17261 #ifndef xmlXPathValueFlipSign
17262 extern __typeof (xmlXPathValueFlipSign
) xmlXPathValueFlipSign__internal_alias
__attribute((visibility("hidden")));
17263 #define xmlXPathValueFlipSign xmlXPathValueFlipSign__internal_alias
17268 #if defined(LIBXML_XPATH_ENABLED)
17269 #ifdef bottom_xpath
17270 #undef xmlXPathVariableLookup
17271 extern __typeof (xmlXPathVariableLookup
) xmlXPathVariableLookup
__attribute((alias("xmlXPathVariableLookup__internal_alias")));
17273 #ifndef xmlXPathVariableLookup
17274 extern __typeof (xmlXPathVariableLookup
) xmlXPathVariableLookup__internal_alias
__attribute((visibility("hidden")));
17275 #define xmlXPathVariableLookup xmlXPathVariableLookup__internal_alias
17280 #if defined(LIBXML_XPATH_ENABLED)
17281 #ifdef bottom_xpath
17282 #undef xmlXPathVariableLookupNS
17283 extern __typeof (xmlXPathVariableLookupNS
) xmlXPathVariableLookupNS
__attribute((alias("xmlXPathVariableLookupNS__internal_alias")));
17285 #ifndef xmlXPathVariableLookupNS
17286 extern __typeof (xmlXPathVariableLookupNS
) xmlXPathVariableLookupNS__internal_alias
__attribute((visibility("hidden")));
17287 #define xmlXPathVariableLookupNS xmlXPathVariableLookupNS__internal_alias
17292 #if defined(LIBXML_XPATH_ENABLED)
17293 #ifdef bottom_xpath
17294 #undef xmlXPathWrapCString
17295 extern __typeof (xmlXPathWrapCString
) xmlXPathWrapCString
__attribute((alias("xmlXPathWrapCString__internal_alias")));
17297 #ifndef xmlXPathWrapCString
17298 extern __typeof (xmlXPathWrapCString
) xmlXPathWrapCString__internal_alias
__attribute((visibility("hidden")));
17299 #define xmlXPathWrapCString xmlXPathWrapCString__internal_alias
17304 #if defined(LIBXML_XPATH_ENABLED)
17305 #ifdef bottom_xpath
17306 #undef xmlXPathWrapExternal
17307 extern __typeof (xmlXPathWrapExternal
) xmlXPathWrapExternal
__attribute((alias("xmlXPathWrapExternal__internal_alias")));
17309 #ifndef xmlXPathWrapExternal
17310 extern __typeof (xmlXPathWrapExternal
) xmlXPathWrapExternal__internal_alias
__attribute((visibility("hidden")));
17311 #define xmlXPathWrapExternal xmlXPathWrapExternal__internal_alias
17316 #if defined(LIBXML_XPATH_ENABLED)
17317 #ifdef bottom_xpath
17318 #undef xmlXPathWrapNodeSet
17319 extern __typeof (xmlXPathWrapNodeSet
) xmlXPathWrapNodeSet
__attribute((alias("xmlXPathWrapNodeSet__internal_alias")));
17321 #ifndef xmlXPathWrapNodeSet
17322 extern __typeof (xmlXPathWrapNodeSet
) xmlXPathWrapNodeSet__internal_alias
__attribute((visibility("hidden")));
17323 #define xmlXPathWrapNodeSet xmlXPathWrapNodeSet__internal_alias
17328 #if defined(LIBXML_XPATH_ENABLED)
17329 #ifdef bottom_xpath
17330 #undef xmlXPathWrapString
17331 extern __typeof (xmlXPathWrapString
) xmlXPathWrapString
__attribute((alias("xmlXPathWrapString__internal_alias")));
17333 #ifndef xmlXPathWrapString
17334 extern __typeof (xmlXPathWrapString
) xmlXPathWrapString__internal_alias
__attribute((visibility("hidden")));
17335 #define xmlXPathWrapString xmlXPathWrapString__internal_alias
17340 #if defined(LIBXML_XPATH_ENABLED)
17341 #ifdef bottom_xpath
17342 #undef xmlXPatherror
17343 extern __typeof (xmlXPatherror
) xmlXPatherror
__attribute((alias("xmlXPatherror__internal_alias")));
17345 #ifndef xmlXPatherror
17346 extern __typeof (xmlXPatherror
) xmlXPatherror__internal_alias
__attribute((visibility("hidden")));
17347 #define xmlXPatherror xmlXPatherror__internal_alias
17352 #if defined(LIBXML_XPTR_ENABLED)
17353 #ifdef bottom_xpointer
17354 #undef xmlXPtrBuildNodeList
17355 extern __typeof (xmlXPtrBuildNodeList
) xmlXPtrBuildNodeList
__attribute((alias("xmlXPtrBuildNodeList__internal_alias")));
17357 #ifndef xmlXPtrBuildNodeList
17358 extern __typeof (xmlXPtrBuildNodeList
) xmlXPtrBuildNodeList__internal_alias
__attribute((visibility("hidden")));
17359 #define xmlXPtrBuildNodeList xmlXPtrBuildNodeList__internal_alias
17364 #if defined(LIBXML_XPTR_ENABLED)
17365 #ifdef bottom_xpointer
17367 extern __typeof (xmlXPtrEval
) xmlXPtrEval
__attribute((alias("xmlXPtrEval__internal_alias")));
17369 #ifndef xmlXPtrEval
17370 extern __typeof (xmlXPtrEval
) xmlXPtrEval__internal_alias
__attribute((visibility("hidden")));
17371 #define xmlXPtrEval xmlXPtrEval__internal_alias
17376 #if defined(LIBXML_XPTR_ENABLED)
17377 #ifdef bottom_xpointer
17378 #undef xmlXPtrEvalRangePredicate
17379 extern __typeof (xmlXPtrEvalRangePredicate
) xmlXPtrEvalRangePredicate
__attribute((alias("xmlXPtrEvalRangePredicate__internal_alias")));
17381 #ifndef xmlXPtrEvalRangePredicate
17382 extern __typeof (xmlXPtrEvalRangePredicate
) xmlXPtrEvalRangePredicate__internal_alias
__attribute((visibility("hidden")));
17383 #define xmlXPtrEvalRangePredicate xmlXPtrEvalRangePredicate__internal_alias
17388 #if defined(LIBXML_XPTR_ENABLED)
17389 #ifdef bottom_xpointer
17390 #undef xmlXPtrFreeLocationSet
17391 extern __typeof (xmlXPtrFreeLocationSet
) xmlXPtrFreeLocationSet
__attribute((alias("xmlXPtrFreeLocationSet__internal_alias")));
17393 #ifndef xmlXPtrFreeLocationSet
17394 extern __typeof (xmlXPtrFreeLocationSet
) xmlXPtrFreeLocationSet__internal_alias
__attribute((visibility("hidden")));
17395 #define xmlXPtrFreeLocationSet xmlXPtrFreeLocationSet__internal_alias
17400 #if defined(LIBXML_XPTR_ENABLED)
17401 #ifdef bottom_xpointer
17402 #undef xmlXPtrLocationSetAdd
17403 extern __typeof (xmlXPtrLocationSetAdd
) xmlXPtrLocationSetAdd
__attribute((alias("xmlXPtrLocationSetAdd__internal_alias")));
17405 #ifndef xmlXPtrLocationSetAdd
17406 extern __typeof (xmlXPtrLocationSetAdd
) xmlXPtrLocationSetAdd__internal_alias
__attribute((visibility("hidden")));
17407 #define xmlXPtrLocationSetAdd xmlXPtrLocationSetAdd__internal_alias
17412 #if defined(LIBXML_XPTR_ENABLED)
17413 #ifdef bottom_xpointer
17414 #undef xmlXPtrLocationSetCreate
17415 extern __typeof (xmlXPtrLocationSetCreate
) xmlXPtrLocationSetCreate
__attribute((alias("xmlXPtrLocationSetCreate__internal_alias")));
17417 #ifndef xmlXPtrLocationSetCreate
17418 extern __typeof (xmlXPtrLocationSetCreate
) xmlXPtrLocationSetCreate__internal_alias
__attribute((visibility("hidden")));
17419 #define xmlXPtrLocationSetCreate xmlXPtrLocationSetCreate__internal_alias
17424 #if defined(LIBXML_XPTR_ENABLED)
17425 #ifdef bottom_xpointer
17426 #undef xmlXPtrLocationSetDel
17427 extern __typeof (xmlXPtrLocationSetDel
) xmlXPtrLocationSetDel
__attribute((alias("xmlXPtrLocationSetDel__internal_alias")));
17429 #ifndef xmlXPtrLocationSetDel
17430 extern __typeof (xmlXPtrLocationSetDel
) xmlXPtrLocationSetDel__internal_alias
__attribute((visibility("hidden")));
17431 #define xmlXPtrLocationSetDel xmlXPtrLocationSetDel__internal_alias
17436 #if defined(LIBXML_XPTR_ENABLED)
17437 #ifdef bottom_xpointer
17438 #undef xmlXPtrLocationSetMerge
17439 extern __typeof (xmlXPtrLocationSetMerge
) xmlXPtrLocationSetMerge
__attribute((alias("xmlXPtrLocationSetMerge__internal_alias")));
17441 #ifndef xmlXPtrLocationSetMerge
17442 extern __typeof (xmlXPtrLocationSetMerge
) xmlXPtrLocationSetMerge__internal_alias
__attribute((visibility("hidden")));
17443 #define xmlXPtrLocationSetMerge xmlXPtrLocationSetMerge__internal_alias
17448 #if defined(LIBXML_XPTR_ENABLED)
17449 #ifdef bottom_xpointer
17450 #undef xmlXPtrLocationSetRemove
17451 extern __typeof (xmlXPtrLocationSetRemove
) xmlXPtrLocationSetRemove
__attribute((alias("xmlXPtrLocationSetRemove__internal_alias")));
17453 #ifndef xmlXPtrLocationSetRemove
17454 extern __typeof (xmlXPtrLocationSetRemove
) xmlXPtrLocationSetRemove__internal_alias
__attribute((visibility("hidden")));
17455 #define xmlXPtrLocationSetRemove xmlXPtrLocationSetRemove__internal_alias
17460 #if defined(LIBXML_XPTR_ENABLED)
17461 #ifdef bottom_xpointer
17462 #undef xmlXPtrNewCollapsedRange
17463 extern __typeof (xmlXPtrNewCollapsedRange
) xmlXPtrNewCollapsedRange
__attribute((alias("xmlXPtrNewCollapsedRange__internal_alias")));
17465 #ifndef xmlXPtrNewCollapsedRange
17466 extern __typeof (xmlXPtrNewCollapsedRange
) xmlXPtrNewCollapsedRange__internal_alias
__attribute((visibility("hidden")));
17467 #define xmlXPtrNewCollapsedRange xmlXPtrNewCollapsedRange__internal_alias
17472 #if defined(LIBXML_XPTR_ENABLED)
17473 #ifdef bottom_xpointer
17474 #undef xmlXPtrNewContext
17475 extern __typeof (xmlXPtrNewContext
) xmlXPtrNewContext
__attribute((alias("xmlXPtrNewContext__internal_alias")));
17477 #ifndef xmlXPtrNewContext
17478 extern __typeof (xmlXPtrNewContext
) xmlXPtrNewContext__internal_alias
__attribute((visibility("hidden")));
17479 #define xmlXPtrNewContext xmlXPtrNewContext__internal_alias
17484 #if defined(LIBXML_XPTR_ENABLED)
17485 #ifdef bottom_xpointer
17486 #undef xmlXPtrNewLocationSetNodeSet
17487 extern __typeof (xmlXPtrNewLocationSetNodeSet
) xmlXPtrNewLocationSetNodeSet
__attribute((alias("xmlXPtrNewLocationSetNodeSet__internal_alias")));
17489 #ifndef xmlXPtrNewLocationSetNodeSet
17490 extern __typeof (xmlXPtrNewLocationSetNodeSet
) xmlXPtrNewLocationSetNodeSet__internal_alias
__attribute((visibility("hidden")));
17491 #define xmlXPtrNewLocationSetNodeSet xmlXPtrNewLocationSetNodeSet__internal_alias
17496 #if defined(LIBXML_XPTR_ENABLED)
17497 #ifdef bottom_xpointer
17498 #undef xmlXPtrNewLocationSetNodes
17499 extern __typeof (xmlXPtrNewLocationSetNodes
) xmlXPtrNewLocationSetNodes
__attribute((alias("xmlXPtrNewLocationSetNodes__internal_alias")));
17501 #ifndef xmlXPtrNewLocationSetNodes
17502 extern __typeof (xmlXPtrNewLocationSetNodes
) xmlXPtrNewLocationSetNodes__internal_alias
__attribute((visibility("hidden")));
17503 #define xmlXPtrNewLocationSetNodes xmlXPtrNewLocationSetNodes__internal_alias
17508 #if defined(LIBXML_XPTR_ENABLED)
17509 #ifdef bottom_xpointer
17510 #undef xmlXPtrNewRange
17511 extern __typeof (xmlXPtrNewRange
) xmlXPtrNewRange
__attribute((alias("xmlXPtrNewRange__internal_alias")));
17513 #ifndef xmlXPtrNewRange
17514 extern __typeof (xmlXPtrNewRange
) xmlXPtrNewRange__internal_alias
__attribute((visibility("hidden")));
17515 #define xmlXPtrNewRange xmlXPtrNewRange__internal_alias
17520 #if defined(LIBXML_XPTR_ENABLED)
17521 #ifdef bottom_xpointer
17522 #undef xmlXPtrNewRangeNodeObject
17523 extern __typeof (xmlXPtrNewRangeNodeObject
) xmlXPtrNewRangeNodeObject
__attribute((alias("xmlXPtrNewRangeNodeObject__internal_alias")));
17525 #ifndef xmlXPtrNewRangeNodeObject
17526 extern __typeof (xmlXPtrNewRangeNodeObject
) xmlXPtrNewRangeNodeObject__internal_alias
__attribute((visibility("hidden")));
17527 #define xmlXPtrNewRangeNodeObject xmlXPtrNewRangeNodeObject__internal_alias
17532 #if defined(LIBXML_XPTR_ENABLED)
17533 #ifdef bottom_xpointer
17534 #undef xmlXPtrNewRangeNodePoint
17535 extern __typeof (xmlXPtrNewRangeNodePoint
) xmlXPtrNewRangeNodePoint
__attribute((alias("xmlXPtrNewRangeNodePoint__internal_alias")));
17537 #ifndef xmlXPtrNewRangeNodePoint
17538 extern __typeof (xmlXPtrNewRangeNodePoint
) xmlXPtrNewRangeNodePoint__internal_alias
__attribute((visibility("hidden")));
17539 #define xmlXPtrNewRangeNodePoint xmlXPtrNewRangeNodePoint__internal_alias
17544 #if defined(LIBXML_XPTR_ENABLED)
17545 #ifdef bottom_xpointer
17546 #undef xmlXPtrNewRangeNodes
17547 extern __typeof (xmlXPtrNewRangeNodes
) xmlXPtrNewRangeNodes
__attribute((alias("xmlXPtrNewRangeNodes__internal_alias")));
17549 #ifndef xmlXPtrNewRangeNodes
17550 extern __typeof (xmlXPtrNewRangeNodes
) xmlXPtrNewRangeNodes__internal_alias
__attribute((visibility("hidden")));
17551 #define xmlXPtrNewRangeNodes xmlXPtrNewRangeNodes__internal_alias
17556 #if defined(LIBXML_XPTR_ENABLED)
17557 #ifdef bottom_xpointer
17558 #undef xmlXPtrNewRangePointNode
17559 extern __typeof (xmlXPtrNewRangePointNode
) xmlXPtrNewRangePointNode
__attribute((alias("xmlXPtrNewRangePointNode__internal_alias")));
17561 #ifndef xmlXPtrNewRangePointNode
17562 extern __typeof (xmlXPtrNewRangePointNode
) xmlXPtrNewRangePointNode__internal_alias
__attribute((visibility("hidden")));
17563 #define xmlXPtrNewRangePointNode xmlXPtrNewRangePointNode__internal_alias
17568 #if defined(LIBXML_XPTR_ENABLED)
17569 #ifdef bottom_xpointer
17570 #undef xmlXPtrNewRangePoints
17571 extern __typeof (xmlXPtrNewRangePoints
) xmlXPtrNewRangePoints
__attribute((alias("xmlXPtrNewRangePoints__internal_alias")));
17573 #ifndef xmlXPtrNewRangePoints
17574 extern __typeof (xmlXPtrNewRangePoints
) xmlXPtrNewRangePoints__internal_alias
__attribute((visibility("hidden")));
17575 #define xmlXPtrNewRangePoints xmlXPtrNewRangePoints__internal_alias
17580 #if defined(LIBXML_XPTR_ENABLED)
17581 #ifdef bottom_xpointer
17582 #undef xmlXPtrRangeToFunction
17583 extern __typeof (xmlXPtrRangeToFunction
) xmlXPtrRangeToFunction
__attribute((alias("xmlXPtrRangeToFunction__internal_alias")));
17585 #ifndef xmlXPtrRangeToFunction
17586 extern __typeof (xmlXPtrRangeToFunction
) xmlXPtrRangeToFunction__internal_alias
__attribute((visibility("hidden")));
17587 #define xmlXPtrRangeToFunction xmlXPtrRangeToFunction__internal_alias
17592 #if defined(LIBXML_XPTR_ENABLED)
17593 #ifdef bottom_xpointer
17594 #undef xmlXPtrWrapLocationSet
17595 extern __typeof (xmlXPtrWrapLocationSet
) xmlXPtrWrapLocationSet
__attribute((alias("xmlXPtrWrapLocationSet__internal_alias")));
17597 #ifndef xmlXPtrWrapLocationSet
17598 extern __typeof (xmlXPtrWrapLocationSet
) xmlXPtrWrapLocationSet__internal_alias
__attribute((visibility("hidden")));
17599 #define xmlXPtrWrapLocationSet xmlXPtrWrapLocationSet__internal_alias