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

  /external/libmicrohttpd/src/include/
platform_interface.h 98 /* MHD_socket_last_strerr_ is description string of last errno (non-W32) /
101 #define MHD_socket_last_strerr_() strerror(errno)
103 #define MHD_socket_last_strerr_() MHD_W32_strerror_last_winsock_()
161 #define MHD_pipe_last_strerror_() MHD_socket_last_strerr_()
  /external/libmicrohttpd/src/microhttpd/
daemon.c 1006 MHD_socket_last_strerr_ ());
1078 MHD_socket_last_strerr_ ());
    [all...]
connection.c     [all...]

Completed in 44 milliseconds