Home
last modified time | relevance | path

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

/freebsd-12-stable/lib/libc/db/recno/
Drec_get.c239 sp = (u_char *)t->bt_cmap; in __rec_fmap()
254 t->bt_cmap = (caddr_t)sp; in __rec_fmap()
276 sp = (u_char *)t->bt_cmap; in __rec_vmap()
291 t->bt_cmap = (caddr_t)sp; in __rec_vmap()
Drec_open.c174 t->bt_cmap = t->bt_smap; in __rec_open()
/freebsd-12-stable/lib/libc/db/btree/
Dbtree.h346 caddr_t bt_cmap; /* R: current point in mapped space */ member