Searched refs:IMSG_CTL_LIST_ENVELOPES (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.sbin/smtpd/ |
H A D | scheduler.c | 308 case IMSG_CTL_LIST_ENVELOPES: in scheduler_imsg() 312 m_create(p_queue, IMSG_CTL_LIST_ENVELOPES, in scheduler_imsg() 319 m_compose(p_queue, IMSG_CTL_LIST_ENVELOPES, in scheduler_imsg()
|
H A D | control.c | 91 case IMSG_CTL_LIST_ENVELOPES: in control_imsg() 659 case IMSG_CTL_LIST_ENVELOPES: in control_dispatch_ext() 662 m_compose(p_scheduler, IMSG_CTL_LIST_ENVELOPES, c->id, 0, -1, in control_dispatch_ext()
|
H A D | queue.c | 272 case IMSG_CTL_LIST_ENVELOPES: in queue_imsg() 301 m_create(p_control, IMSG_CTL_LIST_ENVELOPES, in queue_imsg()
|
H A D | smtpctl.c | 373 srv_send(IMSG_CTL_LIST_ENVELOPES, &from, sizeof(from)); in srv_iter_envelopes() 377 srv_recv(IMSG_CTL_LIST_ENVELOPES); in srv_iter_envelopes()
|
H A D | smtpd.h | 174 IMSG_CTL_LIST_ENVELOPES, enumerator
|
H A D | smtpd.c | 1943 CASE(IMSG_CTL_LIST_ENVELOPES); in imsg_to_str()
|