Home
last modified time | relevance | path

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

/openbsd/lib/libc/db/btree/
H A Dbt_open.c162 if ((t->bt_dbp = dbp = calloc(1, sizeof(DB))) == NULL) in __bt_open()
321 free(t->bt_dbp); in __bt_open()
H A Dbtree.h305 DB *bt_dbp; /* pointer to enclosing DB */ member
H A Dbt_split.c311 __dbpanic(t->bt_dbp); in __bt_split()