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

/freebsd-10.1-release/lib/libc/db/btree/
H A Dbt_page.c71 * __bt_new --
82 __bt_new(BTREE *t, pgno_t *npg) function
H A Dextern.h43 PAGE *__bt_new(BTREE *, pgno_t *);
H A Dbt_overflow.c147 if ((h = __bt_new(t, &npg)) == NULL)
H A Dbt_split.c344 if ((r = __bt_new(t, &npg)) == NULL)
443 if ((l = __bt_new(t, &lnpg)) == NULL ||
444 (r = __bt_new(t, &rnpg)) == NULL)

Completed in 49 milliseconds