Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/libevent/dist/
H A Dwin32select.c75 struct win32op { struct
107 grow_fd_sets(struct win32op *op, unsigned new_num_fds) in grow_fd_sets()
126 do_fd_set(struct win32op *op, struct idx_info *ent, evutil_socket_t s, int read) in do_fd_set()
152 struct win32op *op, struct idx_info *ent, int read) in do_fd_clear()
186 struct win32op *winop; in win32_init()
188 if (!(winop = mm_calloc(1, sizeof(struct win32op)))) in win32_init()
226 struct win32op *win32op = base->evbase; in win32_add() local
229 if ((events & EV_SIGNAL) && win32op->signals_are_broken) in win32_add()
237 if (do_fd_set(win32op, idx, fd, 1)<0) in win32_add()
241 if (do_fd_set(win32op, idx, fd, 0)<0) in win32_add()
[all …]