|
Apache HTTPD
|
#include <apr_dbm_private.h>
Public Attributes | |
| apr_pool_t * | pool |
| void * | file |
| int | errcode |
| const char * | errmsg |
| const apr_dbm_type_t * | type |
The actual DBM
Definition at line 93 of file apr_dbm_private.h.
| int apr_dbm_t::errcode |
Current integer error code
Definition at line 102 of file apr_dbm_private.h.
Current string error code
Definition at line 104 of file apr_dbm_private.h.
| void* apr_dbm_t::file |
pointer to DB Implementation Specific data
Definition at line 99 of file apr_dbm_private.h.
| apr_pool_t* apr_dbm_t::pool |
Associated pool
Definition at line 96 of file apr_dbm_private.h.
| const apr_dbm_type_t* apr_dbm_t::type |
the type of DBM
Definition at line 107 of file apr_dbm_private.h.