Home
last modified time | relevance | path

Searched refs:apr_get_netos_error (Results 1 – 13 of 13) sorted by relevance

/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/win32/
H A Dsockopt.c37 return apr_get_netos_error(); in soblock()
47 return apr_get_netos_error(); in sononblock()
112 return apr_get_netos_error(); in apr_socket_opt_set()
121 return apr_get_netos_error(); in apr_socket_opt_set()
129 return apr_get_netos_error(); in apr_socket_opt_set()
135 return apr_get_netos_error(); in apr_socket_opt_set()
142 return apr_get_netos_error(); in apr_socket_opt_set()
151 return apr_get_netos_error(); in apr_socket_opt_set()
177 return apr_get_netos_error(); in apr_socket_opt_set()
191 return apr_get_netos_error(); in apr_socket_opt_set()
[all …]
H A Dsockets.c35 return apr_get_netos_error(); in socket_cleanup()
116 return apr_get_netos_error(); in apr_socket_create()
196 return apr_get_netos_error(); in apr_socket_shutdown()
212 return apr_get_netos_error(); in apr_socket_bind()
227 return apr_get_netos_error(); in apr_socket_listen()
247 return apr_get_netos_error(); in apr_socket_accept()
337 return apr_get_netos_error(); in wait_for_connect()
347 return apr_get_netos_error(); in wait_for_connect()
366 rv = apr_get_netos_error(); in apr_socket_connect()
H A Dsendrecv.c57 lasterror = apr_get_netos_error(); in apr_socket_send()
87 lasterror = apr_get_netos_error(); in apr_socket_recv()
146 rc = apr_get_netos_error(); in apr_socket_sendv()
152 rc = apr_get_netos_error(); in apr_socket_sendv()
178 return apr_get_netos_error(); in apr_socket_sendto()
199 return apr_get_netos_error(); in apr_socket_recvfrom()
377 status = apr_get_netos_error(); in apr_socket_sendfile()
392 status = apr_get_netos_error(); in apr_socket_sendfile()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/file_io/win32/
H A Dpipe.c292 return apr_get_netos_error(); in create_socket_pipe()
300 rv = apr_get_netos_error(); in create_socket_pipe()
304 rv = apr_get_netos_error(); in create_socket_pipe()
308 rv = apr_get_netos_error(); in create_socket_pipe()
312 rv = apr_get_netos_error(); in create_socket_pipe()
316 rv = apr_get_netos_error(); in create_socket_pipe()
320 if ((rv = apr_get_netos_error()) == 0) { in create_socket_pipe()
326 rv = apr_get_netos_error(); in create_socket_pipe()
353 rv = apr_get_netos_error(); in create_socket_pipe()
362 rv = nrd == SOCKET_ERROR ? apr_get_netos_error() : APR_SUCCESS; in create_socket_pipe()
[all …]
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/poll/unix/
H A Dkqueue.c112 return apr_get_netos_error(); in impl_pollset_create()
174 rv = apr_get_netos_error(); in impl_pollset_add()
183 rv = apr_get_netos_error(); in impl_pollset_add()
275 rv = apr_get_netos_error(); in impl_pollset_poll()
344 return apr_get_netos_error(); in impl_pollcb_create()
392 rv = apr_get_netos_error(); in impl_pollcb_add()
400 rv = apr_get_netos_error(); in impl_pollcb_add()
464 rv = apr_get_netos_error(); in impl_pollcb_poll()
H A Depoll.c102 return apr_get_netos_error(); in impl_pollset_create()
193 rv = apr_get_netos_error(); in impl_pollset_add()
271 rv = apr_get_netos_error(); in impl_pollset_poll()
353 return apr_get_netos_error(); in impl_pollcb_create()
404 return apr_get_netos_error(); in impl_pollcb_add()
451 rv = apr_get_netos_error(); in impl_pollcb_poll()
H A Dport.c116 rv = apr_get_netos_error(); in call_port_getn()
185 return apr_get_netos_error(); in impl_pollset_create()
253 rv = apr_get_netos_error(); in impl_pollset_add()
383 rv = apr_get_netos_error(); in impl_pollset_poll()
484 return apr_get_netos_error(); in impl_pollcb_create()
529 return apr_get_netos_error(); in impl_pollcb_add()
H A Dpoll.c139 return apr_get_netos_error(); in apr_poll()
266 return apr_get_netos_error(); in impl_pollset_poll()
420 return apr_get_netos_error(); in impl_pollcb_poll()
H A Dselect.c146 return apr_get_netos_error(); in apr_poll()
390 return apr_get_netos_error(); in impl_pollset_poll()
H A Dz_asio.c559 return apr_get_netos_error(); in posix_poll()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/network_io/unix/
H A Dsockaddr.c85 return apr_get_netos_error(); in get_local_addr()
100 return apr_get_netos_error(); in get_remote_addr()
395 return apr_get_netos_error();
564 return apr_get_netos_error();
754 return apr_get_netos_error();
H A Dsockopt.c365 return apr_get_netos_error(); in apr_socket_atmark()
/aosp_15_r20/external/cronet/third_party/apache-portable-runtime/src/include/
H A Dapr_errno.h857 #define apr_get_netos_error() (APR_FROM_OS_ERROR(errno)) macro
1020 #define apr_get_netos_error() (APR_FROM_OS_ERROR(WSAGetLastError())) macro
1135 #define apr_get_netos_error() (APR_FROM_OS_ERROR(WSAGetLastError())) macro
1200 #define apr_get_netos_error() (errno) macro