HomeSort by: relevance | last modified time | path
    Searched refs:wi_home (Results 1 - 3 of 3) sorted by relevancy

  /src/external/bsd/openldap/dist/servers/slapd/back-wt/
init.c 43 wi->wi_home = ch_strdup( SLAPD_DEFAULT_DB_DIR );
77 be->be_suffix[0].bv_val, wi->wi_home, wi->wi_config );
80 rc = stat( wi->wi_home, &st );
86 be->be_suffix[0].bv_val, wi->wi_home, saved_errno );
94 rc = wiredtiger_open(wi->wi_home, NULL,
101 be->be_suffix[0].bv_val, wi->wi_home, saved_errno );
270 if( wi->wi_home ) {
271 ch_free( wi->wi_home );
272 wi->wi_home = NULL;
config.c 112 if ( wi->wi_home ) {
113 c->value_string = ch_strdup( wi->wi_home );
136 ch_free( wi->wi_home );
137 wi->wi_home = c->value_string;
back-wt.h 43 char *wi_home; member in struct:wt_info

Completed in 29 milliseconds