Searched refs:Curl_write (Results 1 – 17 of 17) sorted by relevance
/third_party/curl/lib/ |
D | gopher.c | 183 result = Curl_write(data, sockfd, sel, k, &amount); in gopher_do() 225 result = Curl_write(data, sockfd, "\r\n", 2, &amount); in gopher_do()
|
D | sendf.h | 74 CURLcode Curl_write(struct Curl_easy *data,
|
D | pingpong.c | 210 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()
|
D | dict.c | 154 result = Curl_write(data, sockfd, sptr, write_len, &bytes_written); in sendf()
|
D | smb.c | 382 result = Curl_write(data, FIRSTSOCKET, data->state.ulbuf, in smb_send() 408 result = Curl_write(data, FIRSTSOCKET, in smb_flush()
|
D | sendf.c | 289 CURLcode Curl_write(struct Curl_easy *data, in Curl_write() function
|
D | mqtt.c | 120 result = Curl_write(data, sockfd, buf, len, &n); in mqtt_send()
|
D | krb5.c | 93 result = Curl_write(data, conn->sock[FIRSTSOCKET], sptr, write_len, in ftpsend()
|
D | easy.c | 1189 result = Curl_write(data, sfd, buffer, buflen, &n1); in curl_easy_send()
|
D | http_proxy.c | 377 result = Curl_write(data, in CONNECT()
|
D | c-hyper.c | 98 result = Curl_write(data, conn->sockfd, (void *)buf, buflen, &nwrote); in Curl_hyper_send()
|
D | telnet.c | 1237 result = Curl_write(data, conn->sock[FIRSTSOCKET], in send_telnet_data()
|
D | smtp.c | 1416 result = Curl_write(data, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
|
D | transfer.c | 1096 result = Curl_write(data, in readwrite_upload()
|
D | http.c | 1346 result = Curl_write(data, sockfd, ptr, sendsize, &amount); in Curl_buffer_send()
|
/third_party/curl/lib/vssh/ |
D | libssh2.c | 3049 result = Curl_write(data, sock, buffer, length, &nwrite); in ssh_tls_send()
|
/third_party/curl/docs/ |
D | INTERNALS.md | 300 the source by the use of `Curl_read()` for reading and `Curl_write()` for
|