Home
last modified time | relevance | path

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

/netbsd-src/crypto/external/bsd/heimdal/dist/lib/base/
H A Ddb.c1327 heim_string_t dbname_s = NULL; in json_db_open() local
1380 dbname_s = heim_string_create(dbname); in json_db_open()
1381 if (dbname_s == NULL) in json_db_open()
1387 heim_release(dbname_s); in json_db_open()
1394 heim_release(dbname_s); in json_db_open()
1401 heim_release(dbname_s); in json_db_open()
1407 heim_release(dbname_s); in json_db_open()
1417 heim_release(dbname_s); in json_db_open()
1424 jsondb->dbname = dbname_s; in json_db_open()