Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/idmap/idmapd/
H A Didmapd.h315 extern idmap_retcode get_db_handle(sqlite **);
H A Dserver.c207 result->retcode = get_db_handle(&db); in idmap_get_mapped_ids_1_svc()
823 result->retcode = get_db_handle(&db); in idmap_list_namerules_1_svc()
952 res->retcode = get_db_handle(&db); in idmap_update_1_svc()
H A Ddbutils.c369 get_db_handle(sqlite **db) in get_db_handle() function