Searched refs:HT_REMOVE (Results 1 – 2 of 2) sorted by relevance
/external/libevent/ | ||
D | ht-internal.h | 55 #define HT_REMOVE(name, head, elm) name##_HT_REMOVE((head), (elm)) macro |
D | event.c | 259 dent = HT_REMOVE(event_debug_map, &global_debug_map, &find); \ |