OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:keycount
(Results
1 - 6
of
6
) sorted by relevancy
/src/external/bsd/ntp/dist/libntp/
authkeys.c
334
int
keycount
347
i = (
keycount
> 0)
348
?
keycount
373
int
keycount
380
additional =
keycount
- allocated;
/src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h
69
int
keycount
;
member in struct:wpa_state_machine
wpa_auth.c
2457
sm->
keycount
= 0;
4980
sm->
keycount
++;
4981
if (sm->
keycount
== 2) {
/src/external/bsd/openldap/dist/servers/slapd/
schema_init.c
2210
int i,j, len, wordcount,
keycount
=0;
local
2230
newkeys = (struct berval *)ch_malloc( (
keycount
+ wordcount + 1)
2232
AC_MEMCPY( newkeys, keys,
keycount
* sizeof(struct berval) );
2240
ber_str2bv( phonetic( c ), 0, 0, &keys[
keycount
] );
2241
if( keys[
keycount
].bv_len ) {
2242
keycount
++;
2244
ch_free( keys[
keycount
].bv_val );
2251
BER_BVZERO( &keys[
keycount
] );
/src/external/mpl/bind/dist/bin/dnssec/
dnssec-signzone.c
129
static unsigned int
keycount
= 0;
variable
429
key->index =
keycount
++;
528
arraysize =
keycount
;
3962
key->index =
keycount
++;
3965
if (
keycount
== 0) {
/src/external/mpl/bind/dist/bin/tests/system/dnssec/
tests.sh
4717
keycount
=$(grep -c "RRSIG.DNSKEY ${DEFAULT_ALGORITHM_NUMBER} " signer/revoke.example.db.signed)
4720
[ $
keycount
-eq 3 ] || ret=1
Completed in 43 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026