Searched refs:cb (Results 1 – 2 of 2) sorted by relevance
37 ev_callback cb; member79 ev_fdinfo[ev_count].cb = input_cb; in ev_init()90 int ev_add_fd(int fd, ev_callback cb, void *data) in ev_add_fd() argument92 if (ev_misc_count == MAX_MISC_FDS || cb == NULL) in ev_add_fd()97 ev_fdinfo[ev_count].cb = cb; in ev_add_fd()129 ev_callback cb = ev_fdinfo[n].cb; in ev_dispatch() local130 if (cb && (ev_fds[n].revents & ev_fds[n].events)) in ev_dispatch()131 cb(ev_fds[n].fd, ev_fds[n].revents, ev_fdinfo[n].data); in ev_dispatch()
58 int ev_add_fd(int fd, ev_callback cb, void *data);