#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "db_int.h"
#include "os_jump.h"
Go to the source code of this file.
Functions | |
int | CDB___os_seek (DB_ENV *dbenv, DB_FH *fhp, size_t pgsize, db_pgno_t pageno, u_int32_t relative, int isrewind, DB_OS_SEEK db_whence) |
Variables | |
static const char | revid [] = "$Id: os__seek_8c.html,v 1.1 2008/06/08 10:21:30 sebdiaz Exp $" |