HomeSort by relevance Sort by last modified time
    Searched refs:Curl_sendf (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
sendf.h 27 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *,
gopher.c 114 /* We use Curl_write instead of Curl_sendf to make sure the entire buffer is
151 /* We can use Curl_sendf to send the terminal \r\n relatively safely and
153 result = Curl_sendf(sockfd, conn, "\r\n");
sendf.c 252 /* Curl_sendf() sends formated data to the server */
253 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *conn,

Completed in 184 milliseconds