OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:nxtindex
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/db/recno/
rec_put.c
198
indx_t idx,
nxtindex
;
local in function:__rec_iput
268
if (idx < (
nxtindex
= NEXTINDEX(h)))
270
(
nxtindex
- idx) * sizeof(indx_t));
/src/lib/libc/db/btree/
bt_put.c
76
indx_t idx,
nxtindex
;
local in function:__bt_put
212
if (idx < (
nxtindex
= NEXTINDEX(h)))
214
(
nxtindex
- idx) * sizeof(indx_t));
bt_split.c
90
indx_t
nxtindex
;
local in function:__bt_split
227
if (skip < (
nxtindex
= NEXTINDEX(h)))
229
(
nxtindex
- skip) * sizeof(indx_t));
Completed in 18 milliseconds
Indexes created Thu Oct 02 01:09:59 GMT 2025