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

  /external/curl/lib/
connect.h 59 bool Curl_connalive(struct connectdata *conn);
rtsp.c 147 * Instead, if it is readable, run Curl_connalive() to peek at the socket
166 ret_val = !Curl_connalive(check);
connect.c     [all...]
http2.c 158 * Instead, if it is readable, run Curl_connalive() to peek at the socket
177 ret_val = !Curl_connalive(check);
    [all...]

Completed in 199 milliseconds