PATH:
opt
/
imunify360
/
venv
/
lib
/
python3.11
/
site-packages
/
lxml
/
includes
/
libxml
/* * Summary: macros for marking symbols as exportable/importable. * Description: macros for marking symbols as exportable/importable. * * Copy: See Copyright for the status of this software. */ #ifndef __XML_EXPORTS_H__ #define __XML_EXPORTS_H__ #if defined(_WIN32) || defined(__CYGWIN__) /** DOC_DISABLE */ #ifdef LIBXML_STATIC #define XMLPUBLIC #elif defined(IN_LIBXML) #define XMLPUBLIC __declspec(dllexport) #else #define XMLPUBLIC __declspec(dllimport) #endif #if defined(LIBXML_FASTCALL) #define XMLCALL __fastcall #else #define XMLCALL __cdecl #endif #define XMLCDECL __cdecl /** DOC_ENABLE */ #else /* not Windows */ /** * XMLPUBLIC: * * Macro which declares a public symbol */ #define XMLPUBLIC /** * XMLCALL: * * Macro which declares the calling convention for exported functions */ #define XMLCALL /** * XMLCDECL: * * Macro which declares the calling convention for exported functions that * use '...'. */ #define XMLCDECL #endif /* platform switch */ /* * XMLPUBFUN: * * Macro which declares an exportable function */ #define XMLPUBFUN XMLPUBLIC /** * XMLPUBVAR: * * Macro which declares an exportable variable */ #define XMLPUBVAR XMLPUBLIC extern /* Compatibility */ #if !defined(LIBXML_DLL_IMPORT) #define LIBXML_DLL_IMPORT XMLPUBVAR #endif #endif /* __XML_EXPORTS_H__ */
[-] xpathInternals.h
[edit]
[-] xpath.h
[edit]
[-] xmlmodule.h
[edit]
[-] dict.h
[edit]
[-] nanoftp.h
[edit]
[-] xmlautomata.h
[edit]
[-] xmlschemas.h
[edit]
[-] xmlwriter.h
[edit]
[-] xmlreader.h
[edit]
[-] nanohttp.h
[edit]
[-] xmlstring.h
[edit]
[+]
..
[-] xmlsave.h
[edit]
[-] chvalid.h
[edit]
[-] xpointer.h
[edit]
[-] xlink.h
[edit]
[-] parser.h
[edit]
[-] tree.h
[edit]
[-] schematron.h
[edit]
[-] SAX.h
[edit]
[-] threads.h
[edit]
[-] parserInternals.h
[edit]
[-] xmlexports.h
[edit]
[-] c14n.h
[edit]
[-] hash.h
[edit]
[+]
__pycache__
[-] xmlerror.h
[edit]
[-] catalog.h
[edit]
[-] HTMLparser.h
[edit]
[-] xmlunicode.h
[edit]
[-] xmlregexp.h
[edit]
[-] globals.h
[edit]
[-] xmlversion.h
[edit]
[-] xinclude.h
[edit]
[-] debugXML.h
[edit]
[-] __init__.py
[edit]
[-] xmlIO.h
[edit]
[-] entities.h
[edit]
[-] uri.h
[edit]
[-] relaxng.h
[edit]
[-] DOCBparser.h
[edit]
[-] valid.h
[edit]
[-] HTMLtree.h
[edit]
[-] schemasInternals.h
[edit]
[-] xmlmemory.h
[edit]
[-] SAX2.h
[edit]
[-] xmlschemastypes.h
[edit]
[-] list.h
[edit]
[-] encoding.h
[edit]