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

  /external/curl/lib/
connect.h 53 curl_socket_t Curl_getconnectinfo(struct Curl_easy *data,
getinfo.c 31 #include "connect.h" /* Curl_getconnectinfo() */
191 sockfd = Curl_getconnectinfo(data, NULL);
396 *param_socketp = Curl_getconnectinfo(data, NULL);
connect.c     [all...]
easy.c 66 #include "connect.h" /* for Curl_getconnectinfo */
1112 *sfd = Curl_getconnectinfo(data, connp);

Completed in 808 milliseconds