Home
last modified time | relevance | path

Searched defs:APU_DECLARE (Results 1 – 3 of 3) sorted by relevance

/trueos/usr.bin/svn/lib/libapr_util/
HDapu.h54 #define APU_DECLARE(type) type macro
72 #define APU_DECLARE(type) type __stdcall macro
76 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall macro
80 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall macro
/trueos/contrib/apr-util/include/
HDapu.h.in53 #define APU_DECLARE(type) type macro
71 #define APU_DECLARE(type) type __stdcall macro
75 #define APU_DECLARE(type) __declspec(dllexport) type __stdcall macro
79 #define APU_DECLARE(type) __declspec(dllimport) type __stdcall macro
/trueos/contrib/apr-util/hooks/
HDapr_hooks.c323 APU_DECLARE(apr_array_header_t *) apr_optional_hook_get(const char *szName) in APU_DECLARE() function