Searched refs:evmap_io (Results 1 – 4 of 4) sorted by relevance
| /src/contrib/libevent/ |
| H A D | evmap.c | 59 struct evmap_io { struct 85 struct evmap_io evmap_io; member 187 #define FDINFO_OFFSET sizeof(struct evmap_io) 261 evmap_io_init(struct evmap_io *entry) in evmap_io_init() 277 struct evmap_io *ctx = NULL; in evmap_io_add_() 289 if (evmap_make_space(io, fd, sizeof(struct evmap_io *)) == -1) in evmap_io_add_() 293 GET_IO_SLOT_AND_CTOR(ctx, io, fd, evmap_io, evmap_io_init, in evmap_io_add_() 333 void *extra = ((char*)ctx) + sizeof(struct evmap_io); in evmap_io_add_() 358 struct evmap_io *ctx; in evmap_io_del_() 372 GET_IO_SLOT(ctx, io, fd, evmap_io); in evmap_io_del_() [all …]
|
| H A D | ChangeLog | 1930 o evport: use evmap_io to track fdinfo status. Should save time and
|
| /src/contrib/ntp/sntp/libevent/ |
| H A D | evmap.c | 59 struct evmap_io { struct 85 struct evmap_io evmap_io; member 187 #define FDINFO_OFFSET sizeof(struct evmap_io) 261 evmap_io_init(struct evmap_io *entry) in evmap_io_init() 277 struct evmap_io *ctx = NULL; in evmap_io_add_() 289 if (evmap_make_space(io, fd, sizeof(struct evmap_io *)) == -1) in evmap_io_add_() 293 GET_IO_SLOT_AND_CTOR(ctx, io, fd, evmap_io, evmap_io_init, in evmap_io_add_() 333 void *extra = ((char*)ctx) + sizeof(struct evmap_io); in evmap_io_add_() 358 struct evmap_io *ctx; in evmap_io_del_() 372 GET_IO_SLOT(ctx, io, fd, evmap_io); in evmap_io_del_() [all …]
|
| H A D | ChangeLog | 1930 o evport: use evmap_io to track fdinfo status. Should save time and
|