#include "config.h"
#include <sys/types.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_io (DB_ENV *dbenv, DB_IO *db_iop, int op, size_t *niop) |
int | CDB___os_read (DB_ENV *dbenv, DB_FH *fhp, void *addr, size_t len, size_t *nrp) |
int | CDB___os_write (DB_ENV *dbenv, DB_FH *fhp, void *addr, size_t len, size_t *nwp) |
Variables | |
static const char | revid [] = "$Id: os__rw_8c.html,v 1.1 2008/06/08 10:21:30 sebdiaz Exp $" |