|
Apache HTTPD
|
Memory Slot Extension Storage Module for Apache. More...
#include "httpd.h"#include "http_config.h"#include "http_log.h"#include "ap_provider.h"#include "apr.h"#include "apr_strings.h"#include "apr_pools.h"#include "apr_shm.h"#include "apr_global_mutex.h"#include "apr_file_io.h"#include "apr_md5.h"Go to the source code of this file.
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) |
Memory Slot Extension Storage Module for Apache.
Definition in file ap_slotmem.h.