OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:bt_last
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/btree/
bt_put.c
231
t->
bt_last
.index = idx;
232
t->
bt_last
.pgno = h->pgno;
237
t->
bt_last
.index = 0;
238
t->
bt_last
.pgno = h->pgno;
274
if ((h = mpool_get(t->bt_mp, t->
bt_last
.pgno, 0)) == NULL) {
279
t->bt_cur.index = t->
bt_last
.index;
296
t->
bt_last
.index = cmp ? ++t->bt_cur.index : t->bt_cur.index;
304
t->
bt_last
.index = 0;
btree.h
385
EPGNO
bt_last
; /* last insert */
member in struct:_btree
Completed in 12 milliseconds
Indexes created Mon Oct 20 11:09:49 GMT 2025