Searched refs:re_source (Results 1 – 4 of 4) sorted by relevance
/titanic_50/usr/src/cmd/sendmail/db/btree/ |
H A D | bt_recno.c | 116 if (dbinfo->re_source == NULL) { 121 __ram_source(dbp, rp, dbinfo->re_source)) != 0) 183 if (rp->re_source != NULL) 184 __os_freestr(rp->re_source); 461 if (rp->re_source != NULL) 462 __os_freestr(rp->re_source); 952 DB_APP_DATA, NULL, fname, 0, NULL, &rp->re_source)) != 0) 957 __db_open(rp->re_source, oflags, oflags, 0, &rp->re_fd)) != 0) { 958 __db_err(dbp->dbenv, "%s: %s", rp->re_source, strerror(ret)); 970 if ((ret = __os_ioinfo(rp->re_source, [all …]
|
/titanic_50/usr/src/cmd/sendmail/db/include/ |
H A D | btree.h | 226 char *re_source; /* Source file name. */ member
|
/titanic_50/usr/src/cmd/sendmail/db/db/ |
H A D | db_pr.c | 247 rp->re_source == NULL ? "" : rp->re_source);
|
/titanic_50/usr/src/cmd/sendmail/db/ |
H A D | db.h | 332 char *re_source; /* Source file name. */ member
|