Home
last modified time | relevance | path

Searched refs:_EVENT_SIZEOF_VOID_P (Results 1 – 5 of 5) sorted by relevance

/minix3/external/bsd/libevent/dist/WIN32-Code/event2/
H A Devent-config.h326 #define _EVENT_SIZEOF_VOID_P 8 macro
328 #define _EVENT_SIZEOF_VOID_P 4 macro
/minix3/external/bsd/libevent/include/event2/
H A Devent-config.h448 #define _EVENT_SIZEOF_VOID_P 8 macro
450 #define _EVENT_SIZEOF_VOID_P 4 macro
/minix3/external/bsd/libevent/dist/include/event2/
H A Dutil.h74 #if defined(_EVENT_SIZEOF_VOID__) && !defined(_EVENT_SIZEOF_VOID_P)
75 #define _EVENT_SIZEOF_VOID_P _EVENT_SIZEOF_VOID__ macro
178 #elif _EVENT_SIZEOF_VOID_P <= 4
181 #elif _EVENT_SIZEOF_VOID_P <= 8
/minix3/external/bsd/libevent/dist/
H A Devbuffer-internal.h53 #if _EVENT_SIZEOF_VOID_P < 8
H A DChangeLog481 o Set _EVENT_SIZEOF_VOID_P correctly on win32 and win64 (1ae82cd Dimitre Piskyulev)