Home
last modified time | relevance | path

Searched refs:ZSTDLIB_VISIBILITY (Results 1 – 3 of 3) sorted by relevance

/f-stack/freebsd/contrib/openzfs/module/zstd/lib/
H A Dzstd.h48 #ifndef ZSTDLIB_VISIBILITY
50 # define ZSTDLIB_VISIBILITY __attribute__ ((visibility ("default"))) macro
52 # define ZSTDLIB_VISIBILITY
56 # define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBILITY
58 # define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBILITY /* It isn't required but allows to g…
60 # define ZSTDLIB_API ZSTDLIB_VISIBILITY
H A Dzstd.c3108 #ifndef ZSTDLIB_VISIBILITY
3110 # define ZSTDLIB_VISIBILITY __attribute__ ((visibility ("default"))) macro
3112 # define ZSTDLIB_VISIBILITY
3116 # define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBILITY
3118 # define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBILITY /* It isn't required but allows to g…
3120 # define ZSTDLIB_API ZSTDLIB_VISIBILITY
/f-stack/freebsd/contrib/zstd/lib/
H A Dzstd.h23 #ifndef ZSTDLIB_VISIBILITY
25 # define ZSTDLIB_VISIBILITY __attribute__ ((visibility ("default"))) macro
27 # define ZSTDLIB_VISIBILITY
31 # define ZSTDLIB_API __declspec(dllexport) ZSTDLIB_VISIBILITY
33 # define ZSTDLIB_API __declspec(dllimport) ZSTDLIB_VISIBILITY /* It isn't required but allows to g…
35 # define ZSTDLIB_API ZSTDLIB_VISIBILITY