Lines Matching defs:func
123 # define DECLARE_WRAPPER(ret_type, func, ...) argument
129 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
131 # define DECLARE_WRAPPER_WINAPI(ret_type, func, ...) \ argument
140 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
147 # define DECLARE_WRAPPER(ret_type, func, ...) \ argument
159 # define DECLARE_REAL(ret_type, func, ...) argument
165 # define DECLARE_REAL(ret_type, func, ...) \ argument
173 # define DECLARE_REAL(ret_type, func, ...) \ argument
179 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) \ argument
184 # define DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(ret_type, func, ...) \ argument
188 # define DECLARE_REAL_AND_INTERCEPTOR(ret_type, func, ...) argument
189 # define DECLARE_EXTERN_INTERCEPTOR_AND_WRAPPER(ret_type, func, ...) argument
197 # define DEFINE_REAL(ret_type, func, ...) \ argument
203 # define DEFINE_REAL(ret_type, func, ...) argument
211 #define INTERCEPTOR(ret_type, func, ...) \ argument
218 #define INTERCEPTOR(ret_type, func, ...) \ argument
226 #define INTERCEPTOR_WITH_SUFFIX(ret_type, func, ...) \ argument
231 #define INTERCEPTOR_ZZZ(suffix, ret_type, func, ...) \ argument
237 #define INTERCEPTOR(ret_type, func, ...) \ argument
240 #define INTERCEPTOR_WITH_SUFFIX(ret_type, func, ...) \ argument
249 # define INTERCEPTOR_WINAPI(ret_type, func, ...) \ argument
278 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_LINUX_OR_FREEBSD(func) argument
279 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument
283 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_MAC(func) argument
284 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument
288 # define INTERCEPT_FUNCTION(func) INTERCEPT_FUNCTION_WIN(func) argument
289 # define INTERCEPT_FUNCTION_VER(func, symver) \ argument