Searched refs:apr_shm_create_ex (Results 1 – 6 of 6) sorted by relevance
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/ |
H A D | shm.c | 117 APR_DECLARE(apr_status_t) apr_shm_create_ex(apr_shm_t **m, in apr_shm_create_ex() function 248 return apr_shm_create_ex(m, reqsize, file, pool, 0); in apr_shm_create()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_shm.h | 114 APR_DECLARE(apr_status_t) apr_shm_create_ex(apr_shm_t **m,
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/os2/ |
H A D | shm.c | 59 APR_DECLARE(apr_status_t) apr_shm_create_ex(apr_shm_t **m, in apr_shm_create_ex() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/beos/ |
H A D | shm.c | 74 APR_DECLARE(apr_status_t) apr_shm_create_ex(apr_shm_t **m, in apr_shm_create_ex() function
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/ |
H A D | CHANGES | 130 callers. Add apr_shm_create_ex() and apr_shm_attach_ex(), which
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/ |
H A D | shm.c | 427 APR_DECLARE(apr_status_t) apr_shm_create_ex(apr_shm_t **m, in apr_shm_create_ex() function
|