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

/macosx-10.9.5/OpenLDAP-491.1/OpenLDAP/servers/slapd/back-bdb/
H A Dmonitor.c531 #define BDB_MONITOR_IDX_TYPES (4) macro
537 unsigned long idx_count[BDB_MONITOR_IDX_TYPES];
566 for ( i = 0; i < BDB_MONITOR_IDX_TYPES; i++ ) {
605 if ( key >= BDB_MONITOR_IDX_TYPES ) {
647 char count_buf[ BDB_MONITOR_IDX_TYPES ][ SLAP_TEXT_BUFLEN ];
648 ber_len_t count_len[ BDB_MONITOR_IDX_TYPES ],
655 for ( i = 0; i < BDB_MONITOR_IDX_TYPES; i++ ) {
671 for ( i = 0; i < BDB_MONITOR_IDX_TYPES; i++ ) {

Completed in 160 milliseconds