|
Apache HTTPD
|
Classes | |
| 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) |
| #define AP_SLOTMEM_PROVIDER_GROUP "slotmem" |
Definition at line 52 of file ap_slotmem.h.
| #define AP_SLOTMEM_PROVIDER_VERSION "0" |
Definition at line 53 of file ap_slotmem.h.
| #define AP_SLOTMEM_TYPE_CLEARINUSE (1 << 3) |
Definition at line 73 of file ap_slotmem.h.
| #define AP_SLOTMEM_TYPE_NOTMPSAFE (1 << 1) |
Definition at line 71 of file ap_slotmem.h.
| #define AP_SLOTMEM_TYPE_PERSIST (1 << 0) |
Definition at line 70 of file ap_slotmem.h.
| #define AP_SLOTMEM_TYPE_PREGRAB (1 << 2) |
Definition at line 72 of file ap_slotmem.h.
| 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 |
Definition at line 84 of file ap_slotmem.h.
Definition at line 75 of file ap_slotmem.h.
Definition at line 192 of file ap_slotmem.h.
Definition at line 55 of file ap_slotmem.h.