Searched refs:QMGR_SCAN_IDX_COUNT (Results 1 - 2 of 2) sorted by relevance

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr.c394 #define QMGR_SCAN_IDX_COUNT (sizeof(qmgr_scans) / sizeof(qmgr_scans[0])) macro
479 int last_scan_idx = QMGR_SCAN_IDX_COUNT - 1;
511 && scan_idx < QMGR_SCAN_IDX_COUNT; ++scan_idx) {
512 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
526 first_scan_idx = (last_scan_idx + 1) % QMGR_SCAN_IDX_COUNT;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.c454 #define QMGR_SCAN_IDX_COUNT (sizeof(qmgr_scans) / sizeof(qmgr_scans[0])) macro
539 int last_scan_idx = QMGR_SCAN_IDX_COUNT - 1;
569 && scan_idx < QMGR_SCAN_IDX_COUNT; ++scan_idx) {
570 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
583 first_scan_idx = (last_scan_idx + 1) % QMGR_SCAN_IDX_COUNT;

Completed in 102 milliseconds