Home
last modified time | relevance | path

Searched refs:QMGR_SCAN (Results 1 – 8 of 8) sorted by relevance

/netbsd-src/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_scan.c84 static void qmgr_scan_start(QMGR_SCAN *scan_info) in qmgr_scan_start()
114 void qmgr_scan_request(QMGR_SCAN *scan_info, int flags) in qmgr_scan_request()
156 char *qmgr_scan_next(QMGR_SCAN *scan_info) in qmgr_scan_next()
178 QMGR_SCAN *qmgr_scan_create(const char *queue) in qmgr_scan_create()
180 QMGR_SCAN *scan_info; in qmgr_scan_create()
182 scan_info = (QMGR_SCAN *) mymalloc(sizeof(*scan_info)); in qmgr_scan_create()
H A Dqmgr.h46 typedef struct QMGR_SCAN QMGR_SCAN; typedef
478 extern int qmgr_active_feed(QMGR_SCAN *, const char *);
497 struct QMGR_SCAN { struct
518 extern QMGR_SCAN *qmgr_scan_create(const char *); argument
519 extern void qmgr_scan_request(QMGR_SCAN *, int);
520 extern char *qmgr_scan_next(QMGR_SCAN *);
H A Dqmgr.c524 static QMGR_SCAN *qmgr_scans[2];
H A Dqmgr_active.c179 int qmgr_active_feed(QMGR_SCAN *scan_info, const char *queue_id) in qmgr_active_feed()
/netbsd-src/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_scan.c84 static void qmgr_scan_start(QMGR_SCAN *scan_info) in qmgr_scan_start()
114 void qmgr_scan_request(QMGR_SCAN *scan_info, int flags) in qmgr_scan_request()
156 char *qmgr_scan_next(QMGR_SCAN *scan_info) in qmgr_scan_next()
178 QMGR_SCAN *qmgr_scan_create(const char *queue) in qmgr_scan_create()
180 QMGR_SCAN *scan_info; in qmgr_scan_create()
182 scan_info = (QMGR_SCAN *) mymalloc(sizeof(*scan_info)); in qmgr_scan_create()
H A Dqmgr.h42 typedef struct QMGR_SCAN QMGR_SCAN; typedef
369 extern int qmgr_active_feed(QMGR_SCAN *, const char *);
388 struct QMGR_SCAN { struct
409 extern QMGR_SCAN *qmgr_scan_create(const char *); argument
410 extern void qmgr_scan_request(QMGR_SCAN *, int);
411 extern char *qmgr_scan_next(QMGR_SCAN *);
H A Dqmgr.c448 static QMGR_SCAN *qmgr_scans[2];
H A Dqmgr_active.c179 int qmgr_active_feed(QMGR_SCAN *scan_info, const char *queue_id) in qmgr_active_feed()