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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dmonitor.c647 char count_buf[ BDB_MONITOR_IDX_TYPES ][ SLAP_TEXT_BUFLEN ]; local
660 count_len[ i ] = snprintf( count_buf[ i ],
661 sizeof( count_buf[ i ] ), "%lu", idx->idx_count[ i ] );
679 ptr = lutil_strcopy( ptr, count_buf[ i ] );

Completed in 165 milliseconds