Searched refs:swrite (Results 1 – 12 of 12) sorted by relevance
/external/curl/lib/ |
D | curl_setup_once.h | 182 #define swrite(x,y,z) (ssize_t)write((SEND_TYPE_ARG1)(x), \ macro 197 #define swrite(x,y,z) (ssize_t)send((SEND_TYPE_ARG1)(x), \ 203 #ifndef swrite
|
D | telnet.c | 356 bytes_written = swrite(conn->sock[FIRSTSOCKET], buf, 3); in send_negotiation() 941 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len); in suboption() 953 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len); in suboption() 981 bytes_written = swrite(conn->sock[FIRSTSOCKET], temp, len); in suboption() 1036 bytes_written = swrite(conn->sock[FIRSTSOCKET], tn->subbuffer, 3); in sendsuboption() 1045 bytes_written = swrite(conn->sock[FIRSTSOCKET], tn->subbuffer + 7, 2); in sendsuboption()
|
D | curl_ntlm_wb.c | 266 ssize_t written = swrite(conn->ntlm_auth_hlpr_socket, input, len_in); in ntlm_wb_response()
|
D | sendf.c | 391 bytes_written = swrite(sockfd, mem, len); in Curl_send_plain()
|
/external/curl/tests/server/ |
D | tftpd.c | 1266 if(swrite(peer, sdp, size + 4) != size + 4) { in sendtftp() 1335 if(swrite(peer, &ackbuf.storage[0], 4) != 4) { in recvtftp() 1383 (void) swrite(peer, &ackbuf.storage[0], 4); in recvtftp() 1398 (void) swrite(peer, &ackbuf.storage[0], 4); /* resend final ack */ in recvtftp() 1430 if(swrite(peer, &buf.storage[0], length) != length) in nak()
|
D | rtspd.c | 922 written = swrite(sock, STREAMTHIS, count); in send_doc() 1074 written = swrite(sock, buffer, num); in send_doc() 1099 written = swrite(sock, req->rtp_buffer + (req->rtp_buffersize - count), in send_doc()
|
D | sws.c | 1112 written = swrite(sock, STREAMTHIS, count); in send_doc() 1257 written = swrite(sock, buffer, num); in send_doc() 1692 rc = swrite(clientfd[i], readserver[i], toc[i]); in http_connect() 1712 rc = swrite(serverfd[i], readclient[i], tos[i]); in http_connect()
|
D | sockfilt.c | 1106 ssize_t bytes_written = swrite(sockfd, buffer, buffer_len); in juggle()
|
/external/u-boot/cmd/ |
D | mmc.c | 874 U_BOOT_CMD_MKENT(swrite, 3, 0, do_mmc_sparse_write, "", ""),
|
D | Kconfig | 874 bool "mmc swrite" 878 Enable support for the "mmc swrite" command to write Android sparse
|
/external/curl/lib/vtls/ |
D | gtls.c | 160 ssize_t ret = swrite(sock, buf, len); in Curl_gtls_push()
|
/external/curl/docs/ |
D | INTERNALS.md | 135 macros in use are sclose(), sread() and swrite().
|