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

/netbsd-current/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr_scan.c11 /* QMGR_SCAN *qmgr_scan_create(queue_name)
15 /* QMGR_SCAN *scan_info;
18 /* QMGR_SCAN *scan_info;
84 static void qmgr_scan_start(QMGR_SCAN *scan_info)
114 void qmgr_scan_request(QMGR_SCAN *scan_info, int flags)
156 char *qmgr_scan_next(QMGR_SCAN *scan_info)
178 QMGR_SCAN *qmgr_scan_create(const char *queue)
180 QMGR_SCAN *scan_info;
182 scan_info = (QMGR_SCAN *) mymalloc(sizeof(*scan_info));
H A Dqmgr.h42 typedef struct QMGR_SCAN QMGR_SCAN; typedef in typeref:struct:QMGR_SCAN
369 extern int qmgr_active_feed(QMGR_SCAN *, const char *);
388 struct QMGR_SCAN { struct
409 extern QMGR_SCAN *qmgr_scan_create(const char *);
410 extern void qmgr_scan_request(QMGR_SCAN *, int);
411 extern char *qmgr_scan_next(QMGR_SCAN *);
H A Dqmgr.c403 #include <mail_proto.h> /* QMGR_SCAN constants */
448 static QMGR_SCAN *qmgr_scans[2];
H A Dqmgr_active.c12 /* QMGR_SCAN *scan_info;
179 int qmgr_active_feed(QMGR_SCAN *scan_info, const char *queue_id)
/netbsd-current/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr_scan.c11 /* QMGR_SCAN *qmgr_scan_create(queue_name)
15 /* QMGR_SCAN *scan_info;
18 /* QMGR_SCAN *scan_info;
84 static void qmgr_scan_start(QMGR_SCAN *scan_info)
114 void qmgr_scan_request(QMGR_SCAN *scan_info, int flags)
156 char *qmgr_scan_next(QMGR_SCAN *scan_info)
178 QMGR_SCAN *qmgr_scan_create(const char *queue)
180 QMGR_SCAN *scan_info;
182 scan_info = (QMGR_SCAN *) mymalloc(sizeof(*scan_info));
H A Dqmgr.h46 typedef struct QMGR_SCAN QMGR_SCAN; typedef in typeref:struct:QMGR_SCAN
478 extern int qmgr_active_feed(QMGR_SCAN *, const char *);
497 struct QMGR_SCAN { struct
518 extern QMGR_SCAN *qmgr_scan_create(const char *);
519 extern void qmgr_scan_request(QMGR_SCAN *, int);
520 extern char *qmgr_scan_next(QMGR_SCAN *);
H A Dqmgr.c471 #include <mail_proto.h> /* QMGR_SCAN constants */
524 static QMGR_SCAN *qmgr_scans[2];
H A Dqmgr_active.c12 /* QMGR_SCAN *scan_info;
179 int qmgr_active_feed(QMGR_SCAN *scan_info, const char *queue_id)

Completed in 108 milliseconds