HomeSort by relevance Sort by last modified time
    Searched refs:MHD_socket_errno_ (Results 1 - 3 of 3) sorted by null

  /external/libmicrohttpd/src/include/
platform_interface.h 91 /* MHD_socket_errno_ is errno of last function (non-W32) / errno of last socket function (W32) */
93 #define MHD_socket_errno_ errno
95 #define MHD_socket_errno_ MHD_W32_errno_from_winsock_()
153 #define MHD_pipe_errno_ MHD_socket_errno_
  /external/libmicrohttpd/src/microhttpd/
daemon.c 1000 if (EINTR == MHD_socket_errno_)
1005 MHD_socket_errno_,
1073 if (EINTR == MHD_socket_errno_)
1219 const int err = MHD_socket_errno_;
    [all...]
connection.c     [all...]

Completed in 284 milliseconds