Home
last modified time | relevance | path

Searched refs:hdb_name (Results 1 – 11 of 11) sorted by relevance

/netbsd/crypto/external/bsd/heimdal/dist/lib/hdb/
H A Ddb.c77 free(db->hdb_name); in DB_destroy()
129 db->hdb_name, strerror(code)); in DB_seq()
194 free(db->hdb_name); in DB_rename()
195 db->hdb_name = strdup(new_name); in DB_rename()
212 db->hdb_name, strerror(code)); in DB__get()
242 db->hdb_name, strerror(code)); in DB__put()
268 db->hdb_name, strerror(code)); in DB__del()
328 db->hdb_name, strerror(errno)); in DB_open()
344 db->hdb_name); in DB_open()
361 (*db)->hdb_name = strdup(filename); in hdb_db1_create()
[all …]
H A Ddb3.c92 free(db->hdb_name); in DB_destroy()
205 ret = asprintf(&old, "%s.db", db->hdb_name); in DB_rename()
220 free(db->hdb_name); in DB_rename()
222 db->hdb_name = new; in DB_rename()
290 db->hdb_name, code); in DB__put()
320 db->hdb_name, code); in DB__del()
397 aret = asprintf(&fn, "%s.db", db->hdb_name); in DB_open()
422 db->hdb_name, strerror(ret)); in DB_open()
449 db->hdb_name); in DB_open()
467 (*db)->hdb_name = strdup(filename); in hdb_db3_create()
[all …]
H A Dndbm.c59 free(db->hdb_name); in NDBM_destroy()
169 ret = open_lock_file(context, db->hdb_name, &old_lock_fd); in NDBM_rename()
194 asprintf(&old_dir, "%s.dir", db->hdb_name); in NDBM_rename()
195 asprintf(&old_pag, "%s.pag", db->hdb_name); in NDBM_rename()
220 free(db->hdb_name); in NDBM_rename()
221 db->hdb_name = strdup(new_name); in NDBM_rename()
316 d->db = dbm_open((char*)db->hdb_name, flags, mode); in NDBM_open()
325 ret = open_lock_file(context, db->hdb_name, &d->lock_fd); in NDBM_open()
347 db->hdb_name); in NDBM_open()
363 (*db)->hdb_name = strdup(filename); in hdb_ndbm_create()
[all …]
H A Dhdb-mdb.c74 free(db->hdb_name); in DB_destroy()
190 if (asprintf(&old, "%s.mdb", db->hdb_name) == -1) in DB_rename()
202 free(db->hdb_name); in DB_rename()
203 db->hdb_name = strdup(new_name); in DB_rename()
304 if (asprintf(&fn, "%s.mdb", db->hdb_name) == -1) in DB_open()
318 db->hdb_name, mdb_strerror(ret)); in DB_open()
332 db->hdb_name, mdb_strerror(ret)); in DB_open()
344 db->hdb_name, mdb_strerror(ret)); in DB_open()
368 db->hdb_name); in DB_open()
391 (*db)->hdb_name = strdup(filename); in hdb_mdb_create()
[all …]
H A Dhdb-mitdb.c702 free(db->hdb_name); in mdb_destroy()
785 db->hdb_name, strerror(code)); in mdb_seq()
840 free(db->hdb_name); in mdb_rename()
841 db->hdb_name = strdup(new_name); in mdb_rename()
867 db->hdb_name, strerror(code)); in mdb__get()
905 db->hdb_name, strerror(code)); in mdb__put()
1077 actual_fn = db->hdb_name; in mdb_open()
1093 db->hdb_name, strerror(ret)); in mdb_open()
1114 db->hdb_name); in mdb_open()
1131 (*db)->hdb_name = strdup(filename); in hdb_mitdb_create()
[all …]
H A Dhdb.h112 char *hdb_name; member
H A Dhdb-sqlite.c1007 (*db)->hdb_name = strdup(filename); in hdb_sqlite_create()
1008 if ((*db)->hdb_name == NULL) { in hdb_sqlite_create()
1016 free((*db)->hdb_name); in hdb_sqlite_create()
H A Dhdb-keytab.c75 free(db->hdb_name); in hkt_destroy()
H A Dhdb-ldap.c1883 if (db->hdb_name) in LDAP_destroy()
1884 free(db->hdb_name); in LDAP_destroy()
1958 if (asprintf(&(*db)->hdb_name, "ldap:%s", search_base) == -1) { in hdb_ldap_common()
/netbsd/crypto/external/bsd/heimdal/dist/doc/doxyout/hdb/
H A Dmanpages16 hdb/man/man3/hdb_name.3
/netbsd/crypto/external/bsd/heimdal/dist/lib/kadm5/
H A Dipropd_slave.c507 ret = asprintf(&dbname, "%s-NEW", server_context->db->hdb_name); in receive_everything()
586 ret = mydb->hdb_rename(context, mydb, server_context->db->hdb_name); in receive_everything()