| /src/external/ibm-public/postfix/dist/src/tls/ |
| tls_certkey.c | 126 int keynum; /* Index of last key */ member in struct:pem_load_state_t 146 st->keynum = 0; 288 st->keynum, st->keysrc); 327 st->objnum, st->source, st->keynum); 333 st->keynum, st->keysrc); 404 if ((st->mixed && st->keynum == 0 && 408 st->keynum = st->objnum; 432 msg_warn("No certs for key at index %d in %s", st->keynum, st->keysrc); 445 st->keynum, st->keysrc);
|
| /src/lib/libc/gen/ |
| getpwent.c | 408 int keynum; /* key counter, -1 if no more */ member in struct:files_state 424 state->keynum = 0; 437 state->keynum = 0; 448 * If search is _PW_KEYBYNUM, look for state->keynum. 480 if (state->keynum == -1) 482 state->keynum++; 483 from = &state->keynum; 484 fromlen = sizeof(state->keynum); 523 state->keynum = -1; /* flag `no more records' */ 1671 int keynum; /* key counter, -1 if no more * member in struct:compat_state [all...] |