Searched defs:APU_DECLARE_NONSTD (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-stable/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
/freebsd-11-stable/contrib/apr-util/buckets/
H A Dapr_buckets_alloc.c125 APU_DECLARE_NONSTD(apr_size_t) apr_bucket_alloc_aligned_floor(apr_bucket_alloc_t *list, 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
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

Completed in 92 milliseconds