Searched refs:idx (Results 1 - 7 of 7) sorted by relevance
/sendmail/sendmail/ |
H A D | daemon.c | 132 int idx, curdaemon = -1; local 151 for (idx = 0; idx < NDaemons; idx++) 153 Daemons[idx].d_port = setupdaemon(&(Daemons[idx].d_addr)); 154 Daemons[idx].d_firsttime = true; 155 Daemons[idx].d_refuse_connections_until = (time_t) 0; 164 for (idx = 0; idx < NDaemon 969 int idx; local 2060 int idx; local [all...] |
H A D | milter.c | 1229 static int idx = 0; local 1334 m->mf_idx = ++idx; 2236 int idx; local 2240 idx = m->mf_idx; 2242 idx = 0; 2243 SM_ASSERT(idx >= 0 && idx <= MAXFILTERS); 2244 macros = MilterMacros[stage][idx]; 3049 mi_int32 idx, i; local 3073 idx 4316 int idx; local [all...] |
H A D | headers.c | 644 ** idx -- index into the header list at which to insert 667 insheader(idx, field, value, flags, e, space) 668 int idx; 681 for (srch = e->e_header; srch != NULL && idx > 0; 682 srch = srch->h_link, idx--)
|
H A D | queue.c | 6718 int idx; local 6728 idx = Queue[e->e_qgrp]->qg_qpaths[e->e_qdir].qp_idx; 6730 sm_dprintf("func=upd_qs, count=%d, space=%d, where=%s, idx=%d, entries=%d\n", 6731 count, space, where, idx, QSHM_ENTRIES(idx)); 6734 if (QSHM_ENTRIES(idx) >= 0 && count != 0) 6739 QSHM_ENTRIES(idx) += count;
|
H A D | srvrsmtp.c | 1235 int idx; local 1240 for (idx = 0; (http_cmd = http_cmds[idx]) != NULL; 1241 idx++)
|
H A D | sendmail.h | 2254 #define CHK_CUR_RUNNERS(fct, idx, count) \ 2262 fct, CurRunners, idx, count); \
|
/sendmail/libmilter/ |
H A D | engine.c | 1055 unsigned int idx; local 1064 for (idx = 0; idx < 32; idx++) 1066 b = 1 << idx; 1383 #define ARGV_FCT(lf, rf, idx) \
|
Completed in 1647 milliseconds