#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "btree.h"
Go to the source code of this file.
Functions | |
static int | __bam_dup_convert (DBC *dbc, PAGE *h, u_int32_t indx) |
static int | __bam_ovput (DBC *dbc, u_int32_t type, db_pgno_t pgno, PAGE *h, u_int32_t indx, DBT *item) |
static int __bam_ovput | __P ((DBC *, u_int32_t, db_pgno_t, PAGE *, u_int32_t, DBT *)) |
static int __bam_dup_convert | __P ((DBC *, PAGE *, u_int32_t)) |
int | CDB___bam_build (DBC *dbc, u_int32_t op, DBT *dbt, PAGE *h, u_int32_t indx, u_int32_t nbytes) |
int | CDB___bam_iitem (DBC *dbc, DBT *key, DBT *data, u_int32_t op, u_int32_t flags) |
u_int32_t | CDB___bam_partsize (u_int32_t op, DBT *data, PAGE *h, u_int32_t indx) |
int | CDB___bam_ritem (DBC *dbc, PAGE *h, u_int32_t indx, DBT *data) |
Variables | |
static const char | revid [] = "$Id: bt__put_8c.html,v 1.1 2008/06/08 10:13:38 sebdiaz Exp $" |