Searched defs:apr_shm_t (Results 1 – 5 of 5) sorted by relevance
61 struct apr_shm_t { struct62 apr_pool_t *pool;63 void *base; /* base real address */64 void *usable; /* base usable address */65 apr_size_t reqsize; /* requested segment size */66 apr_size_t realsize; /* actual segment size */67 const char *filename; /* NULL if anonymous */69 int shmid; /* shmem ID returned from shmget() */
27 struct apr_shm_t { struct36 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() argument
30 struct apr_shm_t { struct43 apr_shm_t *m = shm; in shm_cleanup() argument
24 struct apr_shm_t { struct29 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() argument
43 typedef struct apr_shm_t apr_shm_t; typedef