32#define AP_STATUS_SHORT (0x1)
33#define AP_STATUS_NOTABLE (0x2)
34#define AP_STATUS_EXTENDED (0x4)
37#define STATUS_DECLARE(type) type
38#define STATUS_DECLARE_NONSTD(type) type
39#define STATUS_DECLARE_DATA
40#elif defined(STATUS_DECLARE_STATIC)
41#define STATUS_DECLARE(type) type __stdcall
42#define STATUS_DECLARE_NONSTD(type) type
43#define STATUS_DECLARE_DATA
44#elif defined(STATUS_DECLARE_EXPORT)
45#define STATUS_DECLARE(type) __declspec(dllexport) type __stdcall
46#define STATUS_DECLARE_NONSTD(type) __declspec(dllexport) type
47#define STATUS_DECLARE_DATA __declspec(dllexport)
49#define STATUS_DECLARE(type) __declspec(dllimport) type __stdcall
50#define STATUS_DECLARE_NONSTD(type) __declspec(dllimport) type
51#define STATUS_DECLARE_DATA __declspec(dllimport)
Symbol export macros and hook functions.
const char apr_ssize_t int flags
#define APR_DECLARE_EXTERNAL_HOOK(ns, link, ret, name, args)
apr_vformatter_buff_t const char va_list ap
A structure that represents the current request.