Home | History | Annotate | Download | only in include

Lines Matching full:w32

84 /* MHD_socket_close_(fd) close any FDs (non-W32) / close only socket FDs (W32) */
91 /* MHD_socket_errno_ is errno of last function (non-W32) / errno of last socket function (W32) */
98 /* MHD_socket_last_strerr_ is description string of last errno (non-W32) /
99 * description string of last socket error (W32) */
106 /* MHD_strerror_ is strerror (both non-W32/W32) */
113 /* MHD_set_socket_errno_ set errno to errnum (non-W32) / set socket last error to errnum (W32) */
180 /* MHD_pipe_close_(fd) close any FDs (non-W32) /
181 * close emulated pipe FDs (W32) */