waf: Only specify vnum for non-private libraries.
[nivanova/samba-autobuild/.git] / lib / tevent / tevent.signatures
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 *);
12 char *tevent_req_default_print (struct tevent_req *, TALLOC_CTX *);
13 char *tevent_req_print (TALLOC_CTX *, struct tevent_req *);
14 const char **tevent_backend_list (TALLOC_CTX *);
15 int _tevent_loop_once (struct tevent_context *, const char *);
16 int _tevent_loop_until (struct tevent_context *, _Bool (*) (void *), void *, const char *);
17 int _tevent_loop_wait (struct tevent_context *, const char *);
18 int tevent_set_debug_stderr (struct tevent_context *);
19 int tevent_set_debug (struct tevent_context *, void (*) (void *, enum tevent_debug_level, const char *, va_list), void *);
20 int tevent_timeval_compare (const struct timeval *, const struct timeval *);
21 size_t tevent_queue_length (struct tevent_queue *);
22 struct tevent_context *tevent_context_init_byname (TALLOC_CTX *, const char *);
23 struct tevent_context *tevent_context_init (TALLOC_CTX *);
24 struct tevent_fd *_tevent_add_fd (struct tevent_context *, TALLOC_CTX *, int, uint16_t, tevent_fd_handler_t, void *, const char *, const char *);
25 struct tevent_immediate *_tevent_create_immediate (TALLOC_CTX *, const char *);
26 struct tevent_queue *_tevent_queue_create (TALLOC_CTX *, const char *, const char *);
27 struct tevent_req *_tevent_req_create (TALLOC_CTX *, void *, size_t, const char *, const char *);
28 struct tevent_req *tevent_req_post (struct tevent_req *, struct tevent_context *);
29 struct tevent_req *tevent_wakeup_send (TALLOC_CTX *, struct tevent_context *, struct timeval);
30 struct tevent_signal *_tevent_add_signal (struct tevent_context *, TALLOC_CTX *, int, int, tevent_signal_handler_t, void *, const char *, const char *);
31 struct tevent_timer *_tevent_add_timer (struct tevent_context *, TALLOC_CTX *, struct timeval, tevent_timer_handler_t, void *, const char *, const char *);
32 struct timeval tevent_timeval_add (const struct timeval *, uint32_t, uint32_t);
33 struct timeval tevent_timeval_current_ofs (uint32_t, uint32_t);
34 struct timeval tevent_timeval_current (void);
35 struct timeval tevent_timeval_set (uint32_t, uint32_t);
36 struct timeval tevent_timeval_until (const struct timeval *, const struct timeval *);
37 struct timeval tevent_timeval_zero (void);
38 uint16_t tevent_fd_get_flags (struct tevent_fd *);
39 void tevent_fd_set_auto_close (struct tevent_fd *);
40 void tevent_fd_set_close_fn (struct tevent_fd *, tevent_fd_close_fn_t);
41 void tevent_fd_set_flags (struct tevent_fd *, uint16_t);
42 void tevent_loop_allow_nesting (struct tevent_context *);
43 void tevent_loop_set_nesting_hook (struct tevent_context *, tevent_nesting_hook, void *);
44 void tevent_queue_start (struct tevent_queue *);
45 void tevent_queue_stop (struct tevent_queue *);
46 void *_tevent_req_callback_data (struct tevent_req *);
47 void *_tevent_req_data (struct tevent_req *);
48 void _tevent_req_done (struct tevent_req *, const char *);
49 void _tevent_req_notify_callback (struct tevent_req *, const char *);
50 void tevent_req_received (struct tevent_req *);
51 void tevent_req_set_callback (struct tevent_req *, tevent_req_fn, void *);
52 void tevent_req_set_print_fn (struct tevent_req *, tevent_req_print_fn);
53 void _tevent_schedule_immediate (struct tevent_immediate *, struct tevent_context *, tevent_immediate_handler_t, void *, const char *, const char *);
54 void tevent_set_abort_fn (void (*) (const char *));
55 void tevent_set_default_backend (const char *);
56 _Bool _tevent_req_cancel (struct tevent_req *, const char *);
57 void tevent_req_set_cancel_fn (struct tevent_req *, tevent_req_cancel_fn);