Home
last modified time | relevance | path

Searched refs:MHD_socket_errno_ (Results 1 – 3 of 3) sorted by relevance

/external/libmicrohttpd/src/include/
Dplatform_interface.h93 #define MHD_socket_errno_ errno macro
95 #define MHD_socket_errno_ MHD_W32_errno_from_winsock_() macro
153 #define MHD_pipe_errno_ MHD_socket_errno_
/external/libmicrohttpd/src/microhttpd/
Ddaemon.c1000 if (EINTR == MHD_socket_errno_) in MHD_handle_connection()
1005 MHD_socket_errno_, in MHD_handle_connection()
1073 if (EINTR == MHD_socket_errno_) in MHD_handle_connection()
1219 const int err = MHD_socket_errno_; in send_param_adapter()
2019 const int err = MHD_socket_errno_; in MHD_accept_connection()
2413 if (EINTR == MHD_socket_errno_) in MHD_select()
2532 if (EINTR == MHD_socket_errno_) in MHD_poll_all()
2652 if (EINTR == MHD_socket_errno_) in MHD_poll_listen_socket()
2796 if (EINTR == MHD_socket_errno_) in MHD_epoll()
3499 if ( (MHD_INVALID_SOCKET == fd) && (EINVAL == MHD_socket_errno_) && (0 != SOCK_CLOEXEC) ) in create_socket()
Dconnection.c1671 const int err = MHD_socket_errno_;
1718 const int err = MHD_socket_errno_;
2094 const int err = MHD_socket_errno_;
2141 const int err = MHD_socket_errno_;