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

/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/oqmgr/
H A Dqmgr.c479 int last_scan_idx = QMGR_SCAN_IDX_COUNT - 1; local
512 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
513 if ((path = qmgr_scan_next(qmgr_scans[last_scan_idx])) != 0) {
515 if ((feed = qmgr_active_feed(qmgr_scans[last_scan_idx], path)) != 0)
526 first_scan_idx = (last_scan_idx + 1) % QMGR_SCAN_IDX_COUNT;
538 if (feed != 0 && last_scan_idx == QMGR_SCAN_IDX_INCOMING)
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.c539 int last_scan_idx = QMGR_SCAN_IDX_COUNT - 1; local
570 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
571 if ((path = qmgr_scan_next(qmgr_scans[last_scan_idx])) != 0) {
573 if ((feed = qmgr_active_feed(qmgr_scans[last_scan_idx], path)) != 0)
583 first_scan_idx = (last_scan_idx + 1) % QMGR_SCAN_IDX_COUNT;
595 if (feed != 0 && last_scan_idx == QMGR_SCAN_IDX_INCOMING)

Completed in 62 milliseconds