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

  /external/curl/lib/
connect.h 52 curl_socket_t Curl_getconnectinfo(struct Curl_easy *data,
getinfo.c 31 #include "connect.h" /* Curl_getconnectinfo() */
187 sockfd = Curl_getconnectinfo(data, NULL);
380 *param_socketp = Curl_getconnectinfo(data, NULL);
easy.c 66 #include "connect.h" /* for Curl_getconnectinfo */
1044 *sfd = Curl_getconnectinfo(data, connp);
rtsp.c 143 * Instead, if it is readable, run Curl_getconnectinfo() to peek at the socket
163 curl_socket_t connectinfo = Curl_getconnectinfo(check->data, &check);
connect.c     [all...]

Completed in 103 milliseconds