#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_swap.h"
#include "db_am.h"
#include "btree.h"
#include "hash.h"
#include "qam.h"
Go to the source code of this file.
Functions | |
int | CDB___db_byteswap (DB_ENV *dbenv, db_pgno_t pg, PAGE *h, size_t pagesize, int pgin) |
void | CDB___db_metaswap (PAGE *pg) |
int | CDB___db_pgin (DB_ENV *dbenv, db_pgno_t pg, void *pp, DBT *cookie) |
int | CDB___db_pgout (DB_ENV *dbenv, db_pgno_t pg, void *pp, DBT *cookie) |
Variables | |
static const char | revid [] = "$Id: db__conv_8c.html,v 1.1 2008/06/08 10:17:25 sebdiaz Exp $" |