Searched refs:SSL_DECLARE (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dmod_ssl.h32 /* Create a set of SSL_DECLARE(type), SSL_DECLARE_NONSTD(type) and
36 #define SSL_DECLARE(type) type macro
40 #define SSL_DECLARE(type) type __stdcall macro
44 #define SSL_DECLARE(type) __declspec(dllexport) type __stdcall macro
48 #define SSL_DECLARE(type) __declspec(dllimport) type __stdcall macro

Completed in 788 milliseconds