__db Struct Reference
#include <db.h>
List of all members.
Detailed Description
Definition at line 555 of file db.h.
Public Member Functions
int set_re_source
__P ((
DB *, const char *))
int set_re_pad
__P ((
DB *, int))
int set_re_len
__P ((
DB *, u_int32_t))
int set_re_delim
__P ((
DB *, int))
int set_h_nelem
__P ((
DB *, u_int32_t))
int set_h_hash
__P ((
DB *, u_int32_t(*)(const void *, u_int32_t)))
int set_h_ffactor
__P ((
DB *, u_int32_t))
int set_bt_prefix
__P ((
DB *, size_t(*)(const
DBT *, const
DBT *)))
int set_bt_minkey
__P ((
DB *, u_int32_t))
int set_bt_maxkey
__P ((
DB *, u_int32_t))
int set_bt_compare
__P ((
DB *, int(*)(const
DBT *, const
DBT *)))
int verify
__P ((
DB *, const char *, const char *, FILE *, u_int32_t))
int upgrade
__P ((
DB *, const char *, u_int32_t))
int sync
__P ((
DB *, u_int32_t))
int stat
__P ((
DB *, void *, void *(*)(size_t), u_int32_t))
int set_realloc
__P ((
DB *, void *(*)(void *, size_t)))
int set_pagesize
__P ((
DB *, u_int32_t))
int set_malloc
__P ((
DB *, void *(*)(size_t)))
int set_lorder
__P ((
DB *, int))
int set_flags
__P ((
DB *, u_int32_t))
int set_feedback
__P ((
DB *, void(*)(
DB *, int, int)))
void set_errpfx
__P ((
DB *, const char *))
void set_errfile
__P ((
DB *, FILE *))
void set_errcall
__P ((
DB *, void(*)(const char *, char *)))
int set_dup_compare
__P ((
DB *, int(*)(const
DBT *, const
DBT *)))
int set_cachesize
__P ((
DB *, u_int32_t, u_int32_t, int))
int rename
__P ((
DB *, const char *, const char *, const char *, u_int32_t))
int remove
__P ((
DB *, const char *, const char *, u_int32_t))
int open
__P ((
DB *, const char *, const char *,
DBTYPE, u_int32_t, int))
int get_byteswapped
__P ((
DB *))
int fd
__P ((
DB *, int *))
void errx
__P ((
DB *, const char *,...))
void err
__P ((
DB *, int, const char *,...))
int close
__P ((
DB *, u_int32_t))
int dup_compare
__P ((const
DBT *, const
DBT *))
void *db_realloc
__P ((void *, size_t))
void *db_malloc
__P ((size_t))
void db_feedback
__P ((
DB *, int, int))
Public Attributes
struct {
u_int8_t
fileid [DB_FILE_ID_LEN]
struct {
struct {
struct {
The documentation for this struct was generated from the following file: