Home
last modified time | relevance | path

Searched defs:APR_DECLARE (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr.h479 #define APR_DECLARE(type) type macro
511 #define APR_DECLARE(type) type __stdcall macro
515 #define APR_DECLARE(type) __declspec(dllexport) type __stdcall macro
519 #define APR_DECLARE(type) __declspec(dllimport) type __stdcall macro
H A Dapr.h.in479 #define APR_DECLARE(type) type macro
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/beos/
H A Dproc_mutex.c147 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/
H A Dproc_mutex.c206 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/os2/
H A Dproc_mutex.c210 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/os2/
H A Dshm.c135 APR_DECLARE(apr_status_t) apr_os_shm_get(apr_os_shm_t *osshm, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/beos/
H A Dshm.c171 APR_DECLARE(apr_status_t) apr_os_shm_get(apr_os_shm_t *osshm, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/
H A Dopen.c409 APR_DECLARE(apr_status_t) apr_file_link(const char *from_path, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/unix/
H A Dshm.c688 APR_DECLARE(apr_status_t) apr_os_shm_get(apr_os_shm_t *osshm, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/
H A Dshm.c409 APR_DECLARE(apr_status_t) apr_os_shm_get(apr_os_shm_t *osshm, in APR_DECLARE() function
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/unix/
H A Dproc_mutex.c964 APR_DECLARE(apr_status_t) apr_os_proc_mutex_get(apr_os_proc_mutex_t *ospmutex, function