Home
last modified time | relevance | path

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

/NextBSD/contrib/apr/poll/unix/
HDkqueue.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()
HDepoll.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()
HDport.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()
HDpoll.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()
HDselect.c146 return apr_get_netos_error(); in apr_poll()
390 return apr_get_netos_error(); in impl_pollset_poll()
HDz_asio.c559 return apr_get_netos_error(); in posix_poll()
/NextBSD/contrib/apr/network_io/unix/
HDsockaddr.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();
HDsockopt.c365 return apr_get_netos_error(); in apr_socket_atmark()
/NextBSD/contrib/apr/include/
HDapr_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
/NextBSD/contrib/serf/auth/
HDauth_spnego_sspi.c167 return apr_get_netos_error(); in get_canonical_hostname()