Searched refs:qmgr_transport_list (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/postfix-255/postfix/src/oqmgr/
H A Dqmgr_enable.c71 for (xport = qmgr_transport_list.next; xport; xport = xport->peers.next)
H A Dqmgr_transport.c103 QMGR_TRANSPORT_LIST qmgr_transport_list;/* transports, round robin */ variable
283 for (xport = qmgr_transport_list.next; xport; xport = xport->peers.next) {
293 QMGR_LIST_ROTATE(qmgr_transport_list, xport);
413 QMGR_LIST_APPEND(qmgr_transport_list, transport);
H A Dqmgr.h103 extern QMGR_TRANSPORT_LIST qmgr_transport_list; /* transports, round robin */
/macosx-10.10/postfix-255/postfix/src/qmgr/
H A Dqmgr_enable.c71 for (xport = qmgr_transport_list.next; xport; xport = xport->peers.next)
H A Dqmgr_transport.c108 QMGR_TRANSPORT_LIST qmgr_transport_list;/* transports, round robin */ variable
288 for (xport = qmgr_transport_list.next; xport; xport = xport->peers.next) {
298 QMGR_LIST_ROTATE(qmgr_transport_list, xport, peers);
445 QMGR_LIST_PREPEND(qmgr_transport_list, transport, peers);
H A Dqmgr.h115 extern QMGR_TRANSPORT_LIST qmgr_transport_list; /* transports, round robin */

Completed in 136 milliseconds