Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/sendmail/db/xa/
H A Dxa_map.c44 char *dbhome; local
73 if (__db_rmid_to_name(rmid, &dbhome) != 0)
82 if (db_appinit(dbhome, NULL, env, XA_FLAGS) != 0)
238 __db_map_rmid_name(rmid, dbhome) in __db_map_rmid_name() argument
240 char *dbhome;
248 if ((ret = __os_strdup(dbhome, &entry->dbhome)) != 0) {
276 *dbhomep = np->dbhome;
299 __os_freestr(np->dbhome);
H A Dxa.c401 char *dbhome; local
428 if (__db_rmid_to_name(rmid, &dbhome) != 0)
434 if ((ret = db_appinit(dbhome, NULL, env, XA_FLAGS)) != 0)
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb_int.h386 char *dbhome; member