Home
last modified time | relevance | path

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

/external/curl/lib/
Dsendf.h75 CURLcode Curl_write(struct connectdata *conn,
Dgopher.c121 result = Curl_write(conn, sockfd, sel, k, &amount); in gopher_do()
Dpingpong.c202 result = Curl_write(conn, conn->sock[FIRSTSOCKET], s, write_len, in Curl_pp_vsendf()
476 CURLcode result = Curl_write(conn, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend()
Dsendf.c275 result = Curl_write(conn, sockfd, sptr, write_len, &bytes_written); in Curl_sendf()
305 CURLcode Curl_write(struct connectdata *conn, in Curl_write() function
Dsmb.c369 result = Curl_write(conn, FIRSTSOCKET, conn->data->state.uploadbuffer, in smb_send()
394 result = Curl_write(conn, FIRSTSOCKET, in smb_flush()
Deasy.c1121 result = Curl_write(c, sfd, buffer, buflen, &n1); in curl_easy_send()
Dtelnet.c1252 result = Curl_write(conn, conn->sock[FIRSTSOCKET], in send_telnet_data()
Dtransfer.c978 result = Curl_write(conn, in readwrite_upload()
Dsmtp.c1235 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
Dhttp.c1114 result = Curl_write(conn, sockfd, ptr, sendsize, &amount); in Curl_add_buffer_send()
Dftp.c4128 result = Curl_write(conn, conn->sock[FIRSTSOCKET], sptr, write_len, in Curl_ftpsendf()
/external/curl/docs/
DINTERNALS296 the source by the use of `Curl_read()` for reading and `Curl_write()` for
/external/curl/
DCHANGES.03318 internally when doing the socks handshake instead of the Curl_write()
3484 - Make Curl_write and it's callees accept a const pointer, in preparation
12573 - Curl_sendf() was fixed to deal with situation where Curl_write() would've