Home
last modified time | relevance | path

Searched refs:Curl_sendf (Results 1 – 6 of 6) sorted by relevance

/external/curl/lib/
Ddict.c183 result = Curl_sendf(sockfd, conn, in dict_do()
234 result = Curl_sendf(sockfd, conn, in dict_do()
263 result = Curl_sendf(sockfd, conn, in dict_do()
Dsendf.h27 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *,
Dgopher.c153 result = Curl_sendf(sockfd, conn, "\r\n"); in gopher_do()
Dsendf.c253 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *conn, in Curl_sendf() function
/external/curl/docs/
DINTERNALS.md231 negotiations and setup. They have access to the `Curl_sendf()` (from
/external/curl/
DCHANGES.012573 - Curl_sendf() was fixed to deal with situation where Curl_write() would've