Searched refs:Curl_sendf (Results 1 – 5 of 5) sorted by relevance
/external/curl/lib/ |
D | dict.c | 183 result = Curl_sendf(sockfd, conn, in dict_do() 233 result = Curl_sendf(sockfd, conn, in dict_do() 261 result = Curl_sendf(sockfd, conn, in dict_do()
|
D | sendf.h | 27 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *,
|
D | gopher.c | 162 result = Curl_sendf(sockfd, conn, "\r\n"); in gopher_do()
|
D | sendf.c | 286 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *conn, in Curl_sendf() function
|
/external/curl/docs/ |
D | INTERNALS.md | 230 negotiations and setup. They have access to the `Curl_sendf()` (from
|