min_heap_top 228 third_party/libevent/event.c while ((ev = min_heap_top(&base->timeheap)) != NULL) { min_heap_top 835 third_party/libevent/event.c if ((ev = min_heap_top(&base->timeheap)) == NULL) { min_heap_top 910 third_party/libevent/event.c while ((ev = min_heap_top(&base->timeheap))) { min_heap_top 45 third_party/libevent/min_heap.h static inline struct event* min_heap_top(min_heap_t* s);