HomeSort by: relevance | last modified time | path
    Searched defs:scan_idx (Results 1 - 4 of 4) sorted by relevancy

  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.c 535 int scan_idx; /* Priority order scan index */ local
567 for (scan_idx = 0; qmgr_message_count < var_qmgr_active_limit
569 && scan_idx < QMGR_SCAN_IDX_COUNT; ++scan_idx) {
570 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
qmgr.c 535 int scan_idx; /* Priority order scan index */ local
567 for (scan_idx = 0; qmgr_message_count < var_qmgr_active_limit
569 && scan_idx < QMGR_SCAN_IDX_COUNT; ++scan_idx) {
570 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.c 611 int scan_idx; /* Priority order scan index */ local
642 for (scan_idx = 0; qmgr_message_count < var_qmgr_active_limit
643 && scan_idx < QMGR_SCAN_IDX_COUNT; ++scan_idx) {
644 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
qmgr.c 611 int scan_idx; /* Priority order scan index */ local
642 for (scan_idx = 0; qmgr_message_count < var_qmgr_active_limit
643 && scan_idx < QMGR_SCAN_IDX_COUNT; ++scan_idx) {
644 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;

Completed in 34 milliseconds