Searched defs:HT_PROTOTYPE (Results 1 – 4 of 4) sorted by relevance
/netbsd-src/external/bsd/ntp/dist/sntp/libevent/ |
H A D | ht-internal.h | 131 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ macro
|
/netbsd-src/external/bsd/libevent/dist/ |
H A D | ht-internal.h | 130 #define HT_PROTOTYPE(name, type, field, hashfn, eqfn) \ macro
|
H A D | evmap.c | 114 HT_PROTOTYPE(event_io_map, event_map_entry, map_node, hashsocket, eqsocket) in HT_PROTOTYPE() function
|
H A D | event.c | 234 HT_PROTOTYPE(event_debug_map, event_debug_entry, node, hash_debug_entry, in HT_PROTOTYPE() function
|