Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/recno/
H A Drec_get.c233 sp = (u_char *)t->bt_cmap; in __rec_fmap()
248 t->bt_cmap = (caddr_t)sp; in __rec_fmap()
270 sp = (u_char *)t->bt_cmap; in __rec_vmap()
285 t->bt_cmap = (caddr_t)sp; in __rec_vmap()
H A Drec_open.c168 t->bt_cmap = t->bt_smap; in __rec_open()
/freebsd/lib/libc/db/btree/
H A Dbtree.h343 caddr_t bt_cmap; /* R: current point in mapped space */ member