Home
last modified time | relevance | path

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

/netbsd-src/external/ibm-public/postfix/dist/src/util/
H A Devents.c213 #define EVENT_MASK_REALLOC(mask, bit_len) do { \ macro
636 EVENT_MASK_REALLOC(&event_rmask, new_slots); in event_extend()
637 EVENT_MASK_REALLOC(&event_wmask, new_slots); in event_extend()
638 EVENT_MASK_REALLOC(&event_xmask, new_slots); in event_extend()
681 EVENT_MASK_REALLOC(&zero_mask, event_fdslots); in event_drain()