tevent_context    119 lib/async_req/async_req.c static void async_trigger(struct tevent_context *ev, struct tevent_timer *te,
tevent_context    172 lib/async_req/async_req.c bool async_post_error(struct async_req *req, struct tevent_context *ev,
tevent_context    226 lib/async_req/async_req.c static void async_req_immediate_trigger(struct tevent_context *ev,
tevent_context    238 lib/async_req/async_req.c bool async_req_enqueue(struct async_req_queue *queue, struct tevent_context *ev,
tevent_context    136 lib/async_req/async_req.h bool async_post_error(struct async_req *req, struct tevent_context *ev,
tevent_context    147 lib/async_req/async_req.h 		       struct tevent_context *ev,
tevent_context     31 lib/async_req/async_req_ntstatus.c bool async_post_ntstatus(struct async_req *req, struct tevent_context *ev,
tevent_context     28 lib/async_req/async_req_ntstatus.h bool async_post_ntstatus(struct async_req *req, struct tevent_context *ev,
tevent_context     89 lib/async_req/async_sock.c static void async_send_handler(struct tevent_context *ev,
tevent_context     94 lib/async_req/async_sock.c 				   struct tevent_context *ev,
tevent_context    120 lib/async_req/async_sock.c static void async_send_handler(struct tevent_context *ev,
tevent_context    156 lib/async_req/async_sock.c static void async_recv_handler(struct tevent_context *ev,
tevent_context    161 lib/async_req/async_sock.c 				   struct tevent_context *ev,
tevent_context    186 lib/async_req/async_sock.c static void async_recv_handler(struct tevent_context *ev,
tevent_context    222 lib/async_req/async_sock.c static void async_connect_connected(struct tevent_context *ev,
tevent_context    240 lib/async_req/async_sock.c 				      struct tevent_context *ev,
tevent_context    314 lib/async_req/async_sock.c static void async_connect_connected(struct tevent_context *ev,
tevent_context    375 lib/async_req/async_sock.c 	struct tevent_context *ev;
tevent_context    383 lib/async_req/async_sock.c static void writev_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context    386 lib/async_req/async_sock.c struct tevent_req *writev_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
tevent_context    428 lib/async_req/async_sock.c static void writev_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context    497 lib/async_req/async_sock.c static void read_packet_handler(struct tevent_context *ev,
tevent_context    502 lib/async_req/async_sock.c 				    struct tevent_context *ev,
tevent_context    538 lib/async_req/async_sock.c static void read_packet_handler(struct tevent_context *ev,
tevent_context     29 lib/async_req/async_sock.h 				   struct tevent_context *ev,
tevent_context     35 lib/async_req/async_sock.h 				   struct tevent_context *ev,
tevent_context     40 lib/async_req/async_sock.h 				      struct tevent_context *ev,
tevent_context     45 lib/async_req/async_sock.h struct tevent_req *writev_send(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
tevent_context     51 lib/async_req/async_sock.h 				    struct tevent_context *ev,
tevent_context     33 lib/tevent/testsuite.c static void fde_handler(struct tevent_context *ev_ctx, struct tevent_fd *f, 
tevent_context     47 lib/tevent/testsuite.c static void finished_handler(struct tevent_context *ev_ctx, struct tevent_timer *te,
tevent_context     54 lib/tevent/testsuite.c static void count_handler(struct tevent_context *ev_ctx, struct signal_event *te,
tevent_context     64 lib/tevent/testsuite.c 	struct tevent_context *ev_ctx;
tevent_context    142 lib/tevent/tevent.c int tevent_common_context_destructor(struct tevent_context *ev)
tevent_context    202 lib/tevent/tevent.c static struct tevent_context *tevent_context_init_ops(TALLOC_CTX *mem_ctx,
tevent_context    205 lib/tevent/tevent.c 	struct tevent_context *ev;
tevent_context    208 lib/tevent/tevent.c 	ev = talloc_zero(mem_ctx, struct tevent_context);
tevent_context    229 lib/tevent/tevent.c struct tevent_context *tevent_context_init_byname(TALLOC_CTX *mem_ctx,
tevent_context    257 lib/tevent/tevent.c struct tevent_context *tevent_context_init(TALLOC_CTX *mem_ctx)
tevent_context    269 lib/tevent/tevent.c struct tevent_fd *_tevent_add_fd(struct tevent_context *ev,
tevent_context    293 lib/tevent/tevent.c static void tevent_fd_auto_close_fn(struct tevent_context *ev,
tevent_context    326 lib/tevent/tevent.c bool tevent_signal_support(struct tevent_context *ev)
tevent_context    341 lib/tevent/tevent.c static void tevent_abort(struct tevent_context *ev, const char *reason)
tevent_context    357 lib/tevent/tevent.c struct tevent_timer *_tevent_add_timer(struct tevent_context *ev,
tevent_context    400 lib/tevent/tevent.c 				struct tevent_context *ev,
tevent_context    417 lib/tevent/tevent.c struct tevent_signal *_tevent_add_signal(struct tevent_context *ev,
tevent_context    430 lib/tevent/tevent.c void tevent_loop_allow_nesting(struct tevent_context *ev)
tevent_context    435 lib/tevent/tevent.c void tevent_loop_set_nesting_hook(struct tevent_context *ev,
tevent_context    451 lib/tevent/tevent.c static void tevent_abort_nesting(struct tevent_context *ev, const char *location)
tevent_context    467 lib/tevent/tevent.c int _tevent_loop_once(struct tevent_context *ev, const char *location)
tevent_context    523 lib/tevent/tevent.c int _tevent_loop_until(struct tevent_context *ev,
tevent_context    587 lib/tevent/tevent.c int tevent_common_loop_wait(struct tevent_context *ev,
tevent_context    615 lib/tevent/tevent.c int _tevent_loop_wait(struct tevent_context *ev, const char *location)
tevent_context     36 lib/tevent/tevent.h struct tevent_context;
tevent_context     44 lib/tevent/tevent.h typedef void (*tevent_fd_handler_t)(struct tevent_context *ev,
tevent_context     48 lib/tevent/tevent.h typedef void (*tevent_fd_close_fn_t)(struct tevent_context *ev,
tevent_context     52 lib/tevent/tevent.h typedef void (*tevent_timer_handler_t)(struct tevent_context *ev,
tevent_context     56 lib/tevent/tevent.h typedef void (*tevent_immediate_handler_t)(struct tevent_context *ctx,
tevent_context     59 lib/tevent/tevent.h typedef void (*tevent_signal_handler_t)(struct tevent_context *ev,
tevent_context     66 lib/tevent/tevent.h struct tevent_context *tevent_context_init(TALLOC_CTX *mem_ctx);
tevent_context     67 lib/tevent/tevent.h struct tevent_context *tevent_context_init_byname(TALLOC_CTX *mem_ctx, const char *name);
tevent_context     71 lib/tevent/tevent.h struct tevent_fd *_tevent_add_fd(struct tevent_context *ev,
tevent_context     83 lib/tevent/tevent.h struct tevent_timer *_tevent_add_timer(struct tevent_context *ev,
tevent_context    100 lib/tevent/tevent.h 				struct tevent_context *ctx,
tevent_context    109 lib/tevent/tevent.h struct tevent_signal *_tevent_add_signal(struct tevent_context *ev,
tevent_context    121 lib/tevent/tevent.h int _tevent_loop_once(struct tevent_context *ev, const char *location);
tevent_context    125 lib/tevent/tevent.h int _tevent_loop_wait(struct tevent_context *ev, const char *location);
tevent_context    135 lib/tevent/tevent.h bool tevent_signal_support(struct tevent_context *ev);
tevent_context    161 lib/tevent/tevent.h int tevent_set_debug(struct tevent_context *ev,
tevent_context    167 lib/tevent/tevent.h int tevent_set_debug_stderr(struct tevent_context *ev);
tevent_context    260 lib/tevent/tevent.h 			    struct tevent_context *ev,
tevent_context    285 lib/tevent/tevent.h 				   struct tevent_context *ev);
tevent_context    290 lib/tevent/tevent.h 		     struct tevent_context *ev);
tevent_context    299 lib/tevent/tevent.h 				      struct tevent_context *ev,
tevent_context    334 lib/tevent/tevent.h 		      struct tevent_context *ev,
tevent_context    343 lib/tevent/tevent.h typedef int (*tevent_nesting_hook)(struct tevent_context *ev,
tevent_context    357 lib/tevent/tevent.h void tevent_loop_allow_nesting(struct tevent_context *ev) _DEPRECATED_;
tevent_context    358 lib/tevent/tevent.h void tevent_loop_set_nesting_hook(struct tevent_context *ev,
tevent_context    361 lib/tevent/tevent.h int _tevent_loop_until(struct tevent_context *ev,
tevent_context    378 lib/tevent/tevent.h 	int (*context_init)(struct tevent_context *ev);
tevent_context    381 lib/tevent/tevent.h 	struct tevent_fd *(*add_fd)(struct tevent_context *ev,
tevent_context    394 lib/tevent/tevent.h 	struct tevent_timer *(*add_timer)(struct tevent_context *ev,
tevent_context    404 lib/tevent/tevent.h 				   struct tevent_context *ev,
tevent_context    411 lib/tevent/tevent.h 	struct tevent_signal *(*add_signal)(struct tevent_context *ev,
tevent_context    420 lib/tevent/tevent.h 	int (*loop_once)(struct tevent_context *ev, const char *location);
tevent_context    421 lib/tevent/tevent.h 	int (*loop_wait)(struct tevent_context *ev, const char *location);
tevent_context    435 lib/tevent/tevent.h #define event_context	tevent_context
tevent_context     37 lib/tevent/tevent_debug.c int tevent_set_debug(struct tevent_context *ev,
tevent_context     69 lib/tevent/tevent_debug.c int tevent_set_debug_stderr(struct tevent_context *ev)
tevent_context     82 lib/tevent/tevent_debug.c void tevent_debug(struct tevent_context *ev, enum tevent_debug_level level,
tevent_context     36 lib/tevent/tevent_epoll.c 	struct tevent_context *ev;
tevent_context    309 lib/tevent/tevent_epoll.c static int epoll_event_context_init(struct tevent_context *ev)
tevent_context    334 lib/tevent/tevent_epoll.c 	struct tevent_context *ev = fde->event_ctx;
tevent_context    353 lib/tevent/tevent_epoll.c static struct tevent_fd *epoll_event_add_fd(struct tevent_context *ev, TALLOC_CTX *mem_ctx,
tevent_context    383 lib/tevent/tevent_epoll.c 	struct tevent_context *ev;
tevent_context    401 lib/tevent/tevent_epoll.c static int epoll_event_loop_once(struct tevent_context *ev, const char *location)
tevent_context     45 lib/tevent/tevent_fd.c struct tevent_fd *tevent_common_add_fd(struct tevent_context *ev, TALLOC_CTX *mem_ctx,
tevent_context     71 lib/tevent/tevent_immediate.c 				      struct tevent_context *ev,
tevent_context    103 lib/tevent/tevent_immediate.c bool tevent_common_loop_immediate(struct tevent_context *ev)
tevent_context    154 lib/tevent/tevent_internal.h 	struct tevent_context *event_ctx;
tevent_context    171 lib/tevent/tevent_internal.h 	struct tevent_context *event_ctx;
tevent_context    185 lib/tevent/tevent_internal.h 	struct tevent_context *event_ctx;
tevent_context    200 lib/tevent/tevent_internal.h 	struct tevent_context *event_ctx;
tevent_context    219 lib/tevent/tevent_internal.h void tevent_debug(struct tevent_context *ev, enum tevent_debug_level level,
tevent_context    222 lib/tevent/tevent_internal.h struct tevent_context {
tevent_context    258 lib/tevent/tevent_internal.h int tevent_common_context_destructor(struct tevent_context *ev);
tevent_context    259 lib/tevent/tevent_internal.h int tevent_common_loop_wait(struct tevent_context *ev,
tevent_context    263 lib/tevent/tevent_internal.h struct tevent_fd *tevent_common_add_fd(struct tevent_context *ev,
tevent_context    276 lib/tevent/tevent_internal.h struct tevent_timer *tevent_common_add_timer(struct tevent_context *ev,
tevent_context    283 lib/tevent/tevent_internal.h struct timeval tevent_common_loop_timer_delay(struct tevent_context *);
tevent_context    286 lib/tevent/tevent_internal.h 				      struct tevent_context *ev,
tevent_context    291 lib/tevent/tevent_internal.h bool tevent_common_loop_immediate(struct tevent_context *ev);
tevent_context    293 lib/tevent/tevent_internal.h struct tevent_signal *tevent_common_add_signal(struct tevent_context *ev,
tevent_context    301 lib/tevent/tevent_internal.h int tevent_common_check_signal(struct tevent_context *ev);
tevent_context     40 lib/tevent/tevent_liboop.c static int oop_event_context_destructor(struct tevent_context *ev)
tevent_context     52 lib/tevent/tevent_liboop.c static int oop_event_context_init(struct tevent_context *ev, void *private_data)
tevent_context     97 lib/tevent/tevent_liboop.c 	struct tevent_context *ev = fde->event_ctx;
tevent_context    118 lib/tevent/tevent_liboop.c static struct tevent_fd *oop_event_add_fd(struct tevent_context *ev, TALLOC_CTX *mem_ctx,
tevent_context    208 lib/tevent/tevent_liboop.c 	struct tevent_context *ev = te->event_ctx;
tevent_context    221 lib/tevent/tevent_liboop.c static struct tevent_timer *oop_event_add_timed(struct tevent_context *ev, TALLOC_CTX *mem_ctx,
tevent_context    249 lib/tevent/tevent_liboop.c static int oop_event_loop_once(struct tevent_context *ev)
tevent_context    265 lib/tevent/tevent_liboop.c static int oop_event_loop_wait(struct tevent_context *ev)
tevent_context     37 lib/tevent/tevent_queue.c 	struct tevent_context *ev;
tevent_context     54 lib/tevent/tevent_queue.c static void tevent_queue_immediate_trigger(struct tevent_context *ev,
tevent_context    132 lib/tevent/tevent_queue.c static void tevent_queue_immediate_trigger(struct tevent_context *ev,
tevent_context    148 lib/tevent/tevent_queue.c 		      struct tevent_context *ev,
tevent_context    226 lib/tevent/tevent_req.c static void tevent_req_trigger(struct tevent_context *ev,
tevent_context    252 lib/tevent/tevent_req.c 				   struct tevent_context *ev)
tevent_context    314 lib/tevent/tevent_req.c 		     struct tevent_context *ev)
tevent_context    341 lib/tevent/tevent_req.c static void tevent_req_timedout(struct tevent_context *ev,
tevent_context    355 lib/tevent/tevent_req.c 			    struct tevent_context *ev,
tevent_context     34 lib/tevent/tevent_select.c 	struct tevent_context *ev;
tevent_context     46 lib/tevent/tevent_select.c static int select_event_context_init(struct tevent_context *ev)
tevent_context     84 lib/tevent/tevent_select.c 	struct tevent_context *ev = fde->event_ctx;
tevent_context    103 lib/tevent/tevent_select.c static struct tevent_fd *select_event_add_fd(struct tevent_context *ev, TALLOC_CTX *mem_ctx,
tevent_context    207 lib/tevent/tevent_select.c static int select_event_loop_once(struct tevent_context *ev, const char *location)
tevent_context     87 lib/tevent/tevent_signal.c 	struct tevent_context *ev = NULL;
tevent_context    179 lib/tevent/tevent_signal.c static void signal_pipe_handler(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    192 lib/tevent/tevent_signal.c struct tevent_signal *tevent_common_add_signal(struct tevent_context *ev,
tevent_context    315 lib/tevent/tevent_signal.c int tevent_common_check_signal(struct tevent_context *ev)
tevent_context     43 lib/tevent/tevent_standard.c 	struct tevent_context *ev;
tevent_context    328 lib/tevent/tevent_standard.c static int std_event_context_init(struct tevent_context *ev)
tevent_context    369 lib/tevent/tevent_standard.c 	struct tevent_context *ev = fde->event_ctx;
tevent_context    392 lib/tevent/tevent_standard.c static struct tevent_fd *std_event_add_fd(struct tevent_context *ev, TALLOC_CTX *mem_ctx,
tevent_context    426 lib/tevent/tevent_standard.c 	struct tevent_context *ev;
tevent_context    521 lib/tevent/tevent_standard.c static int std_event_loop_once(struct tevent_context *ev, const char *location)
tevent_context    156 lib/tevent/tevent_timed.c struct tevent_timer *tevent_common_add_timer(struct tevent_context *ev, TALLOC_CTX *mem_ctx,
tevent_context    203 lib/tevent/tevent_timed.c struct timeval tevent_common_loop_timer_delay(struct tevent_context *ev)
tevent_context     35 lib/tevent/tevent_wakeup.c 				      struct tevent_context *ev,
tevent_context     43 lib/torture/torture.c struct torture_context *torture_context_init(struct tevent_context *event_ctx, 
tevent_context     93 lib/torture/torture.h 	struct tevent_context *ev;
tevent_context    430 lib/torture/torture.h struct torture_context *torture_context_init(struct tevent_context *event_ctx, struct torture_results *results);
tevent_context     97 libcli/nbt/libnbt.h 	struct tevent_context *event_ctx;
tevent_context    278 libcli/nbt/libnbt.h 					     struct tevent_context *event_ctx,
tevent_context    117 libcli/nbt/nbtsocket.c static void nbt_name_socket_timeout(struct tevent_context *ev, struct tevent_timer *te,
tevent_context    316 libcli/nbt/nbtsocket.c static void nbt_name_socket_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context    335 libcli/nbt/nbtsocket.c 					     struct tevent_context *event_ctx,
tevent_context     47 libcli/nbt/pynbt.c 	struct tevent_context *ev;
tevent_context    184 libcli/nbt/tools/nmblookup.c static bool process_one(struct loadparm_context *lp_ctx, struct tevent_context *ev,
tevent_context    275 libcli/nbt/tools/nmblookup.c 	struct tevent_context *ev;
tevent_context     43 source3/include/event.h struct tevent_context *s3_tevent_context_init(TALLOC_CTX *mem_ctx);
tevent_context   6308 source3/include/proto.h bool smbd_setup_mdns_registration(struct tevent_context *ev,
tevent_context   7272 source3/include/proto.h 				    struct tevent_context *ev);
tevent_context   7276 source3/include/proto.h void *avahi_start_register(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
tevent_context     28 source3/include/wbc_async.h 				 struct tevent_context *ev,
tevent_context     42 source3/include/wbc_async.h 				    struct tevent_context *ev,
tevent_context     48 source3/include/wbc_async.h 				     struct tevent_context *ev,
tevent_context     54 source3/include/wbc_async.h 				     struct tevent_context *ev, int fd);
tevent_context     59 source3/include/wbc_async.h 				      struct tevent_context *ev,
tevent_context     25 source3/lib/avahi.c 	struct tevent_context *ev;
tevent_context     52 source3/lib/avahi.c static void avahi_fd_handler(struct tevent_context *ev,
tevent_context     96 source3/lib/avahi.c static void avahi_fd_handler(struct tevent_context *ev,
tevent_context    144 source3/lib/avahi.c static void avahi_timeout_handler(struct tevent_context *ev,
tevent_context    194 source3/lib/avahi.c static void avahi_timeout_handler(struct tevent_context *ev,
tevent_context    249 source3/lib/avahi.c 				    struct tevent_context *ev)
tevent_context     48 source3/lib/events.c bool event_add_to_select_args(struct tevent_context *ev,
tevent_context     83 source3/lib/events.c bool run_events(struct tevent_context *ev,
tevent_context    135 source3/lib/events.c struct timeval *get_timed_events_timeout(struct tevent_context *ev,
tevent_context    153 source3/lib/events.c static int s3_event_loop_once(struct tevent_context *ev, const char *location)
tevent_context    189 source3/lib/events.c void event_context_reinit(struct tevent_context *ev)
tevent_context    195 source3/lib/events.c static int s3_event_context_init(struct tevent_context *ev)
tevent_context    200 source3/lib/events.c void dump_event_list(struct tevent_context *ev)
tevent_context    291 source3/lib/events.c struct tevent_context *s3_tevent_context_init(TALLOC_CTX *mem_ctx)
tevent_context    293 source3/lib/events.c 	struct tevent_context *ev;
tevent_context     62 source3/lib/messages_local.c static void messaging_tdb_signal_handler(struct tevent_context *ev_ctx,
tevent_context     88 source3/lib/wb_reqtrans.c 				    struct tevent_context *ev,
tevent_context    188 source3/lib/wb_reqtrans.c 				     struct tevent_context *ev,
tevent_context    251 source3/lib/wb_reqtrans.c 				     struct tevent_context *ev, int fd)
tevent_context    338 source3/lib/wb_reqtrans.c 				      struct tevent_context *ev,
tevent_context    163 source3/lib/wbclient.c 					  struct tevent_context *ev,
tevent_context    269 source3/lib/wbclient.c 	struct tevent_context *ev;
tevent_context    279 source3/lib/wbclient.c 					    struct tevent_context *ev,
tevent_context    389 source3/lib/wbclient.c 	struct tevent_context *ev;
tevent_context    400 source3/lib/wbclient.c 					    struct tevent_context *ev,
tevent_context    545 source3/lib/wbclient.c 	struct tevent_context *ev;
tevent_context    557 source3/lib/wbclient.c 				 struct tevent_context *ev,
tevent_context    199 source3/libsmb/clireadwrite.c 	struct tevent_context *ev;
tevent_context     90 source3/nmbd/nmbd.c static void nmbd_sig_term_handler(struct tevent_context *ev,
tevent_context    123 source3/nmbd/nmbd.c static void nmbd_sig_hup_handler(struct tevent_context *ev,
tevent_context    225 source3/printing/notify.c static void print_notify_event_send_messages(struct tevent_context *event_ctx,
tevent_context   1390 source3/printing/printing.c static void printing_pause_fd_handler(struct tevent_context *ev,
tevent_context    548 source3/smbd/aio.c static void smbd_aio_signal_handler(struct tevent_context *ev_ctx,
tevent_context    142 source3/smbd/avahi_register.c void *avahi_start_register(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
tevent_context     38 source3/smbd/dnsregister.c 	struct tevent_context *event_ctx;
tevent_context     62 source3/smbd/dnsregister.c static void dns_register_smbd_retry(struct tevent_context *ctx,
tevent_context     66 source3/smbd/dnsregister.c static void dns_register_smbd_fde_handler(struct tevent_context *ev,
tevent_context     88 source3/smbd/dnsregister.c static void dns_register_smbd_retry(struct tevent_context *ctx,
tevent_context    147 source3/smbd/dnsregister.c static void dns_register_smbd_fde_handler(struct tevent_context *ev,
tevent_context    171 source3/smbd/dnsregister.c bool smbd_setup_mdns_registration(struct tevent_context *ev,
tevent_context    192 source3/smbd/dnsregister.c bool smbd_setup_mdns_registration(struct tevent_context *ev,
tevent_context     91 source3/smbd/oplock_linux.c static void linux_oplock_signal_handler(struct tevent_context *ev_ctx,
tevent_context    724 source3/smbd/process.c static void smbd_sig_term_handler(struct tevent_context *ev,
tevent_context    748 source3/smbd/process.c static void smbd_sig_hup_handler(struct tevent_context *ev,
tevent_context    255 source3/smbd/server.c static void smbd_sig_chld_handler(struct tevent_context *ev,
tevent_context    315 source3/smbd/server.c static void smbd_open_socket_close_fn(struct tevent_context *ev,
tevent_context    324 source3/smbd/server.c static void smbd_accept_connection(struct tevent_context *ev,
tevent_context     42 source3/torture/msgtest.c 	struct tevent_context *evt_ctx;
tevent_context    196 source3/utils/dbwrap_tool.c 	struct tevent_context *evt_ctx;
tevent_context     68 source3/utils/smbcontrol.c static void smbcontrol_timeout(struct tevent_context *event_ctx,
tevent_context   1327 source3/utils/smbcontrol.c 	struct tevent_context *evt_ctx;
tevent_context    203 source3/winbindd/winbindd.c static void winbindd_sig_term_handler(struct tevent_context *ev,
tevent_context    265 source3/winbindd/winbindd.c static void winbindd_sig_hup_handler(struct tevent_context *ev,
tevent_context    304 source3/winbindd/winbindd.c static void winbindd_sig_chld_handler(struct tevent_context *ev,
tevent_context    334 source3/winbindd/winbindd.c static void winbindd_sig_usr2_handler(struct tevent_context *ev,
tevent_context    966 source3/winbindd/winbindd.c static void winbindd_listen_fde_handler(struct tevent_context *ev,
tevent_context    178 source4/auth/auth.h 	struct tevent_context *event_ctx;
tevent_context    248 source4/auth/auth.h 				     struct tevent_context *ev,
tevent_context    254 source4/auth/auth.h 			     struct tevent_context *ev,
tevent_context    266 source4/auth/auth.h 					   struct tevent_context *ev,
tevent_context    284 source4/auth/auth.h 				   struct tevent_context *event_ctx,
tevent_context     29 source4/auth/credentials/credentials.h struct tevent_context;
tevent_context    158 source4/auth/credentials/credentials.h 				     struct tevent_context *event_ctx,
tevent_context    162 source4/auth/credentials/credentials.h 			       struct tevent_context *event_ctx,
tevent_context    166 source4/auth/credentials/credentials.h 			       struct tevent_context *event_ctx,
tevent_context    177 source4/auth/credentials/credentials.h 					 struct tevent_context *event_ctx,
tevent_context    181 source4/auth/credentials/credentials.h 					 struct tevent_context *event_ctx,
tevent_context    217 source4/auth/credentials/credentials.h 					      struct tevent_context *event_ctx,
tevent_context    243 source4/auth/credentials/credentials.h 				    struct tevent_context *event_ctx,
tevent_context    248 source4/auth/credentials/credentials.h 				  struct tevent_context *event_ctx,
tevent_context    253 source4/auth/credentials/credentials.h 			       struct tevent_context *event_ctx,
tevent_context    265 source4/auth/credentials/credentials.h 				     struct tevent_context *event_ctx,
tevent_context    175 source4/auth/credentials/credentials_files.c 					      struct tevent_context *event_ctx,
tevent_context    367 source4/auth/credentials/credentials_files.c 			            struct tevent_context *event_ctx,
tevent_context    395 source4/auth/credentials/credentials_files.c 						       struct tevent_context *event_ctx,
tevent_context     33 source4/auth/credentials/credentials_krb5.c 					      struct tevent_context *event_ctx,
tevent_context    131 source4/auth/credentials/credentials_krb5.c 					struct tevent_context *event_ctx,
tevent_context    207 source4/auth/credentials/credentials_krb5.c 				      struct tevent_context *event_ctx,
tevent_context    258 source4/auth/credentials/credentials_krb5.c 					struct tevent_context *event_ctx,
tevent_context    354 source4/auth/credentials/credentials_krb5.c 					 struct tevent_context *event_ctx,
tevent_context    460 source4/auth/credentials/credentials_krb5.c 					  struct tevent_context *event_ctx,
tevent_context    515 source4/auth/credentials/credentials_krb5.c 					struct tevent_context *event_ctx,
tevent_context    570 source4/auth/credentials/credentials_krb5.c 					     struct tevent_context *event_ctx,
tevent_context    610 source4/auth/credentials/credentials_krb5.c 					   struct tevent_context *event_ctx,
tevent_context    647 source4/auth/credentials/credentials_krb5.c 						  struct tevent_context *event_ctx,
tevent_context     35 source4/auth/credentials/credentials_krb5.h 					 struct tevent_context *event_ctx,
tevent_context    509 source4/auth/gensec/gensec.c 			     struct tevent_context *ev,
tevent_context    577 source4/auth/gensec/gensec.c 			     struct tevent_context *ev,
tevent_context    603 source4/auth/gensec/gensec.c 				      struct tevent_context *ev,
tevent_context    984 source4/auth/gensec/gensec.c static void gensec_update_async_timed_handler(struct tevent_context *ev, struct tevent_timer *te,
tevent_context     71 source4/auth/gensec/gensec.h struct tevent_context;
tevent_context    171 source4/auth/gensec/gensec.h 	struct tevent_context *event_ctx;
tevent_context    197 source4/auth/gensec/gensec.h 			    struct tevent_context *ev,
tevent_context    228 source4/auth/gensec/gensec.h 			     struct tevent_context *ev,
tevent_context    280 source4/auth/gensec/gensec.h 			     struct tevent_context *ev,
tevent_context     74 source4/auth/gensec/schannel_state.c struct ldb_context *schannel_db_connect(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx,
tevent_context    188 source4/auth/gensec/schannel_state.c 				    struct tevent_context *ev_ctx,
tevent_context    330 source4/auth/gensec/schannel_state.c 				    struct tevent_context *ev_ctx,
tevent_context     34 source4/auth/gensec/socket.c 	struct tevent_context *ev;
tevent_context    200 source4/auth/gensec/socket.c static void gensec_socket_trigger_read(struct tevent_context *ev, 
tevent_context    416 source4/auth/gensec/socket.c 			    struct tevent_context *ev,
tevent_context    133 source4/auth/kerberos/krb5_init_context.c static void smb_krb5_request_timeout(struct tevent_context *event_ctx, 
tevent_context    172 source4/auth/kerberos/krb5_init_context.c static void smb_krb5_socket_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context    220 source4/auth/kerberos/krb5_init_context.c 	struct tevent_context *ev = talloc_get_type(data, struct tevent_context);
tevent_context    364 source4/auth/kerberos/krb5_init_context.c 				      struct tevent_context *ev,
tevent_context     25 source4/auth/kerberos/krb5_init_context.h struct tevent_context;
tevent_context     27 source4/auth/kerberos/krb5_init_context.h krb5_error_code smb_krb5_init_context(void *parent_ctx, struct tevent_context *ev,
tevent_context    218 source4/auth/ntlm/auth.c static void auth_check_password_async_timed_handler(struct tevent_context *ev, struct tevent_timer *te,
tevent_context    384 source4/auth/ntlm/auth.c 				     struct tevent_context *ev,
tevent_context    455 source4/auth/ntlm/auth.c 			     struct tevent_context *ev,
tevent_context     35 source4/auth/ntlm/auth_simple.c 					   struct tevent_context *ev,
tevent_context     31 source4/auth/samba_server_gensec.c 				   struct tevent_context *event_ctx,
tevent_context     34 source4/auth/session.c 					    struct tevent_context *event_ctx, 
tevent_context     47 source4/auth/session.c 				     struct tevent_context *event_ctx, 
tevent_context    156 source4/auth/session.c 				    struct tevent_context *event_ctx, 
tevent_context     33 source4/auth/session.h struct tevent_context;
tevent_context     51 source4/auth/session.h 				    struct tevent_context *event_ctx,
tevent_context     57 source4/auth/session.h 				     struct tevent_context *ev_ctx,
tevent_context     62 source4/auth/session.h 					    struct tevent_context *event_ctx,
tevent_context    358 source4/client/cifsdd.c 				      struct tevent_context *ev,
tevent_context    411 source4/client/cifsdd.c static int copy_files(struct tevent_context *ev, struct loadparm_context *lp_ctx)
tevent_context    552 source4/client/cifsdd.c 	struct tevent_context *ev;
tevent_context     93 source4/client/cifsdd.h struct tevent_context;
tevent_context     96 source4/client/cifsdd.h 				  struct tevent_context *ev,
tevent_context    224 source4/client/cifsddio.c 					      struct tevent_context *ev,
tevent_context    306 source4/client/cifsddio.c 					     struct tevent_context *ev,
tevent_context    357 source4/client/cifsddio.c 				  struct tevent_context *ev,
tevent_context   2560 source4/client/client.c 			struct tevent_context *ev_ctx,
tevent_context   3044 source4/client/client.c 		       struct tevent_context *ev_ctx,
tevent_context   3091 source4/client/client.c 			 struct tevent_context *ev_ctx,
tevent_context   3107 source4/client/client.c 			 struct tevent_context *ev_ctx,
tevent_context   3163 source4/client/client.c 	struct tevent_context *ev_ctx;
tevent_context     52 source4/dsdb/common/sidmap.c struct sidmap_context *sidmap_open(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, 
tevent_context     37 source4/dsdb/repl/drepl_periodic.c static void dreplsrv_periodic_handler_te(struct tevent_context *ev, struct tevent_timer *te,
tevent_context   1235 source4/dsdb/samdb/cracknames.c 				struct tevent_context *ev_ctx, 
tevent_context   1298 source4/dsdb/samdb/cracknames.c 				     struct tevent_context *ev_ctx, 
tevent_context    203 source4/dsdb/samdb/ldb_modules/samldb.c 	struct tevent_context *ev;
tevent_context     73 source4/dsdb/samdb/samdb.c 					  struct tevent_context *event_ctx, 
tevent_context    100 source4/dsdb/samdb/samdb.c 				  struct tevent_context *ev_ctx,
tevent_context    129 source4/dsdb/samdb/samdb.c 	struct tevent_context *event_ctx;
tevent_context    226 source4/dsdb/samdb/samdb.c 			       struct tevent_context *ev_ctx, 
tevent_context     30 source4/dsdb/samdb/samdb.h struct tevent_context;
tevent_context     76 source4/dsdb/samdb/samdb_privilege.c NTSTATUS samdb_privilege_setup(struct tevent_context *ev_ctx, 
tevent_context   1488 source4/kdc/hdb-samba4.c 			    struct tevent_context *ev_ctx, 
tevent_context     47 source4/kdc/kdc.c struct tevent_context *kdc_ev_ctx;
tevent_context    202 source4/kdc/kdc.c static void kdc_socket_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context     34 source4/kdc/kdc.h extern struct tevent_context *kdc_ev_ctx;
tevent_context    170 source4/ldap_server/ldap_server.c static void ldapsrv_conn_idle_timeout(struct tevent_context *ev,
tevent_context    217 source4/ldap_server/ldap_server.c static void ldapsrv_conn_init_timeout(struct tevent_context *ev,
tevent_context    447 source4/ldap_server/ldap_server.c static NTSTATUS add_socket(struct tevent_context *event_context,
tevent_context     26 source4/lib/com/com.h struct tevent_context;
tevent_context     31 source4/lib/com/com.h 	struct tevent_context *event_ctx;
tevent_context     45 source4/lib/com/com.h WERROR com_init_ctx(struct com_context **ctx, struct tevent_context *event_ctx);
tevent_context     27 source4/lib/com/main.c WERROR com_init_ctx(struct com_context **ctx, struct tevent_context *event_ctx)
tevent_context      5 source4/lib/events/events.h struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx);
tevent_context      6 source4/lib/events/events.h struct tevent_context *event_context_find(TALLOC_CTX *mem_ctx) _DEPRECATED_;
tevent_context     62 source4/lib/events/tevent_s4.c struct tevent_context *s4_event_context_init(TALLOC_CTX *mem_ctx)
tevent_context     64 source4/lib/events/tevent_s4.c 	struct tevent_context *ev;
tevent_context     83 source4/lib/events/tevent_s4.c struct tevent_context *event_context_find(TALLOC_CTX *mem_ctx)
tevent_context     85 source4/lib/events/tevent_s4.c 	struct tevent_context *ev = talloc_find_parent_bytype(mem_ctx, struct tevent_context);
tevent_context     90 source4/lib/ldb/common/ldb.c struct ldb_context *ldb_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx)
tevent_context    447 source4/lib/ldb/common/ldb.c 	struct tevent_context *ev;
tevent_context    540 source4/lib/ldb/common/ldb.c void ldb_set_event_context(struct ldb_context *ldb, struct tevent_context *ev)
tevent_context    545 source4/lib/ldb/common/ldb.c struct tevent_context * ldb_get_event_context(struct ldb_context *ldb)
tevent_context    187 source4/lib/ldb/include/ldb.h struct tevent_context;
tevent_context    804 source4/lib/ldb/include/ldb.h struct tevent_context;
tevent_context    805 source4/lib/ldb/include/ldb.h void ldb_set_event_context(struct ldb_context *ldb, struct tevent_context *ev);
tevent_context    806 source4/lib/ldb/include/ldb.h struct tevent_context * ldb_get_event_context(struct ldb_context *ldb);
tevent_context    828 source4/lib/ldb/include/ldb.h struct ldb_context *ldb_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx);
tevent_context    110 source4/lib/ldb/include/ldb_private.h 	struct tevent_context *ev_ctx;
tevent_context     54 source4/lib/ldb/ldb_ildap/ldb_ildap.c 	struct tevent_context *event_ctx;
tevent_context     97 source4/lib/ldb/ldb_ildap/ldb_ildap.c static void ildb_auto_done_callback(struct tevent_context *ev,
tevent_context    193 source4/lib/ldb/ldb_ildap/ldb_ildap.c static void ildb_request_timeout(struct tevent_context *ev, struct tevent_timer *te,
tevent_context    644 source4/lib/ldb/ldb_ldap/ldb_ldap.c static void lldb_timeout(struct tevent_context *ev,
tevent_context    655 source4/lib/ldb/ldb_ldap/ldb_ldap.c static void lldb_callback(struct tevent_context *ev,
tevent_context    726 source4/lib/ldb/ldb_ldap/ldb_ldap.c static void lldb_auto_done_callback(struct tevent_context *ev,
tevent_context    742 source4/lib/ldb/ldb_ldap/ldb_ldap.c 	struct tevent_context *ev;
tevent_context   1449 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c static void lsql_timeout(struct tevent_context *ev,
tevent_context   1460 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c static void lsql_callback(struct tevent_context *ev,
tevent_context   1506 source4/lib/ldb/ldb_sqlite3/ldb_sqlite3.c 	struct tevent_context *ev;
tevent_context   1014 source4/lib/ldb/ldb_tdb/ldb_tdb.c static void ltdb_timeout(struct tevent_context *ev,
tevent_context   1080 source4/lib/ldb/ldb_tdb/ldb_tdb.c static void ltdb_callback(struct tevent_context *ev,
tevent_context   1146 source4/lib/ldb/ldb_tdb/ldb_tdb.c 	struct tevent_context *ev;
tevent_context     98 source4/lib/ldb_wrap.c 				     struct tevent_context *ev,
tevent_context     30 source4/lib/ldb_wrap.h struct tevent_context;
tevent_context     35 source4/lib/ldb_wrap.h 				     struct tevent_context *ev,
tevent_context     40 source4/lib/messaging/irpc.h 	struct tevent_context *ev;
tevent_context    100 source4/lib/messaging/irpc.h 					 struct tevent_context *ev);
tevent_context    104 source4/lib/messaging/irpc.h 					 struct tevent_context *ev);
tevent_context     57 source4/lib/messaging/messaging.c 		struct tevent_context *ev;
tevent_context    219 source4/lib/messaging/messaging.c static void msg_retry_timer(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    341 source4/lib/messaging/messaging.c static void messaging_handler(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    539 source4/lib/messaging/messaging.c 					 struct tevent_context *ev)
tevent_context    618 source4/lib/messaging/messaging.c 						struct tevent_context *ev)
tevent_context    846 source4/lib/messaging/messaging.c static void irpc_timeout(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     72 source4/lib/messaging/pymessaging.c 	struct tevent_context *ev;
tevent_context    324 source4/lib/messaging/pymessaging.c 	struct tevent_context *ev;
tevent_context     37 source4/lib/messaging/tests/irpc.c 	struct tevent_context *ev;
tevent_context     56 source4/lib/messaging/tests/irpc.c static void deferred_echodata(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     61 source4/lib/messaging/tests/messaging.c 	struct tevent_context *ev;
tevent_context     31 source4/lib/registry/hive.c 			      struct tevent_context *ev_ctx,
tevent_context    432 source4/lib/registry/ldb.c 			 struct tevent_context *ev_ctx,
tevent_context    152 source4/lib/registry/registry.h struct tevent_context;
tevent_context    157 source4/lib/registry/registry.h 		     struct tevent_context *ev_ctx,
tevent_context    210 source4/lib/registry/registry.h 			 struct tevent_context *ev_ctx,
tevent_context    360 source4/lib/registry/registry.h struct tevent_context;
tevent_context    371 source4/lib/registry/registry.h 		      struct tevent_context *ev_ctx,
tevent_context    383 source4/lib/registry/registry.h 		       const char *location, struct tevent_context *ev);
tevent_context    483 source4/lib/registry/rpc.c 				const char *location, struct tevent_context *ev)
tevent_context     29 source4/lib/registry/samba.c 			       struct tevent_context *event_ctx,
tevent_context     59 source4/lib/registry/samba.c 			       struct tevent_context *ev_ctx,
tevent_context     27 source4/lib/registry/tools/common.c 						struct tevent_context *ev_ctx,
tevent_context     46 source4/lib/registry/tools/common.c 					  struct tevent_context *ev_ctx,
tevent_context     73 source4/lib/registry/tools/common.c 					       struct tevent_context *ev_ctx, 
tevent_context     32 source4/lib/registry/tools/regdiff.c 					     struct tevent_context *ev_ctx,
tevent_context     86 source4/lib/registry/tools/regdiff.c 	struct tevent_context *ev_ctx;
tevent_context     37 source4/lib/registry/tools/regpatch.c 	struct tevent_context *ev_ctx;
tevent_context    496 source4/lib/registry/tools/regshell.c 	struct tevent_context *ev_ctx;
tevent_context    110 source4/lib/registry/tools/regtree.c 	struct tevent_context *ev_ctx;
tevent_context     37 source4/lib/socket/connect.c static void socket_connect_handler(struct tevent_context *ev,
tevent_context     76 source4/lib/socket/connect.c 					      struct tevent_context *event_ctx)
tevent_context    119 source4/lib/socket/connect.c static void socket_connect_handler(struct tevent_context *ev,
tevent_context    152 source4/lib/socket/connect.c 			   struct tevent_context *ev)
tevent_context     56 source4/lib/socket/connect_multi.c static void connect_multi_timer(struct tevent_context *ev,
tevent_context     71 source4/lib/socket/connect_multi.c 						    struct tevent_context *event_ctx)
tevent_context    182 source4/lib/socket/connect_multi.c static void connect_multi_timer(struct tevent_context *ev,
tevent_context    268 source4/lib/socket/connect_multi.c 			      struct tevent_context *event_ctx,
tevent_context     40 source4/lib/socket/socket.c _PUBLIC_ void socket_tevent_fd_close_fn(struct tevent_context *ev,
tevent_context     23 source4/lib/socket/socket.h struct tevent_context;
tevent_context    184 source4/lib/socket/socket.h 					      struct tevent_context *event_ctx);
tevent_context    190 source4/lib/socket/socket.h 			   struct tevent_context *ev);
tevent_context    197 source4/lib/socket/socket.h 						    struct tevent_context *event_ctx);
tevent_context    205 source4/lib/socket/socket.h 			      struct tevent_context *event_ctx,
tevent_context    211 source4/lib/socket/socket.h void socket_tevent_fd_close_fn(struct tevent_context *ev,
tevent_context    127 source4/lib/socket/testsuite.c 	struct tevent_context *ev = tctx->ev;
tevent_context     38 source4/lib/stream/packet.c 	struct tevent_context *ev;
tevent_context    141 source4/lib/stream/packet.c _PUBLIC_ void packet_set_event_context(struct packet_context *pc, struct tevent_context *ev)
tevent_context    229 source4/lib/stream/packet.c static void packet_next_event(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     24 source4/lib/stream/packet.h struct tevent_context;
tevent_context     43 source4/lib/stream/packet.h void packet_set_event_context(struct packet_context *pc, struct tevent_context *ev);
tevent_context    147 source4/libcli/cldap/cldap.c static void cldap_request_timeout(struct tevent_context *event_ctx, 
tevent_context    226 source4/libcli/cldap/cldap.c static void cldap_socket_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context    243 source4/libcli/cldap/cldap.c 				       struct tevent_context *event_ctx,
tevent_context     75 source4/libcli/cldap/cldap.h 	struct tevent_context *event_ctx;
tevent_context    115 source4/libcli/cldap/cldap.h 				       struct tevent_context *event_ctx, 
tevent_context     35 source4/libcli/cliconnect.c 			   struct tevent_context *ev_ctx,
tevent_context    154 source4/libcli/cliconnect.c 				struct tevent_context *ev,
tevent_context     38 source4/libcli/composite/composite.c 						    struct tevent_context *ev)
tevent_context     96 source4/libcli/composite/composite.c static void composite_trigger(struct tevent_context *ev, struct tevent_timer *te,
tevent_context     27 source4/libcli/composite/composite.h struct tevent_context;
tevent_context     59 source4/libcli/composite/composite.h 	struct tevent_context *event_ctx;
tevent_context     76 source4/libcli/composite/composite.h struct composite_context *composite_create(TALLOC_CTX *mem_ctx, struct tevent_context *ev);
tevent_context    142 source4/libcli/dgram/dgramsocket.c static void dgm_socket_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context    160 source4/libcli/dgram/dgramsocket.c 					      struct tevent_context *event_ctx,
tevent_context     42 source4/libcli/dgram/libdgram.h 	struct tevent_context *event_ctx;
tevent_context     96 source4/libcli/dgram/libdgram.h 					       struct tevent_context *event_ctx,
tevent_context     73 source4/libcli/finddcs.c 				       struct tevent_context *event_ctx,
tevent_context    263 source4/libcli/finddcs.c 		 struct tevent_context *event_ctx,
tevent_context     27 source4/libcli/ldap/ldap.h struct tevent_context;
tevent_context     46 source4/libcli/ldap/ldap_client.c 					     struct tevent_context *ev)
tevent_context    227 source4/libcli/ldap/ldap_client.c static void ldap_io_handler(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    552 source4/libcli/ldap/ldap_client.c static void ldap_request_timeout(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    570 source4/libcli/ldap/ldap_client.c static void ldap_request_complete(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     91 source4/libcli/ldap/ldap_client.h 		struct tevent_context *event_ctx;
tevent_context    100 source4/libcli/ldap/ldap_client.h 					     struct tevent_context *ev);
tevent_context     54 source4/libcli/libcli.h struct tevent_context;
tevent_context     53 source4/libcli/raw/clisocket.c 						   struct tevent_context *event_ctx,
tevent_context    156 source4/libcli/raw/clisocket.c 			     struct tevent_context *event_ctx,
tevent_context    193 source4/libcli/raw/clisocket.c 						 struct tevent_context *event_ctx,
tevent_context     36 source4/libcli/raw/clitransport.c static void smbcli_transport_event_handler(struct tevent_context *ev, 
tevent_context    310 source4/libcli/raw/clitransport.c static void idle_handler(struct tevent_context *ev, 
tevent_context    544 source4/libcli/raw/clitransport.c static void smbcli_timeout_handler(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    179 source4/libcli/raw/clitree.c 				     struct tevent_context *ev,
tevent_context     84 source4/libcli/raw/libcliraw.h 		struct tevent_context *ctx;
tevent_context    380 source4/libcli/raw/libcliraw.h 						 struct tevent_context *event_ctx,
tevent_context     39 source4/libcli/resolve/bcast.c 						  struct tevent_context *event_ctx,
tevent_context     57 source4/libcli/resolve/dns_ex.c 	struct tevent_context *event_ctx;
tevent_context    336 source4/libcli/resolve/dns_ex.c static void pipe_handler(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    444 source4/libcli/resolve/dns_ex.c 						   struct tevent_context *event_ctx,
tevent_context     36 source4/libcli/resolve/host.c 						 struct tevent_context *event_ctx,
tevent_context    110 source4/libcli/resolve/nbtlist.c 						    struct tevent_context *event_ctx,
tevent_context    142 source4/libcli/resolve/resolve.c 						struct tevent_context *event_ctx)
tevent_context    225 source4/libcli/resolve/resolve.c 					    struct tevent_context *event_ctx)
tevent_context    254 source4/libcli/resolve/resolve.c 			  struct tevent_context *ev)
tevent_context     26 source4/libcli/resolve/resolve.h struct tevent_context;
tevent_context     40 source4/libcli/resolve/resolve.h 							  struct tevent_context *,
tevent_context     31 source4/libcli/resolve/testsuite.c 	struct tevent_context *ev;
tevent_context     41 source4/libcli/resolve/wins.c 				struct tevent_context *event_ctx,
tevent_context    238 source4/libcli/smb2/connect.c 					    struct tevent_context *ev,
tevent_context    300 source4/libcli/smb2/connect.c 		      struct tevent_context *ev,
tevent_context    108 source4/libcli/smb2/smb2_calls.h struct tevent_context;
tevent_context     36 source4/libcli/smb2/transport.c static void smb2_transport_event_handler(struct tevent_context *ev, 
tevent_context    304 source4/libcli/smb2/transport.c static void smb2_timeout_handler(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    383 source4/libcli/smb2/transport.c static void idle_handler(struct tevent_context *ev, 
tevent_context    458 source4/libcli/smb_composite/connect.c 						     struct tevent_context *event_ctx)
tevent_context    516 source4/libcli/smb_composite/connect.c 			       struct tevent_context *ev)
tevent_context    123 source4/libcli/smb_composite/fetchfile.c 						       struct tevent_context *event_ctx)
tevent_context     53 source4/libcli/wbclient/wbclient.c 			     struct tevent_context *event_ctx)
tevent_context     27 source4/libcli/wbclient/wbclient.h 	struct tevent_context *event_ctx;
tevent_context     33 source4/libcli/wbclient/wbclient.h 			     struct tevent_context *event_ctx);
tevent_context     74 source4/libcli/wrepl/winsrepl.c static void wrepl_request_timeout_handler(struct tevent_context *ev, struct tevent_timer *te,
tevent_context    125 source4/libcli/wrepl/winsrepl.c static void wrepl_handler(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    165 source4/libcli/wrepl/winsrepl.c 				       struct tevent_context *event_ctx,
tevent_context    199 source4/libcli/wrepl/winsrepl.c 				        struct tevent_context *event_ctx,
tevent_context    384 source4/libcli/wrepl/winsrepl.c static void wrepl_request_trigger_handler(struct tevent_context *ev, struct tevent_timer *te,
tevent_context     33 source4/libcli/wrepl/winsrepl.h 		struct tevent_context *ctx;
tevent_context     26 source4/libnet/libnet.c struct libnet_context *libnet_context_init(struct tevent_context *ev,
tevent_context     52 source4/libnet/libnet.h 	struct tevent_context *event_ctx;
tevent_context     32 source4/libnet/libnet_samdump_keytab.c 					   struct tevent_context *event_ctx,
tevent_context     73 source4/libnet/libnet_samdump_keytab.c 	struct tevent_context *ev_ctx;
tevent_context     73 source4/libnet/libnet_vampire.c 	struct tevent_context *event_ctx;
tevent_context     30 source4/libnet/py_net.c static struct libnet_context *py_net_ctx(PyObject *obj, struct tevent_context *ev)
tevent_context     42 source4/libnet/py_net.c 	struct tevent_context *ev;
tevent_context     58 source4/librpc/rpc/dcerpc.c 						 struct tevent_context *ev,
tevent_context     93 source4/librpc/rpc/dcerpc.c _PUBLIC_ struct dcerpc_pipe *dcerpc_pipe_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
tevent_context    655 source4/librpc/rpc/dcerpc.c static void dcerpc_timeout_handler(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context   1099 source4/librpc/rpc/dcerpc.c _PUBLIC_ struct tevent_context *dcerpc_event_context(struct dcerpc_pipe *p)
tevent_context   1116 source4/librpc/rpc/dcerpc.c 		struct tevent_context *ctx = dcerpc_event_context(req->p);
tevent_context     62 source4/librpc/rpc/dcerpc.h 	struct tevent_context *event_ctx;
tevent_context    252 source4/librpc/rpc/dcerpc.h 			     struct tevent_context *ev,
tevent_context    262 source4/librpc/rpc/dcerpc.h struct dcerpc_pipe *dcerpc_pipe_init(TALLOC_CTX *mem_ctx, struct tevent_context *ev,
tevent_context    280 source4/librpc/rpc/dcerpc.h 						     struct tevent_context *ev,
tevent_context    291 source4/librpc/rpc/dcerpc.h 			       struct tevent_context *ev,
tevent_context    311 source4/librpc/rpc/dcerpc.h struct tevent_context *dcerpc_event_context(struct dcerpc_pipe *p);
tevent_context    333 source4/librpc/rpc/dcerpc.h 						   struct tevent_context *ev, struct loadparm_context *lp_ctx);
tevent_context    339 source4/librpc/rpc/dcerpc.h 				const struct ndr_interface_table *table, struct tevent_context *ev,
tevent_context    711 source4/librpc/rpc/dcerpc_connect.c static void dcerpc_connect_timeout_handler(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    726 source4/librpc/rpc/dcerpc_connect.c 						     struct tevent_context *ev,
tevent_context    731 source4/librpc/rpc/dcerpc_connect.c 	struct tevent_context *new_ev = NULL;
tevent_context    823 source4/librpc/rpc/dcerpc_connect.c 			       struct tevent_context *ev,
tevent_context    851 source4/librpc/rpc/dcerpc_connect.c 						   struct tevent_context *ev, struct loadparm_context *lp_ctx)
tevent_context    938 source4/librpc/rpc/dcerpc_connect.c 			     struct tevent_context *ev,
tevent_context    129 source4/librpc/rpc/dcerpc_sock.c static void sock_io_handler(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    205 source4/librpc/rpc/dcerpc_util.c 						      struct tevent_context *ev,
tevent_context    306 source4/librpc/rpc/dcerpc_util.c 				const struct ndr_interface_table *table, struct tevent_context *ev,
tevent_context    308 source4/librpc/rpc/pyrpc.c 	struct tevent_context *event_ctx;
tevent_context    388 source4/librpc/rpc/pyrpc.c 	struct tevent_context *event_ctx;
tevent_context     80 source4/nbt_server/register.c static void name_refresh_handler(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     42 source4/nbt_server/wins/winsclient.c static void nbtd_wins_refresh(struct tevent_context *ev, struct tevent_timer *te,
tevent_context     48 source4/nbt_server/wins/winsclient.c static void nbtd_wins_register_retry(struct tevent_context *ev, struct tevent_timer *te,
tevent_context    132 source4/nbt_server/wins/winsclient.c static void nbtd_wins_refresh(struct tevent_context *ev, struct tevent_timer *te,
tevent_context    935 source4/nbt_server/wins/winsdb.c static bool winsdb_check_or_add_module_list(struct tevent_context *ev_ctx, 
tevent_context   1001 source4/nbt_server/wins/winsdb.c 				     struct tevent_context *ev_ctx,
tevent_context     80 source4/nbt_server/wins/winsdb.h struct tevent_context;
tevent_context     55 source4/nbt_server/wins/winsserver.h 		struct tevent_context *event_ctx;
tevent_context    137 source4/nbt_server/wins/winswack.c 		struct tevent_context *event_ctx;
tevent_context    226 source4/ntptr/ntptr.h 	struct tevent_context *ev_ctx;
tevent_context    122 source4/ntptr/ntptr_base.c NTSTATUS ntptr_init_context(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx,
tevent_context     45 source4/ntptr/simple_ldb/ntptr_simple_ldb.c static struct ldb_context *sptr_db_connect(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, struct loadparm_context *lp_ctx)
tevent_context     87 source4/ntvfs/common/notify.c 				   struct tevent_context *ev,
tevent_context    103 source4/ntvfs/ipc/ipc_rap.c 	struct tevent_context *event_ctx;
tevent_context    109 source4/ntvfs/ipc/ipc_rap.c 					 struct tevent_context *ev_ctx,
tevent_context    436 source4/ntvfs/ipc/ipc_rap.c NTSTATUS ipc_rap_call(TALLOC_CTX *mem_ctx, struct tevent_context *event_ctx, struct loadparm_context *lp_ctx,
tevent_context     35 source4/ntvfs/ipc/rap_server.c 			  struct tevent_context *event_ctx,
tevent_context    203 source4/ntvfs/ntvfs.h 	struct tevent_context *event_ctx;
tevent_context    156 source4/ntvfs/ntvfs_base.c 			       struct tevent_context *ev, struct messaging_context *msg,
tevent_context     44 source4/ntvfs/posix/pvfs_aio.c static void pvfs_aio_read_handler(struct tevent_context *ev, struct tevent_aio *ae,
tevent_context    109 source4/ntvfs/posix/pvfs_aio.c static void pvfs_aio_write_handler(struct tevent_context *ev, struct tevent_aio *ae,
tevent_context     49 source4/ntvfs/posix/pvfs_notify.c static void pvfs_notify_send_next(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     49 source4/ntvfs/posix/pvfs_search.c static void pvfs_search_timer(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     61 source4/ntvfs/posix/pvfs_search.c 	struct tevent_context *ev = search->pvfs->ntvfs->ctx->event_ctx;
tevent_context     37 source4/ntvfs/posix/pvfs_wait.c 	struct tevent_context *ev;
tevent_context     95 source4/ntvfs/posix/pvfs_wait.c static void pvfs_wait_timeout(struct tevent_context *ev, 
tevent_context     27 source4/ntvfs/posix/pvfs_write.c static void pvfs_write_time_update_handler(struct tevent_context *ev,
tevent_context    201 source4/ntvfs/sysdep/inotify.c static void inotify_handler(struct tevent_context *ev, struct tevent_fd *fde,
tevent_context     42 source4/ntvfs/sysdep/sys_lease.c 							    struct tevent_context *ev,
tevent_context     25 source4/ntvfs/sysdep/sys_lease.h struct tevent_context;
tevent_context     43 source4/ntvfs/sysdep/sys_lease.h 	struct tevent_context *event_ctx;
tevent_context     55 source4/ntvfs/sysdep/sys_lease.h 						   struct tevent_context *ev,
tevent_context     44 source4/ntvfs/sysdep/sys_lease_linux.c static void linux_lease_signal_handler(struct tevent_context *ev_ctx,
tevent_context     43 source4/ntvfs/sysdep/sys_notify.c 							      struct tevent_context *ev)
tevent_context     35 source4/ntvfs/sysdep/sys_notify.h 	struct tevent_context *ev;
tevent_context     49 source4/ntvfs/sysdep/sys_notify.h 						     struct tevent_context *ev);
tevent_context     89 source4/param/secrets.c 					struct tevent_context *ev_ctx,
tevent_context    132 source4/param/secrets.c 				       struct tevent_context *ev_ctx,
tevent_context     40 source4/param/secrets.h struct tevent_context;
tevent_context     42 source4/param/secrets.h struct ldb_context *secrets_db_connect(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, struct loadparm_context *lp_ctx);
tevent_context     43 source4/param/secrets.h struct dom_sid *secrets_get_domain_sid(TALLOC_CTX *mem_ctx, struct tevent_context *ev_ctx, struct loadparm_context *lp_ctx, const char *domain);
tevent_context    129 source4/param/share.c 				   struct tevent_context *event_ctx, 
tevent_context     50 source4/param/share.h struct tevent_context;
tevent_context     54 source4/param/share.h 	NTSTATUS (*init)(TALLOC_CTX *, const struct share_ops*, struct tevent_context *ev_ctx,
tevent_context     28 source4/param/share_classic.c 			      struct tevent_context *event_ctx,
tevent_context     31 source4/param/share_ldb.c 			  struct tevent_context *ev_ctx,
tevent_context     65 source4/rpc_server/common/server_info.c uint32_t dcesrv_common_get_server_type(TALLOC_CTX *mem_ctx, struct tevent_context *event_ctx, struct dcesrv_context *dce_ctx)
tevent_context    298 source4/rpc_server/dcerpc_server.c 				 struct tevent_context *event_ctx,
tevent_context    349 source4/rpc_server/dcerpc_server.c 					struct tevent_context *event_ctx,
tevent_context    111 source4/rpc_server/dcerpc_server.h 	struct tevent_context *event_ctx;
tevent_context    202 source4/rpc_server/dcerpc_server.h 	struct tevent_context *event_ctx;
tevent_context    304 source4/rpc_server/dcerpc_server.h 					struct tevent_context *event_ctx,
tevent_context    317 source4/rpc_server/dcerpc_server.h 				 struct tevent_context *event_ctx,
tevent_context    159 source4/rpc_server/echo/rpc_echo.c static void echo_TestSleep_handler(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    239 source4/rpc_server/lsa/lsa_lookup.c static NTSTATUS dcesrv_lsa_lookup_name(struct tevent_context *ev_ctx, 
tevent_context    326 source4/rpc_server/netlogon/dcerpc_netlogon.c static NTSTATUS dcesrv_netr_creds_server_step_check(struct tevent_context *event_ctx, 
tevent_context    230 source4/rpc_server/service_rpc.c 			    struct tevent_context *event_ctx, const struct model_ops *model_ops)
tevent_context    259 source4/rpc_server/service_rpc.c 				      struct tevent_context *event_ctx, const struct model_ops *model_ops)
tevent_context    298 source4/rpc_server/service_rpc.c 				 struct tevent_context *event_ctx, const struct model_ops *model_ops)
tevent_context    331 source4/rpc_server/service_rpc.c 					 struct tevent_context *event_ctx, const struct model_ops *model_ops,
tevent_context    369 source4/rpc_server/service_rpc.c 				  struct tevent_context *event_ctx, const struct model_ops *model_ops)
tevent_context    400 source4/rpc_server/service_rpc.c 			  struct tevent_context *event_ctx, const struct model_ops *model_ops)
tevent_context     97 source4/smb_server/smb_samba3.c static NTSTATUS samba3_add_socket(struct tevent_context *event_context,
tevent_context    177 source4/smb_server/smb_server.c _PUBLIC_ NTSTATUS smbsrv_add_socket(struct tevent_context *event_context,
tevent_context     27 source4/smb_server/smb_server.h struct tevent_context;
tevent_context    397 source4/smb_server/smb_server.h NTSTATUS smbsrv_add_socket(struct tevent_context *event_context,
tevent_context     31 source4/smbd/process_model.c _PUBLIC_ const struct model_ops *process_model_startup(struct tevent_context *ev, const char *model)
tevent_context     44 source4/smbd/process_model.h 	void (*model_init)(struct tevent_context *);
tevent_context     47 source4/smbd/process_model.h 	void (*accept_connection)(struct tevent_context *, 
tevent_context     50 source4/smbd/process_model.h 				  void (*)(struct tevent_context *, 
tevent_context     57 source4/smbd/process_model.h 	void (*new_task)(struct tevent_context *, 
tevent_context     60 source4/smbd/process_model.h 			 void (*)(struct tevent_context *, 
tevent_context     66 source4/smbd/process_model.h 	void (*terminate)(struct tevent_context *, struct loadparm_context *lp_ctx, 
tevent_context     70 source4/smbd/process_model.h 	void (*set_title)(struct tevent_context *, const char *title);
tevent_context     81 source4/smbd/process_model.h const struct model_ops *process_model_startup(struct tevent_context *ev, const char *model);
tevent_context     52 source4/smbd/process_prefork.c static void prefork_model_init(struct tevent_context *ev)
tevent_context     71 source4/smbd/process_prefork.c static void prefork_accept_connection(struct tevent_context *ev, 
tevent_context     74 source4/smbd/process_prefork.c 				       void (*new_conn)(struct tevent_context *,
tevent_context     97 source4/smbd/process_prefork.c static void prefork_new_task(struct tevent_context *ev, 
tevent_context    100 source4/smbd/process_prefork.c 			     void (*new_task_fn)(struct tevent_context *, struct loadparm_context *lp_ctx, struct server_id , void *), 
tevent_context    106 source4/smbd/process_prefork.c 	struct tevent_context *ev2, *ev_parent;
tevent_context    192 source4/smbd/process_prefork.c _NORETURN_ static void prefork_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason) 
tevent_context    198 source4/smbd/process_prefork.c static void prefork_set_title(struct tevent_context *ev, const char *title) 
tevent_context     32 source4/smbd/process_single.c static void single_model_init(struct tevent_context *ev)
tevent_context     39 source4/smbd/process_single.c static void single_accept_connection(struct tevent_context *ev, 
tevent_context     42 source4/smbd/process_single.c 				     void (*new_conn)(struct tevent_context *, 
tevent_context     81 source4/smbd/process_single.c static void single_new_task(struct tevent_context *ev, 
tevent_context     84 source4/smbd/process_single.c 			    void (*new_task)(struct tevent_context *, struct loadparm_context *, struct server_id, void *), 
tevent_context     98 source4/smbd/process_single.c static void single_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, const char *reason) 
tevent_context    104 source4/smbd/process_single.c static void single_set_title(struct tevent_context *ev, const char *title) 
tevent_context     50 source4/smbd/process_standard.c static void standard_model_init(struct tevent_context *ev)
tevent_context     58 source4/smbd/process_standard.c static void standard_accept_connection(struct tevent_context *ev, 
tevent_context     61 source4/smbd/process_standard.c 				       void (*new_conn)(struct tevent_context *,
tevent_context     69 source4/smbd/process_standard.c 	struct tevent_context *ev2;
tevent_context    145 source4/smbd/process_standard.c static void standard_new_task(struct tevent_context *ev, 
tevent_context    148 source4/smbd/process_standard.c 			      void (*new_task)(struct tevent_context *, struct loadparm_context *lp_ctx, struct server_id , void *), 
tevent_context    152 source4/smbd/process_standard.c 	struct tevent_context *ev2;
tevent_context    199 source4/smbd/process_standard.c _NORETURN_ static void standard_terminate(struct tevent_context *ev, struct loadparm_context *lp_ctx, 
tevent_context    215 source4/smbd/process_standard.c static void standard_set_title(struct tevent_context *ev, const char *title) 
tevent_context     40 source4/smbd/process_thread.c 	struct tevent_context *ev;
tevent_context     43 source4/smbd/process_thread.c 	void (*new_conn)(struct tevent_context *, struct loadparm_context *lp_ctx, struct socket_context *, uint32_t , void *);
tevent_context     64 source4/smbd/process_thread.c static void thread_accept_connection(struct tevent_context *ev, 
tevent_context     67 source4/smbd/process_thread.c 				     void (*new_conn)(struct tevent_context *, 
tevent_context     78 source4/smbd/process_thread.c 	struct tevent_context *ev2;
tevent_context    124 source4/smbd/process_thread.c 	struct tevent_context *ev;
tevent_context    126 source4/smbd/process_thread.c 	void (*new_task)(struct tevent_context *, struct loadparm_context *, 
tevent_context    149 source4/smbd/process_thread.c static void thread_new_task(struct tevent_context *ev, 
tevent_context    152 source4/smbd/process_thread.c 			    void (*new_task)(struct tevent_context *, 
tevent_context    161 source4/smbd/process_thread.c 	struct tevent_context *ev2;
tevent_context    191 source4/smbd/process_thread.c static void thread_terminate(struct tevent_context *event_ctx, struct loadparm_context *lp_ctx, const char *reason) 
tevent_context    202 source4/smbd/process_thread.c static void thread_set_title(struct tevent_context *ev, const char *title) 
tevent_context    512 source4/smbd/process_thread.c static void thread_model_init(struct tevent_context *event_context)
tevent_context    151 source4/smbd/server.c static void server_stdin_handler(struct tevent_context *event_ctx, struct tevent_fd *fde, 
tevent_context    170 source4/smbd/server.c _NORETURN_ static void max_runtime_handler(struct tevent_context *ev, 
tevent_context    204 source4/smbd/server.c 	struct tevent_context *event_ctx;
tevent_context     56 source4/smbd/service.c 				    struct tevent_context *event_context,
tevent_context     74 source4/smbd/service.c NTSTATUS server_service_startup(struct tevent_context *event_ctx, 
tevent_context    304 source4/smbd/service_named_pipe.c NTSTATUS stream_setup_named_pipe(struct tevent_context *event_context,
tevent_context     47 source4/smbd/service_stream.c 	struct tevent_context *event_ctx;
tevent_context     59 source4/smbd/service_stream.c 	struct tevent_context *event_ctx = srv_conn->event.ctx;
tevent_context    103 source4/smbd/service_stream.c static void stream_io_handler_fde(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    123 source4/smbd/service_stream.c NTSTATUS stream_new_connection_merge(struct tevent_context *ev,
tevent_context    163 source4/smbd/service_stream.c static void stream_new_connection(struct tevent_context *ev,
tevent_context    237 source4/smbd/service_stream.c static void stream_accept_handler(struct tevent_context *ev, struct tevent_fd *fde, 
tevent_context    258 source4/smbd/service_stream.c NTSTATUS stream_setup_socket(struct tevent_context *event_context,
tevent_context     45 source4/smbd/service_stream.h 		struct tevent_context *ctx;
tevent_context     34 source4/smbd/service_task.c 	struct tevent_context *event_ctx = task->event_ctx;
tevent_context     54 source4/smbd/service_task.c static void task_server_callback(struct tevent_context *event_ctx, 
tevent_context     85 source4/smbd/service_task.c NTSTATUS task_server_startup(struct tevent_context *event_ctx, 
tevent_context     28 source4/smbd/service_task.h 	struct tevent_context *event_ctx;
tevent_context    811 source4/torture/basic/misc.c 				struct tevent_context *ev,
tevent_context    842 source4/torture/basic/misc.c 	struct tevent_context 	*ev	;	
tevent_context    186 source4/torture/gentest.c static bool connect_servers(struct tevent_context *ev,
tevent_context   2892 source4/torture/gentest.c static int run_test(struct tevent_context *ev, struct loadparm_context *lp_ctx)
tevent_context   2973 source4/torture/gentest.c static void backtrack_analyze(struct tevent_context *ev,
tevent_context   3041 source4/torture/gentest.c static bool start_gentest(struct tevent_context *ev,
tevent_context   3133 source4/torture/gentest.c 	struct tevent_context *ev;
tevent_context    110 source4/torture/locktest.c static struct smbcli_state *connect_one(struct tevent_context *ev,
tevent_context    186 source4/torture/locktest.c static void reconnect(struct tevent_context *ev,
tevent_context    408 source4/torture/locktest.c static int test_locks(struct tevent_context *ev,
tevent_context    558 source4/torture/locktest.c 	struct tevent_context *ev;
tevent_context    148 source4/torture/locktest2.c 					struct tevent_context *ev)
tevent_context    197 source4/torture/locktest2.c 		      struct tevent_context *ev,
tevent_context    368 source4/torture/locktest2.c 			struct tevent_context *ev)
tevent_context    489 source4/torture/locktest2.c 	struct tevent_context *ev;
tevent_context     76 source4/torture/masktest.c 					struct tevent_context *ev,
tevent_context    301 source4/torture/masktest.c 	struct tevent_context *ev;
tevent_context    136 source4/torture/raw/composite.c 	struct tevent_context *event_ctx;
tevent_context    228 source4/torture/raw/composite.c 	struct tevent_context *event_ctx;
tevent_context    345 source4/torture/raw/composite.c 	struct tevent_context *event_ctx;
tevent_context     48 source4/torture/raw/lockbench.c 	struct tevent_context *ev;
tevent_context    119 source4/torture/raw/lockbench.c static void reopen_connection(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    123 source4/torture/raw/lockbench.c static void reopen_file(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    174 source4/torture/raw/lockbench.c static void reopen_connection(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    280 source4/torture/raw/lockbench.c static void report_rate(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     57 source4/torture/raw/offline.c 	struct tevent_context *ev;
tevent_context    333 source4/torture/raw/offline.c static void report_rate(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context     49 source4/torture/raw/openbench.c 	struct tevent_context *ev;
tevent_context     77 source4/torture/raw/openbench.c static void reopen_connection(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    116 source4/torture/raw/openbench.c static void reopen_connection(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context    331 source4/torture/raw/openbench.c static void report_rate(struct tevent_context *ev, struct tevent_timer *te, 
tevent_context   3039 source4/torture/raw/oplock.c 	struct tevent_context *ev = 
tevent_context   3040 source4/torture/raw/oplock.c 		(struct tevent_context *)cli->transport->socket->event.ctx;
tevent_context    237 source4/torture/rpc/echo.c 	struct tevent_context *ctx;
tevent_context     59 source4/torture/util.h 				   struct tevent_context *ev);
tevent_context     67 source4/torture/util.h 					 struct tevent_context *ev);
tevent_context    473 source4/torture/util_smb.c 				   struct tevent_context *ev)
tevent_context    542 source4/torture/util_smb.c 					 struct tevent_context *ev)
tevent_context    147 source4/utils/net/net.c 	struct tevent_context *ev;
tevent_context     27 source4/utils/net/net.h 	struct tevent_context *event_ctx;
tevent_context     40 source4/utils/net/net_machinepw.c 	struct tevent_context *ev;
tevent_context    395 source4/utils/ntlm_auth.c 	struct tevent_context *ev;
tevent_context     51 source4/web_server/web_server.c static void websrv_timeout(struct tevent_context *event_context, 
tevent_context    159 source4/winbind/idmap.c 				 struct tevent_context *ev_ctx,
tevent_context     34 source4/winbind/idmap.h struct tevent_context;
tevent_context     37 source4/winbind/wb_pam_auth.c 	struct tevent_context *event_ctx;
tevent_context    152 source4/winbind/wb_server.h 	struct tevent_context *event_ctx;
tevent_context     48 source4/wrepl_server/wrepl_periodic.c static void wreplsrv_periodic_handler_te(struct tevent_context *ev, struct tevent_timer *te,
tevent_context     38 source4/wrepl_server/wrepl_server.c 						  struct tevent_context *ev_ctx,