|
void(* | mio_free )(struct mio_st **m) |
|
struct mio_fd_st *(* | mio_listen )(struct mio_st **m, int port, const char *sourceip, mio_handler_t app, void *arg) |
|
struct mio_fd_st *(* | mio_connect )(struct mio_st **m, int port, const char *hostip, const char *srcip, mio_handler_t app, void *arg) |
|
struct mio_fd_st *(* | mio_register )(struct mio_st **m, int fd, mio_handler_t app, void *arg) |
|
void(* | mio_app )(struct mio_st **m, struct mio_fd_st *fd, mio_handler_t app, void *arg) |
|
void(* | mio_close )(struct mio_st **m, struct mio_fd_st *fd) |
|
void(* | mio_write )(struct mio_st **m, struct mio_fd_st *fd) |
|
void(* | mio_read )(struct mio_st **m, struct mio_fd_st *fd) |
|
void(* | mio_run )(struct mio_st **m, int timeout) |
|
Definition at line 109 of file mio.h.