OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:BTREE
(Results
1 - 2
of
2
) sorted by relevancy
/src/lib/libc/db/btree/
btree.h
1
/* $NetBSD:
btree
.h,v 1.18 2022/04/19 20:32:15 rillig Exp $ */
34
* @(#)
btree
.h 8.11 (Berkeley) 8/17/94
53
* Page 0 of a
btree
file contains a copy of the meta-data. This page is also
55
* to page 0. Page 1 is the root of the
btree
.
62
* There are five page layouts in the
btree
:
btree
internal pages (BINTERNAL),
63
*
btree
leaf pages (BLEAF), recno internal pages (RINTERNAL), recno leaf pages
74
#define P_BINTERNAL 0x01 /*
btree
internal page */
125
* For the
btree
internal pages, the item is a key. BINTERNALs are {key, pgno}
195
/* For the
btree
leaf pages, the item is a key and data pair. *
[
all
...]
/src/sys/net/
zlib.c
3882
BTREE
, /* get bit lengths tree for a dynamic block */
4028
if (s->mode ==
BTREE
|| s->mode == DTREE)
4184
s->mode =
BTREE
;
4185
case
BTREE
:
Completed in 39 milliseconds
Indexes created Mon Sep 22 13:09:51 GMT 2025