Searched refs:Curl_write (Results 1 – 13 of 13) sorted by relevance
/external/curl/lib/ |
D | sendf.h | 75 CURLcode Curl_write(struct connectdata *conn,
|
D | gopher.c | 121 result = Curl_write(conn, sockfd, sel, k, &amount); in gopher_do()
|
D | pingpong.c | 202 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()
|
D | sendf.c | 275 result = Curl_write(conn, sockfd, sptr, write_len, &bytes_written); in Curl_sendf() 305 CURLcode Curl_write(struct connectdata *conn, in Curl_write() function
|
D | smb.c | 369 result = Curl_write(conn, FIRSTSOCKET, conn->data->state.uploadbuffer, in smb_send() 394 result = Curl_write(conn, FIRSTSOCKET, in smb_flush()
|
D | easy.c | 1121 result = Curl_write(c, sfd, buffer, buflen, &n1); in curl_easy_send()
|
D | telnet.c | 1252 result = Curl_write(conn, conn->sock[FIRSTSOCKET], in send_telnet_data()
|
D | transfer.c | 978 result = Curl_write(conn, in readwrite_upload()
|
D | smtp.c | 1235 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
|
D | http.c | 1114 result = Curl_write(conn, sockfd, ptr, sendsize, &amount); in Curl_add_buffer_send()
|
D | ftp.c | 4128 result = Curl_write(conn, conn->sock[FIRSTSOCKET], sptr, write_len, in Curl_ftpsendf()
|
/external/curl/docs/ |
D | INTERNALS | 296 the source by the use of `Curl_read()` for reading and `Curl_write()` for
|
/external/curl/ |
D | CHANGES.0 | 3318 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
|