Searched refs:Curl_write (Results 1 – 18 of 18) sorted by relevance
/external/curl/lib/ |
D | gopher.c | 188 result = Curl_write(data, sockfd, sel, k, &amount); in gopher_do() 230 result = Curl_write(data, sockfd, "\r\n", 2, &amount); in gopher_do()
|
D | sendf.h | 49 CURLcode Curl_write(struct Curl_easy *data,
|
D | pingpong.c | 207 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()
|
D | dict.c | 146 result = Curl_write(data, sockfd, sptr, write_len, &bytes_written); in sendf()
|
D | ws.c | 673 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()
|
D | sendf.c | 148 CURLcode Curl_write(struct Curl_easy *data, in Curl_write() function
|
D | smb.c | 381 result = Curl_write(data, sockfd, data->state.ulbuf, in smb_send() 408 result = Curl_write(data, sockfd, in smb_flush()
|
D | mqtt.c | 124 result = Curl_write(data, sockfd, buf, len, &n); in mqtt_send()
|
D | krb5.c | 94 result = Curl_write(data, conn->sock[FIRSTSOCKET], sptr, write_len, in ftpsend()
|
D | easy.c | 1259 result = Curl_write(data, sfd, buffer, buflen, &n1); in Curl_senddata()
|
D | http_proxy.c | 375 result = Curl_write(data, in send_CONNECT()
|
D | telnet.c | 1262 result = Curl_write(data, conn->sock[FIRSTSOCKET], in send_telnet_data()
|
D | c-hyper.c | 101 result = Curl_write(data, conn->sockfd, (void *)buf, buflen, &nwrote); in Curl_hyper_send()
|
D | smtp.c | 1444 result = Curl_write(data, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
|
D | transfer.c | 975 result = Curl_write(data, in readwrite_upload()
|
D | http.c | 1376 result = Curl_write(data, sockfd, ptr, sendsize, &amount); in Curl_buffer_send()
|
/external/curl/docs/ |
D | CONNECTION-FILTERS.md | 21 Curl_write(data, buffer)
|
/external/curl/lib/vssh/ |
D | libssh2.c | 3225 result = Curl_write(data, sock, buffer, length, &nwrite); in ssh_tls_send()
|