OLD | NEW |
1 #define LIBXML2_COMPILING_MSCCDEF | 1 #define LIBXML2_COMPILING_MSCCDEF |
2 #include "../include/libxml/xmlversion.h" | 2 #include "../include/libxml/xmlversion.h" |
3 LIBRARY libxml2 | 3 LIBRARY libxml2 |
4 EXPORTS | 4 EXPORTS |
5 #ifdef LIBXML_THREAD_ENABLED | 5 #ifdef LIBXML_THREAD_ENABLED |
6 #ifdef LIBXML_DOCB_ENABLED | 6 #ifdef LIBXML_DOCB_ENABLED |
7 __docbDefaultSAXHandler | 7 __docbDefaultSAXHandler |
8 #endif | 8 #endif |
9 #else | 9 #else |
10 #ifdef LIBXML_DOCB_ENABLED | 10 #ifdef LIBXML_DOCB_ENABLED |
(...skipping 535 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
546 #endif | 546 #endif |
547 #ifdef LIBXML_AUTOMATA_ENABLED | 547 #ifdef LIBXML_AUTOMATA_ENABLED |
548 xmlAutomataNewTransition2 | 548 xmlAutomataNewTransition2 |
549 #endif | 549 #endif |
550 #ifdef LIBXML_AUTOMATA_ENABLED | 550 #ifdef LIBXML_AUTOMATA_ENABLED |
551 xmlAutomataSetFinalState | 551 xmlAutomataSetFinalState |
552 #endif | 552 #endif |
553 #ifdef LIBXML_DEBUG_ENABLED | 553 #ifdef LIBXML_DEBUG_ENABLED |
554 xmlBoolToText | 554 xmlBoolToText |
555 #endif | 555 #endif |
| 556 xmlBufContent |
| 557 xmlBufEnd |
| 558 xmlBufGetNodeContent |
| 559 xmlBufNodeDump |
| 560 xmlBufShrink |
| 561 xmlBufUse |
556 xmlBufferAdd | 562 xmlBufferAdd |
557 xmlBufferAddHead | 563 xmlBufferAddHead |
558 xmlBufferCCat | 564 xmlBufferCCat |
559 xmlBufferCat | 565 xmlBufferCat |
560 xmlBufferContent | 566 xmlBufferContent |
561 xmlBufferCreate | 567 xmlBufferCreate |
562 xmlBufferCreateSize | 568 xmlBufferCreateSize |
563 xmlBufferCreateStatic | 569 xmlBufferCreateStatic |
| 570 xmlBufferDetach |
564 xmlBufferDump | 571 xmlBufferDump |
565 xmlBufferEmpty | 572 xmlBufferEmpty |
566 xmlBufferFree | 573 xmlBufferFree |
567 xmlBufferGrow | 574 xmlBufferGrow |
568 xmlBufferLength | 575 xmlBufferLength |
569 xmlBufferResize | 576 xmlBufferResize |
570 xmlBufferSetAllocationScheme | 577 xmlBufferSetAllocationScheme |
571 xmlBufferShrink | 578 xmlBufferShrink |
572 xmlBufferWriteCHAR | 579 xmlBufferWriteCHAR |
573 xmlBufferWriteChar | 580 xmlBufferWriteChar |
(...skipping 184 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
758 xmlDecodeEntities | 765 xmlDecodeEntities |
759 xmlDefaultSAXHandlerInit | 766 xmlDefaultSAXHandlerInit |
760 xmlDelEncodingAlias | 767 xmlDelEncodingAlias |
761 xmlDeregisterNodeDefault | 768 xmlDeregisterNodeDefault |
762 xmlDetectCharEncoding | 769 xmlDetectCharEncoding |
763 xmlDictCleanup | 770 xmlDictCleanup |
764 xmlDictCreate | 771 xmlDictCreate |
765 xmlDictCreateSub | 772 xmlDictCreateSub |
766 xmlDictExists | 773 xmlDictExists |
767 xmlDictFree | 774 xmlDictFree |
| 775 xmlDictGetUsage |
768 xmlDictLookup | 776 xmlDictLookup |
769 xmlDictOwns | 777 xmlDictOwns |
770 xmlDictQLookup | 778 xmlDictQLookup |
771 xmlDictReference | 779 xmlDictReference |
| 780 xmlDictSetLimit |
772 xmlDictSize | 781 xmlDictSize |
773 xmlDllMain | 782 xmlDllMain |
774 xmlDocCopyNode | 783 xmlDocCopyNode |
775 xmlDocCopyNodeList | 784 xmlDocCopyNodeList |
776 xmlDocDump | 785 xmlDocDump |
777 xmlDocDumpFormatMemory | 786 xmlDocDumpFormatMemory |
778 xmlDocDumpFormatMemoryEnc | 787 xmlDocDumpFormatMemoryEnc |
779 xmlDocDumpMemory | 788 xmlDocDumpMemory |
780 xmlDocDumpMemoryEnc | 789 xmlDocDumpMemoryEnc |
781 xmlDocFormatDump | 790 xmlDocFormatDump |
(...skipping 203 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
985 xmlInitCharEncodingHandlers | 994 xmlInitCharEncodingHandlers |
986 xmlInitGlobals | 995 xmlInitGlobals |
987 xmlInitMemory | 996 xmlInitMemory |
988 xmlInitNodeInfoSeq | 997 xmlInitNodeInfoSeq |
989 xmlInitParser | 998 xmlInitParser |
990 xmlInitParserCtxt | 999 xmlInitParserCtxt |
991 xmlInitThreads | 1000 xmlInitThreads |
992 #ifdef LIBXML_CATALOG_ENABLED | 1001 #ifdef LIBXML_CATALOG_ENABLED |
993 xmlInitializeCatalog | 1002 xmlInitializeCatalog |
994 #endif | 1003 #endif |
| 1004 xmlInitializeDict |
995 xmlInitializeGlobalState | 1005 xmlInitializeGlobalState |
996 xmlInitializePredefinedEntities | 1006 xmlInitializePredefinedEntities |
997 xmlIsBaseChar | 1007 xmlIsBaseChar |
998 xmlIsBlank | 1008 xmlIsBlank |
999 xmlIsBlankNode | 1009 xmlIsBlankNode |
1000 xmlIsChar | 1010 xmlIsChar |
1001 xmlIsCombining | 1011 xmlIsCombining |
1002 xmlIsDigit | 1012 xmlIsDigit |
1003 xmlIsExtender | 1013 xmlIsExtender |
1004 xmlIsID | 1014 xmlIsID |
(...skipping 280 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1285 xmlNormalizeURIPath | 1295 xmlNormalizeURIPath |
1286 xmlNormalizeWindowsPath | 1296 xmlNormalizeWindowsPath |
1287 xmlOutputBufferClose | 1297 xmlOutputBufferClose |
1288 xmlOutputBufferCreateBuffer | 1298 xmlOutputBufferCreateBuffer |
1289 xmlOutputBufferCreateFd | 1299 xmlOutputBufferCreateFd |
1290 xmlOutputBufferCreateFile | 1300 xmlOutputBufferCreateFile |
1291 xmlOutputBufferCreateFilename | 1301 xmlOutputBufferCreateFilename |
1292 xmlOutputBufferCreateFilenameDefault | 1302 xmlOutputBufferCreateFilenameDefault |
1293 xmlOutputBufferCreateIO | 1303 xmlOutputBufferCreateIO |
1294 xmlOutputBufferFlush | 1304 xmlOutputBufferFlush |
| 1305 xmlOutputBufferGetContent |
| 1306 xmlOutputBufferGetSize |
1295 xmlOutputBufferWrite | 1307 xmlOutputBufferWrite |
1296 xmlOutputBufferWriteEscape | 1308 xmlOutputBufferWriteEscape |
1297 xmlOutputBufferWriteString | 1309 xmlOutputBufferWriteString |
1298 xmlParseAttValue | 1310 xmlParseAttValue |
1299 xmlParseAttribute | 1311 xmlParseAttribute |
1300 xmlParseAttributeListDecl | 1312 xmlParseAttributeListDecl |
1301 xmlParseAttributeType | 1313 xmlParseAttributeType |
1302 xmlParseBalancedChunkMemory | 1314 xmlParseBalancedChunkMemory |
1303 xmlParseBalancedChunkMemoryRecover | 1315 xmlParseBalancedChunkMemoryRecover |
1304 xmlParseCDSect | 1316 xmlParseCDSect |
(...skipping 458 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1763 #ifdef LIBXML_SCHEMAS_ENABLED | 1775 #ifdef LIBXML_SCHEMAS_ENABLED |
1764 xmlSchemaValidateListSimpleTypeFacet | 1776 xmlSchemaValidateListSimpleTypeFacet |
1765 #endif | 1777 #endif |
1766 #ifdef LIBXML_SCHEMAS_ENABLED | 1778 #ifdef LIBXML_SCHEMAS_ENABLED |
1767 xmlSchemaValidateOneElement | 1779 xmlSchemaValidateOneElement |
1768 #endif | 1780 #endif |
1769 #ifdef LIBXML_SCHEMAS_ENABLED | 1781 #ifdef LIBXML_SCHEMAS_ENABLED |
1770 xmlSchemaValidatePredefinedType | 1782 xmlSchemaValidatePredefinedType |
1771 #endif | 1783 #endif |
1772 #ifdef LIBXML_SCHEMAS_ENABLED | 1784 #ifdef LIBXML_SCHEMAS_ENABLED |
| 1785 xmlSchemaValidateSetFilename |
| 1786 #endif |
| 1787 #ifdef LIBXML_SCHEMAS_ENABLED |
| 1788 xmlSchemaValidateSetLocator |
| 1789 #endif |
| 1790 #ifdef LIBXML_SCHEMAS_ENABLED |
1773 xmlSchemaValidateStream | 1791 xmlSchemaValidateStream |
1774 #endif | 1792 #endif |
1775 #ifdef LIBXML_SCHEMAS_ENABLED | 1793 #ifdef LIBXML_SCHEMAS_ENABLED |
1776 xmlSchemaValueAppend | 1794 xmlSchemaValueAppend |
1777 #endif | 1795 #endif |
1778 #ifdef LIBXML_SCHEMAS_ENABLED | 1796 #ifdef LIBXML_SCHEMAS_ENABLED |
1779 xmlSchemaValueGetAsBoolean | 1797 xmlSchemaValueGetAsBoolean |
1780 #endif | 1798 #endif |
1781 #ifdef LIBXML_SCHEMAS_ENABLED | 1799 #ifdef LIBXML_SCHEMAS_ENABLED |
1782 xmlSchemaValueGetAsString | 1800 xmlSchemaValueGetAsString |
(...skipping 170 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
1953 xmlTextReaderReadInnerXml | 1971 xmlTextReaderReadInnerXml |
1954 xmlTextReaderReadOuterXml | 1972 xmlTextReaderReadOuterXml |
1955 xmlTextReaderReadState | 1973 xmlTextReaderReadState |
1956 xmlTextReaderReadString | 1974 xmlTextReaderReadString |
1957 #ifdef LIBXML_SCHEMAS_ENABLED | 1975 #ifdef LIBXML_SCHEMAS_ENABLED |
1958 xmlTextReaderRelaxNGSetSchema | 1976 xmlTextReaderRelaxNGSetSchema |
1959 #endif | 1977 #endif |
1960 #ifdef LIBXML_SCHEMAS_ENABLED | 1978 #ifdef LIBXML_SCHEMAS_ENABLED |
1961 xmlTextReaderRelaxNGValidate | 1979 xmlTextReaderRelaxNGValidate |
1962 #endif | 1980 #endif |
| 1981 xmlTextReaderRelaxNGValidateCtxt |
1963 xmlTextReaderSchemaValidate | 1982 xmlTextReaderSchemaValidate |
1964 xmlTextReaderSchemaValidateCtxt | 1983 xmlTextReaderSchemaValidateCtxt |
1965 xmlTextReaderSetErrorHandler | 1984 xmlTextReaderSetErrorHandler |
1966 xmlTextReaderSetParserProp | 1985 xmlTextReaderSetParserProp |
1967 xmlTextReaderSetSchema | 1986 xmlTextReaderSetSchema |
1968 xmlTextReaderSetStructuredErrorHandler | 1987 xmlTextReaderSetStructuredErrorHandler |
1969 xmlTextReaderSetup | 1988 xmlTextReaderSetup |
1970 xmlTextReaderStandalone | 1989 xmlTextReaderStandalone |
1971 xmlTextReaderValue | 1990 xmlTextReaderValue |
1972 xmlTextReaderXmlLang | 1991 xmlTextReaderXmlLang |
1973 xmlTextWriterEndAttribute | 1992 xmlTextWriterEndAttribute |
1974 xmlTextWriterEndCDATA | 1993 xmlTextWriterEndCDATA |
1975 xmlTextWriterEndComment | 1994 xmlTextWriterEndComment |
1976 xmlTextWriterEndDTD | 1995 xmlTextWriterEndDTD |
1977 xmlTextWriterEndDTDAttlist | 1996 xmlTextWriterEndDTDAttlist |
1978 xmlTextWriterEndDTDElement | 1997 xmlTextWriterEndDTDElement |
1979 xmlTextWriterEndDTDEntity | 1998 xmlTextWriterEndDTDEntity |
1980 xmlTextWriterEndDocument | 1999 xmlTextWriterEndDocument |
1981 xmlTextWriterEndElement | 2000 xmlTextWriterEndElement |
1982 xmlTextWriterEndPI | 2001 xmlTextWriterEndPI |
1983 xmlTextWriterFlush | 2002 xmlTextWriterFlush |
1984 xmlTextWriterFullEndElement | 2003 xmlTextWriterFullEndElement |
1985 xmlTextWriterSetIndent | 2004 xmlTextWriterSetIndent |
1986 xmlTextWriterSetIndentString | 2005 xmlTextWriterSetIndentString |
| 2006 xmlTextWriterSetQuoteChar |
1987 xmlTextWriterStartAttribute | 2007 xmlTextWriterStartAttribute |
1988 xmlTextWriterStartAttributeNS | 2008 xmlTextWriterStartAttributeNS |
1989 xmlTextWriterStartCDATA | 2009 xmlTextWriterStartCDATA |
1990 xmlTextWriterStartComment | 2010 xmlTextWriterStartComment |
1991 xmlTextWriterStartDTD | 2011 xmlTextWriterStartDTD |
1992 xmlTextWriterStartDTDAttlist | 2012 xmlTextWriterStartDTDAttlist |
1993 xmlTextWriterStartDTDElement | 2013 xmlTextWriterStartDTDElement |
1994 xmlTextWriterStartDTDEntity | 2014 xmlTextWriterStartDTDEntity |
1995 xmlTextWriterStartDocument | 2015 xmlTextWriterStartDocument |
1996 xmlTextWriterStartElement | 2016 xmlTextWriterStartElement |
(...skipping 907 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
2904 #ifdef LIBXML_XPATH_ENABLED | 2924 #ifdef LIBXML_XPATH_ENABLED |
2905 xmlXPathNextPreceding | 2925 xmlXPathNextPreceding |
2906 #endif | 2926 #endif |
2907 #ifdef LIBXML_XPATH_ENABLED | 2927 #ifdef LIBXML_XPATH_ENABLED |
2908 xmlXPathNextPrecedingSibling | 2928 xmlXPathNextPrecedingSibling |
2909 #endif | 2929 #endif |
2910 #ifdef LIBXML_XPATH_ENABLED | 2930 #ifdef LIBXML_XPATH_ENABLED |
2911 xmlXPathNextSelf | 2931 xmlXPathNextSelf |
2912 #endif | 2932 #endif |
2913 #ifdef LIBXML_XPATH_ENABLED | 2933 #ifdef LIBXML_XPATH_ENABLED |
| 2934 xmlXPathNodeEval |
| 2935 #endif |
| 2936 #ifdef LIBXML_XPATH_ENABLED |
2914 xmlXPathNodeLeading | 2937 xmlXPathNodeLeading |
2915 #endif | 2938 #endif |
2916 #ifdef LIBXML_XPATH_ENABLED | 2939 #ifdef LIBXML_XPATH_ENABLED |
2917 xmlXPathNodeLeadingSorted | 2940 xmlXPathNodeLeadingSorted |
2918 #endif | 2941 #endif |
2919 #ifdef LIBXML_XPATH_ENABLED | 2942 #ifdef LIBXML_XPATH_ENABLED |
2920 xmlXPathNodeSetAdd | 2943 xmlXPathNodeSetAdd |
2921 #endif | 2944 #endif |
2922 #ifdef LIBXML_XPATH_ENABLED | 2945 #ifdef LIBXML_XPATH_ENABLED |
2923 xmlXPathNodeSetAddNs | 2946 xmlXPathNodeSetAddNs |
(...skipping 106 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3030 #ifdef LIBXML_XPATH_ENABLED | 3053 #ifdef LIBXML_XPATH_ENABLED |
3031 xmlXPathRegisteredVariablesCleanup | 3054 xmlXPathRegisteredVariablesCleanup |
3032 #endif | 3055 #endif |
3033 #ifdef LIBXML_XPATH_ENABLED | 3056 #ifdef LIBXML_XPATH_ENABLED |
3034 xmlXPathRoot | 3057 xmlXPathRoot |
3035 #endif | 3058 #endif |
3036 #ifdef LIBXML_XPATH_ENABLED | 3059 #ifdef LIBXML_XPATH_ENABLED |
3037 xmlXPathRoundFunction | 3060 xmlXPathRoundFunction |
3038 #endif | 3061 #endif |
3039 #ifdef LIBXML_XPATH_ENABLED | 3062 #ifdef LIBXML_XPATH_ENABLED |
| 3063 xmlXPathSetContextNode |
| 3064 #endif |
| 3065 #ifdef LIBXML_XPATH_ENABLED |
3040 xmlXPathStartsWithFunction | 3066 xmlXPathStartsWithFunction |
3041 #endif | 3067 #endif |
3042 #ifdef LIBXML_XPATH_ENABLED | 3068 #ifdef LIBXML_XPATH_ENABLED |
3043 xmlXPathStringEvalNumber | 3069 xmlXPathStringEvalNumber |
3044 #endif | 3070 #endif |
3045 #ifdef LIBXML_XPATH_ENABLED | 3071 #ifdef LIBXML_XPATH_ENABLED |
3046 xmlXPathStringFunction | 3072 xmlXPathStringFunction |
3047 #endif | 3073 #endif |
3048 #ifdef LIBXML_XPATH_ENABLED | 3074 #ifdef LIBXML_XPATH_ENABLED |
3049 xmlXPathStringLengthFunction | 3075 xmlXPathStringLengthFunction |
(...skipping 105 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
3155 #endif | 3181 #endif |
3156 #ifdef LIBXML_XPTR_ENABLED | 3182 #ifdef LIBXML_XPTR_ENABLED |
3157 xmlXPtrNewRangePoints | 3183 xmlXPtrNewRangePoints |
3158 #endif | 3184 #endif |
3159 #ifdef LIBXML_XPTR_ENABLED | 3185 #ifdef LIBXML_XPTR_ENABLED |
3160 xmlXPtrRangeToFunction | 3186 xmlXPtrRangeToFunction |
3161 #endif | 3187 #endif |
3162 #ifdef LIBXML_XPTR_ENABLED | 3188 #ifdef LIBXML_XPTR_ENABLED |
3163 xmlXPtrWrapLocationSet | 3189 xmlXPtrWrapLocationSet |
3164 #endif | 3190 #endif |
OLD | NEW |