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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dmonitor.c537 unsigned long idx_count[BDB_MONITOR_IDX_TYPES]; member in struct:monitor_idx_t
567 if ( idx->idx_count[ i ] != 0 ) {
617 idx->idx_count[ key ] = 1;
631 idx->idx_count[ key ]++;
656 if ( idx->idx_count[ i ] == 0 ) {
661 sizeof( count_buf[ i ] ), "%lu", idx->idx_count[ i ] );
672 if ( idx->idx_count[ i ] == 0 ) {

Completed in 125 milliseconds