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

/netbsd-6-1-5-RELEASE/external/bsd/openldap/dist/servers/slapd/back-bdb/
H A Dinit.c65 bdb->bi_dbenv_home = ch_strdup( SLAPD_DEFAULT_DB_DIR );
130 rc = stat( bdb->bi_dbenv_home, &stat1 );
135 be->be_suffix[0].bv_val, bdb->bi_dbenv_home, errno );
148 bdb->bi_dbenv_home, alockt );
184 char *ptr = lutil_strcopy(path, bdb->bi_dbenv_home);
214 bdb->bi_dbenv_home, errno, be->be_suffix[0].bv_val );
252 strcpy( path, bdb->bi_dbenv_home );
256 dbhome = bdb->bi_dbenv_home;
320 be->be_suffix[0].bv_val, bdb->bi_dbenv_home, 0);
407 bdb->bi_dbenv_home, db_strerro
[all...]
H A Ddbcache.c130 bdb->bi_dbenv_home, db_strerror(rc), rc );
141 bdb->bi_dbenv_home, db_strerror(rc), rc );
154 bdb->bi_dbenv_home, db_strerror(rc), rc );
H A Dconfig.c425 if ( bdb->bi_dbenv_home ) {
426 c->value_string = ch_strdup( bdb->bi_dbenv_home );
582 ch_free( bdb->bi_dbenv_home );
583 bdb->bi_dbenv_home = NULL;
825 if ( bdb->bi_dbenv_home )
826 ch_free( bdb->bi_dbenv_home );
827 bdb->bi_dbenv_home = c->value_string;
834 ptr = lutil_strcopy( bdb->bi_db_config_path, bdb->bi_dbenv_home );
H A Dback-bdb.h180 char *bi_dbenv_home; member in struct:bdb_info
H A Dmonitor.c395 char *fname = bdb->bi_dbenv_home,

Completed in 97 milliseconds