Lines Matching defs:DAV_DECLARE_NONSTD
81 /* Create a set of DAV_DECLARE(type), DAV_DECLARE_NONSTD(type) and
86 #define DAV_DECLARE_NONSTD(type) type
90 #define DAV_DECLARE_NONSTD(type) type
94 #define DAV_DECLARE_NONSTD(type) __declspec(dllexport) type
98 #define DAV_DECLARE_NONSTD(type) __declspec(dllimport) type
925 DAV_DECLARE_NONSTD(int) dav_core_find_liveprop(
930 DAV_DECLARE_NONSTD(void) dav_core_insert_all_liveprops(
935 DAV_DECLARE_NONSTD(void) dav_core_register_uris(apr_pool_t *p);
1612 DAV_DECLARE_NONSTD(void) dav_prop_validate(dav_prop_ctx *ctx);
1613 DAV_DECLARE_NONSTD(void) dav_prop_exec(dav_prop_ctx *ctx);
1614 DAV_DECLARE_NONSTD(void) dav_prop_commit(dav_prop_ctx *ctx);
1615 DAV_DECLARE_NONSTD(void) dav_prop_rollback(dav_prop_ctx *ctx);