Home
last modified time | relevance | path

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

/third_party/curl/lib/
Dgopher.c183 result = Curl_write(data, sockfd, sel, k, &amount); in gopher_do()
225 result = Curl_write(data, sockfd, "\r\n", 2, &amount); in gopher_do()
Dsendf.h74 CURLcode Curl_write(struct Curl_easy *data,
Dpingpong.c210 result = Curl_write(data, conn->sock[FIRSTSOCKET], s, write_len, in Curl_pp_vsendf()
480 CURLcode result = Curl_write(data, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend()
Ddict.c154 result = Curl_write(data, sockfd, sptr, write_len, &bytes_written); in sendf()
Dsmb.c382 result = Curl_write(data, FIRSTSOCKET, data->state.ulbuf, in smb_send()
408 result = Curl_write(data, FIRSTSOCKET, in smb_flush()
Dsendf.c289 CURLcode Curl_write(struct Curl_easy *data, in Curl_write() function
Dmqtt.c120 result = Curl_write(data, sockfd, buf, len, &n); in mqtt_send()
Dkrb5.c93 result = Curl_write(data, conn->sock[FIRSTSOCKET], sptr, write_len, in ftpsend()
Deasy.c1189 result = Curl_write(data, sfd, buffer, buflen, &n1); in curl_easy_send()
Dhttp_proxy.c377 result = Curl_write(data, in CONNECT()
Dc-hyper.c98 result = Curl_write(data, conn->sockfd, (void *)buf, buflen, &nwrote); in Curl_hyper_send()
Dtelnet.c1237 result = Curl_write(data, conn->sock[FIRSTSOCKET], in send_telnet_data()
Dsmtp.c1416 result = Curl_write(data, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
Dtransfer.c1096 result = Curl_write(data, in readwrite_upload()
Dhttp.c1346 result = Curl_write(data, sockfd, ptr, sendsize, &amount); in Curl_buffer_send()
/third_party/curl/lib/vssh/
Dlibssh2.c3049 result = Curl_write(data, sock, buffer, length, &nwrite); in ssh_tls_send()
/third_party/curl/docs/
DINTERNALS.md300 the source by the use of `Curl_read()` for reading and `Curl_write()` for