37 #if defined(LIBC_SCCS) && !defined(lint) 38 static char sccsid[] =
"@(#)bt_conv.c 8.5 (Berkeley) 8/17/94";
41 #include <sys/param.h> 45 #include "../include/db.h" 88 for (i = 0; i < top; i++) {
89 M_16_SWAP(h->
linp[i]);
103 for (i = 0; i < top; i++) {
104 M_16_SWAP(h->
linp[i]);
110 flags = *(u_char *)p;
149 for (i = 0; i < top; i++) {
161 M_16_SWAP(h->
linp[i]);
164 for (i = 0; i < top; i++) {
170 flags = *(u_char *)p;
185 M_16_SWAP(h->
linp[i]);
#define GETBLEAF(pg, indx)
#define GETBINTERNAL(pg, indx)
static void mswap(PAGE *pg)
void __bt_pgout(void *t, pgno_t pg, void *pp)
void __bt_pgin(void *t, pgno_t pg, void *pp)
static void mswap __P((PAGE *))