Home
last modified time | relevance | path

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

/external/cronet/tot/third_party/apache-portable-runtime/src/include/arch/unix/
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() */
/external/cronet/stable/third_party/apache-portable-runtime/src/include/arch/unix/
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() */
/external/cronet/stable/third_party/apache-portable-runtime/src/shmem/beos/
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
/external/cronet/tot/third_party/apache-portable-runtime/src/shmem/beos/
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
/external/cronet/tot/third_party/apache-portable-runtime/src/shmem/win32/
Dshm.c30 struct apr_shm_t { struct
43 apr_shm_t *m = shm; in shm_cleanup() argument
/external/cronet/stable/third_party/apache-portable-runtime/src/shmem/win32/
Dshm.c30 struct apr_shm_t { struct
43 apr_shm_t *m = shm; in shm_cleanup() argument
/external/cronet/tot/third_party/apache-portable-runtime/src/shmem/os2/
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
/external/cronet/stable/third_party/apache-portable-runtime/src/shmem/os2/
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
/external/cronet/tot/third_party/apache-portable-runtime/src/include/
Dapr_shm.h43 typedef struct apr_shm_t apr_shm_t; typedef
/external/cronet/stable/third_party/apache-portable-runtime/src/include/
Dapr_shm.h43 typedef struct apr_shm_t apr_shm_t; typedef