Searched refs:Curl_sendf (Results 1 – 6 of 6) sorted by relevance
/external/curl/lib/ |
D | dict.c | 184 result = Curl_sendf(sockfd, conn, in dict_do() 235 result = Curl_sendf(sockfd, conn, in dict_do() 264 result = Curl_sendf(sockfd, conn, in dict_do()
|
D | sendf.h | 27 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *,
|
D | gopher.c | 154 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 | 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
|