Home
last modified time | relevance | path

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

/external/libevent/
Dwin32select.c72 struct win32op { struct
104 grow_fd_sets(struct win32op *op, unsigned new_num_fds) in grow_fd_sets()
123 do_fd_set(struct win32op *op, struct idx_info *ent, evutil_socket_t s, int read) in do_fd_set()
149 struct win32op *op, struct idx_info *ent, int read) in do_fd_clear()
183 struct win32op *winop; in win32_init()
185 if (!(winop = mm_calloc(1, sizeof(struct win32op)))) in win32_init()
223 struct win32op *win32op = base->evbase; in win32_add() local
226 if ((events & EV_SIGNAL) && win32op->signals_are_broken) in win32_add()
234 if (do_fd_set(win32op, idx, fd, 1)<0) in win32_add()
238 if (do_fd_set(win32op, idx, fd, 0)<0) in win32_add()
[all …]