Home
last modified time | relevance | path

Searched refs:MSG_NOSIGNAL (Results 1 – 25 of 3370) sorted by relevance

12345678910>>...135

/dports/multimedia/vlc/vlc-3.0.16/contrib/src/live555/
H A Dlive555-nosignal.patch12 +#ifndef MSG_NOSIGNAL
13 +# define MSG_NOSIGNAL 0
43 +#ifndef MSG_NOSIGNAL
44 +# define MSG_NOSIGNAL 0
63 + send(fOutputSocketNum, tmpBuf, strlen(tmpBuf), MSG_NOSIGNAL);
74 +#ifndef MSG_NOSIGNAL
75 +# define MSG_NOSIGNAL 0
104 +#ifndef MSG_NOSIGNAL
105 +# define MSG_NOSIGNAL 0
125 +#ifndef MSG_NOSIGNAL
[all …]
/dports/net/megacmd/MEGAcmd-1.4.1_Win/src/
H A Dcomunicationsmanagerportsockets.cpp314 #define MSG_NOSIGNAL 0 in returnAndClosePetition() macro
316 #define MSG_NOSIGNAL 0 in returnAndClosePetition() macro
327 n = send(connectedsocket, sutf8.data(), int(sutf8.size()), MSG_NOSIGNAL); in returnAndClosePetition()
406 #define MSG_NOSIGNAL 0 in informStateListener() macro
409 int n = send(connectedsocket, s.data(), int(s.size()), MSG_NOSIGNAL); in informStateListener()
462 int n = recv(newsockfd, (char *)wbuffer, 1023, MSG_NOSIGNAL); in getPetition()
467 n = recv(newsockfd, (char *)wbuffer, 1023, MSG_NOSIGNAL); in getPetition()
486 int n = recv(newsockfd, buffer, 1023, MSG_NOSIGNAL); in getPetition()
505 n = send(newsockfd, (const char*)&socket_id, sizeof( socket_id ), MSG_NOSIGNAL); in getPetition()
550 n = recv(connectedsocket,(char *)&response, sizeof(response), MSG_NOSIGNAL); in getConfirmation()
[all …]
H A Dcomunicationsmanagerfilesockets.cpp26 #define MSG_NOSIGNAL 0 macro
264 if (send(clientsocket,"no matter",1,MSG_NOSIGNAL) == -1) in stopWaiting()
318 int n = send(connectedsocket, (void*)&outCode, sizeof( outCode ), MSG_NOSIGNAL); in returnAndClosePetition()
362 int n = send(connectedsocket, (void*)&outCode, sizeof( outCode ), MSG_NOSIGNAL); in sendPartialOutput()
373 n = send(connectedsocket, (void*)&size, sizeof( size ), MSG_NOSIGNAL); in sendPartialOutput()
456 #define MSG_NOSIGNAL 0 in informStateListener() macro
459 int n = send(connectedsocket, s.data(), s.size(), MSG_NOSIGNAL); in informStateListener()
589 int n = send(connectedsocket, (void*)&outCode, sizeof( outCode ), MSG_NOSIGNAL); in getConfirmation()
601 n = recv(connectedsocket,&response, sizeof(response), MSG_NOSIGNAL); in getConfirmation()
628 int n = send(connectedsocket, (void*)&outCode, sizeof( outCode ), MSG_NOSIGNAL); in getUserResponse()
[all …]
/dports/net-im/toxins/toxins-f76a7bd/irc_syncbot/
H A Dirc_syncbot.c27 #define MSG_NOSIGNAL 0 macro
30 #if defined(__FreeBSD__) && !defined(MSG_NOSIGNAL)
31 #define MSG_NOSIGNAL 0x20000 // only defined on FreeBSD for some __POSIX_VISIBLE, causes c… macro
86 send(new_sock, SERVER_CONNECT, sizeof(SERVER_CONNECT) - 1, MSG_NOSIGNAL); in reconnect()
116 send(sock, CHANNEL_JOIN, sizeof(CHANNEL_JOIN) - 1, MSG_NOSIGNAL); in callback_friend_message()
167 send(sock, sendbuf, send_len, MSG_NOSIGNAL); in copy_groupmessage()
311 recv(sock, data, count, MSG_NOSIGNAL); in main()
329 send(sock, data, i, MSG_NOSIGNAL); in main()
359 send(sock, CHANNEL_JOIN, sizeof(CHANNEL_JOIN) - 1, MSG_NOSIGNAL); in main()
366 if (send(sock, "PING :test\n", p_s, MSG_NOSIGNAL) == p_s) { in main()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/Common/Net/
H A DNetBuffer.cpp13 #ifndef MSG_NOSIGNAL
15 #define MSG_NOSIGNAL 0x00 macro
39 int sent = send(sock, &data_[pos], (int)(end - pos), MSG_NOSIGNAL); in FlushSocket()
71 int retval = recv(fd, &buf[0], (int)buf.size(), MSG_NOSIGNAL); in ReadAllWithProgress()
102 while ((retval = recv(fd, buf, (int)std::min(sz, sizeof(buf)), MSG_NOSIGNAL)) > 0) { in ReadAllWithProgress()
/dports/emulators/ppsspp/ppsspp-1.12.3/Common/Net/
H A DNetBuffer.cpp13 #ifndef MSG_NOSIGNAL
15 #define MSG_NOSIGNAL 0x00 macro
39 int sent = send(sock, &data_[pos], (int)(end - pos), MSG_NOSIGNAL); in FlushSocket()
71 int retval = recv(fd, &buf[0], (int)buf.size(), MSG_NOSIGNAL); in ReadAllWithProgress()
102 while ((retval = recv(fd, buf, (int)std::min(sz, sizeof(buf)), MSG_NOSIGNAL)) > 0) { in ReadAllWithProgress()
/dports/net/Sockets/Sockets-2.3.9.9/
H A Dsocket_include.h133 #define MSG_NOSIGNAL 0 macro
140 # if !defined(MSG_NOSIGNAL)
141 # define MSG_NOSIGNAL 0 macro
181 #define MSG_NOSIGNAL 0 // oops - thanks Derek macro
228 #define MSG_NOSIGNAL 0 macro
/dports/emulators/libretro-ppsspp/ppsspp-1.12.3/Common/Net/
H A DNetBuffer.cpp13 #ifndef MSG_NOSIGNAL
15 #define MSG_NOSIGNAL 0x00 macro
39 int sent = send(sock, &data_[pos], (int)(end - pos), MSG_NOSIGNAL); in FlushSocket()
71 int retval = recv(fd, &buf[0], (int)buf.size(), MSG_NOSIGNAL); in ReadAllWithProgress()
102 while ((retval = recv(fd, buf, (int)std::min(sz, sizeof(buf)), MSG_NOSIGNAL)) > 0) { in ReadAllWithProgress()
/dports/devel/babeltrace/babeltrace-1.5.7/include/babeltrace/compat/
H A Dsend.h34 #ifndef MSG_NOSIGNAL
36 # define MSG_NOSIGNAL SO_NOSIGPIPE macro
40 #if defined(MSG_NOSIGNAL)
44 return send(fd, buffer, size, MSG_NOSIGNAL); in bt_send_nosigpipe()
/dports/games/biloba/biloba-0.9.3/src/
H A Dnetops.c44 #ifndef MSG_NOSIGNAL
45 #define MSG_NOSIGNAL 0 macro
67 sent = (int)send(fd, (char *)&len, 1, MSG_NOSIGNAL); in send_msg()
73 sent = (int)send(fd, buf, (size_t)rem, MSG_NOSIGNAL); in send_msg()
114 readlen = recv(fd, (char *)&gotlen, 1, MSG_NOSIGNAL); in read_msg()
131 readlen = recv(fd, buf, rem, MSG_NOSIGNAL); in read_msg()
/dports/net/p5-Net-AMQP-RabbitMQ/Net-AMQP-RabbitMQ-2.40008/
H A Damqp_openssl_bio.c39 #ifdef MSG_NOSIGNAL
89 #ifdef MSG_NOSIGNAL in amqp_openssl_bio_write()
90 flags |= MSG_NOSIGNAL; in amqp_openssl_bio_write()
109 #ifdef MSG_NOSIGNAL in amqp_openssl_bio_read()
110 flags |= MSG_NOSIGNAL; in amqp_openssl_bio_read()
/dports/net/rabbitmq-c/rabbitmq-c-0.11.0/librabbitmq/
H A Damqp_openssl_bio.c39 #ifdef MSG_NOSIGNAL
89 #ifdef MSG_NOSIGNAL in amqp_openssl_bio_write()
90 flags |= MSG_NOSIGNAL; in amqp_openssl_bio_write()
109 #ifdef MSG_NOSIGNAL in amqp_openssl_bio_read()
110 flags |= MSG_NOSIGNAL; in amqp_openssl_bio_read()
/dports/net/rabbitmq-c-devel/rabbitmq-c-0.10.0/librabbitmq/
H A Damqp_openssl_bio.c39 #ifdef MSG_NOSIGNAL
89 #ifdef MSG_NOSIGNAL in amqp_openssl_bio_write()
90 flags |= MSG_NOSIGNAL; in amqp_openssl_bio_write()
109 #ifdef MSG_NOSIGNAL in amqp_openssl_bio_read()
110 flags |= MSG_NOSIGNAL; in amqp_openssl_bio_read()
/dports/net/megacmd/MEGAcmd-1.4.1_Win/src/megacmdshell/
H A Dmegacmdshellcommunications.cpp602 int n = send(thesock,command.data(),command.size(), MSG_NOSIGNAL); in createSocket()
619 n = recv(thesock, (char *)&receiveSocket, sizeof(receiveSocket), MSG_NOSIGNAL); in createSocket()
632 n = recv(newsockfd, (char *)&outcode, sizeof(outcode), MSG_NOSIGNAL); in createSocket()
653 n = recv(newsockfd, (char *)buffer, partialoutsize, MSG_NOSIGNAL); in createSocket()
685 n = recv(newsockfd, buffer, BUFFERSIZE, MSG_NOSIGNAL); in createSocket()
702 n = send(newsockfd, (const char *) &response, sizeof(response), MSG_NOSIGNAL); in createSocket()
723 n = recv(newsockfd, (char *)&outcode, sizeof(outcode), MSG_NOSIGNAL); in createSocket()
734 n = recv(newsockfd, buffer, BUFFERSIZE, MSG_NOSIGNAL); in createSocket()
792 n = recv(newsockfd, buffer, BUFFERSIZE, MSG_NOSIGNAL); in createSocket()
909 int n = send(thesock,command.data(),command.size(), MSG_NOSIGNAL); in createSocket()
[all …]
/dports/devel/folly/folly-2021.12.27.00/folly/io/async/test/
H A DAsyncSSLSocketWriteTest.cpp137 *(sock_.get()), sendSocketMessage(_, _, MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
297 sendSocketMessage(_, _, MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
411 sendSocketMessage(_, _, MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
509 sendSocketMessage(_, _, MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
522 sendSocketMessage(_, _, MSG_EOR | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
555 sendSocketMessage(_, _, MSG_MORE | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
568 sendSocketMessage(_, _, MSG_EOR | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
603 sendSocketMessage(_, _, MSG_EOR | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
626 sendSocketMessage(_, _, MSG_EOR | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
664 sendSocketMessage(_, _, MSG_EOR | MSG_DONTWAIT | MSG_NOSIGNAL)) in TEST_F()
[all …]
/dports/graphics/aloadimage/arcan-0.6.1/src/platform/posix/
H A Dfdpassing.c15 #ifndef MSG_NOSIGNAL
16 #define MSG_NOSIGNAL 0 macro
57 int rv = sendmsg(channel, &msg, MSG_DONTWAIT | MSG_NOSIGNAL); in arcan_pushhandle()
89 (!block ? MSG_DONTWAIT : 0)| MSG_NOSIGNAL)){ in arcan_fetchhandle()
/dports/sysutils/acfgfs/arcan-0.6.1/src/platform/posix/
H A Dfdpassing.c15 #ifndef MSG_NOSIGNAL
16 #define MSG_NOSIGNAL 0 macro
57 int rv = sendmsg(channel, &msg, MSG_DONTWAIT | MSG_NOSIGNAL); in arcan_pushhandle()
89 (!block ? MSG_DONTWAIT : 0)| MSG_NOSIGNAL)){ in arcan_fetchhandle()
/dports/x11/arcan-trayicon/arcan-0.6.1/src/platform/posix/
H A Dfdpassing.c15 #ifndef MSG_NOSIGNAL
16 #define MSG_NOSIGNAL 0 macro
57 int rv = sendmsg(channel, &msg, MSG_DONTWAIT | MSG_NOSIGNAL); in arcan_pushhandle()
89 (!block ? MSG_DONTWAIT : 0)| MSG_NOSIGNAL)){ in arcan_fetchhandle()
/dports/x11/aclip/arcan-0.6.1/src/platform/posix/
H A Dfdpassing.c15 #ifndef MSG_NOSIGNAL
16 #define MSG_NOSIGNAL 0
57 int rv = sendmsg(channel, &msg, MSG_DONTWAIT | MSG_NOSIGNAL);
89 (!block ? MSG_DONTWAIT : 0)| MSG_NOSIGNAL)){
/dports/net/libzmq4/zeromq-4.3.4/tests/
H A Dtest_connect_curve_fuzzer.cpp66 send (server_accept, (void *) data, 64, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
74 send (server_accept, (void *) data, 170, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
81 send (server_accept, (void *) data, 72, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
88 sent = send (server_accept, (const char *) data, size, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
H A Dtest_bind_curve_fuzzer.cpp68 send (client, (void *) data, 64, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
75 send (client, (void *) data, 202, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
82 send (client, (void *) data, 301, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
90 sent = send (client, (const char *) data, size, MSG_NOSIGNAL); in LLVMFuzzerTestOneInput()
/dports/net/libwebsockets/libwebsockets-v4.2.2/lib/plat/unix/
H A Dprivate-lib-plat-unix.h187 #undef MSG_NOSIGNAL
188 #define MSG_NOSIGNAL SO_NOSIGPIPE macro
195 #if defined(__sun) && !defined(MSG_NOSIGNAL)
196 #define MSG_NOSIGNAL 0 macro
/dports/net/olsrd/olsrd-0.9.8/src/
H A Dipc_frontend.c68 #ifndef MSG_NOSIGNAL
69 #define MSG_NOSIGNAL 0 macro
213 if (send(ipc_conn, (void *)msg, size, MSG_NOSIGNAL) < 0) { in frontend_msgparser()
279 if (send(ipc_conn, tmp, IPC_PACK_SIZE, MSG_NOSIGNAL) < 0) // MSG_NOSIGNAL to avoid sigpipe in ipc_route_send_rtentry()
319 if (send(fd, tmp, IPC_PACK_SIZE, MSG_NOSIGNAL) < 0) { in ipc_send_all_routes()
392 if (send(fd, (char *)&net_msg, sizeof(struct ipc_net_msg), MSG_NOSIGNAL) < 0) { in ipc_send_net_info()
/dports/biology/ncbi-cxx-toolkit/ncbi_cxx--25_2_0/include/dbapi/driver/ftds100/freetds/freetds/
H A Dsysdep_private.h28 #ifdef MSG_NOSIGNAL
29 # define TDS_NOSIGNAL MSG_NOSIGNAL
167 # ifdef MSG_NOSIGNAL
168 # define READSOCKET(s,b,l) recv((s), (b), (l), MSG_NOSIGNAL)
175 # ifdef MSG_NOSIGNAL
176 # define WRITESOCKET(s,b,l) send((s), (b), (l), MSG_NOSIGNAL)
/dports/devel/spdlog/spdlog-1.9.2/include/spdlog/details/
H A Dtcp_client.h109 #if defined(SO_NOSIGPIPE) && !defined(MSG_NOSIGNAL) in connect()
113 #if !defined(SO_NOSIGPIPE) && !defined(MSG_NOSIGNAL) in connect()
125 #if defined(MSG_NOSIGNAL) in send()
126 const int send_flags = MSG_NOSIGNAL; in send()

12345678910>>...135