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

/freebsd-13-stable/lib/libc/db/btree/
H A Dbt_page.c73 * __bt_new --
84 __bt_new(BTREE *t, pgno_t *npg) function
H A Dextern.h45 PAGE *__bt_new(BTREE *, pgno_t *);
H A Dbt_overflow.c149 if ((h = __bt_new(t, &npg)) == NULL)
H A Dbt_split.c348 if ((r = __bt_new(t, &npg)) == NULL)
447 if ((l = __bt_new(t, &lnpg)) == NULL ||
448 (r = __bt_new(t, &rnpg)) == NULL)

Completed in 113 milliseconds