|
GME
13
|
APR Shared Memory Routines. More...
Go to the source code of this file.
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_POOL_DECLARE_ACCESSOR (shm) | |
Variables | |
| apr_size_t | reqsize |
| apr_size_t const char * | filename |
| apr_size_t const char apr_pool_t * | pool |
APR Shared Memory Routines.
Definition in file apr_shm.h.
1.7.6.1