Home
last modified time | relevance | path

Searched defs:apr_shm_t (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/unix/
H A Dapr_arch_shm.h61 struct apr_shm_t { struct
62 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() */
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/beos/
H A Dshm.c27 struct apr_shm_t { struct
36 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/
H A Dshm.c30 struct apr_shm_t { struct
43 apr_shm_t *m = shm; in shm_cleanup() argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/os2/
H A Dshm.c24 struct apr_shm_t { struct
29 APR_DECLARE(apr_status_t) apr_shm_create(apr_shm_t **m, in apr_shm_create() argument
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_shm.h43 typedef struct apr_shm_t apr_shm_t; typedef