Searched defs:APR_DECLARE (Results 1 – 5 of 5) sorted by relevance
498 #define APR_DECLARE(type) type macro530 #define APR_DECLARE(type) type __stdcall macro534 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall macro538 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall macro
510 #define APR_DECLARE(type) type macro542 #define APR_DECLARE(type) type __stdcall macro546 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall macro550 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall macro
409 APR_DECLARE(apr_status_t) apr_file_link(const char *from_path, in APR_DECLARE() function
719 APR_DECLARE(apr_status_t) apr_os_shm_get(apr_os_shm_t *osshm, in APR_DECLARE() function
1640 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get_ex(apr_os_proc_mutex_t *ospmutex, function