Apache2
|
Data Structures | |
struct | ap_slotmem_provider_t |
Macros | |
#define | AP_SLOTMEM_PROVIDER_GROUP "slotmem" |
#define | AP_SLOTMEM_PROVIDER_VERSION "0" |
#define | AP_SLOTMEM_TYPE_PERSIST (1 << 0) |
#define | AP_SLOTMEM_TYPE_NOTMPSAFE (1 << 1) |
#define | AP_SLOTMEM_TYPE_PREGRAB (1 << 2) |
#define | AP_SLOTMEM_TYPE_CLEARINUSE (1 << 3) |
Typedefs | |
typedef unsigned int | ap_slotmem_type_t |
typedef struct ap_slotmem_instance_t | ap_slotmem_instance_t |
typedef apr_status_t | ap_slotmem_callback_fn_t(void *mem, void *data, apr_pool_t *pool) |
typedef struct ap_slotmem_provider_t | ap_slotmem_provider_t |
#define AP_SLOTMEM_PROVIDER_GROUP "slotmem" |
#define AP_SLOTMEM_PROVIDER_VERSION "0" |
#define AP_SLOTMEM_TYPE_CLEARINUSE (1 << 3) |
#define AP_SLOTMEM_TYPE_NOTMPSAFE (1 << 1) |
#define AP_SLOTMEM_TYPE_PERSIST (1 << 0) |
#define AP_SLOTMEM_TYPE_PREGRAB (1 << 2) |
typedef apr_status_t ap_slotmem_callback_fn_t(void *mem, void *data, apr_pool_t *pool) |
callback function used for slotmem doall.
mem | is the memory associated with a worker. |
data | is what is passed to slotmem. |
pool | is pool used |
typedef struct ap_slotmem_instance_t ap_slotmem_instance_t |
typedef struct ap_slotmem_provider_t ap_slotmem_provider_t |
typedef unsigned int ap_slotmem_type_t |