OLD | NEW |
1 /* | 1 /* |
2 * elfgcchack.h: hack by Arjan van de Ven <arjanv@redhat.com> to speed | 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. | 3 * up the code when using gcc for call within the library. |
4 * | 4 * |
5 * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf | 5 * Based on the analysis http://people.redhat.com/drepper/dsohowto.pdf |
6 * from Ulrich drepper. Rewritten to be generated from the XML description | 6 * from Ulrich drepper. Rewritten to be generated from the XML description |
7 * file for libxml2 API | 7 * file for libxml2 API |
8 * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml | 8 * autogenerated with xsltproc doc/elfgcchack.xsl doc/libxml2-api.xml |
9 */ | 9 */ |
10 | 10 |
(...skipping 1043 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1054 #ifdef bottom_valid | 1054 #ifdef bottom_valid |
1055 #undef xmlAddNotationDecl | 1055 #undef xmlAddNotationDecl |
1056 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlA
ddNotationDecl__internal_alias"))); | 1056 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl __attribute((alias("xmlA
ddNotationDecl__internal_alias"))); |
1057 #else | 1057 #else |
1058 #ifndef xmlAddNotationDecl | 1058 #ifndef xmlAddNotationDecl |
1059 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attrib
ute((visibility("hidden"))); | 1059 extern __typeof (xmlAddNotationDecl) xmlAddNotationDecl__internal_alias __attrib
ute((visibility("hidden"))); |
1060 #define xmlAddNotationDecl xmlAddNotationDecl__internal_alias | 1060 #define xmlAddNotationDecl xmlAddNotationDecl__internal_alias |
1061 #endif | 1061 #endif |
1062 #endif | 1062 #endif |
1063 | 1063 |
1064 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBX
ML_SCHEMAS_ENABLED) | 1064 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBX
ML_SCHEMAS_ENABLED) || defined(LIBXML_XINCLUDE_ENABLED) |
1065 #ifdef bottom_tree | 1065 #ifdef bottom_tree |
1066 #undef xmlAddPrevSibling | 1066 #undef xmlAddPrevSibling |
1067 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling __attribute((alias("xmlAdd
PrevSibling__internal_alias"))); | 1067 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling __attribute((alias("xmlAdd
PrevSibling__internal_alias"))); |
1068 #else | 1068 #else |
1069 #ifndef xmlAddPrevSibling | 1069 #ifndef xmlAddPrevSibling |
1070 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling__internal_alias __attribut
e((visibility("hidden"))); | 1070 extern __typeof (xmlAddPrevSibling) xmlAddPrevSibling__internal_alias __attribut
e((visibility("hidden"))); |
1071 #define xmlAddPrevSibling xmlAddPrevSibling__internal_alias | 1071 #define xmlAddPrevSibling xmlAddPrevSibling__internal_alias |
1072 #endif | 1072 #endif |
1073 #endif | 1073 #endif |
1074 #endif | 1074 #endif |
(...skipping 261 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1336 #undef xmlBoolToText | 1336 #undef xmlBoolToText |
1337 extern __typeof (xmlBoolToText) xmlBoolToText __attribute((alias("xmlBoolToText_
_internal_alias"))); | 1337 extern __typeof (xmlBoolToText) xmlBoolToText __attribute((alias("xmlBoolToText_
_internal_alias"))); |
1338 #else | 1338 #else |
1339 #ifndef xmlBoolToText | 1339 #ifndef xmlBoolToText |
1340 extern __typeof (xmlBoolToText) xmlBoolToText__internal_alias __attribute((visib
ility("hidden"))); | 1340 extern __typeof (xmlBoolToText) xmlBoolToText__internal_alias __attribute((visib
ility("hidden"))); |
1341 #define xmlBoolToText xmlBoolToText__internal_alias | 1341 #define xmlBoolToText xmlBoolToText__internal_alias |
1342 #endif | 1342 #endif |
1343 #endif | 1343 #endif |
1344 #endif | 1344 #endif |
1345 | 1345 |
| 1346 #ifdef bottom_buf |
| 1347 #undef xmlBufContent |
| 1348 extern __typeof (xmlBufContent) xmlBufContent __attribute((alias("xmlBufContent_
_internal_alias"))); |
| 1349 #else |
| 1350 #ifndef xmlBufContent |
| 1351 extern __typeof (xmlBufContent) xmlBufContent__internal_alias __attribute((visib
ility("hidden"))); |
| 1352 #define xmlBufContent xmlBufContent__internal_alias |
| 1353 #endif |
| 1354 #endif |
| 1355 |
| 1356 #ifdef bottom_buf |
| 1357 #undef xmlBufEnd |
| 1358 extern __typeof (xmlBufEnd) xmlBufEnd __attribute((alias("xmlBufEnd__internal_al
ias"))); |
| 1359 #else |
| 1360 #ifndef xmlBufEnd |
| 1361 extern __typeof (xmlBufEnd) xmlBufEnd__internal_alias __attribute((visibility("h
idden"))); |
| 1362 #define xmlBufEnd xmlBufEnd__internal_alias |
| 1363 #endif |
| 1364 #endif |
| 1365 |
| 1366 #ifdef bottom_tree |
| 1367 #undef xmlBufGetNodeContent |
| 1368 extern __typeof (xmlBufGetNodeContent) xmlBufGetNodeContent __attribute((alias("
xmlBufGetNodeContent__internal_alias"))); |
| 1369 #else |
| 1370 #ifndef xmlBufGetNodeContent |
| 1371 extern __typeof (xmlBufGetNodeContent) xmlBufGetNodeContent__internal_alias __at
tribute((visibility("hidden"))); |
| 1372 #define xmlBufGetNodeContent xmlBufGetNodeContent__internal_alias |
| 1373 #endif |
| 1374 #endif |
| 1375 |
| 1376 #if defined(LIBXML_OUTPUT_ENABLED) |
| 1377 #ifdef bottom_xmlsave |
| 1378 #undef xmlBufNodeDump |
| 1379 extern __typeof (xmlBufNodeDump) xmlBufNodeDump __attribute((alias("xmlBufNodeDu
mp__internal_alias"))); |
| 1380 #else |
| 1381 #ifndef xmlBufNodeDump |
| 1382 extern __typeof (xmlBufNodeDump) xmlBufNodeDump__internal_alias __attribute((vis
ibility("hidden"))); |
| 1383 #define xmlBufNodeDump xmlBufNodeDump__internal_alias |
| 1384 #endif |
| 1385 #endif |
| 1386 #endif |
| 1387 |
| 1388 #ifdef bottom_buf |
| 1389 #undef xmlBufShrink |
| 1390 extern __typeof (xmlBufShrink) xmlBufShrink __attribute((alias("xmlBufShrink__in
ternal_alias"))); |
| 1391 #else |
| 1392 #ifndef xmlBufShrink |
| 1393 extern __typeof (xmlBufShrink) xmlBufShrink__internal_alias __attribute((visibil
ity("hidden"))); |
| 1394 #define xmlBufShrink xmlBufShrink__internal_alias |
| 1395 #endif |
| 1396 #endif |
| 1397 |
| 1398 #ifdef bottom_buf |
| 1399 #undef xmlBufUse |
| 1400 extern __typeof (xmlBufUse) xmlBufUse __attribute((alias("xmlBufUse__internal_al
ias"))); |
| 1401 #else |
| 1402 #ifndef xmlBufUse |
| 1403 extern __typeof (xmlBufUse) xmlBufUse__internal_alias __attribute((visibility("h
idden"))); |
| 1404 #define xmlBufUse xmlBufUse__internal_alias |
| 1405 #endif |
| 1406 #endif |
| 1407 |
1346 #ifdef bottom_tree | 1408 #ifdef bottom_tree |
1347 #undef xmlBufferAdd | 1409 #undef xmlBufferAdd |
1348 extern __typeof (xmlBufferAdd) xmlBufferAdd __attribute((alias("xmlBufferAdd__in
ternal_alias"))); | 1410 extern __typeof (xmlBufferAdd) xmlBufferAdd __attribute((alias("xmlBufferAdd__in
ternal_alias"))); |
1349 #else | 1411 #else |
1350 #ifndef xmlBufferAdd | 1412 #ifndef xmlBufferAdd |
1351 extern __typeof (xmlBufferAdd) xmlBufferAdd__internal_alias __attribute((visibil
ity("hidden"))); | 1413 extern __typeof (xmlBufferAdd) xmlBufferAdd__internal_alias __attribute((visibil
ity("hidden"))); |
1352 #define xmlBufferAdd xmlBufferAdd__internal_alias | 1414 #define xmlBufferAdd xmlBufferAdd__internal_alias |
1353 #endif | 1415 #endif |
1354 #endif | 1416 #endif |
1355 | 1417 |
(...skipping 61 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1417 #undef xmlBufferCreateStatic | 1479 #undef xmlBufferCreateStatic |
1418 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias
("xmlBufferCreateStatic__internal_alias"))); | 1480 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic __attribute((alias
("xmlBufferCreateStatic__internal_alias"))); |
1419 #else | 1481 #else |
1420 #ifndef xmlBufferCreateStatic | 1482 #ifndef xmlBufferCreateStatic |
1421 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __
attribute((visibility("hidden"))); | 1483 extern __typeof (xmlBufferCreateStatic) xmlBufferCreateStatic__internal_alias __
attribute((visibility("hidden"))); |
1422 #define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias | 1484 #define xmlBufferCreateStatic xmlBufferCreateStatic__internal_alias |
1423 #endif | 1485 #endif |
1424 #endif | 1486 #endif |
1425 | 1487 |
1426 #ifdef bottom_tree | 1488 #ifdef bottom_tree |
| 1489 #undef xmlBufferDetach |
| 1490 extern __typeof (xmlBufferDetach) xmlBufferDetach __attribute((alias("xmlBufferD
etach__internal_alias"))); |
| 1491 #else |
| 1492 #ifndef xmlBufferDetach |
| 1493 extern __typeof (xmlBufferDetach) xmlBufferDetach__internal_alias __attribute((v
isibility("hidden"))); |
| 1494 #define xmlBufferDetach xmlBufferDetach__internal_alias |
| 1495 #endif |
| 1496 #endif |
| 1497 |
| 1498 #ifdef bottom_tree |
1427 #undef xmlBufferDump | 1499 #undef xmlBufferDump |
1428 extern __typeof (xmlBufferDump) xmlBufferDump __attribute((alias("xmlBufferDump_
_internal_alias"))); | 1500 extern __typeof (xmlBufferDump) xmlBufferDump __attribute((alias("xmlBufferDump_
_internal_alias"))); |
1429 #else | 1501 #else |
1430 #ifndef xmlBufferDump | 1502 #ifndef xmlBufferDump |
1431 extern __typeof (xmlBufferDump) xmlBufferDump__internal_alias __attribute((visib
ility("hidden"))); | 1503 extern __typeof (xmlBufferDump) xmlBufferDump__internal_alias __attribute((visib
ility("hidden"))); |
1432 #define xmlBufferDump xmlBufferDump__internal_alias | 1504 #define xmlBufferDump xmlBufferDump__internal_alias |
1433 #endif | 1505 #endif |
1434 #endif | 1506 #endif |
1435 | 1507 |
1436 #ifdef bottom_tree | 1508 #ifdef bottom_tree |
(...skipping 1396 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2833 #undef xmlDictFree | 2905 #undef xmlDictFree |
2834 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__inter
nal_alias"))); | 2906 extern __typeof (xmlDictFree) xmlDictFree __attribute((alias("xmlDictFree__inter
nal_alias"))); |
2835 #else | 2907 #else |
2836 #ifndef xmlDictFree | 2908 #ifndef xmlDictFree |
2837 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibilit
y("hidden"))); | 2909 extern __typeof (xmlDictFree) xmlDictFree__internal_alias __attribute((visibilit
y("hidden"))); |
2838 #define xmlDictFree xmlDictFree__internal_alias | 2910 #define xmlDictFree xmlDictFree__internal_alias |
2839 #endif | 2911 #endif |
2840 #endif | 2912 #endif |
2841 | 2913 |
2842 #ifdef bottom_dict | 2914 #ifdef bottom_dict |
| 2915 #undef xmlDictGetUsage |
| 2916 extern __typeof (xmlDictGetUsage) xmlDictGetUsage __attribute((alias("xmlDictGet
Usage__internal_alias"))); |
| 2917 #else |
| 2918 #ifndef xmlDictGetUsage |
| 2919 extern __typeof (xmlDictGetUsage) xmlDictGetUsage__internal_alias __attribute((v
isibility("hidden"))); |
| 2920 #define xmlDictGetUsage xmlDictGetUsage__internal_alias |
| 2921 #endif |
| 2922 #endif |
| 2923 |
| 2924 #ifdef bottom_dict |
2843 #undef xmlDictLookup | 2925 #undef xmlDictLookup |
2844 extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup_
_internal_alias"))); | 2926 extern __typeof (xmlDictLookup) xmlDictLookup __attribute((alias("xmlDictLookup_
_internal_alias"))); |
2845 #else | 2927 #else |
2846 #ifndef xmlDictLookup | 2928 #ifndef xmlDictLookup |
2847 extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visib
ility("hidden"))); | 2929 extern __typeof (xmlDictLookup) xmlDictLookup__internal_alias __attribute((visib
ility("hidden"))); |
2848 #define xmlDictLookup xmlDictLookup__internal_alias | 2930 #define xmlDictLookup xmlDictLookup__internal_alias |
2849 #endif | 2931 #endif |
2850 #endif | 2932 #endif |
2851 | 2933 |
2852 #ifdef bottom_dict | 2934 #ifdef bottom_dict |
(...skipping 20 matching lines...) Expand all Loading... |
2873 #undef xmlDictReference | 2955 #undef xmlDictReference |
2874 extern __typeof (xmlDictReference) xmlDictReference __attribute((alias("xmlDictR
eference__internal_alias"))); | 2956 extern __typeof (xmlDictReference) xmlDictReference __attribute((alias("xmlDictR
eference__internal_alias"))); |
2875 #else | 2957 #else |
2876 #ifndef xmlDictReference | 2958 #ifndef xmlDictReference |
2877 extern __typeof (xmlDictReference) xmlDictReference__internal_alias __attribute(
(visibility("hidden"))); | 2959 extern __typeof (xmlDictReference) xmlDictReference__internal_alias __attribute(
(visibility("hidden"))); |
2878 #define xmlDictReference xmlDictReference__internal_alias | 2960 #define xmlDictReference xmlDictReference__internal_alias |
2879 #endif | 2961 #endif |
2880 #endif | 2962 #endif |
2881 | 2963 |
2882 #ifdef bottom_dict | 2964 #ifdef bottom_dict |
| 2965 #undef xmlDictSetLimit |
| 2966 extern __typeof (xmlDictSetLimit) xmlDictSetLimit __attribute((alias("xmlDictSet
Limit__internal_alias"))); |
| 2967 #else |
| 2968 #ifndef xmlDictSetLimit |
| 2969 extern __typeof (xmlDictSetLimit) xmlDictSetLimit__internal_alias __attribute((v
isibility("hidden"))); |
| 2970 #define xmlDictSetLimit xmlDictSetLimit__internal_alias |
| 2971 #endif |
| 2972 #endif |
| 2973 |
| 2974 #ifdef bottom_dict |
2883 #undef xmlDictSize | 2975 #undef xmlDictSize |
2884 extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__inter
nal_alias"))); | 2976 extern __typeof (xmlDictSize) xmlDictSize __attribute((alias("xmlDictSize__inter
nal_alias"))); |
2885 #else | 2977 #else |
2886 #ifndef xmlDictSize | 2978 #ifndef xmlDictSize |
2887 extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibilit
y("hidden"))); | 2979 extern __typeof (xmlDictSize) xmlDictSize__internal_alias __attribute((visibilit
y("hidden"))); |
2888 #define xmlDictSize xmlDictSize__internal_alias | 2980 #define xmlDictSize xmlDictSize__internal_alias |
2889 #endif | 2981 #endif |
2890 #endif | 2982 #endif |
2891 | 2983 |
2892 #ifdef bottom_tree | 2984 #ifdef bottom_tree |
(...skipping 1701 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
4594 #undef xmlInitializeCatalog | 4686 #undef xmlInitializeCatalog |
4595 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog __attribute((alias("
xmlInitializeCatalog__internal_alias"))); | 4687 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog __attribute((alias("
xmlInitializeCatalog__internal_alias"))); |
4596 #else | 4688 #else |
4597 #ifndef xmlInitializeCatalog | 4689 #ifndef xmlInitializeCatalog |
4598 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog__internal_alias __at
tribute((visibility("hidden"))); | 4690 extern __typeof (xmlInitializeCatalog) xmlInitializeCatalog__internal_alias __at
tribute((visibility("hidden"))); |
4599 #define xmlInitializeCatalog xmlInitializeCatalog__internal_alias | 4691 #define xmlInitializeCatalog xmlInitializeCatalog__internal_alias |
4600 #endif | 4692 #endif |
4601 #endif | 4693 #endif |
4602 #endif | 4694 #endif |
4603 | 4695 |
| 4696 #ifdef bottom_dict |
| 4697 #undef xmlInitializeDict |
| 4698 extern __typeof (xmlInitializeDict) xmlInitializeDict __attribute((alias("xmlIni
tializeDict__internal_alias"))); |
| 4699 #else |
| 4700 #ifndef xmlInitializeDict |
| 4701 extern __typeof (xmlInitializeDict) xmlInitializeDict__internal_alias __attribut
e((visibility("hidden"))); |
| 4702 #define xmlInitializeDict xmlInitializeDict__internal_alias |
| 4703 #endif |
| 4704 #endif |
| 4705 |
4604 #ifdef bottom_globals | 4706 #ifdef bottom_globals |
4605 #undef xmlInitializeGlobalState | 4707 #undef xmlInitializeGlobalState |
4606 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState __attribute(
(alias("xmlInitializeGlobalState__internal_alias"))); | 4708 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState __attribute(
(alias("xmlInitializeGlobalState__internal_alias"))); |
4607 #else | 4709 #else |
4608 #ifndef xmlInitializeGlobalState | 4710 #ifndef xmlInitializeGlobalState |
4609 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState__internal_al
ias __attribute((visibility("hidden"))); | 4711 extern __typeof (xmlInitializeGlobalState) xmlInitializeGlobalState__internal_al
ias __attribute((visibility("hidden"))); |
4610 #define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias | 4712 #define xmlInitializeGlobalState xmlInitializeGlobalState__internal_alias |
4611 #endif | 4713 #endif |
4612 #endif | 4714 #endif |
4613 | 4715 |
(...skipping 2136 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
6750 #else | 6852 #else |
6751 #ifndef xmlOutputBufferFlush | 6853 #ifndef xmlOutputBufferFlush |
6752 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __at
tribute((visibility("hidden"))); | 6854 extern __typeof (xmlOutputBufferFlush) xmlOutputBufferFlush__internal_alias __at
tribute((visibility("hidden"))); |
6753 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias | 6855 #define xmlOutputBufferFlush xmlOutputBufferFlush__internal_alias |
6754 #endif | 6856 #endif |
6755 #endif | 6857 #endif |
6756 #endif | 6858 #endif |
6757 | 6859 |
6758 #if defined(LIBXML_OUTPUT_ENABLED) | 6860 #if defined(LIBXML_OUTPUT_ENABLED) |
6759 #ifdef bottom_xmlIO | 6861 #ifdef bottom_xmlIO |
| 6862 #undef xmlOutputBufferGetContent |
| 6863 extern __typeof (xmlOutputBufferGetContent) xmlOutputBufferGetContent __attribut
e((alias("xmlOutputBufferGetContent__internal_alias"))); |
| 6864 #else |
| 6865 #ifndef xmlOutputBufferGetContent |
| 6866 extern __typeof (xmlOutputBufferGetContent) xmlOutputBufferGetContent__internal_
alias __attribute((visibility("hidden"))); |
| 6867 #define xmlOutputBufferGetContent xmlOutputBufferGetContent__internal_alias |
| 6868 #endif |
| 6869 #endif |
| 6870 #endif |
| 6871 |
| 6872 #if defined(LIBXML_OUTPUT_ENABLED) |
| 6873 #ifdef bottom_xmlIO |
| 6874 #undef xmlOutputBufferGetSize |
| 6875 extern __typeof (xmlOutputBufferGetSize) xmlOutputBufferGetSize __attribute((ali
as("xmlOutputBufferGetSize__internal_alias"))); |
| 6876 #else |
| 6877 #ifndef xmlOutputBufferGetSize |
| 6878 extern __typeof (xmlOutputBufferGetSize) xmlOutputBufferGetSize__internal_alias
__attribute((visibility("hidden"))); |
| 6879 #define xmlOutputBufferGetSize xmlOutputBufferGetSize__internal_alias |
| 6880 #endif |
| 6881 #endif |
| 6882 #endif |
| 6883 |
| 6884 #if defined(LIBXML_OUTPUT_ENABLED) |
| 6885 #ifdef bottom_xmlIO |
6760 #undef xmlOutputBufferWrite | 6886 #undef xmlOutputBufferWrite |
6761 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite __attribute((alias("
xmlOutputBufferWrite__internal_alias"))); | 6887 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite __attribute((alias("
xmlOutputBufferWrite__internal_alias"))); |
6762 #else | 6888 #else |
6763 #ifndef xmlOutputBufferWrite | 6889 #ifndef xmlOutputBufferWrite |
6764 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite__internal_alias __at
tribute((visibility("hidden"))); | 6890 extern __typeof (xmlOutputBufferWrite) xmlOutputBufferWrite__internal_alias __at
tribute((visibility("hidden"))); |
6765 #define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias | 6891 #define xmlOutputBufferWrite xmlOutputBufferWrite__internal_alias |
6766 #endif | 6892 #endif |
6767 #endif | 6893 #endif |
6768 #endif | 6894 #endif |
6769 | 6895 |
(...skipping 1982 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8752 #ifdef bottom_SAX2 | 8878 #ifdef bottom_SAX2 |
8753 #undef xmlSAX2EndDocument | 8879 #undef xmlSAX2EndDocument |
8754 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlS
AX2EndDocument__internal_alias"))); | 8880 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument __attribute((alias("xmlS
AX2EndDocument__internal_alias"))); |
8755 #else | 8881 #else |
8756 #ifndef xmlSAX2EndDocument | 8882 #ifndef xmlSAX2EndDocument |
8757 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attrib
ute((visibility("hidden"))); | 8883 extern __typeof (xmlSAX2EndDocument) xmlSAX2EndDocument__internal_alias __attrib
ute((visibility("hidden"))); |
8758 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias | 8884 #define xmlSAX2EndDocument xmlSAX2EndDocument__internal_alias |
8759 #endif | 8885 #endif |
8760 #endif | 8886 #endif |
8761 | 8887 |
8762 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBX
ML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) | 8888 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBX
ML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENAB
LED) |
8763 #ifdef bottom_SAX2 | 8889 #ifdef bottom_SAX2 |
8764 #undef xmlSAX2EndElement | 8890 #undef xmlSAX2EndElement |
8765 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX
2EndElement__internal_alias"))); | 8891 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement __attribute((alias("xmlSAX
2EndElement__internal_alias"))); |
8766 #else | 8892 #else |
8767 #ifndef xmlSAX2EndElement | 8893 #ifndef xmlSAX2EndElement |
8768 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribut
e((visibility("hidden"))); | 8894 extern __typeof (xmlSAX2EndElement) xmlSAX2EndElement__internal_alias __attribut
e((visibility("hidden"))); |
8769 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias | 8895 #define xmlSAX2EndElement xmlSAX2EndElement__internal_alias |
8770 #endif | 8896 #endif |
8771 #endif | 8897 #endif |
8772 #endif | 8898 #endif |
(...skipping 225 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
8998 #ifdef bottom_SAX2 | 9124 #ifdef bottom_SAX2 |
8999 #undef xmlSAX2StartDocument | 9125 #undef xmlSAX2StartDocument |
9000 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("
xmlSAX2StartDocument__internal_alias"))); | 9126 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument __attribute((alias("
xmlSAX2StartDocument__internal_alias"))); |
9001 #else | 9127 #else |
9002 #ifndef xmlSAX2StartDocument | 9128 #ifndef xmlSAX2StartDocument |
9003 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __at
tribute((visibility("hidden"))); | 9129 extern __typeof (xmlSAX2StartDocument) xmlSAX2StartDocument__internal_alias __at
tribute((visibility("hidden"))); |
9004 #define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias | 9130 #define xmlSAX2StartDocument xmlSAX2StartDocument__internal_alias |
9005 #endif | 9131 #endif |
9006 #endif | 9132 #endif |
9007 | 9133 |
9008 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBX
ML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) | 9134 #if defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || defined(LIBX
ML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGACY_ENAB
LED) |
9009 #ifdef bottom_SAX2 | 9135 #ifdef bottom_SAX2 |
9010 #undef xmlSAX2StartElement | 9136 #undef xmlSAX2StartElement |
9011 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xm
lSAX2StartElement__internal_alias"))); | 9137 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement __attribute((alias("xm
lSAX2StartElement__internal_alias"))); |
9012 #else | 9138 #else |
9013 #ifndef xmlSAX2StartElement | 9139 #ifndef xmlSAX2StartElement |
9014 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attr
ibute((visibility("hidden"))); | 9140 extern __typeof (xmlSAX2StartElement) xmlSAX2StartElement__internal_alias __attr
ibute((visibility("hidden"))); |
9015 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias | 9141 #define xmlSAX2StartElement xmlSAX2StartElement__internal_alias |
9016 #endif | 9142 #endif |
9017 #endif | 9143 #endif |
9018 #endif | 9144 #endif |
(...skipping 1017 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
10036 #else | 10162 #else |
10037 #ifndef xmlSchemaValidatePredefinedType | 10163 #ifndef xmlSchemaValidatePredefinedType |
10038 extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedTyp
e__internal_alias __attribute((visibility("hidden"))); | 10164 extern __typeof (xmlSchemaValidatePredefinedType) xmlSchemaValidatePredefinedTyp
e__internal_alias __attribute((visibility("hidden"))); |
10039 #define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__interna
l_alias | 10165 #define xmlSchemaValidatePredefinedType xmlSchemaValidatePredefinedType__interna
l_alias |
10040 #endif | 10166 #endif |
10041 #endif | 10167 #endif |
10042 #endif | 10168 #endif |
10043 | 10169 |
10044 #if defined(LIBXML_SCHEMAS_ENABLED) | 10170 #if defined(LIBXML_SCHEMAS_ENABLED) |
10045 #ifdef bottom_xmlschemas | 10171 #ifdef bottom_xmlschemas |
| 10172 #undef xmlSchemaValidateSetFilename |
| 10173 extern __typeof (xmlSchemaValidateSetFilename) xmlSchemaValidateSetFilename __at
tribute((alias("xmlSchemaValidateSetFilename__internal_alias"))); |
| 10174 #else |
| 10175 #ifndef xmlSchemaValidateSetFilename |
| 10176 extern __typeof (xmlSchemaValidateSetFilename) xmlSchemaValidateSetFilename__int
ernal_alias __attribute((visibility("hidden"))); |
| 10177 #define xmlSchemaValidateSetFilename xmlSchemaValidateSetFilename__internal_alia
s |
| 10178 #endif |
| 10179 #endif |
| 10180 #endif |
| 10181 |
| 10182 #if defined(LIBXML_SCHEMAS_ENABLED) |
| 10183 #ifdef bottom_xmlschemas |
| 10184 #undef xmlSchemaValidateSetLocator |
| 10185 extern __typeof (xmlSchemaValidateSetLocator) xmlSchemaValidateSetLocator __attr
ibute((alias("xmlSchemaValidateSetLocator__internal_alias"))); |
| 10186 #else |
| 10187 #ifndef xmlSchemaValidateSetLocator |
| 10188 extern __typeof (xmlSchemaValidateSetLocator) xmlSchemaValidateSetLocator__inter
nal_alias __attribute((visibility("hidden"))); |
| 10189 #define xmlSchemaValidateSetLocator xmlSchemaValidateSetLocator__internal_alias |
| 10190 #endif |
| 10191 #endif |
| 10192 #endif |
| 10193 |
| 10194 #if defined(LIBXML_SCHEMAS_ENABLED) |
| 10195 #ifdef bottom_xmlschemas |
10046 #undef xmlSchemaValidateStream | 10196 #undef xmlSchemaValidateStream |
10047 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((a
lias("xmlSchemaValidateStream__internal_alias"))); | 10197 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream __attribute((a
lias("xmlSchemaValidateStream__internal_alias"))); |
10048 #else | 10198 #else |
10049 #ifndef xmlSchemaValidateStream | 10199 #ifndef xmlSchemaValidateStream |
10050 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alia
s __attribute((visibility("hidden"))); | 10200 extern __typeof (xmlSchemaValidateStream) xmlSchemaValidateStream__internal_alia
s __attribute((visibility("hidden"))); |
10051 #define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias | 10201 #define xmlSchemaValidateStream xmlSchemaValidateStream__internal_alias |
10052 #endif | 10202 #endif |
10053 #endif | 10203 #endif |
10054 #endif | 10204 #endif |
10055 | 10205 |
(...skipping 1652 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11708 #else | 11858 #else |
11709 #ifndef xmlTextReaderRelaxNGValidate | 11859 #ifndef xmlTextReaderRelaxNGValidate |
11710 extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__int
ernal_alias __attribute((visibility("hidden"))); | 11860 extern __typeof (xmlTextReaderRelaxNGValidate) xmlTextReaderRelaxNGValidate__int
ernal_alias __attribute((visibility("hidden"))); |
11711 #define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alia
s | 11861 #define xmlTextReaderRelaxNGValidate xmlTextReaderRelaxNGValidate__internal_alia
s |
11712 #endif | 11862 #endif |
11713 #endif | 11863 #endif |
11714 #endif | 11864 #endif |
11715 | 11865 |
11716 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) | 11866 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) |
11717 #ifdef bottom_xmlreader | 11867 #ifdef bottom_xmlreader |
| 11868 #undef xmlTextReaderRelaxNGValidateCtxt |
| 11869 extern __typeof (xmlTextReaderRelaxNGValidateCtxt) xmlTextReaderRelaxNGValidateC
txt __attribute((alias("xmlTextReaderRelaxNGValidateCtxt__internal_alias"))); |
| 11870 #else |
| 11871 #ifndef xmlTextReaderRelaxNGValidateCtxt |
| 11872 extern __typeof (xmlTextReaderRelaxNGValidateCtxt) xmlTextReaderRelaxNGValidateC
txt__internal_alias __attribute((visibility("hidden"))); |
| 11873 #define xmlTextReaderRelaxNGValidateCtxt xmlTextReaderRelaxNGValidateCtxt__inter
nal_alias |
| 11874 #endif |
| 11875 #endif |
| 11876 #endif |
| 11877 |
| 11878 #if defined(LIBXML_READER_ENABLED) && defined(LIBXML_SCHEMAS_ENABLED) |
| 11879 #ifdef bottom_xmlreader |
11718 #undef xmlTextReaderSchemaValidate | 11880 #undef xmlTextReaderSchemaValidate |
11719 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate __attr
ibute((alias("xmlTextReaderSchemaValidate__internal_alias"))); | 11881 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate __attr
ibute((alias("xmlTextReaderSchemaValidate__internal_alias"))); |
11720 #else | 11882 #else |
11721 #ifndef xmlTextReaderSchemaValidate | 11883 #ifndef xmlTextReaderSchemaValidate |
11722 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate__inter
nal_alias __attribute((visibility("hidden"))); | 11884 extern __typeof (xmlTextReaderSchemaValidate) xmlTextReaderSchemaValidate__inter
nal_alias __attribute((visibility("hidden"))); |
11723 #define xmlTextReaderSchemaValidate xmlTextReaderSchemaValidate__internal_alias | 11885 #define xmlTextReaderSchemaValidate xmlTextReaderSchemaValidate__internal_alias |
11724 #endif | 11886 #endif |
11725 #endif | 11887 #endif |
11726 #endif | 11888 #endif |
11727 | 11889 |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
11996 #else | 12158 #else |
11997 #ifndef xmlTextWriterSetIndentString | 12159 #ifndef xmlTextWriterSetIndentString |
11998 extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__int
ernal_alias __attribute((visibility("hidden"))); | 12160 extern __typeof (xmlTextWriterSetIndentString) xmlTextWriterSetIndentString__int
ernal_alias __attribute((visibility("hidden"))); |
11999 #define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alia
s | 12161 #define xmlTextWriterSetIndentString xmlTextWriterSetIndentString__internal_alia
s |
12000 #endif | 12162 #endif |
12001 #endif | 12163 #endif |
12002 #endif | 12164 #endif |
12003 | 12165 |
12004 #if defined(LIBXML_WRITER_ENABLED) | 12166 #if defined(LIBXML_WRITER_ENABLED) |
12005 #ifdef bottom_xmlwriter | 12167 #ifdef bottom_xmlwriter |
| 12168 #undef xmlTextWriterSetQuoteChar |
| 12169 extern __typeof (xmlTextWriterSetQuoteChar) xmlTextWriterSetQuoteChar __attribut
e((alias("xmlTextWriterSetQuoteChar__internal_alias"))); |
| 12170 #else |
| 12171 #ifndef xmlTextWriterSetQuoteChar |
| 12172 extern __typeof (xmlTextWriterSetQuoteChar) xmlTextWriterSetQuoteChar__internal_
alias __attribute((visibility("hidden"))); |
| 12173 #define xmlTextWriterSetQuoteChar xmlTextWriterSetQuoteChar__internal_alias |
| 12174 #endif |
| 12175 #endif |
| 12176 #endif |
| 12177 |
| 12178 #if defined(LIBXML_WRITER_ENABLED) |
| 12179 #ifdef bottom_xmlwriter |
12006 #undef xmlTextWriterStartAttribute | 12180 #undef xmlTextWriterStartAttribute |
12007 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attr
ibute((alias("xmlTextWriterStartAttribute__internal_alias"))); | 12181 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute __attr
ibute((alias("xmlTextWriterStartAttribute__internal_alias"))); |
12008 #else | 12182 #else |
12009 #ifndef xmlTextWriterStartAttribute | 12183 #ifndef xmlTextWriterStartAttribute |
12010 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__inter
nal_alias __attribute((visibility("hidden"))); | 12184 extern __typeof (xmlTextWriterStartAttribute) xmlTextWriterStartAttribute__inter
nal_alias __attribute((visibility("hidden"))); |
12011 #define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias | 12185 #define xmlTextWriterStartAttribute xmlTextWriterStartAttribute__internal_alias |
12012 #endif | 12186 #endif |
12013 #endif | 12187 #endif |
12014 #endif | 12188 #endif |
12015 | 12189 |
(...skipping 3166 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
15182 #undef xmlValidateElementDecl | 15356 #undef xmlValidateElementDecl |
15183 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((ali
as("xmlValidateElementDecl__internal_alias"))); | 15357 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl __attribute((ali
as("xmlValidateElementDecl__internal_alias"))); |
15184 #else | 15358 #else |
15185 #ifndef xmlValidateElementDecl | 15359 #ifndef xmlValidateElementDecl |
15186 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias
__attribute((visibility("hidden"))); | 15360 extern __typeof (xmlValidateElementDecl) xmlValidateElementDecl__internal_alias
__attribute((visibility("hidden"))); |
15187 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias | 15361 #define xmlValidateElementDecl xmlValidateElementDecl__internal_alias |
15188 #endif | 15362 #endif |
15189 #endif | 15363 #endif |
15190 #endif | 15364 #endif |
15191 | 15365 |
15192 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIB
XML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_EN
ABLED) || defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || define
d(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) | 15366 #if defined(LIBXML_TREE_ENABLED) || defined(LIBXML_XPATH_ENABLED) || defined(LIB
XML_SCHEMAS_ENABLED) || defined(LIBXML_DEBUG_ENABLED) || defined (LIBXML_HTML_EN
ABLED) || defined(LIBXML_SAX1_ENABLED) || defined(LIBXML_HTML_ENABLED) || define
d(LIBXML_WRITER_ENABLED) || defined(LIBXML_DOCB_ENABLED) || defined(LIBXML_LEGAC
Y_ENABLED) |
15193 #ifdef bottom_tree | 15367 #ifdef bottom_tree |
15194 #undef xmlValidateNCName | 15368 #undef xmlValidateNCName |
15195 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlVal
idateNCName__internal_alias"))); | 15369 extern __typeof (xmlValidateNCName) xmlValidateNCName __attribute((alias("xmlVal
idateNCName__internal_alias"))); |
15196 #else | 15370 #else |
15197 #ifndef xmlValidateNCName | 15371 #ifndef xmlValidateNCName |
15198 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribut
e((visibility("hidden"))); | 15372 extern __typeof (xmlValidateNCName) xmlValidateNCName__internal_alias __attribut
e((visibility("hidden"))); |
15199 #define xmlValidateNCName xmlValidateNCName__internal_alias | 15373 #define xmlValidateNCName xmlValidateNCName__internal_alias |
15200 #endif | 15374 #endif |
15201 #endif | 15375 #endif |
15202 #endif | 15376 #endif |
(...skipping 1385 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
16588 #else | 16762 #else |
16589 #ifndef xmlXPathNextSelf | 16763 #ifndef xmlXPathNextSelf |
16590 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute(
(visibility("hidden"))); | 16764 extern __typeof (xmlXPathNextSelf) xmlXPathNextSelf__internal_alias __attribute(
(visibility("hidden"))); |
16591 #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias | 16765 #define xmlXPathNextSelf xmlXPathNextSelf__internal_alias |
16592 #endif | 16766 #endif |
16593 #endif | 16767 #endif |
16594 #endif | 16768 #endif |
16595 | 16769 |
16596 #if defined(LIBXML_XPATH_ENABLED) | 16770 #if defined(LIBXML_XPATH_ENABLED) |
16597 #ifdef bottom_xpath | 16771 #ifdef bottom_xpath |
| 16772 #undef xmlXPathNodeEval |
| 16773 extern __typeof (xmlXPathNodeEval) xmlXPathNodeEval __attribute((alias("xmlXPath
NodeEval__internal_alias"))); |
| 16774 #else |
| 16775 #ifndef xmlXPathNodeEval |
| 16776 extern __typeof (xmlXPathNodeEval) xmlXPathNodeEval__internal_alias __attribute(
(visibility("hidden"))); |
| 16777 #define xmlXPathNodeEval xmlXPathNodeEval__internal_alias |
| 16778 #endif |
| 16779 #endif |
| 16780 #endif |
| 16781 |
| 16782 #if defined(LIBXML_XPATH_ENABLED) |
| 16783 #ifdef bottom_xpath |
16598 #undef xmlXPathNodeLeading | 16784 #undef xmlXPathNodeLeading |
16599 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xm
lXPathNodeLeading__internal_alias"))); | 16785 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading __attribute((alias("xm
lXPathNodeLeading__internal_alias"))); |
16600 #else | 16786 #else |
16601 #ifndef xmlXPathNodeLeading | 16787 #ifndef xmlXPathNodeLeading |
16602 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attr
ibute((visibility("hidden"))); | 16788 extern __typeof (xmlXPathNodeLeading) xmlXPathNodeLeading__internal_alias __attr
ibute((visibility("hidden"))); |
16603 #define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias | 16789 #define xmlXPathNodeLeading xmlXPathNodeLeading__internal_alias |
16604 #endif | 16790 #endif |
16605 #endif | 16791 #endif |
16606 #endif | 16792 #endif |
16607 | 16793 |
(...skipping 484 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17092 #else | 17278 #else |
17093 #ifndef xmlXPathRoundFunction | 17279 #ifndef xmlXPathRoundFunction |
17094 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __
attribute((visibility("hidden"))); | 17280 extern __typeof (xmlXPathRoundFunction) xmlXPathRoundFunction__internal_alias __
attribute((visibility("hidden"))); |
17095 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias | 17281 #define xmlXPathRoundFunction xmlXPathRoundFunction__internal_alias |
17096 #endif | 17282 #endif |
17097 #endif | 17283 #endif |
17098 #endif | 17284 #endif |
17099 | 17285 |
17100 #if defined(LIBXML_XPATH_ENABLED) | 17286 #if defined(LIBXML_XPATH_ENABLED) |
17101 #ifdef bottom_xpath | 17287 #ifdef bottom_xpath |
| 17288 #undef xmlXPathSetContextNode |
| 17289 extern __typeof (xmlXPathSetContextNode) xmlXPathSetContextNode __attribute((ali
as("xmlXPathSetContextNode__internal_alias"))); |
| 17290 #else |
| 17291 #ifndef xmlXPathSetContextNode |
| 17292 extern __typeof (xmlXPathSetContextNode) xmlXPathSetContextNode__internal_alias
__attribute((visibility("hidden"))); |
| 17293 #define xmlXPathSetContextNode xmlXPathSetContextNode__internal_alias |
| 17294 #endif |
| 17295 #endif |
| 17296 #endif |
| 17297 |
| 17298 #if defined(LIBXML_XPATH_ENABLED) |
| 17299 #ifdef bottom_xpath |
17102 #undef xmlXPathStartsWithFunction | 17300 #undef xmlXPathStartsWithFunction |
17103 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attrib
ute((alias("xmlXPathStartsWithFunction__internal_alias"))); | 17301 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction __attrib
ute((alias("xmlXPathStartsWithFunction__internal_alias"))); |
17104 #else | 17302 #else |
17105 #ifndef xmlXPathStartsWithFunction | 17303 #ifndef xmlXPathStartsWithFunction |
17106 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__interna
l_alias __attribute((visibility("hidden"))); | 17304 extern __typeof (xmlXPathStartsWithFunction) xmlXPathStartsWithFunction__interna
l_alias __attribute((visibility("hidden"))); |
17107 #define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias | 17305 #define xmlXPathStartsWithFunction xmlXPathStartsWithFunction__internal_alias |
17108 #endif | 17306 #endif |
17109 #endif | 17307 #endif |
17110 #endif | 17308 #endif |
17111 | 17309 |
(...skipping 489 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
17601 #endif | 17799 #endif |
17602 #endif | 17800 #endif |
17603 | 17801 |
17604 | 17802 |
17605 #endif | 17803 #endif |
17606 #endif | 17804 #endif |
17607 #endif | 17805 #endif |
17608 #endif | 17806 #endif |
17609 #endif | 17807 #endif |
17610 | 17808 |
OLD | NEW |