Apache HTTPD
Public Attributes | List of all members
apr_datum_t Struct Reference

#include <apr_dbm.h>

Public Attributes

chardptr
 
apr_size_t dsize
 

Detailed Description

Structure for referencing the datum record within a dbm

Definition at line 47 of file apr_dbm.h.

Member Data Documentation

◆ dptr

char* apr_datum_t::dptr

pointer to the 'data' to retrieve/store in the DBM

Definition at line 50 of file apr_dbm.h.

◆ dsize

apr_size_t apr_datum_t::dsize

size of the 'data' to retrieve/store in the DBM

Definition at line 52 of file apr_dbm.h.


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