#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <limits.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_swap.h"
#include "hash.h"
#include "db_upgrade.h"
Go to the source code of this file.
Functions | |
int | CDB___ham_30_hashmeta (DB *dbp, char *real_name, u_int8_t *obuf) |
int | CDB___ham_31_hash (DB *dbp, char *real_name, u_int32_t flags, DB_FH *fhp, PAGE *h, int *dirtyp) |
int | CDB___ham_31_hashmeta (DB *dbp, char *real_name, u_int32_t flags, DB_FH *fhp, PAGE *h, int *dirtyp) |
Variables | |
static const char | revid [] = "$Id: hash__upgrade_8c.html,v 1.1 2008/06/08 10:19:39 sebdiaz Exp $" |