Home
last modified time | relevance | path

Searched refs:IMSG_CTL_LIST_ENVELOPES (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.sbin/smtpd/
H A Dscheduler.c308 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 Dcontrol.c91 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 Dqueue.c272 case IMSG_CTL_LIST_ENVELOPES: in queue_imsg()
301 m_create(p_control, IMSG_CTL_LIST_ENVELOPES, in queue_imsg()
H A Dsmtpctl.c373 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 Dsmtpd.h174 IMSG_CTL_LIST_ENVELOPES, enumerator
H A Dsmtpd.c1943 CASE(IMSG_CTL_LIST_ENVELOPES); in imsg_to_str()