next_event        359 lib/tevent/tevent.c 				       struct timeval next_event,
next_event        365 lib/tevent/tevent.c 	return ev->ops->add_timer(ev, mem_ctx, next_event, handler, private_data,
next_event         85 lib/tevent/tevent.h 				       struct timeval next_event,
next_event         90 lib/tevent/tevent.h #define tevent_add_timer(ev, mem_ctx, next_event, handler, private_data) \
next_event         91 lib/tevent/tevent.h 	_tevent_add_timer(ev, mem_ctx, next_event, handler, private_data, \
next_event        396 lib/tevent/tevent.h 					  struct timeval next_event,
next_event        460 lib/tevent/tevent.h #define event_add_timed(ev, mem_ctx, next_event, handler, private_data) \
next_event        461 lib/tevent/tevent.h 	tevent_add_timer(ev, mem_ctx, next_event, handler, private_data)
next_event        172 lib/tevent/tevent_internal.h 	struct timeval next_event;
next_event        278 lib/tevent/tevent_internal.h 					     struct timeval next_event,
next_event        212 lib/tevent/tevent_liboop.c 	oop->cancel_time(oop, te->next_event, oop_event_timed_handler, te);
next_event        222 lib/tevent/tevent_liboop.c 					       struct timeval next_event, 
next_event        234 lib/tevent/tevent_liboop.c 	te->next_event		= next_event;
next_event        239 lib/tevent/tevent_liboop.c 	oop->on_time(oop, te->next_event, oop_event_timed_handler, te);
next_event        157 lib/tevent/tevent_timed.c 					     struct timeval next_event,
next_event        169 lib/tevent/tevent_timed.c 	te->next_event		= next_event;
next_event        180 lib/tevent/tevent_timed.c 		if (tevent_timeval_compare(&te->next_event, &cur_te->next_event) < 0) {
next_event        224 lib/tevent/tevent_timed.c 	if (!tevent_timeval_is_zero(&te->next_event)) {
next_event        229 lib/tevent/tevent_timed.c 		delay = tevent_timeval_until(&current_time, &te->next_event);
next_event         77 source3/lib/events.c 	diff = timeval_until(now, &ev->timer_events->next_event);
next_event        102 source3/lib/events.c 	    && (timeval_compare(&now, &ev->timer_events->next_event) >= 0)) {
next_event        145 source3/lib/events.c 	*to_ret = timeval_until(&now, &ev->timer_events->next_event);
next_event        216 source3/lib/events.c 		evt = timeval_until(&now, &te->next_event);
next_event        222 source3/lib/events.c 			   http_timestring(talloc_tos(), te->next_event.tv_sec)));
next_event         70 source4/dsdb/repl/drepl_periodic.c 		if (timeval_compare(&next_time, &service->periodic.next_event) > 0) {
next_event         76 source4/dsdb/repl/drepl_periodic.c 	service->periodic.next_event = next_time;
next_event         79 source4/dsdb/repl/drepl_periodic.c 			         service->periodic.next_event,
next_event        147 source4/dsdb/repl/drepl_service.h 		struct timeval next_event;
next_event         84 source4/wrepl_server/wrepl_periodic.c 		if (timeval_compare(&next_time, &service->periodic.next_event) > 0) {
next_event         90 source4/wrepl_server/wrepl_periodic.c 	service->periodic.next_event = next_time;
next_event         93 source4/wrepl_server/wrepl_periodic.c 			         service->periodic.next_event,
next_event        290 source4/wrepl_server/wrepl_server.h 		struct timeval next_event;