Home
last modified time | relevance | path

Searched refs:QMGR_LIST_PREPEND (Results 1 – 5 of 5) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr.h79 #define QMGR_LIST_PREPEND(head, object) { \ macro
H A Dqmgr_queue.c434 QMGR_LIST_PREPEND(transport->queue_list, queue); in qmgr_queue_create()
/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_entry.c199 QMGR_LIST_PREPEND(peer->entry_list, entry, peer_peers); in qmgr_entry_unselect()
H A Dqmgr_transport.c493 QMGR_LIST_PREPEND(qmgr_transport_list, transport, peers); in qmgr_transport_create()
H A Dqmgr.h80 #define QMGR_LIST_PREPEND(head, object, peers) { \ macro