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.
#define APR_DECLARE_EXTERNAL_HOOK(ns, link, ret, name, args)
Definition: apr_hooks.h:118
dav_resource int dav_locktoken dav_response int flags
Definition: mod_dav.h:1458
request_rec * r
Definition: mod_dav.h:518
A structure that represents the current request.
Definition: httpd.h:856