Lines Matching refs:tbe
3288 Backend *tbe; in config_suffix() local
3388 tbe = NULL; in config_suffix()
3390 tbe = select_backend(&ndn, 0); in config_suffix()
3391 if(tbe == c->be) { in config_suffix()
3397 } else if(tbe) { in config_suffix()
3398 BackendDB *b2 = tbe; in config_suffix()
3404 char *type = tbe->bd_info->bi_type; in config_suffix()
3406 if ( overlay_is_over( tbe ) ) { in config_suffix()
3407 slap_overinfo *oi = (slap_overinfo *)tbe->bd_info->bi_private; in config_suffix()
3415 c->log, c->cr_msg, tbe->be_suffix[0].bv_val); in config_suffix()
3459 Backend *tbe; in config_rootpw() local
3475 tbe = select_backend(&c->be->be_rootndn, 0); in config_rootpw()
3476 if(tbe != c->be && !SLAP_DBHIDDEN( c->be )) { in config_rootpw()