/third_party/backends/backend/ |
H A D | pie.c | 962 set_write_length (swrite.cmd, size);
in pie_get_halftones() 964 memcpy (buffer, swrite.cmd, swrite.size);
in pie_get_halftones() 966 data = buffer + swrite.size;
in pie_get_halftones() 973 status = sanei_scsi_cmd (sfd, buffer, swrite.size + size, NULL, NULL);
in pie_get_halftones() 1028 set_write_length (swrite.cmd, size);
in pie_get_cal_info() 1030 memcpy (buffer, swrite.cmd, swrite.size);
in pie_get_cal_info() 1032 data = buffer + swrite.size;
in pie_get_cal_info() 1037 status = sanei_scsi_cmd (sfd, buffer, swrite in pie_get_cal_info() [all...] |
H A D | pie-scsidef.h | 318 static scsiblk swrite = { writeC, sizeof(writeC) }; variable
|
/third_party/curl/lib/ |
H A D | curl_setup_once.h | 176 #define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \ macro 181 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \ 186 #ifndef swrite
|
H A D | socketpair.h | 38 #define wakeup_write swrite
|
H A D | telnet.c | 315 bytes_written = swrite(conn->sock[FIRSTSOCKET], buf, 3); in send_negotiation() 951 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len); in suboption() 963 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len); in suboption() 995 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len); in suboption() 1049 bytes_written = swrite(conn->sock[FIRSTSOCKET], tn->subbuffer, 3); in sendsuboption() 1058 bytes_written = swrite(conn->sock[FIRSTSOCKET], tn->subbuffer + 7, 2); in sendsuboption()
|
H A D | socketpair.c | 137 swrite(socks[0], rnd, sizeof(rnd)); in Curl_socketpair()
|
H A D | asyn-thread.c | 428 if(swrite(tsd->sock_pair[1], buf, sizeof(buf)) < 0) { in query_complete()
|
H A D | cf-socket.c | 1317 nwritten = swrite(ctx->sock, buf, len); in cf_socket_send()
|
/third_party/node/deps/cares/src/lib/ |
H A D | setup_once.h | 187 # define swrite(x, y, z) \ macro 199 # define swrite(x, y, z) \ 204 # ifndef swrite
|
H A D | ares__socket.c | 447 return swrite(s, data, len); in ares__socket_write()
|
/third_party/curl/tests/server/ |
H A D | mqttd.c | 247 rc = swrite(fd, (char *)packet, sizeof(packet)); in connack() 271 rc = swrite(fd, (char *)packet, sizeof(packet)); in suback() 293 rc = swrite(fd, (char *)packet, sizeof(packet)); in puback() 311 ssize_t rc = swrite(fd, (char *)packet, sizeof(packet)); in disconnect() 440 rc = swrite(fd, (char *)packet, sendamount); in publish()
|
H A D | tftpd.c | 1197 if(swrite(peer, sdp, size + 4) != size + 4) { in sendtftp() 1269 if(swrite(peer, &ackbuf.storage[0], 4) != 4) { in recvtftp() 1324 (void) swrite(peer, &ackbuf.storage[0], 4); in recvtftp() 1339 (void) swrite(peer, &ackbuf.storage[0], 4); /* resend final ack */ in recvtftp() 1376 if(swrite(peer, &buf.storage[0], length) != length) in nak()
|
H A D | rtspd.c | 797 written = swrite(sock, STREAMTHIS, count); in send_doc() 944 written = swrite(sock, buffer, num); in send_doc() 969 written = swrite(sock, req->rtp_buffer + (req->rtp_buffersize - count), in send_doc()
|
H A D | sws.c | 1037 written = swrite(sock, STREAMTHIS, count); in send_doc() 1180 written = swrite(sock, buffer, num); in send_doc() 1629 rc = swrite(clientfd[i], readserver[i], toc[i]); in http_connect() 1649 rc = swrite(serverfd[i], readclient[i], tos[i]); in http_connect()
|
H A D | sockfilt.c | 1127 ssize_t bytes_written = swrite(sockfd, buffer, buffer_len); in juggle()
|
/third_party/libuv/src/unix/ |
H A D | stream.c | 58 fd_set* swrite; member 171 memset(s->swrite, 0, s->swrite_sz); in uv__stream_osx_select() 176 FD_SET(fd, s->swrite); in uv__stream_osx_select() 180 r = select(max_fd + 1, s->sread, s->swrite, NULL, NULL); in uv__stream_osx_select() 217 if (FD_ISSET(fd, s->swrite)) in uv__stream_osx_select() 343 s->swrite = (fd_set*) ((char*) s->sread + sread_sz); in uv__stream_try_select()
|
/third_party/node/deps/uv/src/unix/ |
H A D | stream.c | 58 fd_set* swrite; member 161 memset(s->swrite, 0, s->swrite_sz); in uv__stream_osx_select() 166 FD_SET(fd, s->swrite); in uv__stream_osx_select() 170 r = select(max_fd + 1, s->sread, s->swrite, NULL, NULL); in uv__stream_osx_select() 207 if (FD_ISSET(fd, s->swrite)) in uv__stream_osx_select() 333 s->swrite = (fd_set*) ((char*) s->sread + sread_sz); in uv__stream_try_select()
|