Apache2
apr_sdbm_t Struct Reference

#include <sdbm_private.h>

Collaboration diagram for apr_sdbm_t:

Data Fields

apr_pool_tpool
 
apr_file_tdirf
 
apr_file_tpagf
 
apr_int32_t flags
 
long maxbno
 
long curbit
 
long hmask
 
long blkptr
 
int keyptr
 
long blkno
 
long pagbno
 
char pagbuf [PBLKSIZ]
 
long dirbno
 
char dirbuf [DBLKSIZ]
 
int lckcnt
 

Field Documentation

◆ blkno

long apr_sdbm_t::blkno

◆ blkptr

long apr_sdbm_t::blkptr

◆ curbit

long apr_sdbm_t::curbit

◆ dirbno

long apr_sdbm_t::dirbno

◆ dirbuf

char apr_sdbm_t::dirbuf[DBLKSIZ]

◆ dirf

apr_file_t* apr_sdbm_t::dirf

◆ flags

apr_int32_t apr_sdbm_t::flags

◆ hmask

long apr_sdbm_t::hmask

◆ keyptr

int apr_sdbm_t::keyptr

◆ lckcnt

int apr_sdbm_t::lckcnt

◆ maxbno

long apr_sdbm_t::maxbno

◆ pagbno

long apr_sdbm_t::pagbno

◆ pagbuf

char apr_sdbm_t::pagbuf[PBLKSIZ]

◆ pagf

apr_file_t* apr_sdbm_t::pagf

◆ pool

apr_pool_t* apr_sdbm_t::pool

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