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

/freebsd-11-stable/usr.bin/svn/lib/libapr/
H A Dapr.h524 #define APR_DECLARE_NONSTD(type) type macro
544 #define APR_DECLARE_NONSTD(type) type __cdecl macro
548 #define APR_DECLARE_NONSTD(type) __declspec(dllexport) type __cdecl macro
552 #define APR_DECLARE_NONSTD(type) __declspec(dllimport) type __cdecl macro
/freebsd-11-stable/contrib/apr/memory/unix/
H A Dapr_pools.c2679 APR_DECLARE_NONSTD(apr_status_t) apr_pool_cleanup_null(void *data) function

Completed in 63 milliseconds