Ruby
2.7.2p137(2020-10-01revision5445e0435260b449decf2ac16f9d09bae3cafe72)
|
#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] |
long DBM::blkptr |
Definition at line 28 of file sdbm.h.
Referenced by sdbm_firstkey(), and sdbm_prep().
int DBM::dirf |
Definition at line 21 of file sdbm.h.
Referenced by sdbm_close(), and sdbm_prep().
int DBM::flags |
Definition at line 23 of file sdbm.h.
Referenced by sdbm_prep().
long DBM::hmask |
Definition at line 27 of file sdbm.h.
Referenced by sdbm_prep().
int DBM::keyptr |
Definition at line 24 of file sdbm.h.
Referenced by sdbm_firstkey(), and sdbm_prep().
long DBM::pagbno |
Definition at line 30 of file sdbm.h.
Referenced by sdbm_firstkey().
Definition at line 31 of file sdbm.h.
Referenced by sdbm_firstkey().
int DBM::pagf |
Definition at line 22 of file sdbm.h.
Referenced by sdbm_close(), sdbm_firstkey(), and sdbm_prep().