tevent_ops 70 lib/tevent/tevent.c const struct tevent_ops *ops;
tevent_ops 80 lib/tevent/tevent.c bool tevent_register_backend(const char *name, const struct tevent_ops *ops)
tevent_ops 203 lib/tevent/tevent.c const struct tevent_ops *ops)
tevent_ops 37 lib/tevent/tevent.h struct tevent_ops;
tevent_ops 376 lib/tevent/tevent.h struct tevent_ops {
tevent_ops 424 lib/tevent/tevent.h bool tevent_register_backend(const char *name, const struct tevent_ops *ops);
tevent_ops 436 lib/tevent/tevent.h #define event_ops tevent_ops
tevent_ops 427 lib/tevent/tevent_epoll.c static const struct tevent_ops epoll_event_ops = {
tevent_ops 224 lib/tevent/tevent_internal.h const struct tevent_ops *ops;
tevent_ops 231 lib/tevent/tevent_select.c static const struct tevent_ops select_event_ops = {
tevent_ops 551 lib/tevent/tevent_standard.c static const struct tevent_ops std_event_ops = {
tevent_ops 234 source3/lib/events.c static const struct tevent_ops s3_event_ops = {