Home
last modified time | relevance | path

Searched refs:dbhome (Results 1 – 3 of 3) sorted by relevance

/titanic_50/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c46 char *dbhome; local
75 if (__db_rmid_to_name(rmid, &dbhome) != 0)
84 if (db_appinit(dbhome, NULL, env, XA_FLAGS) != 0)
240 __db_map_rmid_name(rmid, dbhome) in __db_map_rmid_name() argument
242 char *dbhome;
250 if ((ret = __os_strdup(dbhome, &entry->dbhome)) != 0) {
278 *dbhomep = np->dbhome;
301 __os_freestr(np->dbhome);
H A Dxa.c403 char *dbhome; local
430 if (__db_rmid_to_name(rmid, &dbhome) != 0)
436 if ((ret = db_appinit(dbhome, NULL, env, XA_FLAGS)) != 0)
/titanic_50/usr/src/cmd/sendmail/db/
H A Ddb_int.h386 char *dbhome; member