OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:rchild
(Results
1 - 1
of
1
) sorted by relevancy
/src/lib/libc/db/btree/
bt_split.c
89
PAGE *h, *l, *r, *lchild, *
rchild
;
local in function:__bt_split
153
rchild
= r;
179
switch (
rchild
->flags & P_TYPE) {
181
bi = GETBINTERNAL(
rchild
, 0);
185
bl = GETBLEAF(
rchild
, 0);
235
switch (
rchild
->flags & P_TYPE) {
240
((BINTERNAL *)(void *)dest)->pgno =
rchild
->pgno;
246
rchild
->pgno, bl->flags & P_BIGKEY);
270
((RINTERNAL *)(void *)dest)->nrecs = rec_total(
rchild
);
271
((RINTERNAL *)(void *)dest)->pgno =
rchild
->pgno
[
all
...]
Completed in 11 milliseconds
Indexes created Sat Oct 18 08:10:09 GMT 2025