Home
last modified time | relevance | path

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

/external/curl/lib/
Dgopher.c188 result = Curl_write(data, sockfd, sel, k, &amount); in gopher_do()
230 result = Curl_write(data, sockfd, "\r\n", 2, &amount); in gopher_do()
Dsendf.h49 CURLcode Curl_write(struct Curl_easy *data,
Dpingpong.c207 result = Curl_write(data, conn->sock[FIRSTSOCKET], s, write_len, in Curl_pp_vsendf()
473 CURLcode result = Curl_write(data, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend()
Ddict.c146 result = Curl_write(data, sockfd, sptr, write_len, &bytes_written); in sendf()
Dws.c673 result = Curl_write(data, data->conn->writesockfd, buffer, buflen, in curl_ws_send()
718 result = Curl_write(data, data->conn->writesockfd, out, in curl_ws_send()
Dsendf.c148 CURLcode Curl_write(struct Curl_easy *data, in Curl_write() function
Dsmb.c381 result = Curl_write(data, sockfd, data->state.ulbuf, in smb_send()
408 result = Curl_write(data, sockfd, in smb_flush()
Dmqtt.c124 result = Curl_write(data, sockfd, buf, len, &n); in mqtt_send()
Dkrb5.c94 result = Curl_write(data, conn->sock[FIRSTSOCKET], sptr, write_len, in ftpsend()
Deasy.c1259 result = Curl_write(data, sfd, buffer, buflen, &n1); in Curl_senddata()
Dhttp_proxy.c375 result = Curl_write(data, in send_CONNECT()
Dtelnet.c1262 result = Curl_write(data, conn->sock[FIRSTSOCKET], in send_telnet_data()
Dc-hyper.c101 result = Curl_write(data, conn->sockfd, (void *)buf, buflen, &nwrote); in Curl_hyper_send()
Dsmtp.c1444 result = Curl_write(data, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
Dtransfer.c975 result = Curl_write(data, in readwrite_upload()
Dhttp.c1376 result = Curl_write(data, sockfd, ptr, sendsize, &amount); in Curl_buffer_send()
/external/curl/docs/
DCONNECTION-FILTERS.md21 Curl_write(data, buffer)
/external/curl/lib/vssh/
Dlibssh2.c3225 result = Curl_write(data, sock, buffer, length, &nwrite); in ssh_tls_send()