|
Apache HTTPD
|
#include "apr_general.h"#include "apr_errno.h"#include "apr_file_io.h"#include "apr_shm.h"#include "apr_strings.h"#include "apr_arch_file_io.h"#include "limits.h"Go to the source code of this file.
Classes | |
| struct | memblock_t |
| struct | apr_shm_t |
Typedefs | |
| typedef struct memblock_t | memblock_t |
Functions | |
| static apr_status_t | shm_cleanup (void *shm) |
| static int | can_create_global_maps (void) |
| APR_DECLARE (apr_status_t) | |
| static apr_status_t | shm_attach_internal (apr_shm_t **m, const char *file, apr_pool_t *pool, int global) |
| APR_DECLARE (void *) | |
| APR_DECLARE (apr_size_t) | |
| APR_DECLARE (apr_pool_t *) | |
|
static |
|
static |