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

  /src/external/ibm-public/postfix/dist/src/oqmgr/
qmgr.c 536 static int first_scan_idx = QMGR_SCAN_IDX_INCOMING; local
570 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
584 first_scan_idx = (last_scan_idx + 1) % QMGR_SCAN_IDX_COUNT;
585 } else if (first_scan_idx != QMGR_SCAN_IDX_INCOMING) {
586 first_scan_idx = QMGR_SCAN_IDX_INCOMING;
  /src/external/ibm-public/postfix/dist/src/qmgr/
qmgr.c 612 static int first_scan_idx = QMGR_SCAN_IDX_INCOMING; local
644 last_scan_idx = (scan_idx + first_scan_idx) % QMGR_SCAN_IDX_COUNT;
657 first_scan_idx = (last_scan_idx + 1) % QMGR_SCAN_IDX_COUNT;
658 } else if (first_scan_idx != QMGR_SCAN_IDX_INCOMING) {
659 first_scan_idx = QMGR_SCAN_IDX_INCOMING;

Completed in 25 milliseconds