Searched defs:APR_DECLARE_NONSTD (Results 1 - 2 of 2) sorted by relevance

/freebsd-10-stable/contrib/apr/memory/unix/
H A Dapr_pools.c2402 APR_DECLARE_NONSTD(apr_status_t) apr_pool_cleanup_null(void *data) function
/freebsd-10-stable/usr.bin/svn/lib/libapr/
H A Dapr.h505 #define APR_DECLARE_NONSTD(type) type macro
525 #define APR_DECLARE_NONSTD(type) type __cdecl macro
529 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl macro
533 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl macro

Completed in 91 milliseconds