Searched refs:Curl_getconnectinfo (Results 1 – 4 of 4) sorted by relevance
51 curl_socket_t Curl_getconnectinfo(struct Curl_easy *data,
195 sockfd = Curl_getconnectinfo(data, NULL); in getinfo_long()425 *param_socketp = Curl_getconnectinfo(data, NULL); in getinfo_socket()
1063 *sfd = Curl_getconnectinfo(data, connp); in easy_connection()
1251 curl_socket_t Curl_getconnectinfo(struct Curl_easy *data, in Curl_getconnectinfo() function