Home | History | Annotate | Download | only in microhttpd

Lines Matching defs:MSG_NOSIGNAL

107 #ifndef MSG_NOSIGNAL
108 #define MSG_NOSIGNAL 0
1154 ret = recv (connection->socket_fd, other, i, MSG_NOSIGNAL);
1193 return send (connection->socket_fd, other, i, MSG_NOSIGNAL);
1230 ret = send (connection->socket_fd, other, i, MSG_NOSIGNAL);