Searched refs:apr_get_netos_error (Results 1 – 13 of 13) sorted by relevance
37 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 …]
35 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()
57 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()
292 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 …]
112 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()
102 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()
116 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()
139 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()
146 return apr_get_netos_error(); in apr_poll()390 return apr_get_netos_error(); in impl_pollset_poll()
559 return apr_get_netos_error(); in posix_poll()
85 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();
365 return apr_get_netos_error(); in apr_socket_atmark()
857 #define apr_get_netos_error() (APR_FROM_OS_ERROR(errno)) macro1020 #define apr_get_netos_error() (APR_FROM_OS_ERROR(WSAGetLastError())) macro1135 #define apr_get_netos_error() (APR_FROM_OS_ERROR(WSAGetLastError())) macro1200 #define apr_get_netos_error() (errno) macro