OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:OVFL_POINT
(Results
1 - 3
of
3
) sorted by relevancy
/src/lib/libc/db/hash/
hash.h
76
int32_t
ovfl_point
; /* Where overflow pages are being
member in struct:hashhdr
287
#define
OVFL_POINT
hdr.
ovfl_point
hash.c
178
bpages = (hashp->SPARES[hashp->
OVFL_POINT
] +
223
"OVFL POINT ", hashp->
OVFL_POINT
,
361
hashp->
OVFL_POINT
= l2;
864
if (spare_ndx > hashp->
OVFL_POINT
) {
865
hashp->SPARES[spare_ndx] = hashp->SPARES[hashp->
OVFL_POINT
];
866
hashp->
OVFL_POINT
= spare_ndx;
961
P_32_COPY(srcp->
ovfl_point
, destp->
ovfl_point
);
992
M_32_SWAP(hdrp->
ovfl_point
);
hash_page.c
684
splitnum = hashp->
OVFL_POINT
;
728
hashp->
OVFL_POINT
= splitnum;
768
hashp->
OVFL_POINT
= splitnum;
Completed in 13 milliseconds
Indexes created Sat Oct 18 23:09:54 GMT 2025