Asterisk - The Open Source Telephony Project
18.5.0
|
Go to the source code of this file.
Functions | |
int | __bt_free (BTREE *t, PAGE *h) |
PAGE * | __bt_new (BTREE *t, pgno_t *npg) |
Definition at line 60 of file bt_page.c.
References B_METADIRTY, _btree::bt_free, _btree::bt_mp, F_SET, MPOOL_DIRTY, mpool_put(), _page::nextpg, P_INVALID, _page::pgno, and _page::prevpg.
Referenced by __bt_pdelete(), and __ovfl_delete().
Definition at line 86 of file bt_page.c.
References B_METADIRTY, _btree::bt_free, _btree::bt_mp, F_SET, mpool_get(), mpool_new(), _page::nextpg, NULL, and P_INVALID.
Referenced by __ovfl_put(), bt_page(), and bt_root().