1_Bool tevent_queue_add (struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *);
2_Bool tevent_register_backend (const char *, const struct tevent_ops *);
3_Bool _tevent_req_error (struct tevent_req *, uint64_t, const char *);
4_Bool tevent_req_is_error (struct tevent_req *, enum tevent_req_state *, uint64_t *);
5_Bool tevent_req_is_in_progress (struct tevent_req *);
6_Bool _tevent_req_nomem (const void *, struct tevent_req *, const char *);
7_Bool tevent_req_poll (struct tevent_req *, struct tevent_context *);
8_Bool tevent_req_set_endtime (struct tevent_req *, struct tevent_context *, struct timeval);
9_Bool tevent_signal_support (struct tevent_context *);
10_Bool tevent_timeval_is_zero (const struct timeval *);
11_Bool tevent_wakeup_recv (struct tevent_req *);
12char *tevent_req_default_print (struct tevent_req *, TALLOC_CTX *);
13char *tevent_req_print (TALLOC_CTX *, struct tevent_req *);
14const char **tevent_backend_list (TALLOC_CTX *);
15int _tevent_loop_once (struct tevent_context *, const char *);
16int _tevent_loop_until (struct tevent_context *, _Bool (*) (void *), void *, const char *);
17int _tevent_loop_wait (struct tevent_context *, const char *);
18int tevent_set_debug_stderr (struct tevent_context *);
19int tevent_set_debug (struct tevent_context *, void (*) (void *, enum tevent_debug_level, const char *, va_list), void *);
20int tevent_timeval_compare (const struct timeval *, const struct timeval *);
21size_t tevent_queue_length (struct tevent_queue *);
22struct tevent_context *tevent_context_init_byname (TALLOC_CTX *, const char *);
23struct tevent_context *tevent_context_init (TALLOC_CTX *);
24struct tevent_fd *_tevent_add_fd (struct tevent_context *, TALLOC_CTX *, int, uint16_t, tevent_fd_handler_t, void *, const char *, const char *);
25struct tevent_immediate *_tevent_create_immediate (TALLOC_CTX *, const char *);
26struct tevent_queue *_tevent_queue_create (TALLOC_CTX *, const char *, const char *);
27struct tevent_req *_tevent_req_create (TALLOC_CTX *, void *, size_t, const char *, const char *);
28struct tevent_req *tevent_req_post (struct tevent_req *, struct tevent_context *);
29struct tevent_req *tevent_wakeup_send (TALLOC_CTX *, struct tevent_context *, struct timeval);
30struct tevent_signal *_tevent_add_signal (struct tevent_context *, TALLOC_CTX *, int, int, tevent_signal_handler_t, void *, const char *, const char *);
31struct tevent_timer *_tevent_add_timer (struct tevent_context *, TALLOC_CTX *, struct timeval, tevent_timer_handler_t, void *, const char *, const char *);
32struct timeval tevent_timeval_add (const struct timeval *, uint32_t, uint32_t);
33struct timeval tevent_timeval_current_ofs (uint32_t, uint32_t);
34struct timeval tevent_timeval_current (void);
35struct timeval tevent_timeval_set (uint32_t, uint32_t);
36struct timeval tevent_timeval_until (const struct timeval *, const struct timeval *);
37struct timeval tevent_timeval_zero (void);
38uint16_t tevent_fd_get_flags (struct tevent_fd *);
39void tevent_fd_set_auto_close (struct tevent_fd *);
40void tevent_fd_set_close_fn (struct tevent_fd *, tevent_fd_close_fn_t);
41void tevent_fd_set_flags (struct tevent_fd *, uint16_t);
42void tevent_loop_allow_nesting (struct tevent_context *);
43void tevent_loop_set_nesting_hook (struct tevent_context *, tevent_nesting_hook, void *);
44void tevent_queue_start (struct tevent_queue *);
45void tevent_queue_stop (struct tevent_queue *);
46void *_tevent_req_callback_data (struct tevent_req *);
47void *_tevent_req_data (struct tevent_req *);
48void _tevent_req_done (struct tevent_req *, const char *);
49void _tevent_req_notify_callback (struct tevent_req *, const char *);
50void tevent_req_received (struct tevent_req *);
51void tevent_req_set_callback (struct tevent_req *, tevent_req_fn, void *);
52void tevent_req_set_print_fn (struct tevent_req *, tevent_req_print_fn);
53void _tevent_schedule_immediate (struct tevent_immediate *, struct tevent_context *, tevent_immediate_handler_t, void *, const char *, const char *);
54void tevent_set_abort_fn (void (*) (const char *));
55void tevent_set_default_backend (const char *);
56_Bool _tevent_req_cancel (struct tevent_req *, const char *);
57void tevent_req_set_cancel_fn (struct tevent_req *, tevent_req_cancel_fn);
58