Lines Matching refs:reginfo
139 if ((t_ret = __db_rdetach(&dbmp->reginfo)) != 0 && ret == 0)
142 if (dbmp->reginfo.path != NULL)
143 __os_freestr(dbmp->reginfo.path);
173 REGINFO reginfo;
176 memset(®info, 0, sizeof(reginfo));
177 reginfo.dbenv = dbenv;
178 reginfo.appname = DB_APP_NONE;
179 if (path != NULL && (ret = __os_strdup(path, ®info.path)) != 0)
181 reginfo.file = DB_DEFAULT_MPOOL_FILE;
182 ret = __db_runlink(®info, force);
183 if (reginfo.path != NULL)
184 __os_freestr(reginfo.path);