Searched refs:evt_ctx (Results 1 – 8 of 8) sorted by relevance
43 struct tevent_context *evt_ctx;57 if (!(evt_ctx = samba_tevent_context_init(NULL)) ||58 !(msg_ctx = messaging_init(NULL, evt_ctx))) {82 ret = tevent_loop_once(evt_ctx);111 ret = tevent_loop_once(evt_ctx); in main()143 ret = tevent_loop_once(evt_ctx);153 ret = tevent_loop_once(evt_ctx);
43 struct event_context *evt_ctx; in torture_async_bind() local72 evt_ctx = event_context_init(mem_ctx); in torture_async_bind()73 if (evt_ctx == NULL) return False; in torture_async_bind()82 table[i], creds, evt_ctx); in torture_async_bind()
78 struct event_context *evt_ctx; in torture_domainopen() local87 evt_ctx = event_context_find(torture); in torture_domainopen()88 net_ctx = libnet_context_init(evt_ctx); in torture_domainopen()
257 struct event_context *evt_ctx=NULL; in torture_domain_open_samr() local268 ctx = libnet_context_init(evt_ctx); in torture_domain_open_samr()
365 struct tevent_context *evt_ctx; in main() local527 evt_ctx = samba_tevent_context_init(mem_ctx); in main()528 if (evt_ctx == NULL) { in main()533 msg_ctx = messaging_init(mem_ctx, evt_ctx); in main()
1701 struct tevent_context *evt_ctx; in main() local1767 evt_ctx = global_event_context(); in main()1775 ret = !do_command(evt_ctx, msg_ctx, argc, argv); in main()
98 evt_ctx_t *evt_ctx; member
106 con->evt_ctx = d_eng; in evt_ctx_get_tls()