Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim.c96 map = get_map_ctrl(db); in shim_dbm_close()
122 map = get_map_ctrl(db); in shim_dbm_delete()
158 map = get_map_ctrl(db); in shim_dbm_fetch()
197 map = get_map_ctrl(db); in shim_dbm_fetch_noupdate()
229 map = get_map_ctrl(db); in shim_dbm_firstkey()
316 map = get_map_ctrl(db); in shim_dbm_nextkey()
357 map = get_map_ctrl(db); in shim_dbm_do_nextkey()
460 map = get_map_ctrl(db); in shim_dbm_store()
H A Dshim.h110 extern map_ctrl *get_map_ctrl(DBM *);
H A Dmap_ctrl.c270 get_map_ctrl(DBM *db) in get_map_ctrl() function