__db_mpoolfile

Undocumented in source but is binding to C. You might be able to learn more by searching the web for its name.

Members

Structs

q_t
struct q_t
Undocumented in source.

Variables

Ref
uint32_t Ref;
Undocumented in source.
addr
void* addr;
bytes
uint32_t bytes;
Undocumented in source.
clear_len
uint32_t clear_len;
Undocumented in source.
close
int function(DB_MPOOLFILE*, uint32_t) close;
Undocumented in source.
config_flags
uint32_t config_flags;
Undocumented in source.
env
ENV* env;
Undocumented in source.
fhp
DB_FH* fhp;
Undocumented in source.
fileid
uint8_t[DB_FILE_ID_LEN] fileid;
Undocumented in source.
flags
uint32_t flags;
Undocumented in source.
ftype
int ftype;
Undocumented in source.
gbytes
uint32_t gbytes;
Undocumented in source.
get
int function(DB_MPOOLFILE*, db_pgno_t*, DB_TXN*, uint32_t, void*) get;
Undocumented in source.
get_clear_len
int function(DB_MPOOLFILE*, uint32_t*) get_clear_len;
Undocumented in source.
get_fileid
int function(DB_MPOOLFILE*, uint8_t*) get_fileid;
Undocumented in source.
get_flags
int function(DB_MPOOLFILE*, uint32_t*) get_flags;
Undocumented in source.
get_ftype
int function(DB_MPOOLFILE*, int*) get_ftype;
Undocumented in source.
get_last_pgno
int function(DB_MPOOLFILE*, db_pgno_t*) get_last_pgno;
Undocumented in source.
get_lsn_offset
int function(DB_MPOOLFILE*, int32_t*) get_lsn_offset;
Undocumented in source.
get_maxsize
int function(DB_MPOOLFILE*, uint32_t*, uint32_t*) get_maxsize;
Undocumented in source.
get_pgcookie
int function(DB_MPOOLFILE*, DBT*) get_pgcookie;
Undocumented in source.
get_priority
int function(DB_MPOOLFILE*, DB_CACHE_PRIORITY*) get_priority;
Undocumented in source.
len
size_t len;
Undocumented in source.
lsn_offset
int32_t lsn_offset;
Undocumented in source.
mfp
MPOOLFILE* mfp;
Undocumented in source.
open
int function(DB_MPOOLFILE*, const(char)*, uint32_t, int, size_t) open;
Undocumented in source.
pgcookie
DBT* pgcookie;
Undocumented in source.
pinref
uint32_t pinref;
Undocumented in source.
priority
int32_t priority;
Undocumented in source.
put
int function(DB_MPOOLFILE*, void*, DB_CACHE_PRIORITY, uint32_t) put;
Undocumented in source.
q
q_t q;
Undocumented in source.
set_clear_len
int function(DB_MPOOLFILE*, uint32_t) set_clear_len;
Undocumented in source.
set_fileid
int function(DB_MPOOLFILE*, uint8_t*) set_fileid;
Undocumented in source.
set_flags
int function(DB_MPOOLFILE*, uint32_t, int) set_flags;
Undocumented in source.
set_ftype
int function(DB_MPOOLFILE*, int) set_ftype;
Undocumented in source.
set_lsn_offset
int function(DB_MPOOLFILE*, int32_t) set_lsn_offset;
Undocumented in source.
set_maxsize
int function(DB_MPOOLFILE*, uint32_t, uint32_t) set_maxsize;
Undocumented in source.
set_pgcookie
int function(DB_MPOOLFILE*, DBT*) set_pgcookie;
Undocumented in source.
set_priority
int function(DB_MPOOLFILE*, DB_CACHE_PRIORITY) set_priority;
Undocumented in source.
sync
int function(DB_MPOOLFILE*) sync;
Undocumented in source.

Meta