Searched refs:evmap_io (Results 1 – 1 of 1) sorted by relevance
/external/libevent/ |
D | evmap.c | 57 struct evmap_io { struct 82 struct evmap_io evmap_io; member 184 #define FDINFO_OFFSET sizeof(struct evmap_io) 252 evmap_io_init(struct evmap_io *entry) in evmap_io_init() 267 struct evmap_io *ctx = NULL; in evmap_io_add() 279 if (evmap_make_space(io, fd, sizeof(struct evmap_io *)) == -1) in evmap_io_add() 283 GET_IO_SLOT_AND_CTOR(ctx, io, fd, evmap_io, evmap_io_init, in evmap_io_add() 316 void *extra = ((char*)ctx) + sizeof(struct evmap_io); in evmap_io_add() 340 struct evmap_io *ctx; in evmap_io_del() 354 GET_IO_SLOT(ctx, io, fd, evmap_io); in evmap_io_del() [all …]
|