|
Apache HTTPD
|
APR Shared Memory Routines. More...
Go to the source code of this file.
Macros | |
| #define | APR_SHM_NS_LOCAL |
| #define | APR_SHM_NS_GLOBAL |
Typedefs | |
| typedef struct apr_shm_t | apr_shm_t |
Functions | |
| APR_DECLARE (apr_status_t) apr_shm_create(apr_shm_t **m | |
| APR_DECLARE (void *) apr_shm_baseaddr_get(const apr_shm_t *m) | |
| APR_DECLARE (apr_size_t) apr_shm_size_get(const apr_shm_t *m) | |
| APR_DECLARE (apr_pool_t *) apr_shm_pool_get(const apr_shm_t *theshm) | |
APR Shared Memory Routines.
Definition in file apr_shm.h.