OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:bt_preserve
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/btree/
bt_split.c
56
static int
bt_preserve
(BTREE *, pgno_t);
147
* and the root page or the overflow key page when calling
bt_preserve
.
251
if (
bt_preserve
(t, pgno) == RET_ERROR)
572
if (
bt_preserve
(t, pgno) == RET_ERROR)
783
*
BT_PRESERVE
-- Mark a chain of pages as used by an internal node.
798
bt_preserve
(BTREE *t, pgno_t pg)
function
bt_split.c
56
static int
bt_preserve
(BTREE *, pgno_t);
147
* and the root page or the overflow key page when calling
bt_preserve
.
251
if (
bt_preserve
(t, pgno) == RET_ERROR)
572
if (
bt_preserve
(t, pgno) == RET_ERROR)
783
*
BT_PRESERVE
-- Mark a chain of pages as used by an internal node.
798
bt_preserve
(BTREE *t, pgno_t pg)
function
Completed in 66 milliseconds
Indexes created Wed Mar 04 15:26:31 UTC 2026