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

/freebsd-11.0-release/contrib/apr-util/buckets/
H A Dapr_buckets.c19 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_noop(apr_bucket *data, function
25 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_setaside_notimpl(apr_bucket *data, function
31 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_split_notimpl(apr_bucket *data, function
37 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_copy_notimpl(apr_bucket *e, function
H A Dapr_buckets_refcount.c19 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_shared_split(apr_bucket *a, function
33 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_shared_copy(apr_bucket *a, function
H A Dapr_buckets_simple.c19 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_simple_copy(apr_bucket *a, function
28 APU_DECLARE_NONSTD(apr_status_t) apr_bucket_simple_split(apr_bucket *a, function
H A Dapr_brigade.c616 APU_DECLARE_NONSTD(apr_status_t) apr_brigade_putstrs(apr_bucket_brigade *b, function
629 APU_DECLARE_NONSTD(apr_status_t) apr_brigade_printf(apr_bucket_brigade *b, function
/freebsd-11.0-release/usr.bin/svn/lib/libapr_util/
H A Dapu.h61 #define APU_DECLARE_NONSTD(type) type macro
73 #define APU_DECLARE_NONSTD(type) type __cdecl macro
77 #define APU_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl macro
81 #define APU_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl macro

Completed in 54 milliseconds