Home
last modified time | relevance | path

Searched defs:MAKE_FUNCPTR (Results 1 – 6 of 6) sorted by relevance

/reactos/dll/win32/schannel/
H A Dschannel_mbedtls_lazyload.h25 #define MAKE_FUNCPTR(f) static typeof(f) * p##f; macro
28 MAKE_FUNCPTR(mbedtls_ctr_drbg_init) in MAKE_FUNCPTR() function
/reactos/dll/win32/bcrypt/
H A Dbcrypt_main.c50 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
130 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
/reactos/dll/win32/windowscodecs/
H A Djpegformat.c71 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
H A Dpngformat.c303 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
H A Dtiffformat.c70 #define MAKE_FUNCPTR(f) static typeof(f) * p##f macro
/reactos/dll/win32/msxml3/
H A Dnode.c64 # define MAKE_FUNCPTR(f) extern typeof(f) * p##f macro