Ruby  2.1.10p492(2016-04-01revision54464)
Data Fields
DBM Struct Reference

#include <sdbm.h>

Data Fields

int dirf
 
int pagf
 
int flags
 
int keyptr
 
off_t maxbno
 
long curbit
 
long hmask
 
long blkptr
 
long blkno
 
long pagbno
 
char pagbuf [PBLKSIZ]
 
long dirbno
 
char dirbuf [DBLKSIZ]
 

Detailed Description

Definition at line 20 of file sdbm.h.

Field Documentation

◆ blkno

long DBM::blkno

Definition at line 29 of file sdbm.h.

◆ blkptr

long DBM::blkptr

Definition at line 28 of file sdbm.h.

Referenced by getnext(), sdbm_firstkey(), and sdbm_prep().

◆ curbit

long DBM::curbit

Definition at line 26 of file sdbm.h.

Referenced by getpage(), and makroom().

◆ dirbno

long DBM::dirbno

Definition at line 32 of file sdbm.h.

Referenced by getdbit(), sdbm_prep(), and setdbit().

◆ dirbuf

char DBM::dirbuf[DBLKSIZ]

Definition at line 33 of file sdbm.h.

Referenced by getdbit(), sdbm_prep(), and setdbit().

◆ dirf

int DBM::dirf

Definition at line 21 of file sdbm.h.

Referenced by getdbit(), sdbm_close(), sdbm_prep(), and setdbit().

◆ flags

int DBM::flags

Definition at line 23 of file sdbm.h.

Referenced by sdbm_prep().

◆ hmask

long DBM::hmask

Definition at line 27 of file sdbm.h.

Referenced by getpage(), makroom(), and sdbm_prep().

◆ keyptr

int DBM::keyptr

Definition at line 24 of file sdbm.h.

Referenced by getnext(), sdbm_firstkey(), and sdbm_prep().

◆ maxbno

off_t DBM::maxbno

Definition at line 25 of file sdbm.h.

Referenced by sdbm_prep(), and setdbit().

◆ pagbno

long DBM::pagbno

Definition at line 30 of file sdbm.h.

Referenced by getnext(), getpage(), makroom(), sdbm_delete(), sdbm_firstkey(), sdbm_prep(), and sdbm_store().

◆ pagbuf

char DBM::pagbuf[PBLKSIZ]

◆ pagf

int DBM::pagf

The documentation for this struct was generated from the following file: