Home
last modified time | relevance | path

Searched defs:APR_DECLARE (Results 1 – 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
HDapr.h.in498 #define APR_DECLARE(type) type macro
530 #define APR_DECLARE(type) type __stdcall macro
534 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall macro
538 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall macro
/freebsd-13-stable/usr.bin/svn/lib/libapr/
HDapr.h510 #define APR_DECLARE(type) type macro
542 #define APR_DECLARE(type) type __stdcall macro
546 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall macro
550 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall macro
/freebsd-13-stable/contrib/apr/file_io/unix/
HDopen.c409 APR_DECLARE(apr_status_t) apr_file_link(const char *from_path, in APR_DECLARE() function
/freebsd-13-stable/contrib/apr/shmem/unix/
HDshm.c719 APR_DECLARE(apr_status_t) apr_os_shm_get(apr_os_shm_t *osshm, in APR_DECLARE() function
/freebsd-13-stable/contrib/apr/locks/unix/
HDproc_mutex.c1640 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get_ex(apr_os_proc_mutex_t *ospmutex, function