HomeSort by: relevance | last modified time | path
    Searched defs:QMGR_QUEUE (Results 1 - 2 of 2) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.h 36 typedef struct QMGR_QUEUE QMGR_QUEUE;
150 QMGR_QUEUE *next;
151 QMGR_QUEUE *prev;
199 struct QMGR_QUEUE {
223 extern QMGR_QUEUE *qmgr_queue_create(QMGR_TRANSPORT *, const char *, const char *);
224 extern QMGR_QUEUE *qmgr_queue_select(QMGR_TRANSPORT *);
225 extern void qmgr_queue_done(QMGR_QUEUE *);
226 extern void qmgr_queue_throttle(QMGR_QUEUE *, DSN *);
227 extern void qmgr_queue_unthrottle(QMGR_QUEUE *);
    [all...]
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.h 36 typedef struct QMGR_QUEUE QMGR_QUEUE;
162 QMGR_QUEUE *next;
163 QMGR_QUEUE *prev;
238 struct QMGR_QUEUE {
263 extern QMGR_QUEUE *qmgr_queue_create(QMGR_TRANSPORT *, const char *, const char *);
264 extern void qmgr_queue_done(QMGR_QUEUE *);
265 extern void qmgr_queue_throttle(QMGR_QUEUE *, DSN *);
266 extern void qmgr_queue_unthrottle(QMGR_QUEUE *);
267 extern QMGR_QUEUE *qmgr_queue_find(QMGR_TRANSPORT *, const char *)
    [all...]

Completed in 23 milliseconds