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

/httpd/modules/dav/main/
H A Dstd_liveprop.c204 DAV_DECLARE_NONSTD(int) dav_core_find_liveprop(
212 DAV_DECLARE_NONSTD(void) dav_core_insert_all_liveprops(
222 DAV_DECLARE_NONSTD(void) dav_core_register_uris(apr_pool_t *p)
H A Dmod_dav.h81 /* Create a set of DAV_DECLARE(type), DAV_DECLARE_NONSTD(type) and
86 #define DAV_DECLARE_NONSTD(type) type macro
90 #define DAV_DECLARE_NONSTD(type) type macro
94 #define DAV_DECLARE_NONSTD(type) __declspec(dllexport) type macro
98 #define DAV_DECLARE_NONSTD(type) __declspec(dllimport) type macro
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(voi
[all...]
H A Dprops.c913 DAV_DECLARE_NONSTD(void) dav_prop_validate(dav_prop_ctx *ctx)
1004 DAV_DECLARE_NONSTD(void) dav_prop_exec(dav_prop_ctx *ctx)
1074 DAV_DECLARE_NONSTD(void) dav_prop_commit(dav_prop_ctx *ctx)
1091 DAV_DECLARE_NONSTD(void) dav_prop_rollback(dav_prop_ctx *ctx)

Completed in 1826 milliseconds