Searched refs:apr_shm_t (Results 1 - 5 of 5) sorted by relevance

/freebsd-13-stable/contrib/apr/include/
H A Dapr_shm.h44 typedef struct apr_shm_t apr_shm_t; typedef in typeref:struct:apr_shm_t
70 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m,
115 APR_DECLARE(apr_status_t) apr_shm_create_ex(apr_shm_t **m,
152 APR_DECLARE(apr_status_t) apr_shm_delete(apr_shm_t *m);
158 APR_DECLARE(apr_status_t) apr_shm_destroy(apr_shm_t *m);
169 APR_DECLARE(apr_status_t) apr_shm_attach(apr_shm_t **m,
183 APR_DECLARE(apr_status_t) apr_shm_attach_ex(apr_shm_t **m,
193 APR_DECLARE(apr_status_t) apr_shm_detach(apr_shm_t *m);
204 APR_DECLARE(void *) apr_shm_baseaddr_get(const apr_shm_t *
[all...]
H A Dapr_portable.h293 apr_shm_t *shm);
488 APR_DECLARE(apr_status_t) apr_os_shm_put(apr_shm_t **shm,
/freebsd-13-stable/contrib/apr/shmem/unix/
H A Dshm.c83 apr_shm_t *m = (apr_shm_t *)m_;
144 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m,
149 apr_shm_t *new_m;
171 new_m = apr_palloc(pool, sizeof(apr_shm_t));
229 new_m = apr_palloc(pool, sizeof(apr_shm_t));
275 new_m = apr_palloc(pool, sizeof(apr_shm_t));
427 APR_DECLARE(apr_status_t) apr_shm_create_ex(apr_shm_t **m,
495 APR_DECLARE(apr_status_t) apr_shm_delete(apr_shm_t *m)
505 APR_DECLARE(apr_status_t) apr_shm_destroy(apr_shm_t *
[all...]
/freebsd-13-stable/contrib/apr/include/arch/unix/
H A Dapr_arch_shm.h61 struct apr_shm_t { struct
/freebsd-13-stable/contrib/apr-util/test/
H A Dtestrmm.c37 apr_shm_t *shm;

Completed in 28 milliseconds