Home
last modified time | relevance | path

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

/external/libevent/
Dwin32select.c101 #define FD_SET_ALLOC_SIZE(n) ((sizeof(struct win_fd_set) + ((n)-1)*sizeof(SOCKET))) macro
112 size = FD_SET_ALLOC_SIZE(new_num_fds); in grow_fd_sets()
188 size = FD_SET_ALLOC_SIZE(NEVENT); in win32_init()
289 size_t size = FD_SET_ALLOC_SIZE(win32op->num_fds_in_fd_sets); in win32_dispatch()