Searched refs:QMGR_LIST_UNLINK (Results 1 - 8 of 8) sorted by relevance

/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_entry.c120 QMGR_LIST_UNLINK(queue->todo, QMGR_ENTRY *, entry, queue_peers);
124 QMGR_LIST_UNLINK(peer->entry_list, QMGR_ENTRY *, entry, peer_peers);
195 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry, queue_peers);
266 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry, queue_peers);
269 QMGR_LIST_UNLINK(peer->entry_list, QMGR_ENTRY *, entry, peer_peers);
271 QMGR_LIST_UNLINK(queue->todo, QMGR_ENTRY *, entry, queue_peers);
H A Dqmgr_peer.c110 QMGR_LIST_UNLINK(job->peer_list, QMGR_PEER *, peer, peers);
H A Dqmgr_job.c332 QMGR_LIST_UNLINK(job->stack_children, QMGR_JOB *, child, stack_siblings);
378 QMGR_LIST_UNLINK(transport->job_list, QMGR_JOB *, job, transport_peers);
379 QMGR_LIST_UNLINK(transport->job_bytime, QMGR_JOB *, job, time_peers);
448 QMGR_LIST_UNLINK(message->job_list, QMGR_JOB *, job, message_peers);
638 QMGR_LIST_UNLINK(transport->job_list, QMGR_JOB *, job, transport_peers);
729 QMGR_LIST_UNLINK(parent->stack_children, QMGR_JOB *, job, stack_siblings);
760 QMGR_LIST_UNLINK(transport->job_list, QMGR_JOB *, job, transport_peers);
H A Dqmgr_queue.c395 QMGR_LIST_UNLINK(transport->queue_list, QMGR_QUEUE *, queue, peers);
H A Dqmgr.h61 #define QMGR_LIST_UNLINK(head, type, object, peers) { \ macro
/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_entry.c110 QMGR_LIST_UNLINK(queue->todo, QMGR_ENTRY *, entry);
174 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry);
227 QMGR_LIST_UNLINK(queue->busy, QMGR_ENTRY *, entry);
230 QMGR_LIST_UNLINK(queue->todo, QMGR_ENTRY *, entry);
H A Dqmgr_queue.c399 QMGR_LIST_UNLINK(transport->queue_list, QMGR_QUEUE *, queue);
H A Dqmgr.h58 #define QMGR_LIST_UNLINK(head, type, object) { \ macro

Completed in 72 milliseconds