Home
last modified time | relevance | path

Searched refs:Curl_write (Results 1 – 16 of 16) sorted by relevance

/external/curl/lib/
Dgopher.c132 result = Curl_write(conn, sockfd, sel, k, &amount); in gopher_do()
174 result = Curl_write(conn, sockfd, "\r\n", 2, &amount); in gopher_do()
Dsendf.h73 CURLcode Curl_write(struct connectdata *conn,
Dpingpong.c211 result = Curl_write(conn, conn->sock[FIRSTSOCKET], s, write_len, in Curl_pp_vsendf()
482 CURLcode result = Curl_write(conn, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend()
Ddict.c154 result = Curl_write(conn, sockfd, sptr, write_len, &bytes_written); in sendf()
Dsmb.c369 result = Curl_write(conn, FIRSTSOCKET, conn->data->state.ulbuf, in smb_send()
394 result = Curl_write(conn, FIRSTSOCKET, in smb_flush()
Dmqtt.c116 result = Curl_write(conn, sockfd, buf, len, &n); in mqtt_send()
Dsendf.c296 CURLcode Curl_write(struct connectdata *conn, in Curl_write() function
Dkrb5.c92 result = Curl_write(conn, conn->sock[FIRSTSOCKET], sptr, write_len, in ftpsend()
Deasy.c1161 result = Curl_write(c, sfd, buffer, buflen, &n1); in curl_easy_send()
Dtelnet.c1219 result = Curl_write(conn, conn->sock[FIRSTSOCKET], in send_telnet_data()
Dsmtp.c1403 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
Dtransfer.c1145 result = Curl_write(conn, in readwrite_upload()
Dhttp.c1245 result = Curl_write(conn, sockfd, ptr, sendsize, &amount); in Curl_buffer_send()
/external/curl/lib/vssh/
Dlibssh2.c3068 result = Curl_write(conn, sock, buffer, length, &nwrite); in ssh_tls_send()
/external/curl/docs/
DINTERNALS.md301 the source by the use of `Curl_read()` for reading and `Curl_write()` for
/external/curl/
DCHANGES315 instead use Curl_write()