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

/external/libmicrohttpd/src/microhttpd/
H A Ddaemon.c107 #ifndef MSG_NOSIGNAL
108 #define MSG_NOSIGNAL 0 macro
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);

Completed in 135 milliseconds