Searched refs:keycount (Results 1 - 5 of 5) sorted by relevance

/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dconfig.c503 isc_uint32_t addrcount = 0, keycount = 0, i = 0; local
644 oldsize = keycount * sizeof(dns_name_t *);
648 if (keycount != 0) {
653 keycount = newlen;
705 oldsize = keycount * sizeof(dns_name_t *);
715 keycount = i;
723 INSIST(keycount == addrcount);
742 isc_mem_put(mctx, keys, keycount * sizeof(dns_name_t *));
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dauthkeys.c237 int keycount
250 i = (keycount > 0)
251 ? keycount
276 int keycount
283 additional = keycount - allocated;
/freebsd-9.3-release/contrib/wpa/src/ap/
H A Dwpa_auth_i.h70 int keycount; member in struct:wpa_state_machine
H A Dwpa_auth.c1366 sm->keycount = 0;
1847 sm->keycount++;
1848 if (sm->keycount == 2) {
/freebsd-9.3-release/contrib/bind9/bin/dnssec/
H A Ddnssec-signzone.c126 static unsigned int keycount = 0; variable
415 key->index = keycount++;
512 arraysize = keycount;
3534 key->index = keycount++;
3537 if (keycount == 0) {

Completed in 120 milliseconds