Searched refs:service_process_notify (Results 1 - 4 of 4) sorted by relevance

/dovecot/src/master/
H A Dservice-process-notify.h7 struct service_process_notify *
10 void service_process_notify_deinit(struct service_process_notify **notify);
12 void service_process_notify_add(struct service_process_notify *notify,
H A Dservice-process-notify.c11 struct service_process_notify { struct
20 struct service_process_notify *
24 struct service_process_notify *notify;
26 notify = i_new(struct service_process_notify, 1);
35 static void service_process_notify_reset(struct service_process_notify *notify)
55 static void notify_flush(struct service_process_notify *notify)
74 void service_process_notify_deinit(struct service_process_notify **_notify)
76 struct service_process_notify *notify = *_notify;
87 void service_process_notify_add(struct service_process_notify *notify,
H A Dservice-anvil.h16 struct service_process_notify *kills;
H A Dservice.h148 struct service_process_notify *log_byes;

Completed in 30 milliseconds