Asterisk - The Open Source Telephony Project
18.5.0
|
Go to the source code of this file.
Functions | |
EPG * | __bt_search (BTREE *t, const DBT *key, int *exactp) |
static int | __bt_snext (BTREE *t, PAGE *h, const DBT *key, int *exactp) |
static int | __bt_sprev (BTREE *t, PAGE *h, const DBT *key, int *exactp) |
static int __bt_snext | __P ((BTREE *, PAGE *, const DBT *, int *)) |
Definition at line 66 of file bt_search.c.
References __bt_cmp(), __bt_snext(), __bt_sprev(), B_NODUPS, BT_CLR, _btree::bt_cur, _btree::bt_mp, BT_PUSH, F_ISSET, _page::flags, GETBINTERNAL, _epg::index, mpool_get(), mpool_put(), NEXTINDEX, _page::nextpg, NULL, P_BLEAF, P_INVALID, P_ROOT, _epg::page, _page::pgno, and _page::prevpg.
Referenced by __bt_bdelete(), __bt_first(), __bt_get(), __bt_put(), and __bt_stkacq().
Definition at line 151 of file bt_search.c.
References __bt_cmp(), _btree::bt_cur, _btree::bt_mp, _epg::index, mpool_get(), mpool_put(), _page::nextpg, NULL, and _epg::page.
Referenced by __bt_search().
Definition at line 190 of file bt_search.c.
References __bt_cmp(), _btree::bt_cur, _btree::bt_mp, _epg::index, mpool_get(), mpool_put(), NEXTINDEX, NULL, _epg::page, and _page::prevpg.
Referenced by __bt_search().
|
static |