Searched refs:job_next_unread (Results 1 - 3 of 3) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_job.c185 unread = transport->job_next_unread;
214 unread = transport->job_next_unread;
215 transport->job_next_unread = job;
284 QMGR_JOB *next = transport->job_next_unread;
296 transport->job_next_unread = next;
907 * to the job_next_unread caching.
H A Dqmgr_transport.c477 transport->job_next_unread = 0;
H A Dqmgr.h197 QMGR_JOB *job_next_unread; /* next job with unread recipients */ member in struct:QMGR_TRANSPORT

Completed in 115 milliseconds