Searched defs:MHD_socket_last_strerr_ (Results 1 - 1 of 1) sorted by relevance

/external/libmicrohttpd/src/include/
H A Dplatform_interface.h98 /* MHD_socket_last_strerr_ is description string of last errno (non-W32) /
101 #define MHD_socket_last_strerr_() strerror(errno) macro
103 #define MHD_socket_last_strerr_() MHD_W32_strerror_last_winsock_() macro
161 #define MHD_pipe_last_strerror_() MHD_socket_last_strerr_()

Completed in 40 milliseconds