Lines Matching refs:keylist
131 static ISC_LIST(signer_key_t) keylist;
293 key = ISC_LIST_HEAD(keylist);
352 ISC_LIST_APPEND(keylist, key, link);
587 for (key = ISC_LIST_HEAD(keylist);
2680 ISC_LIST_APPEND(keylist, key, link);
2729 ISC_LIST_APPEND(keylist, key, link);
2833 for (key = ISC_LIST_HEAD(keylist);
2841 for (key = ISC_LIST_HEAD(keylist);
2863 for (key = ISC_LIST_HEAD(keylist);
3417 ISC_LIST_INIT(keylist);
3437 key = ISC_LIST_HEAD(keylist);
3456 ISC_LIST_APPEND(keylist, key, link);
3478 key = ISC_LIST_HEAD(keylist);
3501 ISC_LIST_APPEND(keylist, key, link);
3505 if (ISC_LIST_EMPTY(keylist)) {
3657 while (!ISC_LIST_EMPTY(keylist)) {
3658 key = ISC_LIST_HEAD(keylist);
3659 ISC_LIST_UNLINK(keylist, key, link);