Home
last modified time | relevance | path

Searched refs:LIBXML_DLL_IMPORT (Results 1 – 5 of 5) sorted by relevance

/external/libxml2/vms/
Ddiffs.vms123 < LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultVal;
131 < LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
139 > LIBXML_DLL_IMPORT extern int xmlDoValidityCheckingDefaultValue;
147 < LIBXML_DLL_IMPORT extern int xmlSubsEntitiesDefaultValue;
155 < LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
163 > LIBXML_DLL_IMPORT extern int xmlSubstituteEntitiesDefaultValue;
/external/libxml2/include/libxml/
Dxmlwin32version.h203 #ifndef LIBXML_DLL_IMPORT
205 #define LIBXML_DLL_IMPORT __declspec(dllimport) macro
207 #define LIBXML_DLL_IMPORT macro
Dxmlexports.h71 #if !defined(LIBXML_DLL_IMPORT)
72 #define LIBXML_DLL_IMPORT XMLPUBVAR macro
Dxmlwin32version.h.in223 * LIBXML_DLL_IMPORT:
237 #ifndef LIBXML_DLL_IMPORT
239 #define LIBXML_DLL_IMPORT __declspec(dllimport) macro
241 #define LIBXML_DLL_IMPORT macro
/external/libxml2/
DChangeLog14758 * include/libxml/xmlversion.h.in (LIBXML_DLL_IMPORT): Use on Cygwin