Searched defs:AUTHZ_DBD_DECLARE (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authz_dbd.h21 /* Create a set of AUTHZ_DBD_DECLARE(type), AUTHZ_DBD_DECLARE_NONSTD(type) and
25 #define AUTHZ_DBD_DECLARE(type) type macro
29 #define AUTHZ_DBD_DECLARE(type) type __stdcall macro
33 #define AUTHZ_DBD_DECLARE(type) __declspec(dllexport) type __stdcall macro
37 #define AUTHZ_DBD_DECLARE(type) __declspec(dllimport) type __stdcall macro

Completed in 20 milliseconds