Searched refs:first_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.c478 static int first_scan_idx = QMGR_SCAN_IDX_INCOMING; local
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;
527 } else if (first_scan_idx != QMGR_SCAN_IDX_INCOMING) {
528 first_scan_idx = QMGR_SCAN_IDX_INCOMING;
/netbsd-6-1-5-RELEASE/external/ibm-public/postfix/dist/src/qmgr/
H A Dqmgr.c538 static int first_scan_idx = QMGR_SCAN_IDX_INCOMING; local
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;
584 } else if (first_scan_idx != QMGR_SCAN_IDX_INCOMING) {
585 first_scan_idx = QMGR_SCAN_IDX_INCOMING;

Completed in 170 milliseconds