Searched refs:Curl_sendf (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dsendf.h27 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *,
H A Dgopher.c118 /* We use Curl_write instead of Curl_sendf to make sure the entire buffer is
154 /* We can use Curl_sendf to send the terminal \r\n relatively safely and
156 result = Curl_sendf(sockfd, conn, "\r\n");
H A Dsendf.c170 /* Curl_sendf() sends formated data to the server */
171 CURLcode Curl_sendf(curl_socket_t sockfd, struct connectdata *conn, function

Completed in 44 milliseconds