HomeSort by: relevance | last modified time | path
    Searched defs:keycount (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/wpa/dist/src/ap/
wpa_auth_i.h 69 int keycount; member in struct:wpa_state_machine
  /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) {

Completed in 18 milliseconds