Searched refs:Curl_write (Results 1 – 12 of 12) sorted by relevance
/external/curl/lib/ |
D | sendf.h | 75 CURLcode Curl_write(struct connectdata *conn,
|
D | gopher.c | 128 result = Curl_write(conn, sockfd, sel, k, &amount); in gopher_do()
|
D | pingpong.c | 211 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()
|
D | sendf.c | 308 result = Curl_write(conn, sockfd, sptr, write_len, &bytes_written); in Curl_sendf() 338 CURLcode Curl_write(struct connectdata *conn, in Curl_write() function
|
D | smb.c | 370 result = Curl_write(conn, FIRSTSOCKET, conn->data->state.ulbuf, in smb_send() 395 result = Curl_write(conn, FIRSTSOCKET, in smb_flush()
|
D | easy.c | 1124 result = Curl_write(c, sfd, buffer, buflen, &n1); in curl_easy_send()
|
D | telnet.c | 1264 result = Curl_write(conn, conn->sock[FIRSTSOCKET], in send_telnet_data()
|
D | smtp.c | 1233 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
|
D | transfer.c | 1185 result = Curl_write(conn, in readwrite_upload()
|
D | http.c | 1210 result = Curl_write(conn, sockfd, ptr, sendsize, &amount); in Curl_add_buffer_send()
|
D | ftp.c | 3983 result = Curl_write(conn, conn->sock[FIRSTSOCKET], sptr, write_len, in Curl_ftpsend()
|
/external/curl/docs/ |
D | INTERNALS.md | 291 the source by the use of `Curl_read()` for reading and `Curl_write()` for
|