Home
last modified time | relevance | path

Searched refs:__bt_new (Results 1 – 4 of 4) sorted by relevance

/netbsd/src/lib/libc/db/btree/
Dbt_page.c87 __bt_new(BTREE *t, pgno_t *npg) in __bt_new() function
Dextern.h46 PAGE *__bt_new(BTREE *, pgno_t *);
Dbt_split.c356 if ((r = __bt_new(t, &npg)) == NULL) in bt_page()
458 if ((l = __bt_new(t, &lnpg)) == NULL || in bt_root()
459 (r = __bt_new(t, &rnpg)) == NULL) in bt_root()
Dbt_overflow.c161 if ((h = __bt_new(t, &npg)) == NULL) in __ovfl_put()