/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/locks/win32/ |
H A D | thread_rwlock.c | 29 return apr_get_os_error(); in thread_rwlock_cleanup() 32 return apr_get_os_error(); in thread_rwlock_cleanup() 47 return apr_get_os_error(); in apr_thread_rwlock_create() 53 return apr_get_os_error(); in apr_thread_rwlock_create() 77 return apr_get_os_error(); in apr_thread_rwlock_rdlock_core() 80 return apr_get_os_error(); in apr_thread_rwlock_rdlock_core() 118 return apr_get_os_error(); in apr_thread_rwlock_wrlock_core() 143 rv = apr_get_os_error(); in apr_thread_rwlock_unlock() 150 rv = apr_get_os_error(); in apr_thread_rwlock_unlock()
|
H A D | proc_mutex.c | 32 return apr_get_os_error(); in proc_mutex_cleanup() 71 return apr_get_os_error(); in apr_proc_mutex_create() 124 return apr_get_os_error(); in apr_proc_mutex_child_init() 145 return apr_get_os_error(); in apr_proc_mutex_lock() 160 return apr_get_os_error(); in apr_proc_mutex_trylock() 166 return apr_get_os_error(); in apr_proc_mutex_unlock()
|
H A D | thread_mutex.c | 36 return apr_get_os_error(); in thread_mutex_cleanup() 90 return (rv == WAIT_TIMEOUT) ? APR_EBUSY : apr_get_os_error(); in apr_thread_mutex_lock() 106 return (rv == WAIT_TIMEOUT) ? APR_EBUSY : apr_get_os_error(); in apr_thread_mutex_trylock() 119 return apr_get_os_error(); in apr_thread_mutex_unlock() 124 return apr_get_os_error(); in apr_thread_mutex_unlock()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/ |
H A D | dir.c | 42 return apr_get_os_error(); in dir_cleanup() 142 return apr_get_os_error(); in apr_dir_read() 155 return apr_get_os_error(); in apr_dir_read() 162 return apr_get_os_error(); in apr_dir_read() 186 return apr_get_os_error(); in apr_dir_read() 199 return apr_get_os_error(); in apr_dir_read() 205 return apr_get_os_error(); in apr_dir_read() 289 return apr_get_os_error(); in apr_dir_make() 296 return apr_get_os_error(); in apr_dir_make() 380 return apr_get_os_error(); in apr_dir_remove() [all …]
|
H A D | filesys.c | 105 return apr_get_os_error(); in filepath_drive_get() 120 return apr_get_os_error(); in filepath_drive_get() 150 return apr_get_os_error(); in filepath_root_case() 165 return apr_get_os_error(); in filepath_root_case() 183 return apr_get_os_error(); in apr_filepath_get() 192 return apr_get_os_error(); in apr_filepath_get() 218 return apr_get_os_error(); in apr_filepath_set() 225 return apr_get_os_error(); in apr_filepath_set()
|
H A D | readwrite.c | 46 rv = apr_get_os_error(); in read_with_timeout() 81 rv = apr_get_os_error(); in read_with_timeout() 116 rv = apr_get_os_error(); in read_with_timeout() 162 rv = apr_get_os_error(); in apr_file_read() 260 rv = apr_get_os_error(); in apr_file_write() 345 rv = apr_get_os_error(); in apr_file_write() 374 rv = apr_get_os_error(); in apr_file_write() 506 rc = apr_get_os_error(); in apr_file_flush() 539 rv = apr_get_os_error(); in apr_file_sync()
|
H A D | filestat.c | 431 return apr_get_os_error(); in apr_file_info_get() 543 return apr_get_os_error(); 557 return apr_get_os_error(); 582 return apr_get_os_error(); 616 return apr_get_os_error(); 738 return apr_get_os_error(); 770 return apr_get_os_error(); 794 rv = apr_get_os_error(); 800 rv = apr_get_os_error();
|
H A D | open.c | 250 rv = apr_get_os_error(); in make_sparse_file() 270 rv = apr_get_os_error(); in make_sparse_file() 435 return apr_get_os_error(); in apr_file_open() 528 return apr_get_os_error(); in apr_file_remove() 579 return apr_get_os_error(); in apr_file_rename() 585 return apr_get_os_error(); in apr_file_rename() 609 return apr_get_os_error(); in apr_file_link() 615 return apr_get_os_error(); in apr_file_link()
|
H A D | filedup.c | 38 return apr_get_os_error(); in apr_file_dup() 104 return apr_get_os_error(); in apr_file_dup2() 129 return apr_get_os_error(); in apr_file_dup2() 144 return apr_get_os_error(); in apr_file_dup2() 161 return apr_get_os_error(); in apr_file_dup2()
|
H A D | seek.c | 56 rv = apr_get_os_error(); in setptr() 146 rc = apr_get_os_error(); in apr_file_seek() 166 if ((rv = apr_get_os_error()) != APR_SUCCESS) in apr_file_trunc() 170 return apr_get_os_error(); in apr_file_trunc()
|
H A D | flock.c | 36 return apr_get_os_error(); in apr_file_lock() 77 return apr_get_os_error(); in apr_file_unlock() 81 return apr_get_os_error(); in apr_file_unlock()
|
H A D | pipe.c | 172 apr_status_t rv = apr_get_os_error(); in apr_file_pipe_create_ex() 195 apr_status_t rv = apr_get_os_error(); in apr_file_pipe_create_ex() 204 return apr_get_os_error(); in apr_file_pipe_create_ex()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/shmem/win32/ |
H A D | shm.c | 46 rv = apr_get_os_error(); in shm_cleanup() 49 rv = rv != APR_SUCCESS ? rv : apr_get_os_error(); in shm_cleanup() 204 err = apr_get_os_error(); in apr_shm_create_ex() 222 return apr_get_os_error(); in apr_shm_create_ex() 301 return apr_get_os_error(); in shm_attach_internal() 307 return apr_get_os_error(); in shm_attach_internal() 323 return apr_get_os_error(); in shm_attach_internal() 328 return apr_get_os_error(); in shm_attach_internal() 423 return apr_get_os_error(); in apr_os_shm_put()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/threadproc/win32/ |
H A D | threadpriv.c | 38 return apr_get_os_error(); in apr_threadkey_private_create() 47 return apr_get_os_error(); in apr_threadkey_private_get() 56 return apr_get_os_error(); in apr_threadkey_private_set() 64 return apr_get_os_error(); in apr_threadkey_private_delete()
|
H A D | proc.c | 300 return apr_get_os_error(); in apr_procattr_user_set() 312 rv = apr_get_os_error(); in apr_procattr_user_set() 853 rv = apr_get_os_error(); 958 return apr_get_os_error(); 1015 return apr_get_os_error(); 1022 return apr_get_os_error(); 1058 rv = apr_get_os_error(); 1144 return apr_get_os_error();
|
H A D | thread.c | 120 return apr_get_os_error(); in apr_thread_create() 164 rv = apr_get_os_error(); in apr_thread_join() 178 return apr_get_os_error(); in apr_thread_detach()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/arch/win32/ |
H A D | apr_arch_inherit.h | 43 return apr_get_os_error(); \ 65 return apr_get_os_error(); \ 81 return apr_get_os_error(); \ 94 return apr_get_os_error(); \
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/user/win32/ |
H A D | userinfo.c | 176 return apr_get_os_error(); in apr_uid_current() 186 return apr_get_os_error(); in apr_uid_current() 194 return apr_get_os_error(); in apr_uid_current() 238 return apr_get_os_error(); in apr_uid_get() 260 return apr_get_os_error(); in apr_uid_name_get()
|
H A D | groupinfo.c | 63 return apr_get_os_error(); in apr_gid_get() 80 return apr_get_os_error(); in apr_gid_name_get()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/misc/win32/ |
H A D | env.c | 147 return apr_get_os_error(); in apr_env_set() 154 return apr_get_os_error(); in apr_env_set() 179 return apr_get_os_error(); in apr_env_delete() 186 return apr_get_os_error(); in apr_env_delete()
|
H A D | rand.c | 39 return apr_get_os_error(); in apr_generate_random_bytes() 46 res = apr_get_os_error(); in apr_generate_random_bytes()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/dso/win32/ |
H A D | dso.c | 47 return apr_get_os_error(); in dso_cleanup() 81 rv = apr_get_os_error(); in apr_dso_load() 107 rv = apr_get_os_error(); in apr_dso_load() 157 return apr_get_os_error(); in apr_dso_sym()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/mmap/win32/ |
H A D | mmap.c | 46 apr_status_t rv = apr_get_os_error(); in mmap_cleanup() 58 apr_status_t rv = apr_get_os_error(); in mmap_cleanup() 116 return apr_get_os_error(); in apr_mmap_create() 125 apr_status_t rv = apr_get_os_error(); in apr_mmap_create()
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/ |
H A D | apr_errno.h | 1015 #define apr_get_os_error() (APR_FROM_OS_ERROR(GetLastError())) macro 1131 #define apr_get_os_error() (errno) macro 1195 #define apr_get_os_error() (errno) macro
|
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/unix/ |
H A D | readwrite.c | 365 rv = apr_get_os_error(); in apr_file_sync() 393 rv = apr_get_os_error();
|