Searched refs:Curl_write (Results 1 – 16 of 16) sorted by relevance
/external/curl/lib/ |
D | gopher.c | 132 result = Curl_write(conn, sockfd, sel, k, &amount); in gopher_do() 174 result = Curl_write(conn, sockfd, "\r\n", 2, &amount); in gopher_do()
|
D | sendf.h | 73 CURLcode Curl_write(struct connectdata *conn,
|
D | pingpong.c | 211 result = Curl_write(conn, conn->sock[FIRSTSOCKET], s, write_len, in Curl_pp_vsendf() 482 CURLcode result = Curl_write(conn, sock, pp->sendthis + pp->sendsize - in Curl_pp_flushsend()
|
D | dict.c | 154 result = Curl_write(conn, sockfd, sptr, write_len, &bytes_written); in sendf()
|
D | smb.c | 369 result = Curl_write(conn, FIRSTSOCKET, conn->data->state.ulbuf, in smb_send() 394 result = Curl_write(conn, FIRSTSOCKET, in smb_flush()
|
D | mqtt.c | 116 result = Curl_write(conn, sockfd, buf, len, &n); in mqtt_send()
|
D | sendf.c | 296 CURLcode Curl_write(struct connectdata *conn, in Curl_write() function
|
D | krb5.c | 92 result = Curl_write(conn, conn->sock[FIRSTSOCKET], sptr, write_len, in ftpsend()
|
D | easy.c | 1161 result = Curl_write(c, sfd, buffer, buflen, &n1); in curl_easy_send()
|
D | telnet.c | 1219 result = Curl_write(conn, conn->sock[FIRSTSOCKET], in send_telnet_data()
|
D | smtp.c | 1403 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written); in smtp_done()
|
D | transfer.c | 1145 result = Curl_write(conn, in readwrite_upload()
|
D | http.c | 1245 result = Curl_write(conn, sockfd, ptr, sendsize, &amount); in Curl_buffer_send()
|
/external/curl/lib/vssh/ |
D | libssh2.c | 3068 result = Curl_write(conn, sock, buffer, length, &nwrite); in ssh_tls_send()
|
/external/curl/docs/ |
D | INTERNALS.md | 301 the source by the use of `Curl_read()` for reading and `Curl_write()` for
|
/external/curl/ |
D | CHANGES | 315 instead use Curl_write()
|