HomeSort by: relevance | last modified time | path
    Searched refs:__bt_new (Results 1 - 4 of 4) sorted by relevancy

  /src/lib/libc/db/btree/
bt_page.c 76 * __bt_new --
87 __bt_new(BTREE *t, pgno_t *npg) function in typeref:typename:PAGE *
extern.h 46 PAGE *__bt_new(BTREE *, pgno_t *);
bt_overflow.c 161 if ((h = __bt_new(t, &npg)) == NULL)
bt_split.c 356 if ((r = __bt_new(t, &npg)) == NULL)
458 if ((l = __bt_new(t, &lnpg)) == NULL ||
459 (r = __bt_new(t, &rnpg)) == NULL)

Completed in 12 milliseconds