bt_cursor.c File Reference
#include "config.h"
#include <sys/types.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include "db_int.h"
#include "db_page.h"
#include "db_shash.h"
#include "btree.h"
#include "lock.h"
#include "qam.h"
#include "common_ext.h"
Go to the source code of this file.
Defines
#define
ACQUIRE(dbc, mode, lpgno, lock, fpgno, pagep, ret)
#define
DISCARD(dbc, ldiscard, lock, pagep, ret)
Functions
static int __bam_getboth_finddatum
__P ((
DBC *,
DBT *))
static int __bam_c_search
__P ((
DBC *, const
DBT *, u_int32_t, int *))
static int __bam_c_next
__P ((
DBC *, int))
static int __bam_c_del
__P ((
DBC *))
Variables
static const char
revid [] = "$Id: bt__cursor_8c.html,v 1.1 2008年06月08日 10:13:31 sebdiaz Exp $"