Home
last modified time | relevance | path

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

/freebsd/lib/libc/db/btree/
H A Dbt_open.c165 if ((t->bt_dbp = dbp = (DB *)calloc(1, sizeof(DB))) == NULL) in __bt_open()
324 if (t->bt_dbp) in __bt_open()
325 free(t->bt_dbp); in __bt_open()
H A Dbtree.h303 DB *bt_dbp; /* pointer to enclosing DB */ member
H A Dbt_split.c314 __dbpanic(t->bt_dbp); in __bt_split()