#include "config.h"
#include <sys/types.h>
#include "db_int.h"
#include "db_page.h"
#include "db_am.h"
Go to the source code of this file.
Functions | |
int | CDB___db_reclaim_callback (DB *dbp, PAGE *p, void *cookie, int *putp) |
int | CDB___db_traverse_big (DB *dbp, db_pgno_t pgno, int *callback, void *cookie) |
int | CDB___db_traverse_dup (DB *dbp, db_pgno_t pgno, int *callback, void *cookie) |
Variables | |
static const char | revid [] = "$Id: db__reclaim_8c.html,v 1.1 2008/06/08 10:18:15 sebdiaz Exp $" |