Home
last modified time | relevance | path

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

/external/curl/lib/
Dsendf.h75 CURLcode Curl_write(struct connectdata *conn,
Dgopher.c128 result = Curl_write(conn, sockfd, sel, k, &amount); in gopher_do()
Dpingpong.c211 result = Curl_write(conn, conn->sock[FIRSTSOCKET], s, write_len, in Curl_pp_vsendf()
491 CURLcode result = Curl_write(conn, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend()
Dsendf.c308 result = Curl_write(conn, sockfd, sptr, write_len, &bytes_written); in Curl_sendf()
338 CURLcode Curl_write(struct connectdata *conn, in Curl_write() function
Dsmb.c370 result = Curl_write(conn, FIRSTSOCKET, conn->data->state.ulbuf, in smb_send()
395 result = Curl_write(conn, FIRSTSOCKET, in smb_flush()
Deasy.c1124 result = Curl_write(c, sfd, buffer, buflen, &n1); in curl_easy_send()
Dtelnet.c1264 result = Curl_write(conn, conn->sock[FIRSTSOCKET], in send_telnet_data()
Dsmtp.c1233 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
Dtransfer.c1185 result = Curl_write(conn, in readwrite_upload()
Dhttp.c1210 result = Curl_write(conn, sockfd, ptr, sendsize, &amount); in Curl_add_buffer_send()
Dftp.c3983 result = Curl_write(conn, conn->sock[FIRSTSOCKET], sptr, write_len, in Curl_ftpsend()
/external/curl/docs/
DINTERNALS.md291 the source by the use of `Curl_read()` for reading and `Curl_write()` for