Lines Matching refs:uname
56 db_copy_in(DB **mdb, const char *dbname, const char *uname, BTREEINFO *bti, in db_copy_in() argument
72 warn("retrieving %s summary", uname); in db_copy_in()
73 db_destroy(*mdb, uname); in db_copy_in()
86 warn("get version key from %s stats", uname); in db_copy_in()
92 data.size, uname); in db_copy_in()
99 version, uname); in db_copy_in()
115 warn("converting %s stats", uname); in db_copy_in()
122 warn("initializing %s stats", uname); in db_copy_in()
128 warn("retrieving %s summary", uname); in db_copy_in()
134 warn("closing %s summary", uname); in db_copy_in()
139 db_destroy(*mdb, uname); in db_copy_in()
148 db_copy_out(DB *mdb, const char *dbname, const char *uname, BTREEINFO *bti) in db_copy_out() argument
156 warn("creating %s summary", uname); in db_copy_out()
165 warn("saving %s summary", uname); in db_copy_out()
171 warn("retrieving %s stats", uname); in db_copy_out()
183 warn("add version record to %s stats", uname); in db_copy_out()
186 warnx("duplicate version record in %s stats", uname); in db_copy_out()
191 warn("syncing %s summary", uname); in db_copy_out()
195 warn("closing %s summary", uname); in db_copy_out()
202 db_destroy(DB *db, const char *uname) in db_destroy() argument
205 warn("destroying %s stats", uname); in db_destroy()