OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
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
Indexes created Wed Jun 24 00:24:50 UTC 2026