Searched refs:FD_SET_ALLOC_SIZE (Results 1 – 1 of 1) sorted by relevance
101 #define FD_SET_ALLOC_SIZE(n) ((sizeof(struct win_fd_set) + ((n)-1)*sizeof(SOCKET))) macro112 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()