Searched refs:Curl_write (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsendf.h73 CURLcode Curl_write(struct connectdata *conn,
H A Dgopher.c118 /* We use Curl_write instead of Curl_sendf to make sure the entire buffer is
123 result = Curl_write(conn, sockfd, sel, k, &amount);
H A Dpingpong.c204 error = Curl_write(conn, conn->sock[FIRSTSOCKET], s, write_len,
484 result = Curl_write(conn, sock, pp->sendthis + pp->sendsize -
H A Dsendf.c193 res = Curl_write(conn, sockfd, sptr, write_len, &bytes_written);
217 * Curl_write() is an internal write function that sends data to the
223 CURLcode Curl_write(struct connectdata *conn, function
294 * proto as Curl_write()
H A Deasy.c1166 ret = Curl_write(c, sfd, buffer, buflen, &n1);
H A Dtelnet.c1253 rc = Curl_write(conn, conn->sock[FIRSTSOCKET], outbuf+total_written,
H A Dtransfer.c954 result = Curl_write(conn,
H A Dsmtp.c1672 result = Curl_write(conn, conn->writesockfd, eob, len, &bytes_written);
H A Dhttp.c1081 res = Curl_write(conn, sockfd, ptr, sendsize, &amount);
H A Dftp.c4074 res = Curl_write(conn, conn->sock[FIRSTSOCKET], sptr, write_len,

Completed in 102 milliseconds