Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/openldap/dist/servers/slapd/
H A Dschema_init.c2208 int i,j, len, wordcount, keycount=0; in approxIndexer() local
2228 newkeys = (struct berval *)ch_malloc( (keycount + wordcount + 1) in approxIndexer()
2230 AC_MEMCPY( newkeys, keys, keycount * sizeof(struct berval) ); in approxIndexer()
2238 ber_str2bv( phonetic( c ), 0, 0, &keys[keycount] ); in approxIndexer()
2239 if( keys[keycount].bv_len ) { in approxIndexer()
2240 keycount++; in approxIndexer()
2242 ch_free( keys[keycount].bv_val ); in approxIndexer()
2249 BER_BVZERO( &keys[keycount] ); in approxIndexer()