ctdb-daemon: Use ctdb_parse_node_address() in ctdbd
[samba4-gss.git] / lib / tevent / ABI / tevent-0.11.0.sigs
blobe64007e051653f0f90e3d06c8c84521ba7dfb430
1 _tevent_add_fd: struct tevent_fd *(struct tevent_context *, TALLOC_CTX *, int, uint16_t, tevent_fd_handler_t, void *, const char *, const char *)
2 _tevent_add_signal: struct tevent_signal *(struct tevent_context *, TALLOC_CTX *, int, int, tevent_signal_handler_t, void *, const char *, const char *)
3 _tevent_add_timer: struct tevent_timer *(struct tevent_context *, TALLOC_CTX *, struct timeval, tevent_timer_handler_t, void *, const char *, const char *)
4 _tevent_context_pop_use: void (struct tevent_context *, const char *)
5 _tevent_context_push_use: bool (struct tevent_context *, const char *)
6 _tevent_context_wrapper_create: struct tevent_context *(struct tevent_context *, TALLOC_CTX *, const struct tevent_wrapper_ops *, void *, size_t, const char *, const char *)
7 _tevent_create_immediate: struct tevent_immediate *(TALLOC_CTX *, const char *)
8 _tevent_loop_once: int (struct tevent_context *, const char *)
9 _tevent_loop_until: int (struct tevent_context *, bool (*)(void *), void *, const char *)
10 _tevent_loop_wait: int (struct tevent_context *, const char *)
11 _tevent_queue_create: struct tevent_queue *(TALLOC_CTX *, const char *, const char *)
12 _tevent_req_callback_data: void *(struct tevent_req *)
13 _tevent_req_cancel: bool (struct tevent_req *, const char *)
14 _tevent_req_create: struct tevent_req *(TALLOC_CTX *, void *, size_t, const char *, const char *)
15 _tevent_req_data: void *(struct tevent_req *)
16 _tevent_req_done: void (struct tevent_req *, const char *)
17 _tevent_req_error: bool (struct tevent_req *, uint64_t, const char *)
18 _tevent_req_nomem: bool (const void *, struct tevent_req *, const char *)
19 _tevent_req_notify_callback: void (struct tevent_req *, const char *)
20 _tevent_req_oom: void (struct tevent_req *, const char *)
21 _tevent_schedule_immediate: void (struct tevent_immediate *, struct tevent_context *, tevent_immediate_handler_t, void *, const char *, const char *)
22 _tevent_threaded_schedule_immediate: void (struct tevent_threaded_context *, struct tevent_immediate *, tevent_immediate_handler_t, void *, const char *, const char *)
23 tevent_abort: void (struct tevent_context *, const char *)
24 tevent_backend_list: const char **(TALLOC_CTX *)
25 tevent_cleanup_pending_signal_handlers: void (struct tevent_signal *)
26 tevent_common_add_fd: struct tevent_fd *(struct tevent_context *, TALLOC_CTX *, int, uint16_t, tevent_fd_handler_t, void *, const char *, const char *)
27 tevent_common_add_signal: struct tevent_signal *(struct tevent_context *, TALLOC_CTX *, int, int, tevent_signal_handler_t, void *, const char *, const char *)
28 tevent_common_add_timer: struct tevent_timer *(struct tevent_context *, TALLOC_CTX *, struct timeval, tevent_timer_handler_t, void *, const char *, const char *)
29 tevent_common_add_timer_v2: struct tevent_timer *(struct tevent_context *, TALLOC_CTX *, struct timeval, tevent_timer_handler_t, void *, const char *, const char *)
30 tevent_common_check_double_free: void (TALLOC_CTX *, const char *)
31 tevent_common_check_signal: int (struct tevent_context *)
32 tevent_common_context_destructor: int (struct tevent_context *)
33 tevent_common_fd_destructor: int (struct tevent_fd *)
34 tevent_common_fd_get_flags: uint16_t (struct tevent_fd *)
35 tevent_common_fd_set_close_fn: void (struct tevent_fd *, tevent_fd_close_fn_t)
36 tevent_common_fd_set_flags: void (struct tevent_fd *, uint16_t)
37 tevent_common_have_events: bool (struct tevent_context *)
38 tevent_common_invoke_fd_handler: int (struct tevent_fd *, uint16_t, bool *)
39 tevent_common_invoke_immediate_handler: int (struct tevent_immediate *, bool *)
40 tevent_common_invoke_signal_handler: int (struct tevent_signal *, int, int, void *, bool *)
41 tevent_common_invoke_timer_handler: int (struct tevent_timer *, struct timeval, bool *)
42 tevent_common_loop_immediate: bool (struct tevent_context *)
43 tevent_common_loop_timer_delay: struct timeval (struct tevent_context *)
44 tevent_common_loop_wait: int (struct tevent_context *, const char *)
45 tevent_common_schedule_immediate: void (struct tevent_immediate *, struct tevent_context *, tevent_immediate_handler_t, void *, const char *, const char *)
46 tevent_common_threaded_activate_immediate: void (struct tevent_context *)
47 tevent_common_wakeup: int (struct tevent_context *)
48 tevent_common_wakeup_fd: int (int)
49 tevent_common_wakeup_init: int (struct tevent_context *)
50 tevent_context_init: struct tevent_context *(TALLOC_CTX *)
51 tevent_context_init_byname: struct tevent_context *(TALLOC_CTX *, const char *)
52 tevent_context_init_ops: struct tevent_context *(TALLOC_CTX *, const struct tevent_ops *, void *)
53 tevent_context_is_wrapper: bool (struct tevent_context *)
54 tevent_context_same_loop: bool (struct tevent_context *, struct tevent_context *)
55 tevent_debug: void (struct tevent_context *, enum tevent_debug_level, const char *, ...)
56 tevent_fd_get_flags: uint16_t (struct tevent_fd *)
57 tevent_fd_get_tag: uint64_t (const struct tevent_fd *)
58 tevent_fd_set_auto_close: void (struct tevent_fd *)
59 tevent_fd_set_close_fn: void (struct tevent_fd *, tevent_fd_close_fn_t)
60 tevent_fd_set_flags: void (struct tevent_fd *, uint16_t)
61 tevent_fd_set_tag: void (struct tevent_fd *, uint64_t)
62 tevent_get_trace_callback: void (struct tevent_context *, tevent_trace_callback_t *, void *)
63 tevent_get_trace_fd_callback: void (struct tevent_context *, tevent_trace_fd_callback_t *, void *)
64 tevent_get_trace_immediate_callback: void (struct tevent_context *, tevent_trace_immediate_callback_t *, void *)
65 tevent_get_trace_signal_callback: void (struct tevent_context *, tevent_trace_signal_callback_t *, void *)
66 tevent_get_trace_timer_callback: void (struct tevent_context *, tevent_trace_timer_callback_t *, void *)
67 tevent_immediate_get_tag: uint64_t (const struct tevent_immediate *)
68 tevent_immediate_set_tag: void (struct tevent_immediate *, uint64_t)
69 tevent_loop_allow_nesting: void (struct tevent_context *)
70 tevent_loop_set_nesting_hook: void (struct tevent_context *, tevent_nesting_hook, void *)
71 tevent_num_signals: size_t (void)
72 tevent_queue_add: bool (struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *)
73 tevent_queue_add_entry: struct tevent_queue_entry *(struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *)
74 tevent_queue_add_optimize_empty: struct tevent_queue_entry *(struct tevent_queue *, struct tevent_context *, struct tevent_req *, tevent_queue_trigger_fn_t, void *)
75 tevent_queue_entry_untrigger: void (struct tevent_queue_entry *)
76 tevent_queue_length: size_t (struct tevent_queue *)
77 tevent_queue_running: bool (struct tevent_queue *)
78 tevent_queue_start: void (struct tevent_queue *)
79 tevent_queue_stop: void (struct tevent_queue *)
80 tevent_queue_wait_recv: bool (struct tevent_req *)
81 tevent_queue_wait_send: struct tevent_req *(TALLOC_CTX *, struct tevent_context *, struct tevent_queue *)
82 tevent_re_initialise: int (struct tevent_context *)
83 tevent_register_backend: bool (const char *, const struct tevent_ops *)
84 tevent_req_default_print: char *(struct tevent_req *, TALLOC_CTX *)
85 tevent_req_defer_callback: void (struct tevent_req *, struct tevent_context *)
86 tevent_req_get_profile: const struct tevent_req_profile *(struct tevent_req *)
87 tevent_req_is_error: bool (struct tevent_req *, enum tevent_req_state *, uint64_t *)
88 tevent_req_is_in_progress: bool (struct tevent_req *)
89 tevent_req_move_profile: struct tevent_req_profile *(struct tevent_req *, TALLOC_CTX *)
90 tevent_req_poll: bool (struct tevent_req *, struct tevent_context *)
91 tevent_req_post: struct tevent_req *(struct tevent_req *, struct tevent_context *)
92 tevent_req_print: char *(TALLOC_CTX *, struct tevent_req *)
93 tevent_req_profile_append_sub: void (struct tevent_req_profile *, struct tevent_req_profile **)
94 tevent_req_profile_create: struct tevent_req_profile *(TALLOC_CTX *)
95 tevent_req_profile_get_name: void (const struct tevent_req_profile *, const char **)
96 tevent_req_profile_get_start: void (const struct tevent_req_profile *, const char **, struct timeval *)
97 tevent_req_profile_get_status: void (const struct tevent_req_profile *, pid_t *, enum tevent_req_state *, uint64_t *)
98 tevent_req_profile_get_stop: void (const struct tevent_req_profile *, const char **, struct timeval *)
99 tevent_req_profile_get_subprofiles: const struct tevent_req_profile *(const struct tevent_req_profile *)
100 tevent_req_profile_next: const struct tevent_req_profile *(const struct tevent_req_profile *)
101 tevent_req_profile_set_name: bool (struct tevent_req_profile *, const char *)
102 tevent_req_profile_set_start: bool (struct tevent_req_profile *, const char *, struct timeval)
103 tevent_req_profile_set_status: void (struct tevent_req_profile *, pid_t, enum tevent_req_state, uint64_t)
104 tevent_req_profile_set_stop: bool (struct tevent_req_profile *, const char *, struct timeval)
105 tevent_req_received: void (struct tevent_req *)
106 tevent_req_reset_endtime: void (struct tevent_req *)
107 tevent_req_set_callback: void (struct tevent_req *, tevent_req_fn, void *)
108 tevent_req_set_cancel_fn: void (struct tevent_req *, tevent_req_cancel_fn)
109 tevent_req_set_cleanup_fn: void (struct tevent_req *, tevent_req_cleanup_fn)
110 tevent_req_set_endtime: bool (struct tevent_req *, struct tevent_context *, struct timeval)
111 tevent_req_set_print_fn: void (struct tevent_req *, tevent_req_print_fn)
112 tevent_req_set_profile: bool (struct tevent_req *)
113 tevent_sa_info_queue_count: size_t (void)
114 tevent_set_abort_fn: void (void (*)(const char *))
115 tevent_set_debug: int (struct tevent_context *, void (*)(void *, enum tevent_debug_level, const char *, va_list), void *)
116 tevent_set_debug_stderr: int (struct tevent_context *)
117 tevent_set_default_backend: void (const char *)
118 tevent_set_trace_callback: void (struct tevent_context *, tevent_trace_callback_t, void *)
119 tevent_set_trace_fd_callback: void (struct tevent_context *, tevent_trace_fd_callback_t, void *)
120 tevent_set_trace_immediate_callback: void (struct tevent_context *, tevent_trace_immediate_callback_t, void *)
121 tevent_set_trace_signal_callback: void (struct tevent_context *, tevent_trace_signal_callback_t, void *)
122 tevent_set_trace_timer_callback: void (struct tevent_context *, tevent_trace_timer_callback_t, void *)
123 tevent_signal_get_tag: uint64_t (const struct tevent_signal *)
124 tevent_signal_set_tag: void (struct tevent_signal *, uint64_t)
125 tevent_signal_support: bool (struct tevent_context *)
126 tevent_thread_proxy_create: struct tevent_thread_proxy *(struct tevent_context *)
127 tevent_thread_proxy_schedule: void (struct tevent_thread_proxy *, struct tevent_immediate **, tevent_immediate_handler_t, void *)
128 tevent_threaded_context_create: struct tevent_threaded_context *(TALLOC_CTX *, struct tevent_context *)
129 tevent_timer_get_tag: uint64_t (const struct tevent_timer *)
130 tevent_timer_set_tag: void (struct tevent_timer *, uint64_t)
131 tevent_timeval_add: struct timeval (const struct timeval *, uint32_t, uint32_t)
132 tevent_timeval_compare: int (const struct timeval *, const struct timeval *)
133 tevent_timeval_current: struct timeval (void)
134 tevent_timeval_current_ofs: struct timeval (uint32_t, uint32_t)
135 tevent_timeval_is_zero: bool (const struct timeval *)
136 tevent_timeval_set: struct timeval (uint32_t, uint32_t)
137 tevent_timeval_until: struct timeval (const struct timeval *, const struct timeval *)
138 tevent_timeval_zero: struct timeval (void)
139 tevent_trace_fd_callback: void (struct tevent_context *, struct tevent_fd *, enum tevent_event_trace_point)
140 tevent_trace_immediate_callback: void (struct tevent_context *, struct tevent_immediate *, enum tevent_event_trace_point)
141 tevent_trace_point_callback: void (struct tevent_context *, enum tevent_trace_point)
142 tevent_trace_signal_callback: void (struct tevent_context *, struct tevent_signal *, enum tevent_event_trace_point)
143 tevent_trace_timer_callback: void (struct tevent_context *, struct tevent_timer *, enum tevent_event_trace_point)
144 tevent_update_timer: void (struct tevent_timer *, struct timeval)
145 tevent_wakeup_recv: bool (struct tevent_req *)
146 tevent_wakeup_send: struct tevent_req *(TALLOC_CTX *, struct tevent_context *, struct timeval)