Searched refs:__bt_new (Results 1 – 4 of 4) sorted by relevance
87 __bt_new(BTREE *t, pgno_t *npg) in __bt_new() function
46 PAGE *__bt_new(BTREE *, pgno_t *);
356 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()
161 if ((h = __bt_new(t, &npg)) == NULL) in __ovfl_put()