Searched refs:Curl_sendf (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | dict.c | 183 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()
|
D | sendf.h | 27 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *,
|
D | gopher.c | 153 result = Curl_sendf(sockfd, conn, "\r\n"); in gopher_do()
|
D | sendf.c | 253 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *conn, in Curl_sendf() function
|
/external/curl/docs/ |
D | INTERNALS.md | 231 negotiations and setup. They have access to the `Curl_sendf()` (from
|
/external/curl/ |
D | CHANGES.0 | 12573 - Curl_sendf() was fixed to deal with situation where Curl_write() would've
|